@charset "UTF-8";
/* 新闻轮播 */
.line-news {
  margin-top: 30px;
  margin-bottom: 46px;
}
.slideBox {
  width: 100%;
  height: 382px;
  position: relative;
  background: #fafafa;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 41px;
  bottom: 34px;
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 25px;
  height: 5px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  background: rgba(229, 229, 229, 1);
  box-sizing: border-box;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: rgba(153, 49, 49, 1);
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd .bd-left {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.slideBox .bd .bd-right {
  width: 50%;
  float: left;
  padding: 38px 56px 0 47px;
}
.slideBox .bd .bd-right h3 a {
  color: rgba(153, 49, 49, 1);
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slideBox .bd .bd-right p {
  font-size: 20px;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
}
.slideBox .bd .bd-right p a {
  color: #ffffff;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
/* 要闻 */
.line-yw {
  margin: 0 -25px;
  margin-bottom: 20px;
}
.yw-left {
  width: 50%;
  float: left;
  padding: 0 25px;
}
.yw-right {
  width: 50%;
  float: left;
  padding: 0 25px;
}

/* 通知公告 */
.tz {
  margin: 0 -20px;
  margin-top: 25px;
}
.tz li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
  min-height: 112px;
}
.tz li a {
  display: block;
  padding: 20px;
  background: rgba(250, 250, 250, 1);
}
.tz li a:hover {
  background: rgb(240, 240, 240);
}
.tz .tz-left {
  width: 100px;
  text-align: center;
  float: left;
}
.tz .tz-left span {
  display: block;
}
.tz .tz-left span:first-child {
  font-size: 28px;
  font-weight: 700;
  line-height: 40.54px;
  color: rgba(153, 49, 49, 1);
}
.tz .tz-left span:last-child {
  font-size: 18px;
  line-height: 26.06px;
}
.tz .tz-right {
  margin-left: 100px;
  display: table;
  height: 66px;
}
.tz .tz-right p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 36px;
  color: rgba(54, 54, 54, 1);
}
.tz-container {
  position: relative;
}
.tz-container .tz-more {
  position: absolute;
  right: 0;
  top: -56px;
  color: rgba(128, 128, 128, 1);
}

/* 图片新闻 */
.line-tp {
  margin-bottom: 55px;
}
.tp {
  margin: 0 -10px;
  margin-top: 34px;
}
.tp li {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
}
.tp li a {
  display: block;
  transition: transform 0.3s ease;
}
.tp li a:hover {
  transform: translate(-5px, -5px);
}
.tp li img {
  width: 100%;
  height: 253px;
}
.tp li p {
  font-size: 22px;
  color: rgba(51, 51, 51, 1);
  background: rgba(247, 247, 247, 1);
  padding: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp-container {
  position: relative;
}
.tp-container .tp-more {
  position: absolute;
  right: 0;
  top: -61px;
  color: rgba(128, 128, 128, 1);
}

/* 专题专栏 */
.ztzl-container {
  margin: 0 -20px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.picMarquee-left {
  position: relative;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 25%;
  height: 180px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  display: block;
  width: 58px;
  height: 58px;
}
.picMarquee-left .prev {
  left: -9px;
  background: url(../images/ztzl_left.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .next {
  right: -9px;
  background: url(../images/ztzt_right.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .slideBox {
    height: 530px;
  }
  .slideBox .bd .bd-left {
    width: 100%;
    height: 300px;
  }
  .slideBox .bd .bd-right {
    width: 100%;
  }
  .slideBox .bd .bd-right h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .slideBox .bd .bd-right p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .slideBox .hd {
    bottom: 20px;
  }

  .tz li {
    width: 100%;
    float: none;
  }

  .line-tp {
    margin-bottom: 20px;
  }
  .tp li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .tp li img {
    height: auto;
  }
  .tp li p {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .slideBox .bd .bd-right h3 a {
    font-size: 20px;
    margin-bottom: 0;
  }
  .slideBox .bd .bd-right p {
    font-size: 16px;
  }

  .yw-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .yw-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .tz li {
    margin-bottom: 20px;
  }
  .tz .tz-left span:first-child {
    font-size: 20px;
  }
  .tz .tz-left span:last-child {
    font-size: 16px;
  }
  .tz .tz-right p {
    font-size: 16px;
    line-height: 30px;
  }

  .picMarquee-left ul li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 500px) {
  .slideBox {
    height: 380px;
  }
  .slideBox .bd .bd-right {
    padding: 20px;
  }
  .slideBox .bd .bd-left {
    width: 100%;
    height: 200px;
  }
  .slideBox .bd .bd-right h3 a {
    font-size: 18px;
  }
  .slideBox .hd {
    bottom: 10px;
  }

  .picMarquee-left ul li {
    width: 100%;
  }
}
