/**/
/* body{
    background: url(../images/back1.png) top center no-repeat;
  } */
  .p1{
    background: none;
    min-height: 995px;
    height: auto;
  }
  .bread{
      width: 1180px;
      margin: 10px auto 0;
      padding: 0;
      clear: both;
      font-size: 14px;
      line-height: 30px;
      font-family: 'Arial';
      color: #2A7ACE;
  }
  .bread a{
      color: #2A7ACE;
  }
  .list_con{
    width: 1180px;
    margin: 10px auto 40px;
    padding: 0 0 20px;
    background: #fff;
  }
  .list_con div.sub_title{
    width: 100%;
    height: 45px;
    background: url(../images/nav_back.png) repeat-x center center;
  }
  .list_con div.sub_title h3{
      float: left;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      line-height: 45px;
      padding-left: 25px;
      /* border-bottom: 2px solid #c22800;
      background: url(../images/two.png) left no-repeat; */
  }
  .list_con div.sub_title h3 a{
    color: #fff;
  }
  .list_con div.recommend_title{
      width: 100%;
      height: 45px;
  }
  .list_con div.recommend_title h3{
      float: left;
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      line-height: 45px;
      padding-left: 20px;
      background: url(../images/line_blue.png) left no-repeat;
  }
  .list_con div.column_wrapper{
      overflow: hidden;
      clear: both;
  }
  .list_con div.col_left{
      width: 760px;
      float: left;
  }
  .list_con div.col_right{
      width: 380px;
      float: right;
  }
  .list_con div.col_left ul.list li{
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      margin-top: 16px;
      padding-left: 10px;
      background: url(../images/red_p.png)left no-repeat;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
  }
  .list_con div.col_left div.dot_line{
      border-bottom: 1px dashed #ececec;
      /* padding-top: 20px;
      padding-bottom: 20px; */
      margin: 25px auto;
  }
  .list_con div.col_right ul.list {
    padding: 0 10px;
  }
  .list_con div.col_right ul.list li{
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      color: #333333;
      margin-top: 16px;
      padding-left: 10px;
      background: url(../images/red_p.png)left no-repeat;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .list_con div.col_right ul.list li a{
  }
  /* 分页条 */
  .pagebar{text-align: center; margin:40px auto 20px;}
 .pageBtnWrap a,.pagebar a,.pagebar .jumpbtn,.pagebar input{border:1px solid #d7d7d7;color:#666;height:30px;line-height:31px;text-align:center;width:30px;display:inline-block;margin:0 5px;}
  .pageBtnWrap .curr,.pagebar .pagecount.curr{background: #0B426C;border-color:#0B426C;color:#fff}
  .pageBtnWrap :first-child,.pageBtnWrap :last-child,.pagebar .prev,.pagebar .next,.pagebar .jumpbtn{width:auto;padding:0 10px;}
  .totalText{margin:0 10px;line-height:30px;}
  .totalText span{margin:0 2px;}
  .goPageBox{margin:0 10px;line-height:30px;position: relative;padding-right:65px}
  .goPageBox input{border:1px solid #d7d7d7;height:30px;line-height:28px;text-align:center;margin:0 5px;width:30px;}
  .goPageBox #kkpager_btn_go{display:block!important;left:initial!important;width:auto;background: #fff;position:absolute;right:0;top:-4px;padding:0 10px;}
  .pagebar input{top:-1px;position: relative;}
  .pagebar div{ text-align: center;}

  .list_con div.detail_con{
      overflow: hidden;
      padding-top: 20px;
  }
  .list_con div.detail_con h1.main_tit{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    text-align: center;
    color: #363636;
  }
  .list_con div.detail_con p.art_info{
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
    color: #818181;
  }
  .list_con div.detail_con div.body{
    padding-left: 10px;
    padding-top: 20px;
    font-size: 18px;
  }
  .list_con div.detail_con div.body p{      
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 25px;
    color: #4a4a4a;
  }
  .list_con div.detail_con div.body strong{      
    font-weight: 700;
  }
  .list_con div.detail_con div.body em,.list_con div.detail_con div.body i{      
    font-style: italic;
  }

  .more-article {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }  
  .more-article .prev-article,
  .more-article .next-article {
    float: left;
    width: 360px;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-top: 3px solid #c93b37;
    border-radius: 5px;
    padding: 10px 8px 15px 10px;
  }  
  .more-article .prev-article div,
  .more-article .next-article div {
    float: left;
  }  
  .more-article .prev-article {
    margin-right: 20px;
  }  
  .more-article-tit {
    font-size: 14px;
    margin-bottom: 10px;
  }  
  .more-article-line {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 12px;
  }  
  .more-article-line span {
    display: inline-block;
    width: 31px;
    height: 2px;
    background: #DFDFDF;
    position: absolute;
    top: 0;
    left: 0;
  }  
  .more-article-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }  
  .more-article-des {
    color: #999999;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
    width:100%;
  }  
  .more-article-des a {
    color: #999999;
  }  
  .more-article-publicDate {
    color: #999999;
    font-size: 14px;
  }
.col_left .slideTxtBox {
  width: 100%;
}

.col_left .slideTxtBox .hd {
  height: 43px;
  line-height: 43px;
  /* position: relative; */
  margin-top: -45px;
}

.col_left .slideTxtBox .hd ul {
  overflow: hidden; 
  height: 43px;
}

.col_left .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
}
.col_left .slideTxtBox .hd ul li:first-child{
  margin-left:30px;
}
.col_left .slideTxtBox .hd ul li.p3_tab {
  margin: 0 63px
}
.col_left .slideTxtBox .hd ul li a{color:#fff}
.col_left .slideTxtBox .hd ul li.on a{ 
  color: #000;
  background: url('../images/bar.png') bottom no-repeat;
}

.col_left .slideTxtBox .bd ul {
  zoom: 1;
}

.col_left .slideTxtBox .bd li { 
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top:16px;
  padding-left: 10px;
  background: url('../images/red_p.png')left no-repeat;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

/*20220531 add by guan*/
.list_con div.col_left ul.list li em {
    float: right;
    font-size: 14px;
    color: #a1a1a1;
}
.list_con div.col_left .pic_list_con {
    width: 740px;
}
.list_con div.col_left .pic_list_con ul {
    margin: 20px -30px 0 0;
    overflow: hidden;
}
.list_con div.col_left .pic_list_con ul li{
    width: 230px;
    float: left;
    margin: 0 24px 0 0;
}
.list_con div.col_left .pic_list_con ul li p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.list_con div.col_left .literature_pic_list_con {
    width: 740px;
}
.list_con div.col_left .literature_pic_list_con ul {
    margin: 30px -80px 0 0;
    overflow: hidden;
}
.list_con div.col_left .literature_pic_list_con ul li{
    width: 360px;
    float: left;
    margin: 0 30px 0 0;
}
.list_con div.col_left .literature_pic_list_con ul li .image{
    float: left;
    width: 110px;
    height: 147px;
}
.list_con div.col_left .literature_pic_list_con ul li .image img {
    border: 1px solid #c9c9c9;
    width: 100%;
}
.list_con div.col_left .literature_pic_list_con ul li .text {
    float: right;
    box-sizing: content-box;
    width: 215px;
    font-size: 16px;
    text-overflow: ellipsis;
    padding: 0px 10px 0px 15px;
}
.list_con div.col_left .literature_pic_list_con ul li .text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    padding-bottom: 7px;
}