@charset "utf-8";
/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix{ clear:both; height: 0px; line-height: 0px; font-size: 0px;}
*{margin:0;padding:0;}


a {
    color: #333;
}
/* 主体 */
.main{ 
	width: 1270px; 
	margin:20px auto; 
	overflow:hidden;
}
/* 分块 */
.block{width:100%;margin-top:30px;overflow:hidden}
.left{width:49%;float:left; border: 1px solid #ddd;}
.right{width: 49%;float: right; border: 1px solid #ddd;}
/*标题样式*/
.title{ height: 38px; line-height: 38px;border-bottom: 1px solid #ddd;}
.title h2{ float: left ;font-size: 17px;}
.title h2 a{ display:block; float:left; padding:0 30px;padding-right:30px; height: 38px; line-height:38px; color:#fff;;background:#57b4f7;}
.title h2 .noactive{  color:#57b4f7;;background:#fff;}
.title .more{ display:none; float: right; color:#57b4f7;font-size: 15px;height: 38px;line-height: 38px; padding-right: 25px;}
.title .more:hover{ color:#57b4f7;}

.title01{ height: 43px; line-height: 43px; }
.title01 h2{ float: left ;font-size: 18px;}
.title01 h2 a{ display:block; float:left; padding:0 20px; height: 43px; line-height:43px; color:#57b4f7;background: url(titfg.jpg) no-repeat left center;}


/*列表样式*/
.list{ display:none; padding:0 25px;margin-top:0px}
.list ul{ margin-top: 0px;padding:0px}
.list ul li{    background: url(cszxlisticon.png) left center no-repeat;     padding-left: 25px;font-size:16px; height:51px; line-height:51px; vertical-align:top; overflow:hidden; border-bottom: 1px solid #efefef;}
.list ul li:last-child{border-bottom: none;}
.list ul li a{ float:left; color:#313131; max-width:72%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list ul li .date{ float:right; color:#313131;}
.list h2 a:hover,.list ul li a:hover{ color:#57b4f7;}

.list ul .imgli{width: 572px;height: 186px;margin: 15px 0 10px 0;background: none;padding:0;}
.list ul .imgli a{max-width: 100%;height:186px;}
.imgli img{width: 572px;height:186px;}
/*面包屑*/
.local p{ background: url(titfg.jpg) no-repeat left center;padding-left:20px;font-size:17px;font-weight: bold;height: 43px; line-height: 43px;color:#9e9e9e; }
.local p a{ display:inline-block;font-size:17px;font-weight: bold;padding:0 5px;color:#9e9e9e;}
.local p span{color:#57b4f7;}



.nextpage{ padding:19px; height:30px;float:right;}
.nextpage ul { float:right;}
.nextpage ul li{ float:left; height:30px; line-height:30px; margin-right:5px; color:#666; font-size:14px;}
.nextpage ul li a:hover{ background:#006498; color:#fff; text-decoration:none;}
.nextpage li:first-child{ margin-right:10px; float:right;}
.nextpage li a{ display:block; float:left; height:30px; line-height:30px; padding:0 10px;}
.nextpage li span{ display:block; height:30px; line-height:30px; padding:0 10px;}
.nextpage .page_jump{display:none}
.nextpage .total_count{display:none}
.nextpage ul li .current{ background:#006498; color:#fff; text-decoration:none;}