@charset "utf-8";

/* 详情页 */
.main_cont.article_cont {
  margin: 50px auto;
  padding: 20px;
  min-height: 600px;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.main_cont {
  display: block;
  margin: auto;
  width: 1200px;
  min-height: 250px;
  padding: 15px 0;
}

.main_cont.pd20 {
  padding: 20px;
}

.main_cont.article_cont {
  margin: 50px auto;
  padding: 20px;
  min-height: 600px;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.top_link {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #c0c0c0;
}

.top_link p {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 41px;
  line-height: 46px;
  background: url(../images/line.png) no-repeat left bottom;
}

.top_link .more {
  float: right;
  height: 100%;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}

.top_link a:hover {
  color: #0677E4;
  text-decoration: underline;
}

.article {
  width: 100%;
}

.article .top {
  padding: 30px 0;
  text-align: center;
}

.article .top h4 {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 24px;
}

.article .top p {
  font-size: 15px;
  color: #999;
}

.article .top p span {
  margin: 0 20px;
}

.article .cont {
  padding: 0 60px;
}

.article .cont,
.article .cont p {
  text-indent: 2em;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.article .cont img {
  max-width: 100%;
  display: block;
  margin: auto;
  width: auto !important;
}

.article .cont p {
  margin: 15px 0;
}

/* tab详情页 */
.navRoll {
  display: table-cell;
  vertical-align: top;
}

.list_content {
  display: table;
  width: 1200px;
  min-height: 600px;
  margin: auto;
  padding: 30px 0;
}

.list_content .main_cont {
  display: table-cell;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.list_nav {
  display: table-cell;
  vertical-align: top;
}

.list_nav li {
  margin-right: 20px;
  width: 200px;
  height: 64px;
  text-align: center;
  /* line-height: 66px; */
  background: #fff;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 6px #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_nav li a {
  display: block;
}

.list_nav li.current,
.list_nav li.current:hover {
  background: #4ba6ff url(../images/white.png) no-repeat 170px center;
  color: #fff;
}

.list_nav li:hover {
  background: #4ba6ff;
  color: #fff;
}

.main_cont {
  display: block;
  margin: auto;
  width: 1200px;
  min-height: 250px;
  padding: 15px 0;
}

.main_cont.pd20 {
  padding: 20px;
}

.main_cont.article_cont {
  margin: 50px auto;
  padding: 20px;
  min-height: 600px;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.list_left {
  float: left;
  width: 100%;
  min-height: 600px;
}

.list_right {
  float: right;
  width: 340px;
}

/* 列表 */
.wrap_list {
  width: 100%;
}

.wrap_list.bor_dashed {
  padding-top: 10px;
}

.wrap_list.two,
.wrap_list.three {
  float: left;
}

.wrap_list li {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  background: url(../images/li.png) no-repeat left center;
}

.wrap_list.three li {
  float: left;
  width: 34%;
  padding-right: 50px;
}

.wrap_list.two li {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.wrap_list.three li:nth-child(3n) {
  width: 32%;
}

.wrap_list li a {
  float: left;
  width: 80%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap_list.video li b {
  float: left;
  width: 32px;
  height: 100%;
  background: url(../images/video_min.png) no-repeat left 9px;
}

.wrap_list.w100 li {
  height: 39px;
}

.wrap_list.video li {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
}

.wrap_list.w100 li a {
  width: 100%;
}

.wrap_list li span {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #999;
}

.wrap_list li:hover {
  color: #0677E4;
  background: url(../images/li_hover.png) no-repeat left center;
}

/* 分页 */
.wrap_page {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}

.wrap_page li.thisclass {
  padding: 5px 11px;
  font-size: 14px;
  color: #fff;
  background: #0677E4;
  border: 1px solid #0677E4;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #0677E4;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
}

.wrap_page a:hover,
.wrap_page a.active {
  border: 1px solid #0677E4;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #0677E4;
}

.wrap_page td {
  min-width: 40px;
  width: auto;
}

.wrap_page input[name="PageNo"],
.wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}

.wrap_page td b {
  margin: 0 5px;
  color: red;
}

/* 列表页人物介绍 */
.wrap_xhzxt {
  /* float: left; */
  width: 100%;
  padding: 10px;
  /* border: 1px solid #b5d2e1; */
  border-top: none;
}

.wrap_xhzxt li {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.zxt_text {
  float: left;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #b5d2e1;
  height: 310px;
}

.zxt_text img {
  float: left;
  width: 24%;
  height: 270px;
}

.zxt_text .text {
  float: right;
  width: 70%;
  height: 100%;
  padding-top: 30px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "宋体";
  color: #666;
  line-height: 1.6;
  text-indent: 2em;
  overflow: hidden;
}

.wrap_xhzxt li h4 {
  float: left;
  width: 100%;
  line-height: 1;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 50px;
  font-size: 36px;
  color: #333;
  font-family: "宋体"
}

/* images列表 */
.wrap_list_img1 {
  /* float: left; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrap_list_img1 li {
  float: left;
  margin-top: 20px;
  width: 25%;
  height: 200px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.wrap_list_img4 li {
  width: 20% !important;
  height: auto !important;
}

.wrap_list_img1 li h4 {
  width: 100%;
  height: 30px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap_list_img1 li p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.wrap_list_img1 li .imgBox {
  height: 160px;
}

.wrap_list_img1 li .imgBox img {
  width: 100%;
  height: 100%;
}

.wrap_list_img4 li .imgBox {
  height: 250px !important;
}

/* 移动端 */
@media only screen and (max-width:960px) {
  html {
    font-size: 100px;
    font-size: calc(100vw/3.75);
  }

  /* 详情页 */
  .main_cont {
    width: 100%;
  }

  .main_cont.article_cont {
    margin: 0.2rem auto;
  }

  .article .cont {
    padding: 0;
  }

  /* tab详情页 */
  .list_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .list_nav {
    width: 100%;
    /* display: none; */

  }

  .list_nav li {
    line-height: .3rem;
  }

  /* 横向滚动 */
  .navRoll {
    width: 100%;
    overflow: auto;
  }

  /* 隐藏滚动条 */
  .navRoll::-webkit-scrollbar {
    display: none
  }

  .navRoll .tabBar {
    width: 760px;
    overflow-y: auto
  }

  .navRoll .tabBar li {
    width: 120px;
    padding: 0px 5px;
    margin-left: .06rem;
    height: 0.3rem;
    text-align: center;
    cursor: pointer;
    /* color: #6a6a6a; */
    font-size: 18px;
    /* background: #fff; */
    box-shadow: 0 0 6px #bbb;
    /* background-image: url(../images/nav_current.png); */
    background-size: 100% 100%;
  }

  .navRoll .tabBar_active1 {
    background: #4ba6ff url(../images/white.png) no-repeat 170px center;
    /* color: #9493ea; */
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 20px;
    /* background: url(../images/main_nav.png) no-repeat; */
    /* background-image:url(../images/nav_current.png) !important; */
    /* background-size: 100%; */

  }

  .tabBar {
    width: 100%;
    /* height: .3rem; */
    margin: 0;
    margin-top: .02rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 32px; */
    /* border-bottom: 1px solid #ccc; */
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabBar li {
    /* padding: 0 .1rem; */
    /* margin-left: .1rem; */
    /* line-height: 30px; */
    width: 24%;
    height: .34rem;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
  }

  /* article{
        display: none;
    } */
  .tabBar_active {
    color: #fff !important;
    background: #4ba6ff !important;
    font-weight: 900 !important;
    /* background: url(../images/main_nav.png) no-repeat; */
    /* background-size: 100%; */

  }

  /* 列表页 */
  .wrap_list li {
    padding-left: 0;
  }

  .wrap_list li a {
    width: 65%;
  }

  /* 列表人物介绍 */
  .zxt_text {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px;

  }

  .zxt_text img {
    width: 40%;
    float: none;
    margin: 0 auto;
    height: 50%;
  }

  .zxt_text .text {
    float: none;
    width: 100%;
    padding: 0;
    /* max-height: 1.2rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }

  .wrap_xhzxt li h4 {
    float: none;
    font-size: 18px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-left: -5%;
  }

  .wrap_xhzxt li p {
    padding-top: .15rem;
    max-height: 3em;
    overflow: hidden;
  }

  /* images列表 */
  .wrap_list_img1 li {
    width: 50%;
    max-height: 1.7rem;
    padding: 0 .04rem;
    margin-top: .1rem;
    margin-bottom: .2rem;
  }

  .wrap_list_img1 li .imgBox {
    height: 1.2rem;
  }

  .wrap_list_img1 li .imgBox img {
    width: 100%;
    height: 100%;
  }
}