@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
}
html, body, div, span, object, iframe, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, ol, li, form, label, input, button, textarea, pre, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
div, ul, li, span, p, i, a, h1, h2, h3, h4, h5, h6, img, input, submit, textarea {
	box-sizing: border-box;
	outline: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
.fl {
	float: left;
}
.rl {
	float: right;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
header{ width:100%; min-width:1400px;background:url(topbg.jpg)no-repeat center center; height:210px; background-color:#003883;}
.logo {
	margin: 39px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.logo img{display:block}
.logo h1 {
	color: #fff;
	font-size: 45px;
	margin-left: 20px;
}
.logo h1 a{
    color: #fff;
}
.ss {
	float: right;
	height: 40px;
	width: 270px;
	margin-top: 50px;
	position: relative;
}
.txt {
	height: 40px;
	width: 250px;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	outline: 0;
	padding-left: 15px;
	background-image: url(ss.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
}

.bn {
	border: none;
	width: 77px;
	height: 40px;
	font-size:16px;
	color:#fff;
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 10;
	border-radius: 20px;
	background-color: #6f78f7;

}
.navBar {
	width: 100%;
	height: 60px;
	color: #fff;
	margin:0 auto;
	border-top:1px solid #3058ad;
}

#navMenu {
	height: 60px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
	width: 1400px;
	margin: 0 auto;
}
#navMenu ul {
	width: 100%;
}
#navMenu .onelink {
}
#navMenu .onelink a {
	color: #FFFFFF;
	background-image: url(dh.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#navMenu .onelink a:hover {
	color: #FFFFFF;
}
#navMenu li {
	text-align: center;
	float: left;
	line-height: 60px;
	font-size: 18px;
	width: 155px;
}
#navMenu li a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	text-decoration: none;
	transition: all .5s;
}
#navMenu li a:hover, #navMenu li.hover a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	transition: all .5s;
	background-color: #6e79f7;
}
.dropMenu {
	position: absolute;
	top: -2px;
	z-index: 9999;
	visibility: hidden;
	background-color: #fff;
	filter: Alpha(Opacity=85);
	width: 155px;
	z-index: 9999;
	border: 1px solid #E6E4E3;
	border-top: 0;
}
.dropMenu li {
	margin: 0 5px;
	border-bottom: 1px solid #E6E4E3;
}
.dropMenu li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
}
.dropMenu a:hover {
	color: #333;
	font-size: 16px;
}
ul, li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
main{ margin:50px auto;	
width: 1400px;
	display: block;
	overflow: hidden;}
	
