@charset "UTF-8";
/* 优化营商环境 */

.common-header a,
.common-header span {
  font-size: 24px;
}
.common-list li a {
  line-height: 47px;
  font-size: 18px;
}
.common-list li span {
  line-height: 47px;
}
.common-list-more {
  padding: 0 15px;
  font-size: 16px;
  line-height: 25px;
  color: #718697;
  border: 1px solid #718697;
  border-radius: 11px;
  top: -35px;
}
.common-list-more:hover {
  color: #ffffff;
  background: #035392;
  border-color: #035392;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

body {
  background: url(../images/yshj_bg.jpg) no-repeat center top;
}

.yshj-header {
  height: 750px;
}
.yshj-logo {
  display: inline-block;
  margin-top: 40px;
}
.yshj-title {
  height: 200px;
  margin-top: 100px;
  padding-top: 200px;
  background: url(../images/yshj_title.png) no-repeat top center;
}
.yshj-title span {
  display: block;
  width: 100px;
  height: 100px;
  float: right;
  margin-top: 50px;
  margin-left: 20px;
  background: #035392;
  background-image: linear-gradient(to bottom, #329df1, #035392);
  border-radius: 50%;
  box-shadow: 5px 5px 0 white;
  font-size: 60px;
  line-height: 100px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.yshj-channel {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.yshj-channel:before,
.yshj-channel:after {
  content: '';
  width: calc(50% - 200px);
  height: 40px;
  float: left;
  border-bottom: 1px solid #035392;
}
.yshj-channel em {
  width: 17px;
  height: 17px;
  float: left;
  margin-top: 32px;
  border: 1px solid #035392;
  border-radius: 50%;
}
.yshj-channel p {
  float: left;
  margin: 0 50px;
  font-size: 50px;
  line-height: 81px;
  color: #035392;
  text-align: center;
  font-weight: bold;
  letter-spacing: 15px;
}

.yshj-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.yshj-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.yshj-news {
  margin-bottom: 30px;
}

.yshj-links {
  margin-bottom: 40px;
}
.yshj-links ul {
  margin: 0 -15px;
}
.yshj-links ul li {
  width: 33.333333%;
  padding: 0 15px;
  float: left;
}
.yshj-links ul li a {
  line-height: 100px;
  display: block;
  font-size: 21px;
  color: #222222;
  font-weight: bold;
  background-color: #f9f9f9;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yshj-links ul 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;
}
.yshj-links ul li a i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 15px;
  float: left;
  background: url(../images/yshj_icon.png) #ffffff no-repeat;
}
.yshj-links ul li:nth-child(1) a i {
  background-position: 0px 0px;
}
.yshj-links ul li:nth-child(2) a i {
  background-position: -70px 0px;
}
.yshj-links ul li:nth-child(3) a i {
  background-position: -140px 0px;
}
.yshj-links ul li a:hover i {
  background-color: #035392;
  transition: all 0.3s ease;
}
.yshj-links ul li:nth-child(1) a:hover i {
  background-position: 0px -70px;
}
.yshj-links ul li:nth-child(2) a:hover i {
  background-position: -70px -70px;
}
.yshj-links ul li:nth-child(3) a:hover i {
  background-position: -140px -70px;
}

.yshj-box {
  margin-bottom: 30px;
}

/* 轮播图 */
.slideBox {
  width: 100%;
  height: 420px;
  position: relative;
  margin-bottom: 30px;
}
.slideBox .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.slideBox .hd a {
  padding: 0 10px;
  background: #000000;
  color: #999999;
  line-height: 25px;
  font-size: 12px;
  float: right;
  opacity: 0.7;
}
.slideBox .hd ul {
  display: inline-block;
}
.slideBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  padding: 0 9px;
  line-height: 25px;
  color: #999999;
  background: #000000;
  font-size: 11px;
}
.slideBox .hd ul li.on {
  background: #ffffff;
  color: #000000;
  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 div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 7px 20px 10px;
  color: #ffffff;
  background: #000000;
  opacity: 0.7;
}
.slideBox .bd div p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.slideBox .bd div span {
  font-size: 12px;
  line-height: 2;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .yshj-title {
    background-size: contain;
  }
  .yshj-title span {
    display: none;
  }
  .yshj-left {
    width: 100%;
    padding: 0;
  }
  .yshj-right {
    width: 100%;
    padding: 0;
  }

  .yshj-channel {
    display: flex;
  }
  .yshj-channel p {
    flex: 1;
  }

  .yshj-links ul {
    margin: 0;
  }
  .yshj-links ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .common-header a,
  .common-header span {
    font-size: 20px;
  }
  .common-list li a {
    line-height: 40px;
    font-size: 16px;
  }
  .common-list li span {
    line-height: 40px;
  }
  .common-list-more {
    padding: 0 10px;
    font-size: 12px;
  }

  .yshj-header {
    height: 280px;
  }
  .yshj-logo {
    display: block;
    text-align: center;
  }
  .yshj-logo img {
    width: 90%;
  }

  .yshj-channel p {
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0 20px;
  }

  .yshj-links ul li a {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
  }
  .yshj-links ul li a i {
    display: none;
  }

  .slideBox {
    height: 240px;
  }
}

/* 列表页 */
.yshj-list-container {
  padding: 15px;
  background: #fff;
  box-shadow: 2px 2px 5px #eaeaea;
  margin-bottom: 50px;
}
.yshj-list-left {
  width: 300px;
  float: left;
}

.yshj-list-left h2 {
  background: #035392;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.yshj-list-left a {
  background: #f7f7f7;
  text-align: center;
  color: #010101;
  line-height: 48px;
  font-size: 18px;
  border-top-color: #ffffff;
  border-bottom-color: #e8e8e8;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  display: block;
}
.yshj-list-left a:hover,
.yshj-list-left a.on {
  color: #035392;
  font-weight: bold;
}

.yshj-list-right {
  margin-left: 300px;
  padding-left: 20px;
}

.yshj-list-header {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.yshj-list-header span {
  display: inline-block;
  padding: 0px 5px;
  text-align: left;
  color: #035392;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  border-bottom-color: #035392;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.yshj-list-ul {
  margin-bottom: 20px;
}
.yshj-list-ul li {
  line-height: 50px;
  height: 50px;
}
.yshj-list-ul li:nth-child(5n) {
  border-bottom: #8d8d8d 1px dashed;
}

.yshj-list-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 26px;
  padding-right: 20px;
  transition: 0.36s;
  color: #222222;
  font-size: 18px;
}
.yshj-list-ul li a:hover {
  padding-left: 30px;
  color: #0069be;
}
.yshj-list-ul li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #1054af;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.yshj-list-ul li span {
  font-size: 16px;
  float: right;
  color: #666666;
}

@media screen and (max-width: 1000px) {
  .yshj-list-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .yshj-list-right {
    margin-left: 0;
    padding-left: 0;
  }

  .yshj-list-left h2{
    font-size: 18px;
  }
  .yshj-list-left a{
    font-size: 16px;
  }

  .yshj-list-header span{
    font-size: 18px;
  }
  
  .yshj-list-ul li a {
    font-size: 16px;
  }
  .yshj-list-ul li span {
    font-size: 14px;
  }
}
