﻿.main {
 width: 100%;
 margin: 0 auto 0px;
}
 .w1280 .titem{
 padding-bottom: 25px;
 box-sizing: border-box;
 min-height: 415px;
}
.gztd, .dflz{
 width: 48%;
float: left;
}
.tzgg, .jbfs{
 float: right;
 width: 48%;
}
.title_header, h1.title_header a.more{
 line-height: 42px;
}
h1.title_header a.more{
	font-size:14px;
}
 ul.article-list li {
 line-height: 40px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 border-bottom: 1px dashed #999999;
}
.jbfs ul.article-list li {
 border-bottom: none;
}
.jbfs .article-list p{
 text-indent:0 !important;
}
.jbfs ul.article-list li{
 white-space:normal
}
span.span_date {
 float: right;
 color: #999999;
 font-size: 14px;
}
.jbfs .article-list p{
 font-size: 15px;
 line-height: 30px;
 padding-top: 10px;
}
.ztzl-list{
	display: flex;
	justify-content: space-between;
}
.ztzl{
	margin-bottom: 25px;
}
.ztzl-title{
	text-align: center;
	position: relative;
	padding: 0 0 25px 0
}
.ztzl-title ::after, .ztzl-title ::before{
	content: "";
	display: block;
	width: 42%;
	height: 2px;
	/* background: #c71e33; */
	position: absolute;
	top: 32px;
	background: rgba(25,77,142,0.5);
}
.ztzl-title ::after{
	left: 0;
}
.ztzl-title ::before{
	right: 0;
}
.ztzl-title .tit{
	display: inline-block;
	font-size: 38px;
	color: #194D8E;
	vertical-align: middle;
	/* line-height: 59px; */
}
.ztzl-title .sub-tit{
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	text-align: left;
}
.sub-tit-desc{
	color: #666666;
	font-size: 8px;
}
.ztzl-list li {
	padding: 25px;
	width: 24%;
	box-sizing: border-box;
	background: #fff;
	/* float: left; */
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}
.ztzl-list li .title_type{
	display: none;
}
.ztzl-list li img{
	width: 100%;
	transition: all 0.3s linear;
}
.ztzl-list li img:hover{
	transform: scale(1.05);
}
.ztzl-list li:nth-child(2){
	/* margin: 0 2%; */
}
.links{
	overflow: hidden;
 margin-bottom: 30px;
}
.links .links-d{
	float: left;
}
.links .links-n{
	float: left;
}
.links-n li{
	float: left;
	padding: 10px 15px;
}
.links-n li a{
	font-size: 16px;
}
.links-d span{
	padding: 10px;
	background: #c71e33;
	color: #fff;
	letter-spacing: 5px;
	display: block;
	font-size: 16px;
}
.title_header .title_type{
	font-size: 24px;
}
.title_header, h1.title_header a.more {
 line-height: 62px;
 height: 62px;
 overflow: hidden;
}
ul.article-list li{
	line-height: 52px;
}
ul.article-list li .title_type{
	font-size: 15px;
}
@media only screen and (max-width: 768px){
 .w1280 .titem{
 float: none;
 width: 100%;
 padding-bottom: 2px;
 min-height: auto;
 }
	.ztzl-title .tit {
 font-size: 26px;
}
	h1.title_header {
 padding: 0;
}
	h1.title_header .title_type{
		color:#009CA0;
	}
	
	.ztzl-title ::after, .ztzl-title ::before,.ztzl-title ::after, .ztzl-title ::after {
 width: 27%;
}
	.ztzl-list li{
		width:100%;
		margin-bottom:10px;
	}
	.ztzl-list li:nth-child(2) {
 margin: 10px 0;
}
	
	.links-n li, .links .links-n,.links .links-d{
		float:none;
	}
}  