@charset "UTF-8";
/* 首页样式 */
.wrapper-index .container-1200 {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

/* 热点新闻 */
.hot-news {
  padding: 5px 0;
  margin-bottom: 15px;
}
.hot-news-arcticle:hover .hot-news-title {
  color: #cc0000;
}
.hot-news-title {
  display: block;
  transition: 0.36s;
  line-height: 60px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: '宋体';
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(32, 123, 199, 0.5);
  text-align: center;
}
.hot-news-content {
  color: #777777;
  line-height: 24px;
  text-indent: 2em;
  font-size: 15px;
  text-align: center;
}
.hot-news-content span {
  font-size: 14px;
  color: #ff6685;
  font-family: 微软雅黑;
  text-decoration: none;
  line-height: 20px;
  margin-left: 6px;
}

/* 新闻 */
.line-news {
  margin-bottom: 10px;
}
.news-left {
  width: 57%;
  float: left;
  padding-right: 18px;
}
.news-right {
  width: 43%;
  float: left;
}

/* 动态 */
.line-dt {
  margin-bottom: 10px;
}
.dt-left {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.dt-right {
  width: 50%;
  float: left;
  padding: 10px;
  background: #f5f5f5;
}
.dt-right .common-list-more {
  padding: 0 15px;
  font-size: 15px;
  line-height: 20px;
  color: #718697;
  border: 1px solid #718697;
  border-radius: 11px;
}
.dt-right .common-list-more:hover {
  background: #035392;
  color: #ffffff;
}

/* 专题 */
.line-zt {
  margin-bottom: 10px;
}

/* 信息 */
.line-xx {
  margin-bottom: 10px;
}
.xx-left {
  width: 20%;
  float: left;
}
.xx-center {
  width: 51%;
  float: left;
  padding: 0 15px;
}
.xx-right {
  width: 29%;
  float: left;
}

.zfxxgk li {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
}
.zfxxgk li a {
  display: block;
  line-height: 50px;
  color: #1054af;
  padding-left: 60px;
  position: relative;
}
.zfxxgk li a:hover {
  padding-left: 75px;
}
.zfxxgk li img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.bs-list {
  display: none;
  margin: 0 -5px;
}
.bs-list.on {
  display: block;
}
.bs-list li {
  width: 33.33333333%;
  float: left;
  padding: 0 5px;
  margin-top: 19px;
}
.bs-list li a {
  display: block;
  background: #fafafa;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
}
.bs-list li a:hover {
  color: #ffffff;
  background: #035392;
}

/* 政务 */
.zw-left {
  width: 70%;
  float: left;
}
.zw-right {
  width: 30%;
  float: left;
  padding-left: 20px;
}

.zwgkpt-title {
  height: 43px;
  padding: 0px 10px;
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  background: #035392;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.zwgkpt-list {
  background: #f5f5f5;
  padding: 0 5px 10px;
}
.zwgkpt-list li {
  width: 16.666666%;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}
.zwgkpt-list li a {
  display: block;
  background: #ffffff;
  border: 1px solid #035392;
  border-radius: 8px;
  line-height: 37px;
  font-size: 14px;
  text-align: center;
}
.zwgkpt-list li a:hover {
  color: #ffffff;
  background: #1054af;
}

.hd-list {
  background: #f5f5f5;
  padding: 0 5px 10px;
}
.hd-list li {
  width: 50%;
  float: left;
  padding: 0 7.5px;
  margin-top: 15px;
}
.hd-list li a {
  display: block;
  background: #035392;
  color: #fff;
  border-radius: 8px;
  line-height: 47px;
  font-size: 17px;
  text-align: center;
}
.hd-list li:nth-child(even) a {
  background: #437195;
}
.hd-list li a:hover {
  font-weight: bold;
}

/* 轮播图 */
.slideBox {
  width: 100%;
  height: 410px;
  position: relative;
  margin-bottom: 30px;
}
.slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
.slideBox .hd ul li {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  padding: 3px 7px;
  line-height: 15px;
  color: #fff;
  background: rgb(102, 102, 102);
  font-size: 15px;
  border-radius: 5px;
  opacity: 0.3;
}
.slideBox .hd ul li.on {
  background: rgb(241, 123, 10);
  opacity: 1;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 14px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 专题专栏轮播 */
.picScroll-zt {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.picScroll-zt .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
.picScroll-zt .hd ul {
  overflow: hidden;
}
.picScroll-zt .hd ul li {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  padding: 3px 7px;
  line-height: 15px;
  color: #fff;
  background: rgb(102, 102, 102);
  font-size: 15px;
  border-radius: 5px;
  opacity: 0.3;
}
.picScroll-zt .hd ul li.on {
  background: rgb(241, 123, 10);
  opacity: 1;
}
.picScroll-zt .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-zt .bd ul li {
  text-align: center;
  zoom: 1;
}
.picScroll-zt .bd ul li .pic {
  text-align: center;
}
.picScroll-zt .bd ul li .pic img {
  width: 100%;
  height: 115px;
  display: block;
}
.picScroll-zt .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-zt .bd ul li .title {
  line-height: 24px;
}

/* 接口新闻 */
.govpushinfo150203 li {
  display: none;
}
.govpushinfo150203 li:nth-child(1),
.govpushinfo150203 li:nth-child(2),
.govpushinfo150203 li:nth-child(3),
.govpushinfo150203 li:nth-child(4),
.govpushinfo150203 li:nth-child(5),
.govpushinfo150203 li:nth-child(6),
.govpushinfo150203 li:nth-child(7),
.govpushinfo150203 li:nth-child(8),
.govpushinfo150203 li:nth-child(9),
.govpushinfo150203 li:nth-child(10),
.govpushinfo150203 li:nth-child(11) {
  display: block;
}

/* 响应式 */
@media screen and (max-width: 1200px) {
  .news-left,
  .news-right {
    width: 100%;
  }
  .news-left {
    padding-right: 0;
  }
  .dt-left,
  .dt-right {
    width: 100%;
  }
  .dt-left {
    padding-right: 0;
  }
  .xx-left,
  .xx-center,
  .xx-right {
    width: 100%;
  }
  .zw-left,
  .zw-right {
    width: 100%;
  }
  .zw-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .zwgkpt-list li {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 768px) {
  .hot-news-title {
    font-size: 18px;
    line-height: 30px;
  }
  .hot-news-content {
    display: none;
  }
  .slideBox {
    height: 200px;
  }
  .slideBox .bd p {
    display: none;
  }
  .picScroll-zt .bd ul li .pic img {
    height: 50px;
  }
}
@media screen and (max-width: 415px) {
  .zwgkpt-list li {
    width: 50%;
  }
  .hd-list li a {
    font-size: 15px;
    line-height: 35px;
  }
  .yqlj .yq-box span {
    display: none;
  }
  .yqlj .yq-box li font {
    line-height: 35px;
  }
  .yqlj .yq-box li font::after {
    top: 11px;
    right: 5px;
  }
}