.new01 {
	width: 675px;
	height: 420px;
	margin-bottom:50px;
}
.new02 {
	width: 675px;
	height: 332px;
	margin-bottom:50px;
}
.lmbt {
	border-bottom: 1px solid #c5c5c5;
	height: 43px;
	margin-bottom: 18px;
}
.lmbt h1 {
	color: #0c3aaa;
	font-size: 26px;
	border-bottom: 3px solid #0c3aaa;
	float: left;
	line-height: 25px;
	padding-bottom: 15px;
}
.lmbt h1 a{
	color: #0c3aaa;
}
.lmbt p {
	color: #464646;
	font-size: 16px;
	float: right;
	line-height: 30px;
}
.lmbt p a{
	font-size: 16px;
	color: #464646;

}
.list {
	margin-top: -10px;
}
.list ul li {
	color: #333333;
	line-height: 55px;
	border-bottom: 1px dashed #eaeaea;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(d.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
}
.list ul li a{
	color: #333333;
}
.list ul li span {
	color: #666;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}
.list ul li span a{
	color: #666;
}
.list2 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list2 li{ width:32%; line-height:42px; font-size:16px; color:#125dba; background-color:#f3f7ff; border:1px solid #eef2fb; text-align:center; margin-bottom:11px;	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis; padding:0 5px;}
.list2 li a{ color:#125dba; width:100%;display: block;}
	
	
.new02list{ width:100%; background-color:#fff;}
.new02list ul li{width: 100%;padding:0;overflow: hidden;position: relative;transition: all .5s; margin:5px 0 30px 0;}
.new02list ul li a{color: #333;}
.new02list ul li .date {
    width: 75px;
    float: left;
	margin-right:15px;
}
.new02list ul li .date span {
    display: block;
    font-size:16px;
    color: #155cb6;
    line-height: 33px;
    height:33px;
    text-align: center;
    background: #b9d9ff;
}
.new02list ul li .date span:first-child {
    font-size: 16px;
    color: #fff;
	background-color:#115db5;

}
.new02list ul li .s2-date-tx {
    overflow: hidden;
    padding-right:10px;
}
.new02list ul li .s2-date-tx p {
    font-size:17px;
    line-height:30px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new02list ul li .s2-date-tx p a{
    color: #333;
}
.new02list ul li:last-child{border:0;}


.newlist{ width:100%; background-color:#fff; margin-top:-10px;}




.newlist ul li {
	color: #333333;
	line-height: 55px;
	border-bottom: 1px dashed #eaeaea;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(d.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
}
.newlist ul li a{
	color: #333333;
}
.newlist ul li span {
	color: #666;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}
.newlist ul li span a{
	color: #666;
}

.link{ width:100%; overflow: hidden;display: block;}
.link ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.link ul li{ height:112px;  overflow: hidden;display: block;box-shadow: 0px 0px 10px #e7e7e7;}

footer {
	background-color:#013986;
	width: 100%;
	padding:40px 0;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	min-width:1400px;
}
footer a{
	color: #fff;
}
section {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
	width:1400px;
	margin: 50px auto;
}
.leftk {
	float: left;
	width: 250px;
	text-align: center;
    background-color: #f0f1f7;
	margin: 0;
	
}
.leftk h1 {
    width: 100%;
    text-align: center;
    height: 60px;
    z-index: 9999;
    background-color: #0c3aaa;
	line-height: 60px;
    color: #fff;
    font-size: 20px;
}
.leftk h1 a {
	color: #FFF;
}
.leftk ul li {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 20px;
	color: #333333;
    background-color: #f0f1f7;
	border-bottom:1px solid #fff; 

}
.leftk ul li a {
	color: #333333;
}
.leftk ul li:hover {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 20px;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #0c3aaa;
	border-bottom:1px solid #fff; 
}
.leftk ul li:hover a {
	color: #FFFFFF;
}
.rightk {
	float: right;
	width: 1090px;
	margin:17px 0 50px 0;
}


.boxPage{width:100%; overflow:hidden; margin:30px auto 60px auto;}
.boxPage a{font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;}
.boxPage a:hover{ font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;}
a.curPage{font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;}
.numPage{text-align:center}
.btnPage{display:none}
.boxPage span{font-size:16px;line-height:40px;margin:0 15px 0 7px;display:none; vertical-align:middle}

.pagination {
	font-size: 0px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	float: left;
}
.pagination ul li {
	float: left;
}
.pagination a {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a.prev, .pagination a.next {
	padding: 0 15px;
}
.pagination a:hover, .pagination a.cur, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
	font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;
}

.nr p {
	font-size: 16px;
	line-height: 40px;
	color: #333;
}
.nr img {
	max-width:100%;
}
.lmbt3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-bottom: 20px;
}
.lmbt3 h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.lmbt3 h2 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
}
.lmbt3 h2 a {
	color: #666;
}
.bj50{ margin:30px 0 0 0;}


.cylist2 {
	margin-top: 30px;
}
.cylist2 ul li a {
	color: #333;
}
.cylist2 ul li {
	width: 100%;
	line-height: 42px;
	color: #333;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 50px;
	margin-bottom: 20px;
}


.new-list {
}
.new-list ul {
}
.new-list ul li {
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
}
.new-list ul li a {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	padding-left: 30px;
}
.new-list ul li a span {
	float: right;
	color: #999;
	font-size: 14px;
	margin-left: 30px;
}
.new-list ul li {
	height: auto;
	padding: 15px 0;
}
.new-list ul li a {
	line-height: 25px;
}

