/* 头图 */
.header-img {
	height: 100px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}

.header-img .img1 {
	width: 152px;
	height: 77px;
}

.header-img .img2,
.header-img .img3 {
	width: 520px;
	height: 92px;
}

/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding-left: 30px;
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 80px;
}

header ul {
	float: left;
	overflow: hidden;
}

header ul li {
	float: left;
}

header ul li a,
header ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
}

header ul li i {
	margin-left: 6px;
	margin-right: 6px;
}


/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: bold;
	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: 40px;
}

/* 左侧 */
.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;
	margin-top: -15px;
}

.banner-right ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 10px;
}

.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: 44px;
	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: 48px;
}

.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: bold;
	color: #ED6D00;
	line-height: 48px;
}

.header-title .more1 {
	position: absolute;
	top: 50%;
	right: 12px;
	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: 52px;
}

.content1-left .show a {
	position: relative;
	display: inline-block;
	width: 315px;
	height: 208px;
}


.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;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left ul {
	width: 375px;
	float: left;
	box-sizing: border-box;
	/* padding-right: 20px; */
	margin-top: 50px;
	margin-left: 26px;
}

.content1-left ul li {
	width: 100%;
}

.content1-left ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 41px;
	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: 50px;
}

.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: 40px;
}

.content1-right ul li a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
}

/* 广告位 */
.adv {
	margin-bottom: 35px;
}

.adv a {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.adv a img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* content2 */

.content2 .content1-left .show {
	float: right;
}

.content2 .content1-left ul {
	float: left;
	margin-left: 0px;
}

.content2 .content1-right .list {
	width: 425px;
	margin-top: 42px;
}

.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;
}

.content3 .content1-right ul {
	margin-top: 15px;
}


/* 结尾 */
body .link{
	margin-top: 46px;
}