@charset "UTF-8";
/* 二级页面 */

/* 通用列表页 */
.commonlist-right-ul {
  margin-bottom: 20px;
}
.commonlist-right-ul li {
  border-bottom: #d9d9d9 1px solid;
  line-height: 50px;
  height: 50px;
}
.commonlist-right-ul li:first-child {
  padding-top: 0;
}
.commonlist-right-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 26px;
  padding-right: 20px;
  transition: 0.36s;
}
.commonlist-right-ul li a:hover {
  padding-left: 30px;
  color: #0069be;
}
.commonlist-right-ul li span {
  font-size: 14px;
  float: right;
  color: #666666;
}

/* 图片列表页 */
.img-list {
  margin-top: 20px;
}
.img-list li {
  width: 33.33333%;
  padding: 0 15px;
  float: left;
  margin-bottom: 20px;
}
.img-list li a {
  display: block;
}
.img-list li img {
  width: 100%;
  height: 150px;
  border: 1px solid #e3e3e3;
  padding: 2px;
}
.img-list li p {
  display: block;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* 统计列表页 */
.tj-channel {
  padding: 0 0 60px;
  margin: 0 10px;
  background: #f5f5f5;
  position: relative;
}
.tj-channel:after {
  content: '';
  position: absolute;
  border-top: #f5f5f5 48px solid;
  border-left: transparent 120px solid;
  border-right: transparent 120px solid;
  left: 0;
  bottom: -48px;
}
.tj-channel li {
  line-height: 60px;
  text-align: center;
  border-bottom: #d9d9d9 1px solid;
  position: relative;
}
.tj-channel li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 60px;
  background: #6889e5;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.6s ease;
}
.tj-channel li.on:before,
.tj-channel li:hover:before {
  width: 100%;
}
.tj-channel li.on a,
.tj-channel li:hover a {
  color: #fff;
  font-weight: bold;
}
.tj-channel li a {
  display: block;
  color: #333333;
  padding: 0 8px;
  position: relative;
  z-index: 2;
}

/* 领导页 */
.leader {
  margin-top: 20px;
  min-height: 500px;
}
.leader-channel {
  border-bottom: 2px solid #e5e5e5;
}
.leader-channel span {
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
  color: #004986;
  font-weight: bold;
  border-bottom: 2px solid #004986;
}
.leader-cate {
  margin-top: 15px;
}
.leader-cate span {
  display: inline-block;
  width: 80px;
  line-height: 35px;
  background: #dcdcdc;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
}
.leader-cate a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.leader-cate a:hover {
  color: #cc0000;
}
.leader-cate a:nth-child(2):before {
  display: none;
}
.leader-cate a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #000;
  vertical-align: middle;
  margin: 0 10px;
}

/* 领导页详情页 */
.leader-detail {
  padding-top: 20px;
  padding-bottom: 30px;
}
.leader-detail-img {
  text-align: center;
}
.leader-detail-img img {
  width: 200px;
}
.leader-detail-name {
  margin: 15px 0;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
}
.leader-detail-cate {
  line-height: 55px;
  font-size: 22px;
  color: #035392;
  font-weight: bold;
}
.leader-detail-text {
  line-height: 32px;
  text-indent: 2em;
  font-size: 18px;
  text-align: justify;
}

/* 网站地图 */
#maplist table {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid rgb(184, 204, 237);
}
#maplist td {
  border: 1px solid rgb(184, 204, 237);
  line-height: 45px;
  vertical-align: middle;
}
#maplist .one {
  font-weight: bold;
  text-align: center;
  width: 15%;
  /* border: 1px solid #ebebeb; */
}
#maplist .one a {
  display: block;
  width: 100%;
  /* border-left: 4px solid #38414d; */
}
#maplist .two {
  text-align: center;
  width: 18%;
}

#maplist .three {
  padding-left: 10px;
}
#maplist .three a {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 1000px) {
  /* 图片列表页 */
  .img-list li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  /* 统计列表页 */
  .tj-channel {
    padding: 0;
  }
  .tj-channel:after {
    display: none;
  }
  .tj-channel li {
    line-height: 45px;
  }
  .tj-channel li:before {
    height: 45px;
  }

  /* 领导页 */
  .leader-cate {
    margin-top: 25px;
  }
  .leader-cate span {
    display: block;
    margin-bottom: 20px;
    background: none;
    font-size: 18px;
  }
  .leader-cate a {
    display: block;
    width: 48%;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 1%;
    margin-bottom: 15px;
    float: left;
    background: #f5faff;
    border-radius: 0.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .leader-cate a:before {
    display: none;
  }

  /* 领导页详情页 */
  .leader-detail-img img {
    width: 140px;
  }
  .leader-detail-cate {
    font-size: 18px;
  }
  .leader-detail-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  /* 图片列表页 */
  .img-list li {
    width: 100%;
  }
  .img-list li img {
    height: auto;
  }
}
