@charset "UTF-8";
/* 网络安全专题 */

.wrapper-wlaq-header {
  text-align: center;
}
.wrapper-wlaq-header img {
  width: 100%;
  max-width: 1920px;
}

.wrapper-wlaq {
  background: url(../images/wlaq_bg.png) repeat;
  padding-bottom: 40px;
}
.wrapper-wlaq .container-1400 {
  background: #fff;
  padding: 40px;
}

.wlaq-intro {
  background: #f5fafc;
  margin-bottom: 30px;
}
.wlaq-intro p {
  text-indent: 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 30px 30px 30px 50px;
  background: url(../images/wlaq_intro.png) no-repeat left top;
}

.wlaq-news {
  margin: 0 -15px;
  margin-bottom: 30px;
}
.news-left {
  width: 40%;
  float: left;
  padding: 0 15px;
}
.news-right {
  width: 60%;
  float: left;
  padding: 0 15px;
}
.wlaq-topnews {
  text-align: center;
  margin-bottom: 10px;
}
.wlaq-topnews a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.wlaq-topnews2 {
  text-align: center;
  margin-bottom: 20px;
}
.wlaq-topnews2 a {
  color: #666;
}

.wlaq-data {
  margin: 0 -15px;
}
.data-left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.data-right {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.wlaq-channel {
  margin-bottom: 15px;
}
.wlaq-channel span {
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
  color: #be0c07;
  font-weight: bold;
  border-left: 4px solid #be0c07;
}
.wlaq-channel a {
  float: right;
  font-size: 13px;
  color: #999;
}
.wlaq-channel a:hover {
  color: #005293;
  text-decoration: underline;
}

.wlaq-list li {
  border-bottom: none;
}
.wlaq-list li a,
.wlaq-list li span {
  padding: 8px 10px 8px 18px;
  font-size: 16px;
}

.slideBox {
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 24px;
  bottom: 17px;
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: #fff;
}
.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: 0;
  width: 100%;
  padding: 20px 150px 20px 27px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  display: block;
  width: 24px;
  height: 64px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}
.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

@media screen and (max-width: 1200px) {
  .wrapper-wlaq .container-1400 {
    padding: 20px;
  }

  .news-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .news-right {
    width: 100%;
    float: none;
  }

  .wlaq-topnews2 span {
    display: none;
  }
  .wlaq-topnews2 a {
    display: block;
    margin-bottom: 15px;
  }

  .data-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .data-right {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 700px) {
  .slideBox {
    height: 200px;
  }
  .slideBox .bd p {
    padding: 10px 80px 10px 10px;
  }
  .slideBox .hd {
    right: 4px;
    bottom: 8px;
  }
}
