.content {
	width: 100%;
	height: 450px;
	background-color: rgba(0, 0, 0, 0.9);
}


.c-innerbox {
	width: 100%;
	height: auto;


}

.ci-info {
	width: 100%;
	height: auto;

}

.ci-info h1 {
	color: #000;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 50px;

}

.ci-type {
	text-transform: capitalize;
	color: #3075F2;
	font-size: 18px;
	line-height: 1.5;

}

.ci-tage {
	color: rgb(154, 160, 166);
	font-size: 14px;

}

.ci-flex {
	width: auto;
	margin: 20px auto;
	height: auto;
	display: flex;
	align-items: center;
}

.cf-img {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 10px;
	margin-right: 20px;
	border: 1px solid rgb(154, 160, 166);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.cf-name {
	display: none;
}

.ci-data {
	display: flex;
}

.cf-li {
	padding: 0px 35px;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.cf-li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 30px;
	background-color: rgb(154, 160, 166);

}

.cf-li:nth-last-of-type(1)::after {

	display: none;
}

.cf-li p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Times New Roman', Times, serif;
	text-transform: capitalize;
	line-height: 1.5;
	color: #3075F2;
}

.cf-li p:nth-of-type(2) {
	font-size: 14px;
	color: rgb(154, 160, 166);
	text-transform: capitalize;
}

.x {
	width: 13px;
	height: 13px;
}

.cb-btn {
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.cb-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	width: 45%;
	line-height: 50px;
	background-color: #2A73F5;
}

.cb-btn a:nth-last-of-type(2) {
	background-color: #000;
}

.cb-btn a img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 5px;
	object-fit: contain;
}

.c-bottom {
	width: 70%;
	height: auto;
	display: flex;
	margin: auto;
	justify-content: space-between;

}

.c-about {
	width: 65%;
	height: auto;

}

.c-bg {
	width: 100%;
	height: 200px;
}

.c-bg img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;

}

.c-about h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 2;
}

.ca-text {
	font-size: 16px;
	line-height: 1.5;
	color: rgb(95, 99, 104);
}

.main {
	width: 25%;
}

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

.l3-box {
	width: 100%;
}

.m-title {
	font-size: 25px;
}

.l3-box img {
	width: 35%;
	height: 110px;
	border-radius: 5px;
}

.l3-text {
	width: 62%;
}

.l3-text p:nth-of-type(2) {
	font-size: 13px;
	margin: 10px 0;
}

.l3-text p:nth-of-type(1) {
	font-size: 16px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* display: none; */
}

.l3-text p:nth-of-type(3) {
	width: 120px;
	line-height: 35px;
	font-size: 15px;
}

.hot_box {
	width: 70%;
	margin: 10px auto;
}

.l3-text p {
	margin-bottom: 2px;
}

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

@media (max-width:759px) {

	.c-header {
		width: 100%;
	}


	.cii-info {
		display: none;
	}

	.ci-flex {
		flex-wrap: wrap;
	}

	.cf-flex {
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
	}

	.cf-img {
		width: 28%;
		height: 100px;
	}

	.cf-name {
		width: 65%;
		height: auto;
		display: block;
	}

	.cf-name p:nth-of-type(1) {
		color: #000;
		text-transform: uppercase;
		line-height: 1.5;
		font-size: 20px;
	}

	.cf-name p:nth-of-type(2) {
		text-transform: capitalize;
		color: #13A174;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
	}

	.cf-name p:nth-of-type(3) {
		color: rgb(154, 160, 166);
		font-size: 13px;
	}

	.ci-data {
		width: 90%;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cf-li {
		padding: 0 10px;
	}

	.cf-li p:nth-of-type(1) {
		font-size: 18px;
	}

	.cb-btn {
		width: 90%;
		margin: 0 auto 20px;
	}

	.cb-btn a:nth-last-of-type(2) {
		background-color: #13A174;
		color: #fff;
	}

	.c-bottom {
		width: 96%;
		height: auto;
		display: block;
		padding: 0px 2%;
	}

	.c-about {
		width: 100%;
	}

	.c-bg {
		width: 100%;
		height: 150px;
	}

	.c-about h1 {
		font-size: 25px
	}

	.main {
		width: 100%;
	}

	.l3-box img {
		height: 110px;
		border-radius: 5px;
	}

	.l3-text p:nth-of-type(2) {
		-webkit-line-clamp: 2;
	}

	.hot_box {
		width: 96%;
	}
}