html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,button,textarea,dl,dt,dd{ margin: 0; padding: 0; font-family: 'Microsoft Yahei';}
img { border: 0; vertical-align: middle;}
input:focus, a:focus, textarea:focus { outline: none;}
li { list-style-type: none;}
table { border-collapse: collapse;}

body { min-width: 1200px; color: #333; font-size: 16px;}

.top{width:100%;
	background:url('../images/top.png') no-repeat center center;
	height: 130px;
	color: #FFFFFF;
	position: relative;
}
.top .wid {
	position: relative;
}
.wid{width:1200px;margin:0 auto;}
.cl:after {
	clearfix: both;
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}
.top .name {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 32px;
	/* color: #FFFFFF; */
	line-height: 130px;
	top: 0;
	left: 0;
	position: absolute;
	
}
.top .name2 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	/* color: #FFFFFF; */
	line-height: 130px;
	top: 0;
	left: 280px;
	position: absolute;
}
.top .dian {
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 62px;
	left: 250px;
}
.nav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #4186e8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.nav .nav-item {
	font-size: 18px;
	color: #fff;
	/* border-right: 1px solid #fafafa; */
	padding: 0 48px;
	cursor: pointer;
	line-height: 55px;
	display: inline-block;
}
.nav .nav-item:first-child {
	/* border-left: 1px solid #fafafa; */
}
.nav .nav-item.on {
	background: #2667c3;
}

.filter {
	margin: 16px auto;
}
.filter-item {
	display: flex;
	width: 1200px;
	min-height: 62px;
	background: #F9F9F9;
	border-bottom: 1px solid #EAE9E9;
	position: relative;
	height: auto;
}
.filter-name {
	width: 110px;
	min-width: 110px;
	height: auto;
	background: #EAE9E9;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0;
}
.filter-list.limit {
	overflow: hidden;
	max-height: 37px;
}
.filter-list.more {
	padding-right: 90px;
}
.filter-tag {
	padding: 8px 14px;
	margin: 4px 14px;
	cursor: pointer;
}
.filter-tag.on {
	color: #4186E8;
}
.filter-more {
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.footer {
	height: 124px;
	background: #F1F2F3;
}
.footer .wid {
	position: relative;
}
.footer-left1 {
	position: absolute;
	left: 0;
	top: 50px;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	color: #787878;
}
.footer-left2 {
	position: absolute;
	left: 0;
	top: 74px;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	color: #787878;
}
.footer-left2 img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.footer-right1 {
	position: absolute;
	right: 220px;
	top: 44px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.footer-right2 {
	position: absolute;
	right: 220px;
	top: 72px;
	line-height: 1;
	font-weight: 400;
	font-size: 14px;
	color: #787878;
}
.footer-right2 img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.footer-right3 {
	position: absolute;
	right: 80px;
	top: 36px;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	color: #787878;
	border-left: 2px solid #C6C9CB;
	padding-left: 12px
}
.footer-right3 img {
	
}
.footer-right3 a {
	font-size: 12px;
	color: #787878;
}
.footer-right4 {
	position: absolute;
	right: 0;
	top: 24px;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	color: #787878;
}
.footer-right4 img {
	
}

.list-tab {
	border-bottom: 4px solid #333;
}
.list-tab  span {
	position: relative;
	cursor: pointer;
	display: inline-block;
	line-height: 48px;
	font-size: 24px;
	padding: 0 12px;
	margin-right: 32px;
}
.list-tab  span.on {
	color: #4186E8;
}
.list-tab  span.on:after {
	content: '';
	width: 100%;
	height: 8px;
	background: #4186E8;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.list-item {
	border-bottom: 2px solid #DDDCDC;
	/* height: 148px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-left {
	/* display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 148px; */
}
.list-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin: 12px 0;
	
}
.list-text {
	font-weight: 400;
	font-size: 14px;
	color: #787878;
	line-height: 30px;
	margin: 10px 0;
}
.list-tag {
	line-height: 30px;
	background: rgba(65,134,232,0.1);
	font-weight: 400;
	font-size: 14px;
	color: #4186E8;
	display: inline-block;
	margin-right: 5px;
	padding: 0 16px;
}
.list-right {
	width: 310px;
	/* height: 80px; */
}
.list-right-item {
	width: 150px;
	display: inline-block;
	border-left: 1px solid #E1E1E1;
	color: #787878;
}
.list-right-item p {
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.red {
	color: #FF0000
}
.green, .status_KSSB {
	color: #04B907;
}
.status_WKS {
	color: #E8AB41;
}
.list-right-item a {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #4186E8;
	line-height: 40px;
}
.list-right-item a img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
}
.list-page {
	text-align: right;
}
.list-page .layui-laypage {
	margin: 44px 0;
}
.list-page .layui-laypage-count{
	background: unset !important;
	color: #787878 !important;
}
.list-page .layui-laypage a, .list-page .layui-laypage span {
	margin-bottom: 0;
	border: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 16px;
	margin: 0 5px;
	border-radius: 2px;
	background: rgba(65, 134, 232, 0.1);
	color: #4186E8;
}
.list-filter {
	font-size: 20px;
	margin: 8px 0;
}
.list-filter .count {
	color: #4186E8;
}
.title {
	font-weight: 400;
	font-size: 32px;
	color: #333333;
	line-height: 52px;
	margin-bottom: 8px;
	margin-top: 24px;
}
.title-split {
	border-bottom: 4px solid #333;
	line-height: 48px;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	margin-top: 24px;
}
.layui-table th {
	background: #eee;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.layui-table td {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.info-content {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 16px 0;
}
.info-download a {
	display: block;
	color: #4186E8;
	font-size: 14px;
	line-height: 32px;
}
.info-download a:hover {
	color: #4186E8;
	text-decoration: underline;
}
.info-right {
	position: fixed;
	top: 320px;
	left: calc(50% + 610px);
}
.info-right .layui-timeline-axis {
	color: #4286E9;
	top: 6px;
}
.layui-timeline-item {
	padding-bottom: 16px;
}
.layui-timeline-item:before {
	top: 7px;
}
.ttitle {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #4286E9;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #4286E9;
	position: relative;
	cursor: pointer;
}
.ttitle:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-right-color: #4286E9;
	position: absolute;
	bottom: 9px;
	left: -6px;
	margin-left: -6px;
}
.ttitle.on {
	color: #fff;
	background: #4286E9;
}

.news-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
}
.news-item:nth-child(5n){
	border-bottom: 1px solid #E1E1E1;
}
.news-item .news-left {
	width: 80%;
}
.news-item .news-name {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}
.news-item .news-date{
	font-weight: 400;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.content-head {
	background: #eee;
	padding: 16px 32px;
}
.content-title {
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1.6;
}
.content-time {
	font-size: 16px;
	margin-top: 8px;
}
.info-content-news {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	padding: 16px 0;
}