.container {
	width: 1200px;
	margin: 0 auto;
}
/* TOP-NAV */
.top-nav {
	height: 40px;
	background-color: #281111;
}
.top-nav .container {
	height: 40px;
}
.top-nav .container a {
	font-size: 14px;
	color: #DDDDDD;
}
.top-nav .container .link-list-1 a {
	padding-right: 22px;
}
.top-nav .container .link-list-2 a {
	padding-left: 22px;
}
/* HEADER */
.header {
	height: 170px;
	background-color: #851013;
}
.header .container {
	height: 100%;
}
/* NAV-ROUTER */
.nav-router {
	height: 44px;
}
.nav-wrap .nav-item {
	position: relative;
	cursor: pointer;
}
.nav-item .item-title a {
	display: inline-block;
	font-size: 16px;
	padding: 13px 20px;
	color: #333;
}
.nav-item .item-title-active a {
	color: #fff;
	background-color: #921316;
}
.nav-item .children-wrap {
	z-index: 9;
	position: absolute;
	top: 44px;
	background-color: rgba(0, 0, 0, .5);
}
.nav-item .children-wrap a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	padding: 0 20px;
	white-space: nowrap;
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-in;
}
.nav-item .item-title a:hover {
	color: #fff;
	background-color: #921316;
}
.nav-item .item-title:hover {
	color: #fff;
	background-color: #921316;
}
.nav-item:hover .children-wrap a {
	height: 42px;
}
.nav-item .children-wrap a:hover {
	background-color: #921316;
}
/* FOOTER */
.footer {
	height: 150px;
	background-color: #820F12;
}
.footer .container {
	height: 100%;
}
.footer .info-wrap {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.footer .form-wrap .item {
	margin-left: 15px;
}
.footer .form-wrap .item {
	position: relative;
	width: 200px;
	height: 40px;
	background-color: #fff;
}
.footer .form-wrap .item select {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	border: 1px #B30A0F solid;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; /*杩欎笁涓槸闅愯棌榛樿鏍峰紡*/
}
.footer .form-wrap .item::after {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-left: 6px transparent solid;
	border-right: 6px transparent solid;
	border-top: 6px #B0090D solid;
	pointer-events: none;
}
/* COPYRIGHT */
.copyright {
	height: 60px;
	background-color: #290001;
	font-size: 14px;
	color: #D5D5D5;
	text-align: center;
	line-height: 60px;
}
/* module-title */
.module-title {
	position: relative;
	padding: 0 0 18px 0;
	margin-bottom: 2px;
}
.module-title .title-icon {
	width: 20px;
	height: 22px;
}
.module-title .title-icon img {
	width: 100%;
	height: 100%;
}
.module-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 110px;
	height: 3px;
	background-color: #921316;
}
.module-title .title-CN {
	font-size: 20px;
	color: #921316;
	padding-left: 8px;
}
.module-title .title-EN {
	font-size: 20px;
	color: #A6A6A6;
	padding-left: 12px;
}
.module-title .more a {
	font-size: 14px;
	color: #686868;
	padding-right: 14px;
	cursor: pointer;
}
.module-title .more:hover {
	opacity: .8;
}
/* module-news-item */
.module-news-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	border-bottom: 1px #CFCFCF dashed;
}
.module-news-item::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #C3C3C3;
	transform: rotate(45deg);
}
.module-news-item .item-title {
	padding-left: 15px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-title a {
	color: #333;
}
.module-news-item .item-time {
	color: #989898;
}
/* BANNER-2 */
.banner-2 {
	width: 100%;
	height: 280px;
	margin-bottom: 25px;
}
.banner-2 img {
	width: 100%;
	height: 100%;
}
/* slide-router */
.slide-router {
	width: 240px;
}
.slide-router .slide-title {
	height: 80px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	background-color: #8C0E10;
	margin-bottom: 3px;
	user-select: none;
}
.slide-router .slide-item a {
	position: relative;
	display: block;
	height: 58px;
	background-color: #F3F3F3;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 58px;
	margin-bottom: 3px;
}
.slide-router .slide-item a:hover {
	background-color: #8C0E10;
	color: #fff;
}
.slide-router .slide-item a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 3px;
	height: 58px;
	background-color: #8C0E10;
}
.slide-router .slide-item-active a {
	background-color: #8C0E10;
	color: #fff;
}
/* module-content */
.module-content {
	width: 908px;
	padding-bottom: 105px;
}
.module-content .content-title {
	position: relative;
	border-bottom: 1px #ddd solid;
	margin-bottom: 40px;
}
.module-content .content-title .title {
	font-size: 30px;
	color: #333;
	padding-bottom: 16px;
}
.module-content .content-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 120px;
	height: 3px;
	background-color: #820F12;
}
.module-content .content-title .path-wrap {
	font-size: 14px;
	color: #666;
}
.module-content .content-title .path-wrap a {
	font-size: 14px;
	color: #666;
}
.module-content .path-wrap .path-icon {
	width: 16px;
	height: 16px;
	margin-right: 7px;
}
.module-content .path-wrap .path-icon img {
	width: 100%;
	height: 100%;
}
.module-content .desc p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-indent: 32px;
}
/* module-detail */
.module-detail .detail-title {
	border-bottom: 1px #D9D9D9 solid;
}
.module-detail .detail-title .title {
	font-size: 24px;
	color: #333;
	text-align: center;
}
.module-detail .detail-title .detail-basic {
	font-size: 14px;
	color: #686868;
	text-align: center;
	padding: 18px 0;
}
.module-detail .detail-basic .basic-item {
	margin-right: 18px;
}
.module-detail .detail-desc {
	padding-top: 40px;
}
.module-detail .detail-desc p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-indent: 32px;
}
/* module-list */
.module-list .list-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	font-size: 16px;
	border-bottom: 1px #EFEFEF solid;
	cursor: pointer;
}
.module-list .list-item::before {
	position: absolute;
	top: 26px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 5px #AF95A3 solid;
}
.module-list .list-item:hover .item-title a {
	color: #820F12;
}
.module-list .list-item .item-title {
	width: 80%;
}
.module-list .list-item .item-title a {
	display: inline-block;
	color: #333;
	line-height: 60px;
	padding-left: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.module-list .list-item .item-time {
	color: #989898;
}
/* pagination */
.pagination {
	margin-top: 60px;
	margin-left: 25%;
}
.pagination span {
	display: inline-block;
	width: 30px;
	height: 28px;
	background-color: #F4F4F5;
	font-size: 14px;
	color: #C7CCD6;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	border-radius: 3px;
	cursor: pointer;
}
.pagination .active {
	background-color: #820F12;
	color: #fff;
}
.pagination span:hover {
	color: #820F12;
}
.leader-item-cover img {
    width: 100%;
    height: 100%;
}

.module-content img{
width:80%;
}

.module-content #wp_content_w5_0 p img{    width: auto;}

