@charset "UTF-8";
/* 政务动态 */
.wrapper-zwdt .container-1200 {
  background-color: #fff;
  padding: 20px;
}

/* line1 */
.line-1 {
  margin-bottom: 20px;
}
.line-1-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.line-1-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/* line2 */
.line-2 {
  margin-bottom: 30px;
}
.line-2-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.line-2-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/* 专题专栏轮播 */
.line-zt {
  margin-bottom: 30px;
}
.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;
}

/* 领导信息列表 */
.ld-left {
  width: 60%;
  float: left;
  padding: 0 5px;
}
.ld-right {
  width: 40%;
  float: left;
  padding: 0 5px;
}
.img-list {
  border-bottom: #d0d0d0 1px solid;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.img-list-left {
  width: 280px;
  height: 176px;
  float: left;
  overflow: hidden;
}
.img-list-left img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.img-list-left img:hover {
  transform: scale(1.1);
}
.img-list-right {
  margin-left: 280px;
  padding-left: 20px;
}
.img-list-right h2 {
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.img-list-right p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin: 10px 0 30px;
}
.img-list-right span {
  font-size: 14px;
  color: #0069be;
}

.ld-left .common-list-container{
  padding-left: 0;
  padding-right: 0;
}

/* 图片列表 */
.tp-list-container {
  position: relative;
}
.tp-list {
  margin: 0 -12px;
  padding: 20px 0;
}
.tp-list li {
  width: 33.3333333%;
  padding: 0 12px;
  float: left;
  margin-bottom: 60px;
}
.tp-list li a {
  display: block;
  padding: 35px 18px;
  border: #dcdcdc 1px solid;
  transition: 0.6s;
}
.tp-list li h2 {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
}
.tp-list li p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #888888;
  overflow: hidden;
  margin-bottom: 12px;
}
.tp-list li span {
  font-size: 14px;
  color: #0069be;
}
.tp-list .top-list-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin: 10px 0;
}
.tp-list .top-list-img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.tp-list .top-list-img img:hover {
  transform: scale(1.1);
}

/* 接口新闻 */
.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) {
  display: block;
}

@media screen and (max-width: 1200px) {
  .line-1-left,
  .line-1-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .line-2-left,
  .line-2-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .ld-left,
  .ld-right {
    width: 100%;
    float: none;
    padding: 0;
  }

  .tp-list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .img-list-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .img-list-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .img-list-right h2{
    font-size: 16px;
  }

  .tp-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px){
  .tp-list .top-list-img{
    height: 150px;
  }
}
