@charset "UTF-8";
/* 数字化发展局 - 首页 */

body {
  background: #fff;
}

/* MARK:头条新闻 */
.hot-news a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 50px 100px;
  text-align: center;
  line-height: 50px;
  font-size: 39px;
  font-weight: bold;
  color: #035392;
}
.hot-news a:hover {
  color: #cc0000;
}

/* MARK:新闻 */
.wrapper-digital-main {
  margin-bottom: 50px;
}
.line-news {
  margin-bottom: 50px;
}
.news-left {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.news-right {
  width: 50%;
  float: left;
}

.digital-header {
  background: #ecf0f4;
  border-radius: 5px;
}
.digital-header a {
  display: inline-block;
  padding: 0px 30px;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  background: #035392;
}

.digital-list-container {
  position: relative;
  padding: 10px 10px 0 10px;
}
.digital-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
  padding-right: 40px;
  line-height: 46px;
  font-size: 18px;
}
.digital-list li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1054af;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.digital-list li a:hover {
  color: #1054af;
}
.digital-list li span {
  float: right;
  color: #666666;
  line-height: 46px;
}
.digital-list-more {
  color: #035392;
  position: absolute;
  right: 25px;
  top: -31px;
}
.digital-list-more:hover {
  color: #cc0000;
}

/* MARK:轮播图 */
.slideBox {
  width: 100%;
  height: 420px;
  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;
}

/* MARK:专题专栏轮播 */
.line-ztzl {
  margin-bottom: 50px;
}
.picMarquee-left {
  position: relative;
  padding: 0 40px;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.picMarquee-left ul li {
  width: 25%;
  float: left;
}
.picMarquee-left ul li a {
  display: block;
  padding: 0 7px;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 112px;
  border-radius: 5px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
}
.picMarquee-left .prev {
  left: 0;
}
.picMarquee-left .next {
  right: 0;
}
.picMarquee-left .prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bm_szhfzj_left.png) center center no-repeat;
  background-size: contain;
}
.picMarquee-left .next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bm_szhfzj_right.png) center center no-repeat;
  background-size: contain;
}
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  background-color: #f5f7fa;
}

/* MARK:栏目 */
.line-channel {
  margin: 0 -20px;
}
.channel-left {
  width: 32%;
  float: left;
  padding: 0 20px;
}
.channel-right {
  width: 68%;
  float: left;
  padding: 0 20px;
}

.channel-item {
  height: 107px;
  padding: 0px 25px;
  margin-bottom: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: color;
}
.channel-item h2 {
  padding-top: 25px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.channel-item a {
  float: right;
  padding: 0 30px;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  background: rgb(255 255 255 / 85%);
  border-radius: 9999px;
  transform: translateY(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.channel-item a:hover {
  transform: translateY(-5%);
}
.channel-item:nth-child(1) {
  background-image: url(../images/bm_szhfzj_channel1.jpg);
}
.channel-item:nth-child(1) a {
  color: #ed6950;
}
.channel-item:nth-child(2) {
  background-image: url(../images/bm_szhfzj_channel2.jpg);
}
.channel-item:nth-child(2) a {
  color: #b68022;
}
.channel-item:nth-child(3) {
  background-image: url(../images/bm_szhfzj_channel3.jpg);
  margin-bottom: 0;
}
.channel-item:nth-child(3) a {
  color: #259880;
}

.channel-right-inner {
  height: 341px;
  padding: 20px 25px;
  background: #f5f7fa;
  border-radius: 5px;
}
.channel-right-header {
  margin-bottom: 15px;
}
.channel-right-header h2 {
  display: inline-block;
  margin-right: 100px;
  line-height: 50px;
  color: #035392;
  font-size: 24px;
  font-weight: bold;
}
.channel-right-header a {
  display: inline-block;
  padding: 0px 20px;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  background: #035392;
}

/* MARK:响应式 */
@media screen and (max-width: 1000px) {
  .hot-news a {
    padding: 20px 0;
    line-height: 50px;
    font-size: 18px;
  }

  .line-news {
    margin-bottom: 20px;
  }
  .news-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .news-right {
    width: 100%;
    float: none;
  }

  .slideBox {
    margin-bottom: 50px;
  }

  .digital-header a {
    font-size: 18px;
    line-height: 40px;
  }
  .digital-list li a {
    padding-right: 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .digital-list li span {
    line-height: 40px;
  }
  .digital-list-more {
    top: -28px;
  }

  .line-ztzl {
    margin-bottom: 20px;
  }

  .channel-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .channel-right {
    width: 100%;
    float: none;
  }
  .channel-item h2 {
    padding-top: 25px;
    font-size: 20px;
  }
  .channel-item a {
    float: right;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
  }
  .channel-right-inner {
    height: auto;
  }
  .channel-right-header h2 {
    margin-right: 20px;
    line-height: 40px;
    font-size: 20px;
  }
  .channel-right-header a {
    padding: 0px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .slideBox {
    height: 250px;
  }

  .picMarquee-left ul li {
    width: 100%;
  }
}
