@charset "utf-8";
@import url("global.css");
p{text-align: justify;}
.blue{color: #000 !important; font-weight: normal!important;}
.banner{
	width:100%;
	background:#aa0001 url(../images/banner.jpg) no-repeat center top;
	height:395px;
}
.banner_con{
	width:1200px;
	margin:0 auto;
}
.banner_con .logo{
	padding:15px 0 0 0;
	text-align: left;
}
.banner_con h2{display: none;}
.w50{width: 48%!important}
.w30{width: 31.33% !important;}
.more{width:50px; text-align: center;display: block;margin: 25px 20px;font-weight: normal;}
.more a{color:#fff;}

.box01 h2{background: url(../images/title_bg.jpg) right; text-align: left;}
.news{width:97%; /*height: 287px;*/ text-align: left; background: #fff; padding:25px 2%;margin: 0;float: left;}
.news ul{margin:0; width:100%;float: left;}
.news li{font-size: 18px; height: 42px; background:url(../images/icon.png) 0px 2px no-repeat; color: #555; width:100%; padding-left:24px; float: left;}
.news .date{color: #9e9e9e; /*width:76px;*/ width:115px; text-transform: uppercase; height: 36px; font-size: 14px;}


/*分页代码*/
.list_page{/*! height: 30px; */padding: 30px 0 20px;text-align: center;}
.list_page span{margin-left: 11px;display: inline-block;width: 30px;height: 30px;background:url(/static_2023/images/global/list_page_bg.jpg) no-repeat left top;color: #7f7f7f;font-size: 14px;font-weight: bold;line-height: 30px;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:url(/static_2023/images/global/list_page_bg_selected.jpg) no-repeat left top;color: #fff;}
.list_page span img{float: left;}
.list_page .gopage{width:35px}
.list_page input{border: medium none;width: 35px !important;height: 30px;background:url(/static_2023/images/global/list_page_turn.jpg) no-repeat left top;line-height: 30px;text-align: center;vertical-align: top;}
.list_page .page_text,.list_page .page_text:hover{width:50px;height:30px;line-height:30px;font-size:14px;font-weight:bold;background:none;color:#7f7f7f;cursor:default}
.list_page span.page_prev a,.list_page span.page_next a{line-height:100px;}
.list_page span.page_prev{background:url(/static_2023/images/global/list_page_prev.jpg) no-repeat left top;}
.list_page span.page_prev.disabled{background:url(/static_2023/images/global/list_page_prev_no.jpg) no-repeat left top;}
.list_page span.page_next{background:url(/static_2023/images/global/list_page_next.jpg) no-repeat left top;}
.list_page span.page_next.disabled{background:url(/static_2023/images/global/list_page_next_no.jpg) no-repeat left top;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}
.list_page .list_page_go{width:35px;margin-left:11px;background:url(/static_2023/images/global/list_page_go.jpg) no-repeat left top;font-size: 14px; line-height: 30px; color: #7f7f7f;}
