/* 头图 */
.header-img {
	width: 1400px;
	margin: 0 auto;
	height: auto;
}


/* 导航 */
nav {
	width: 1400px;
	margin: 0 auto;
	height: 56px;
	background-color: #0868BA;
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul li a,
nav ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
}

nav ul li i {
	display: inline-block;
	margin: 0 8px;
}

/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 30px;
}

/* 左侧 */
.banner-left {
	width: 670px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 670px;
	height: 410px !important;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 12px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
	align-items: center;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 16px;
}

.banner-img .hd ul li.on {
	background: #85AFD7;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 670px;
	height: 45px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 550px;
	display: inline-block;
	margin-top: 14px;
	margin-left: 14px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.banner-img .bd img {
	width: 670px;
	height: 410px;
	display: block;
}

.prev,
.next {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 48%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

.prev img,
.next img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	opacity: 0.7;
}


.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 1);
}

.prev:hover img,
.next:hover img {
	opacity: 1;
}

.prev {
	left: 12px;
}

.next {
	right: 12px;
}


/* 轮播列表 */
.banner-right {
	width: 494px;
	float: right;
	background-color: #FFFFFF;
}

.banner-right ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.banner-right ul li {
	width: 100%;
	flex: 1;
	border-bottom: 2px dashed #DCDCDC;
}


.banner-right ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 460px;
	height: 100%;
}

.banner-right ul li a::before {
	content: '>';
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C4C2C8;
	line-height: 46px;
}


/* content1 */
.content1 {
	margin-bottom: 50px;
}

.content1-left {
	width: 720px;
	float: left;
}

.header-title {
	width: 100%;
	border-bottom: 3px solid #1D3F96;
	box-sizing: border-box;
	padding: 0px 16px;
	position: relative;
}


.header-title span {
	float: left;
}


.header-title span a {
	font-size: 26px;
	font-family: HYb2gj;
	font-weight: 400;
	color: #ED6D00;
	line-height: 48px;
}

.header-title .more1 {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 50px;
	height: 22px;
	border: 1px solid #CCCCCC;
}

.header-title .more1::after {
	content: '+';
	display: inline-block;
	position: absolute;
	right: -8px;
	z-index: 100;
	color: #217BC0;
	font-size: 18px;
	top: 50%;
	width: 16px;
	height: 16px;
	line-height: 10px;
	background-color: #FFFFFF;
	text-align: center;
	transform: translateY(-50%);
}

.header-title .more1 a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header-title a img {
	width: 48px;
	height: 22px;
	vertical-align: middle;
}

.content1-left .show {
	float: left;
	margin-top: 38px;
}

.content1-left .show a {
	position: relative;
	display: inline-block;
	width: 306px;
	height: 198px;
}


.content1-left .show a img {
	width: 100%;
	height: 100%;
}

.content1-left .show a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	left: 0;
	bottom: 0;
}

.content1-left ul {
	width: 385px;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
	margin-top: 32px;
}

.content1-left ul li {
	width: 100%;
}

.content1-left ul li a,
.content1-right ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left ul li a::before,
.content1-right ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}

.content1-right {
	width: 425px;
	float: right;
}

.show1 {
	width: 100%;
	margin-top: 36px;
}

.show1 img {
	float: left;
	width: 174px;
	height: 112px;
}

.show1 p {
	width: 220px;
	float: right;
}

.show1 p a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 100%;
}

.show1 p a,
.show1 p span {
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 35px;
}

.show1 p a {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-indent: 2em;
}

.content1-right ul {
	margin-top: 15px;
}

.content1-right ul li a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 广告位 */
.adv {
	margin-bottom: 40px;

}

.adv a {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.adv a img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* 特别推荐 */
.focusing {
	margin-bottom: 60px;
}

.focusing ul {
	overflow: hidden;
	margin-top: 38px;
}

.focusing ul li {
	float: left;
	width: 285px;
	height: 185px;
	margin-right: 20px;
}

.focusing ul li:last-of-type {
	margin-right: 0px;
}

.focusing ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.focusing ul li a img {
	width: 100%;
	height: 100%;
}

.focusing ul li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* content2 */
.content2 {
	margin-bottom: 40px;
}

.content2 .content1-left .show {
	float: right;
}

.content2 .content1-left ul {
	float: left;
}

.content2 .content1-right .list {
	width: 425px;
	margin-top: 30px;
}

.content2 .content1-right .list li a {
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
}

.content2 .content1-right .list li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}


/* content3 */
.content3 {
	margin-top: 40px;
}


/* 机构展播 */
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

.organization-exhibition__main {
	height: 80px;
	overflow: hidden;
	margin-top: 30px;
}

.picMarquee-left .bd li {
	width: 240px;
	height: 80px;
	float: left;
	margin-right: 4px;
}

.picMarquee-left .bd img {
	width: 238px;
	height: 78px;
	border: 1px solid #c4c4c4;
}


.recommend ul {
	overflow: hidden;
}

.recommend li {
	float: left;
	width: 326px;
	height: 170px;
	margin-right: 11px;
}

.recommend li:last-child {
	margin-right: 0;
}

.desc-traffic__main {
	overflow: hidden;
}

.desc-traffic__item {
	float: left;
}

.desc-traffic__item:nth-child(1),
.desc-traffic__item:nth-child(4) {
	width: 190px;
}

.desc-traffic__item>a>img {
	width: 301px;
	height: 247px;
}

.desc-traffic__item li img {
	width: 190px;
	height: 121px;
}

.desc-traffic__item:nth-child(2),
.desc-traffic__item:nth-child(3) {
	width: 301px;
}

.desc-traffic__item:nth-child(2) {
	margin-right: 6px;
}

.desc-traffic__item:first-child li:first-child,
.desc-traffic__item:last-child li:first-child {
	margin-bottom: 5px;
}

.desc-traffic__item:first-child {
	margin-right: 6px;
}

.desc-traffic__item:last-child {
	margin-left: 6px;
}
