/* 头图 */
.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: 0 22px;
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 50px;
}

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: 14px;
	margin-right: 14px;
}


/* 标题 */
.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;
}

/* 栏目标题 */
.header-title {
	width: 100%;
	border-bottom: 3px solid #1D3F96;
	box-sizing: border-box;
	padding-left: 10px;
	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: 10px;
	transform: translateY(-50%);
	width: 50px;
	height: 22px;
	border: 1px solid #CCCCCC;
	z-index: 100px;
}

.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(-45%);
}

.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;
}


/* banner */
.banner-left {
	float: left;
	width: 540px;
	height: 410px;
	overflow: hidden;
}

.banner-left .header-title .more1 {
	display: flex;
	align-items: center;
}

/* 切换 */
.banner .slideTxtBox {
	text-align: left;
}

.slideTxtBox .hd {
	/* line-height: 48px; */
	position: relative;
	overflow: hidden;
	height: 54px;
}

.slideTxtBox .hd ul {
	float: left;
	margin-top: -2px;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
}

.slideTxtBox .hd ul li a {
	color: #868686;
	font-size: 26px;
	font-family: HYb2gj;
	font-weight: bold;
	line-height: 48px;
}

.slideTxtBox .hd ul i {
	font-size: 28px;
	font-family: HYb2gj;
	font-weight: 400;
	color: #868686;
	line-height: 48px;
	float: left;
	margin: 0 10px;
}

.slideTxtBox .hd ul li.on a {
	font-size: 26px;
	font-family: HYb2gj;
	font-weight: bold;
	color: #ED6D00;
	line-height: 48px;
}

.banner .slideTxtBox .bd ul div {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 20px;
}

.banner .slideTxtBox .bd ul div h2 a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner .slideTxtBox .bd ul div p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4A4949;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner .slideTxtBox .bd ul li a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 48px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner .slideTxtBox .bd ul li a::before {
	content: '>';
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C4C2C8;
	line-height: 46px;
}

.banner .slideTxtBox .bd ul {
	margin-top: 10px;
}

.banner .slideTxtBox .bd ul li:first-of-type {
	margin-top: 10px;
}

/* 轮播 */
.banner-right {
	float: right;
	width: 640px;
}

.slideBox {
	width: 640px;
	height: 410px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #0968BA;

}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0,0, 0.5);
	height: 55px;
	line-height: 55px;
}

.slideBox .bd li .mask a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 55px;
	display: inline-block;
	width: 490px;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slideBox .bd img {
	width: 640px;
	height: 410px;
	display: block;
}


/* 内容1 */
/* content1 */
.content1 {
	margin-top: 40px;
}

.content1-left {
	width: 724px;
	float: left;
}

.content1-left .show {
	float: left;
	margin-top: 38px;
	width: 340px;
	height: 220px;
}

.content1-left .show a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}


.content1-left .show a img {
	width: 100%;
	height: 100%;
}

.content1-left .show a .mask {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left ul {
	width: 356px;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
	margin-top: 32px;
}

.content1-left ul li {
	width: 100%;
}

.content1-left ul li a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left 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: 427px;
	float: right;
}


.content1-right .bd ul {
	overflow: hidden;
	margin-top: 30px;
}

.content1-right .bd ul li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}


.content1-right .bd ul li {
	width: 135px;
	height: 47px;
	background: #E6E5E5;
	border-radius: 10px 10px 10px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.content1-right .bd ul li:hover {
	background-color: #0968BA;
}

.content1-right .bd ul li:hover a {
	color: #FFFFFF !important;
}

.content1-right .bd ul li:nth-of-type(3n) {
	margin-right: 0px;
}

.content1-right .bd ul li:nth-last-child(1),
.content1-right .bd ul li:nth-last-child(2),
.content1-right .bd ul li:nth-last-child(3) {
	margin-bottom: 0px;
}


/* 内容2 */
.content2 {
	margin-top: 30px;
}

.content2-right ul {
	margin-top: 32px;
}

.content2-right ul li a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.content2-right ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0058A1;
	border-radius: 50%;
}


/* 图说 */
.illustrated {
	margin-top: 30px;
	margin-bottom: 15px;
}


.illustrated ul {
	overflow: hidden;
	margin-top: 45px;
}

.illustrated ul li {
	width: 235px;
	height: 155px;
	float: left;
	margin-right: 6px;
	position: relative;
}

.illustrated ul li:last-of-type {
	margin-right: 0px;
}

.illustrated ul li a {
	display: block;
	width: 100%;
	/* height: 100%; */
}

.illustrated ul li a img {
	height: 100%;
	width: 100%;
}

.illustrated ul li p {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 	display: flex;
	align-items: center;
	justify-content: center; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
}

.illustrated ul li p a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
	text-align: left;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 0 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.illustrated ul li p:hover {
	opacity: 1;
	transition: 0.5s;
}

/* 内容3 */
.content3 {
	margin-top: 45px;
}

/* 互动 */
.interaction {
	margin-top: 15px;
}

.interaction .header-title {
	width: 1200px;
	margin: 0 auto;
}

.interaction-show {
	width: 1200px;
	height: 275px;
	background-color: #0968BA;
	margin: 0 auto;
	margin-top: 10px;
}

.interaction-show ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 54px;
	padding-top: 50px;
}

.interaction-show ul li {
	width: 340px;
	float: left;
	margin-right: 36px;
}

.interaction-show ul li:last-of-type {
	margin-right: 0px;
}

.interaction-show .interaction-title {
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
}

.interaction-show .interaction-title img {
	width: 35px;
	height: 30px;
	/* float: left; */
	display: inline-block;
	/* vertical-align: sub; */
	margin-right: 12px;
	margin-top: 10px;
}

.interaction-show .interaction-title span a {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
}

.interaction-show .interaction-title i {
	float: right;
	vertical-align: bottom;
}

.interaction-show .interaction-title i a {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;

}

.interaction-show ul li p {
	width: 354px;
	margin: 0 auto;
	margin-top: 25px;
}

.interaction-show ul li p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	/* display: inline-block; */
	width: 100%;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.interaction-show ul li:last-of-type p {
	margin: 0;
	box-sizing: border-box;
	padding-left: 15px;
}

.interaction-show ul li:last-of-type p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	text-indent: 1em;
}

.interaction-show ul li:last-of-type p a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
}

.interaction-show ul li:last-of-type p:first-of-type {
	margin-top: 25px;
}
