/*列表*/
.mainbox {
    margin: 15px auto;
width: 1200px;
}
.list_l {
  width: 80%;
  float: left;
  background: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
}
.local {
  height: 70px;
  line-height: 70px;
  color: #1d6dc6;
}
.local_box {
  height: 70px;
  padding-left: 20px;
  border-bottom: 1px solid #ededed;
  margin: 0 auto;
}
.local_ul li {
  line-height: 70px;
  float: left;
  padding-right: 10px;
  color: #002985;
  font-size: 15px;
  font-weight: 600;
}
.local_ul li a {
  color: #002985;
  display: block;
  padding-left: 3px;
  font-size: 15px;
}
.local_ul li a:hover {
  color: #002985;
  display: block;
  padding-left: 3px;
  font-size: 15px;
  text-decoration: underline;
}
.list_r_t {
    width: 90%;
    margin: 0 auto;
}
.list_r_t ul {
  padding-top: 5px;
}
.list_r_t ul li {
  background: url(../../images/index.files/ico12.png) 10px center no-repeat;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ededed;
 
  margin: 0 auto;
}
.list_r_t ul li a {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list_r_t ul li a:hover {
  color: #0da3e2;
  font-size: 14px;
}
.list_r_t ul li span {
  float: right;
  padding-right: 10px;
  color: #666666;
  font-size: 12px;
}
.pageing {
  text-align: right;
  padding-right: 30px;
}
.pageing span {
  line-height: 80px;
  padding: 0 6px;
  font-size: 14px;
}

.list_r {
  float: right;
  width: 19%;
  background: #fff;
  box-sizing: border-box;
}
.list_xwdt {
  border: 1px solid#ededed;
}
.list_xwdtt {
  background: url(../../images/index.files/ico18.png) 20px center no-repeat;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid#ededed;
}
.list_xwdtt h1 {
  float: left;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px solid #377acb;
}
.list_xwdtt span {
  float: right;
  padding-right: 15px;
}
.list_xwdtc ul {
  margin: 5px 0px;
}
.list_xwdtc ul li {
  background: url(../../images/index.files/ico1.png) 15px no-repeat;
  padding-left: 10px;
  height: 34px;
  line-height: 34px;
}
.list_xwdtc ul li a {
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list_xwdtc ul li a:hover {
  font-size: 13px;
  color: #ff8e32;
}
.ckgd {
  background: url(../../images/index.files/tittle7.png) no-repeat;
  width: 115px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 15px 10px 40px 30px;
}
.ckgd a {
  color: #fff;
  font-size: 12px;
}

.list_zt {
  margin-bottom: 20px;
}
.list_zt ul li {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  box-sizing: border-box;
}

/*内容页：新闻显示*/
.info_area_box {
  border-top: 2px solid #dcdcdc;
  background-color: #f7fcff;
}
.info_box {
  padding: 9px 15px;
}
#info_toptitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}
#info_title {
  color: #333333;
  font-family: Microsoft Yahei;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
}
#info_subtitle {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.attribute {
  color: #898989;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.info_content_opt {
  line-height: 20px;
  text-align: right;
}
#info_source {
  font-size: 12px;
  padding-right: 10px;
}
#info_author {
  font-size: 12px;
  padding-right: 10px;
}
#info_hits {
  color: #c30;
  padding-right: 10px;
  color: #f00;
}
#info_released_dtime {
  font-size: 12px;
}
#info_description {
  font-size: 14px;
  line-height: 180%;
  text-indent: 2em;
  border: 1px solid #dedede;
  padding: 6px 10px;
  background-color: #fff;
}
#info_video {
  text-align: center;
} /*视频展示区域*/
#info_pic {
  text-align: center;
} /*小组图展示区域*/
#info_content {
  line-height: 180%;
}
#info_content p {
  text-indent: 2em;
  line-height: 40px;
  color: #333;
  font-size: 15px;
}
#info_content div {
  text-indent: 2em;
}

.print_btn {
  font-size: 14px;
  text-align: right;
  height: 60px;
  line-height: 60px;
}

#controls {
  float: right;
  padding: 2px;
  width: 30px;
  background: #333;
  position: relative;
  top: 0px;
  right: -30px;

  text-align: center;
  transition: 0.25s ease-out;
}

#controls a {
  font-size: 24px;
  color: #aaa;
  display: block;
  font-weight: bold;
  padding: 5px;
}

#controls a:hover {
  color: #fff;
  background: #000;
  transition: 0.25s ease-out;
  border-right: 1px solid #cbcbcb;
}

a.selected {
  background: #000;
  color: #fff !important;
}

#small {
  font-size: 12px !important;
}
#medium {
  font-size: 15px !important;
}
#large {
  font-size: 18px !important;
}

.small {
  font-size: 75%;
}

#wrapper p {
  font-size: 15px;
  line-height: 40px;
  padding: 0px 40px;
  text-indent: 2em;
}

/* 自适应优化 */
@media (max-width: 990px) {
  .list_l,
  .list_r {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .list_r {
    margin-bottom: 0;
  }
  .list_zt ul li {
    width: auto;
    height: auto;
  }
  #info_title {
    font-size: 24px;
    line-height: 40px;
  }
  #info_toptitle {
    font-size: 20px;
    line-height: 28px;
  }
  #info_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  #info_content p,
  #wrapper p {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .local,
  .local_box {
    height: auto;
    line-height: 50px;
  }
  .local_ul li {
    line-height: 50px;
  }
  .list_r_t ul li {
    height: auto;
    min-height: 40px;
    line-height: 1.8;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pageing {
    text-align: center;
    padding-right: 0;
  }
  .list_xwdtt {
    height: auto;
    line-height: 45px;
  }
  #info_title {
    font-size: 20px;
    line-height: 32px;
  }
  #info_toptitle {
    font-size: 18px;
    line-height: 26px;
  }
  #info_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  #info_content p,
  #wrapper p {
    padding: 0 15px;
    line-height: 32px;
    font-size: 14px;
  }
}
