@charset "UTF-8";

.wrapper-yshj-top {
  height: 700px;
  background: url(../images/yshj_bg.jpg) no-repeat top center;
}
.wrapper-yshj-top a {
  display: inline-block;
  padding-top: 20px;
  padding-left: 20px;
}
.wrapper-yshj-top .yshj-top-title {
  text-align: center;
  margin-top: 100px;
}
.wrapper-yshj-top .yshj-top-title img {
  width: 90%;
  max-width: 1200px;
}

.channel-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.channel-title:before,
.channel-title:after {
  content: '';
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #bd1a2d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.channel-title:before {
  left: 0;
}
.channel-title:after {
  right: 0;
}
.channel-title em {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #bd1a2d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.channel-title em:first-child {
  left: 30%;
}
.channel-title em:last-child {
  right: 30%;
}
.channel-title span,
.channel-title a {
  margin: 0 50px;
  font-family: 'SimSun';
  font-size: 50px;
  line-height: 81px;
  color: #bd1a2d;
  font-weight: bold;
  letter-spacing: 10px;
}

/* line1 */
.wrapper-yshj-main {
  margin-top: 40px;
  margin-bottom: 70px;
}
.wrapper-yshj-main .container-1400 {
  background: #fff;
  padding: 20px;
}
.line1 {
  margin-bottom: 50px;
}
.news {
  margin: 0 -20px;
}
.news-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/* 轮播图 */
.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: 18px;
  text-align: center;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.dt-box {
  margin: 0 -15px;
  margin-top: 40px;
}
.dt-box li {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.dt-box li a {
  display: block;
  height: 100px;
  line-height: 100px;
  background-color: #f9f9f9;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.dt-box li a:hover {
  background-color: #f9f9f9;
  transform: translateY(-4%);
  box-shadow: 3px 5px 10px #eeeeee;
  -webkit-box-shadow: 3px 3px 10px #eeeeee;
  -moz-box-shadow: 3px 5px 10px #eeeeee;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #bd1a2d;
}

/* line2 */
.zc {
  margin: 0 -20px;
  margin-bottom: 20px;
}
.zc-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.zc-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/* line3 */
.picMarquee-left {
  position: relative;
  padding: 0 100px;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 33.333333%;
  text-align: center;
  float: left;
}
.picMarquee-left ul li a {
  display: block;
  padding: 0 25px;
}
.picMarquee-left ul li a:hover .bd-inner {
  border-color: #cccccc;
}
.picMarquee-left ul li .bd-inner {
  border: 5px solid #eeeeee;
  padding: 20px;
}
.picMarquee-left ul li .bd-img {
  background: url(../images/yshj_qy_img.png) no-repeat center center;
  padding: 20px 0;
}
.picMarquee-left ul li img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.picMarquee-left ul li h3 {
  font-size: 17px;
  padding: 25px 0;
  color: #444444;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picMarquee-left ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #555555;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 50px;
  height: 100px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.picMarquee-left .prev {
  left: 7px;
  background: url(../images/yshj_qy_left.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .next {
  right: 7px;
  background: url(../images/yshj_qy_right.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .news-left {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .news-right {
    width: 100%;
    float: none;
  }

  .picMarquee-left ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .channel-title span,
  .channel-title a {
    font-size: 30px;
  }
  .channel-title:before,
  .channel-title:after {
    content: '';
    width: 100px;
  }
  .channel-title em:first-child {
    left: 100px;
  }
  .channel-title em:last-child {
    right: 100px;
  }

  .slideBox {
    height: 300px;
  }

  .zc-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .zc-right {
    width: 100%;
    float: none;
  }

  .dt-box li {
    width: 50%;
    margin-bottom: 20px;
  }

  .picMarquee-left ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-yshj-top a {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .wrapper-yshj-top a img {
    width: 90%;
    max-width: 300px;
  }
  .wrapper-yshj-top {
    height: 400px;
    background-position: center bottom;
  }

  .slideBox {
    height: 240px;
  }

  .channel-title span,
  .channel-title a {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .channel-title:before,
  .channel-title:after {
    content: '';
    width: 20%;
  }
  .channel-title em:first-child {
    left: 20%;
  }
  .channel-title em:last-child {
    right: 20%;
  }

  .dt-box li {
    width: 100%;
  }
  .dt-box li a {
    font-size: 16px;
  }

  .picMarquee-left {
    padding: 0 50px;
  }
  .picMarquee-left ul li a {
    padding: 0;
  }
  .picMarquee-left .prev,
  .picMarquee-left .next {
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 50px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .picMarquee-left ul li img {
    width: 80px;
    height: 80px;
  }
  .picMarquee-left ul li .bd-img {
    background-size: 100px;
  }
}
