.leader-card {
	display: flex;
	margin-bottom: 20px;
}
.leader-card-panpel{
	flex: 1;
	border-top: 1px solid #2b99ff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 15px;
}
.leader-card img {
	width: 180px;
	height: 240px;
}

.leader-card-title {
	font-size: 25px;
	color: #262626;
	line-height: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.leader-card-content{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 15px;
}
footer {
	background-color: #302A2A;
	margin-top: -30px;
}

.footer {
	background-color: #302A2A;
	color: #FFFFFF;
}

.content {
	background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/list_bg.png);
	background-size: 100% 100%;
	background-attachment:fixed;
	background-position:center;
}

.news-container {
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
}

.am-container-news {
	padding: 30px 50px;
}

.news-center {
	border-bottom: solid 2px #bababa;
	color: #FFFFFF;
	background-color: #990304;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.news-center-title {
	width: 90%;
}

.news-center .opt {
	color: #FFFFFF;
	height: 100%;
}

.news-center .title-zn {
	font-weight: bold;
}

.news-center .title-en {
	font-size: 12px;
}

.news-nav {
	display: flex !important;
	flex-direction: column;
	background-color: rgba(255, 255, 255, .8);
	margin-left: 40px;
}

.news-nav div {}

.news-nav a {
	color: #9a9a9a;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #cacaca;
	line-height: 50px;
	padding-left: 15px;
}

.news-nav a:hover {
	color: #cf1a23;
}

.news-nav .active {
	color: #cf1a23;
}

.news-content {
	background-color: rgba(255, 255, 255, .9);
	margin-left: -20px;
}

.ico-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-bottom: solid #CCCCCC 1px;
}

.ico-nav-left {
	font-size: 14px;
	font-weight: bold;
}

.ico-nav-right {
	font-size: 12px;
	color: #585859;
}

.ico-nav-right a {
	font-size: 12px;
	color: #585859;
}

.ico-news-content {
	padding: 30px;
}

.ico-news-content .title {
	color: #b3161e;
	text-align: center;
}

.ico-news-content .abstract {
	color: #585859;
	text-align: center;
	font-size: 12px;
}

.ico-news-content .details {
	text-align: left;
	font-size: 14px;
}

.ico-news-content .details img {

	margin: 15px 0;
}

.ico-news-content .details p {
	/*text-indent: 2em;*/
}
@media (min-width: 641px) {
	.news-content{
		width: 978px;
	}
	.am-container{
		max-width: 1400px;
	}
	.am-g-fixed{
		max-width: 1400px;
	}
	body{
		min-width: 1300px;
	}
}
@media (max-width: 641px) {
	.am-container-news {
		padding: 15px !important;
		background-color: rgba(255, 255, 255, 1);
	}

	.news-container {
		background-color: rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width:641px) {
	.leader-card{
		display: block;
	}
	.leader-card img{
		width: 100%;
		height: auto;
	}
	.am-container-news {
		padding: 15px !important;
		margin-top: 51px;
	}

	.news-center {
		padding-left: 15px;
	}

	.news-nav {
		padding-top: 15px !important;
		margin-left: 0;
	}

	.news-content {
		padding-top: 0px !important;
		margin-left: 0px;
	}
}
