.listBanner .listBannerTitle{
  position: relative;
  vertical-align: middle;
}
.listBanner .listBannerTitle img{
  width: 100%;
}
.listBanner .listBannerTitle span{
  padding-left: 15px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
}
.listBanner .listBannerTitle span:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    left: 0px;
    top: 5px;
    background-color: #ffffff;
}


/*navList*/
.leftNav{
  margin-top: 15px; 
}
.leftNav .navList .sidenav li{
  margin-bottom: 5px;
  background: #eeeeee;
}
.leftNav .navList .sidenav li>a{
    padding: 15px 5px 15px 20px;
    display: block;
    color: #131313;
    font-size:16px;    
}
.leftNav .navList .sidenav>li.ac>a{
    color: #2374c5;
    position: relative;
}
.leftNav .navList .sidenav>li.ac>a:after{
    content: '';
    width: 3px;
    height:100%;
    border-left:5px solid #2374c5;
    position: absolute;
    left: 0px;
    top:0px;
    z-index:10;
}
.leftNav .navList .sidenav>.havethr>a{
    position: relative;
}
.leftNav .navList .sidenav>.havethr>.subnav{
  display: none;
    background: #f5f5f5;
}
.leftNav .navList .sidenav>.ac>.subnav{
    display: block;
    background: #f5f5f5;
}
.leftNav .navList .sidenav>.havethr>.subnav>li{
  margin-bottom: 0px;
  background: #f5f5f5;
}
.leftNav .navList .sidenav>.havethr>.subnav>li>a{
    padding: 15px 5px 15px 40px;
    font-size:15px;
    border-bottom:none;
}
.leftNav .navList .sidenav>.havethr>.subnav>li.ac>a{
    color: #2374c5;
    font-weight:bold;
}
.otherList{
  margin-top: 36px;
  padding-top: 15px;
  border-top: 2px solid #2374c5;
}
.otherList ul li{
  margin-bottom: 10px;
  text-align: center;
  line-height: 45px;
  background: #eeeeee;
}
.otherList ul li a{
  text-decoration: none;
}
.otherList ul li img{
  height: 20px;
  margin-right: 10px;
}
.otherList ul li span{
  font-size: 14px;
  color: #131313;
}

