.content-box {
	width: 65%;
	height: auto;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;

}
.hot_box{
	width: 65%;
	margin: auto;
}


.ct_inner_box {
	width: 25%;
}

.ct_inner_box {
	padding: 10px 0;
	position: relative;
}

.gameInfo {
    width: 70%;
    padding: 10px;
}

.g_inner_box {
    width: 100%;
}

.ct_inner_box {
    width: 23%;
    padding: 10px 0;
    position: relative;
}



.gf-top_box {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.gf-top_box img {
    width: 14%;
    height: 120px;
    border-radius: 5px;

}

.gf_text {
    width: 58%;

}

.gf_text p:nth-of-type(1) {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;

}

.gf_text p:nth-of-type(2) {
    font-size: 16px;
    margin: 5px 0;
    font-weight: 400;
    line-height: 1.5;

}

.gf_text p:nth-of-type(3) {
    font-size: 12px;
}

.gf_btn {
    width: 24%;
    background-color: #6468EE;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    display: block;
}


.gf_bottom {
	width: 96%;
	height: auto;

	padding: 10px 2%;

}

.gf_bottom h2 {
	font-size: 27px;
	line-height: 2;
	font-weight: 400;
	text-transform: capitalize;
}

.gf_bottom p {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.5;
	color: #393a3b;
}

.Categories {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.c-bottom {
	width: 93%;
	padding: 10px 2%;
}

.Categories a {
	font-size: 16px;
	padding: 10px 20px;
	margin: 0 10px 20px 0;
	border-radius: 5px;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	font-size: 17px;
	border-radius: 4px;
	transition: all 0.2s linear;

	color: #4f535d;
}

.Categories a:hover {
	background-color: #5E47E8;
	color: #fff;
}



.ct_box_one {
	padding: 0;
}

.ct_box_two {
	position: sticky;
	top: 0;
	bottom: auto;
}

.ct_one_box {
	width: 30%;
}

.ct_two_box {
	width: 100%;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 16px;
}

.ct_one_box {
	margin: 0 8px 20px 0;
}

.ct_four_box {
	width: 96%;
	padding: 10px 2%;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	border-bottom: none;
}

.ct_box_one .ct_four_box {
	width: 28%;

}

.ct_four_box img {
	width: 33%;
	height: 79px;
}

.ct-text_four p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_four p:nth-of-type(1) {

	-webkit-line-clamp: 1;
}

.ct-text_four p:nth-of-type(2) {
	margin: 5px 0;
	-webkit-line-clamp: 1;
}

.ct-text_four {
	width: 63%;
}

.ct_box_three {
	width: 100%;
	display: block;
	margin: 0 auto;
	/* border: none; */
}

.ct_three_box {
	width: 100%;
}

.caption_text {
	margin: 10px 0;
	font-size: 25px;

}

.ct_three_box img {
	width: 35%;
	height: 120px;
	border-radius: 5px;
}

.ct-text_three {
	width: 62%;
}

.ct-text_three p:nth-of-type(2) {
	font-size: 18px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* display: none; */
}

.ct-text_three p {
	margin-bottom: 2px;
}

.ca-text {
	min-height: 100px;
}

.ct_box_four {
	width: 100%;
	padding: 0;
}

.ct_box_four .ct_four_box img {
	width: 28%;
}

.ct_box_four .ct-text_four {
	width: 67%;

}

@media (max-width:759px) {
	.content-box {
		width: 100%;
		flex-wrap: wrap;
	}

	.gameInfo {
		width: 100%;
	}

	.game-box {
		width: 100%;
		height: 550px;
		padding-bottom: 10px;
	}

	.ct_one_box {
		width: 90%;
		margin: 0 auto 20px;
	}

	.c-bottom {
		width: 96%;
	}

	.game-bottom img {
		width: 20%;
	}

	.Categories a {
		font-size: 16px;
		padding: 10px 6px;
	}

	.gf-top_box {
		width: 93%;
		flex-wrap: wrap;
	}

	.gf-top_box img {
		width: 30%;
		height: 110px;
	}

	.gf_text {
		width: 66%;
	}

	.gf_text p:nth-of-type(1) {
		font-size: 20px;
	}

	.gf_text p:nth-of-type(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.gf_btn {
		width: 100%;
		margin: 20px auto;
	}

	.ct_four_box img {
		width: 29%;
	}

	.ct_box_one .ct_four_box {
		width: 100%;
	}

	.ct_four_box img {
		width: 30%;
		height: 85px;
	}

	.ct-text_four {
		width: 67%;
	}

	.ct_inner_box {
		width: 96%;
		margin: auto;
	}
	.hot_box {
		width: 95%;
	}
}

@media (min-width:759px) {
	.ct_box_four {
		position: sticky;
		top: 0px;
		bottom: auto;
	}


}