@charset "utf-8";
/* CSS Document */
body,div, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
.clear{ clear:both;}
A:link {FONT-SIZE: 14px;COLOR: #000000;FONT-FAMILY: "宋体";text-decoration: none;}
A:visited {FONT-SIZE: 14px;color: #000000;FONT-FAMILY: "宋体";text-decoration: none;}
A:hover {FONT-SIZE: 14px;COLOR: #000000;FONT-FAMILY: "宋体";text-decoration: underline;}
A:active {FONT-SIZE: 14px;COLOR: #000000; FONT-FAMILY: "宋体";text-decoration: underline;}
#head,#foot{ width:100%; text-align:center;}
.divall{ width:100%; margin:0 auto;}
.mainbody{ width:1000px; margin:0 auto;}
.div1000{ width:998px;border:1px solid #cccccc; margin-top:10px;  float:left;}
.divlb{ width:938px; padding:30px; float:left;}
.currp{ width:938px; padding-bottom:30px; float:left;}
.lb{ width:938px; float:left;}
.pageb{ width:938px; padding-top:20px; text-align:center; float:left;}
.fontpage,.fontpage a,.fontpage a:visited{ font-size:13px;}

/*列表 */
.lb-list li{
 padding-left:16px;
 text-align:left;
 line-height:27px;
 list-style:none;
}

.lb-list li span{ display:block; float:right; width:100px; font-size:13px;}
.lb-list a:hover{ color:#cc0000;}
.lb-list li.line_lb{ width:95%; height:13px; border-bottom:1px #CCC dashed; margin-left:15px; margin-bottom:13px;}

/*列表小点背景图 */
.lb_list li{
 background-image:url(/images/blackdot.gif);
 background-repeat:no-repeat;
 background-position:8px 13px;
 padding-left:18px;
 text-align:left;
 line-height:27px;
 list-style:none;
}

.lb_list li span{ display:block; float:right; width:100px; font-size:13px;}
.lb_list a:hover{ color:#cc0000;}
.lb_list li.line_lb{ width:95%; height:13px; border-bottom:1px #CCC dashed; margin-left:15px; margin-bottom:13px; background:none;}

.newstitle {
	font-family: "宋体";
	font-size: 24px;
	color: #05006C;
	font-weight: bold;
	line-height: 34px;
	padding:15px;
	text-align:center
}
.newscontent {
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align:left;
}
.news_date {
	font-family: "宋体";
	font-size: 13px;
	line-height: 24px;
	color: #999;
	text-align:center;
}
.newscontent_left{
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align:left;
  margin-top:20px;
}
.newscontent_left img{ max-width:900px;}
.newscontent_center{
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align:center;
}
.newscontent_right{
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align:right;
}
/*
列表页分页条
*/

.pagination{
    list-style:none;
    color: #999;
}
.pagination>li{
    display: inline-block;
    font-size: 1.4rem;
}
.pagination>li a{
    position: relative;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination>li.disabled a{
    color: #999999;
}
.pagination>li.active a{
    background: #0c80ba;
    color: #FFFFFF;
}