.rightContent{
  margin-top: 15px;
  padding-left: 30px;
}
.rightContent .title{
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #2374c5;
}
.rightContent .title h3{
  margin:0px; 
  float: left;  
  line-height: 33px;
}
.rightContent .title h3 a{
  display: block;
  padding-left: 15px;
  font-size: 18px;
  color: #2374c5;
  background: url(/_upload/tpl/04/bd/1213/template1213/images/tb.png) left center no-repeat;
}
.rightContent .title .crumb{
  float: right;
  padding: 8px 0;
  text-align: right;
  overflow: hidden;
}
.rightContent .title .crumb a:first-child{
  min-width: 40px;
  height: 16px;
  line-height: 16px;
  padding-left: 15px; 
  background: url(/_upload/tpl/04/bd/1213/template1213/images/home.png) left center no-repeat;
}
.rightContent .title .crumb a{
  font-size: 12px;
  color: #333;
}
.rightContent .infoList .list-article .list-item{
  position: relative;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
}
.rightContent .infoList .list-article .list-item:last-child{
  border-bottom: 0px;
}
.rightContent .infoList .list-article .list-item a{
  padding-left: 100px;
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 40px;
}
.rightContent .infoList .list-article .list-item a:hover{
  color: #2374c5;
}
.rightContent .infoList .list-article .list-item span{
  position: absolute;
  left: 0px;
  top: 10px;  
  width: 80px;
  height: 20px;
  font-size: 12px;
  color: #4f90d1;
  line-height: 20px;
  text-align: center;
  background: #eeeeee;    
}
@media screen and ( max-width: 667px ){
  .rightContent{
    margin-top: 0px;
    padding: 15px;
  }
  .rightContent .infoList .list-article .list-item a{
    line-height: 1.8;
  }
  .rightContent .infoList .list-article .list-item span{
    top: 5px;
  }
}
.rightContent .articleInfo .artTitle {
    margin-top: 20px;
    text-align: center;
}
.rightContent .articleInfo .artTitle h3 {
    font-size: 18px;
    color: #121212;
    line-height: 36px;
    font-weight: bold;
}
.rightContent .articleInfo .artTitle p {
    font-size: 12px;
    color: #535353;
    line-height: 36px;
}
.rightContent .articleInfo .article {
    padding: 10px 10px;
}
.rightContent .articleInfo .article p {
    line-height: 30px;
    color: #1b1b1b;
    font-size: 16px;
    padding-bottom: 10px;
}
/*replyContent*/
.replyContent .title{
  display: inline-block;
  width: 100%;
}
.replyContent .title .crumb{
  float: right;
  padding: 5px 0 8px 0;
  text-align: right;
  overflow: hidden;
}
.replyContent .title .crumb a:first-child{
  min-width: 40px;
  height: 16px;
  line-height: 16px;
  padding-left: 15px; 
  background: url(/_upload/tpl/04/bd/1213/template1213/images/home.png) left center no-repeat;
}
.replyContent .title .crumb a{
  display: inline-block;
  font-size: 12px;
  color: #333;  
}
.replyContent .replyInfo{
  padding: 3px;
  margin-bottom: 20px;
  border:1px solid #dcdcdc;
  border-radius: 5px;
}
.replyContent .replyInfo .replyTitle h3{
  position: relative;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #2374c5;
}
.replyContent .replyInfo .replyTitle h3:after{
  content: '';
    width: 18px;
    height:46px;    
    position: absolute;
    left: 45px;
    bottom: -23px;
    background: url(/_upload/tpl/04/bd/1213/template1213/images/fy.png) center no-repeat;
    z-index:10;
}
.replyContent .replyInfo .replyTitle h3:before{
  content: '';
    width: 18px;
    height:46px;    
    position: absolute;
    right: 45px;
    bottom: -23px;
    background: url(/_upload/tpl/04/bd/1213/template1213/images/fy.png) center no-repeat;
    z-index:10;
}
.replyContent .replyInfo .reply-content{
  padding: 0px 15px;
}
.replyContent .replyInfo .reply-content .replyTable{
  margin-top: 30px;
}
.replyContent .replyInfo .reply-content .replyTable .table thead tr{  
  background: #e9e9e9;
}
.replyContent .replyInfo .reply-content .replyTable .table thead tr th{
  font-size: 15px;
  color: #3b80c5;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #3b80c5;
}
.replyContent .replyInfo .reply-content .replyTable .table tbody tr td{
  font-size: 14px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}
.replyTable .table .name{
  width: 70px;
}

.rightContent.full{
  padding: 0;
}
.list-nav .list-item{
  display: table;
  margin-top: 15px;
  width: 100%;
}
.list-nav .list-item-left{
  display: table-cell;
  width: 10%;
  vertical-align: middle;
  background-color: #2374c5;
  text-align: center;
}
.list-nav .list-item-left>a{
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}
.list-nav .list-item-right{
  display: table-cell;
  width: 90%;
  background-color: #f1f8fd;
}
.list-nav .list-item-right>li{
  display: inline-block;
  margin: 0 15px;
}
.list-nav .list-item-right>li>a{
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.list-nav .list-item-right>li>a:hover{
  color: #2374c5;
}
.wp_paging {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
  color: #494949;
  float: right;
}
.wp_paging li {
  display: inline-block;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin-top: 5px;
}
.wp_paging li .pageNum{
  height: 25px;
}
.wp_paging li a {
  cursor: pointer;
  color: #666;
  line-height: 25px;
  height: 25px;
}
.noResult{
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 992px){
  .rightContent.full{
    padding: 0 15px 30px 15px;
  }
  .list-nav .list-item-left{
    width: 20%;
  }
  .list-nav .list-item-right{
    width: 80%;
  }
  .wp_paging{
    margin-top: 15px;
    text-align: center;
  }
  .wp_paging li{
    float: none;
  }
}