@charset "utf-8";
/* CSS Document */
/* 头图 */
.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: 526px;
	height: 92px;
}

/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 30px;
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 30px;
}

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: 8px;
	margin-right: 8px;
}
/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: 600;
	color: #000000;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
}
/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 40px;
}

/* 左侧 */
.banner-left {
	width: 665px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 665px;
	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: 665px;
	height: 45px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 630px;
	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: 665px;
	height: 410px;
	display: block;
}

/* 轮播列表 */
.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: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 460px;
	height: 100%;
}

.banner-right ul li:nth-child(1) a,
.banner-right ul li:nth-child(5) a {
	font-weight: bold;
}


.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: 44px;
}
/* content1 */
.content1 {
	margin-bottom: 10px;
}

.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: 13px;
	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: 40px;
	opacity: 0.8;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding-left: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left ul {
	width: 390px;
	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: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 39px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 15px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content1-left ul li a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0058A1;
	border-radius: 50%;
}

.content1-right {
	width: 425px;
	float: right;
}

.show1 {
	width: 100%;
	margin-top: 36px;
}

.show1 img {
	float: left;
	width: 185px;
	height: 114px;
}

.show1 p {
	width: 220px;
	float: right;
	margin-top: 20px;
	;
}

.show1 p a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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: 40px;
}

.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;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.content1-right ul li a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0058A1;
	border-radius: 50%;
}



.content2 .content1-right .list {
	width: 425px;
	margin-top: 30px;
}

.content2 .content1-right .list li a {
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

.content2 .content1-right .list li a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0058A1;
	border-radius: 50%;
}

.fl{
	float: left;
}
.fr{
	float: right;
}