/* ------------------列表页面------------ */
.listContainer{min-height:500px;position:relative;}
.listTop{width: 100%;border-bottom: 2px solid #DDDDDD;height: 58px;line-height: 58px; margin: 19px 0 30px 0;}
.listTop h5{float: left;font-size: 18px;color: #2771C5;font-weight: 400;}
.listTop .breadNav{font-size: 14px;color: #515151;float: right;}
.listTop .breadNav a{color: #515151;font-weight:400;}
.listTop .breadNav a:hover{color:#2771C5;}
.listContainer .newsList{height: 100%;width: 100%;margin-bottom: 60px;}
.listContainer  .newsList li{height: 40px;background: url('../image/icon(3).png') no-repeat left center;}
.listContainer  .newsList li a{display: inline-block;width: 1084px;height: 40px;line-height: 40px;float: left;
color: #333333;font-size: 14px;padding-left: 16px;}
.listContainer  .newsList li a:hover{color: #013B85;}
.listContainer  .newsList li .date{width: 103px;float: right;height: 40px;line-height: 40px;color: #999999;
  font-size: 14px;}

/* -------------------------详情页 infoContainer---------------------------------- */
.infoContainer{margin-bottom:60px;position:relative;height:100%;}
.infoContainer .newsInfo > .title{width: 100%;line-height:48px;font-size: 24px;color: #333333;font-weight: 400;text-align: center;}
.infoContainer .newsInfo > .subInfo{font-size: 14px;color: #999999;text-align: center;border-bottom: 2px solid #EAEAEA;padding-bottom: 20px;
margin-bottom: 30px;padding-top: 6px;}
.infoContainer .newsInfo > .subInfo span{margin-right: 14px;}
.infoContainer .newsInfo > .subInfo  a{font-size: 14px;color: #999999 !important;}
/* .infoContainer .newsInfo > .subInfo .max{font-size: 18px;}
.infoContainer .newsInfo > .subInfo .norn{font-size: 16px;}
.infoContainer .newsInfo > .subInfo .min{font-size: 14px;} */
.infoContainer .newContent{padding-bottom:100px;clear:both;line-height:28px;font-size:16px;}
.infoContainer .newContent img{max-width:100%;text-align:center;margin: 10px auto;display:block;}
.infoContainer .newContent p{text-indent:32px;}



 
/* ----------------------------分页----------------------------------- */
.pager{
	text-align:center;
        margin-bottom:60px;
}
.paging a{
    color:#000 ;
    margin-right: 4px !important;
    padding:7px 14px;
    border:1px solid #D6DCE1;
}
.paging a:hover{
background-color:#0944A5 !important;
color:#fff;
}
.page-curr{
	background-color:#0944A5 !important;
    color:#fff !important;
border:1px solid #0944A5 !important;
}

.pagination{
    margin-top: 0;
    margin-left: 10px;
}
.jump{
    width: 165px;
    margin-top: 4px;
    margin-left: 15px;
}
.paging .drift{
    float: left;
    margin-bottom: 50px;
}
.txt{
    width: 40px;
    height: 27px;
    border: none;
}
.bnt{
    background: #fff;
    width: 48px;
    height: 27px;
    border: none;
}
.paging .firstPage{
 width:80px;
text-align:center;
background:#fff;
border:1px solid #D6DCE1;
padding:7px 20px;
}

.paging .lastPage{
 width:80px;
text-align:center;
background:#fff;
border:1px solid #D6DCE1;
padding:7px 20px;
}

.simpleNav{position:absolute;bottom:0px;right:0px;}
.simpleNav a{color:#2771C5;font-size:16px;}
.simpleNav a:hover{color:#F57C00;}

.mt20 a:hover{color:#2771C5;}
/**------------searchContainer 查询页面 ---------**/
.searchContainer{min-height:600px;margin-bottom:60px;}
.searchContainer .search_nav{line-height:40px;}
.searchContainer .searchResult .ts{line-height:30px;}
.searchContainer .searchResult ul li{line-height: 50px;height:50px;border-bottom: 1px dotted #4d76c0;}
