@charset "utf-8";


body {
  color: #292929;
}

@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .banner {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    max-width: 150%;
  }
}

.content .news {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .news {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .news {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .news {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .news {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .news {
    padding: 0 10px;
  }
}

.content .news .news_con {
  padding-top: 40px;
  padding-bottom: 160px;
}

@media only all and (max-width: 768px) {
  .content .news .news_con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.content .news .news_con .left_nav {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



@media only all and (max-width: 1280px) {
  .content .news .news_con .left_nav {
    width: 190px;
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .left_nav {
    width: 140px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .left_nav {
    display: none;
    width: 100%;
  }
}

.content .news .news_con .left_nav li {
  width: 100%;
  font-size: 0;
}

.content .news .news_con .left_nav li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  border: 1px dashed #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid transparent;
  font-size: 16px;
  color: #292929;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .left_nav li a {
    font-size: 14px;
  }
}
@media only all and (max-width: 768px) {
  .content .news .news_con .left_nav li a {
    height: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .left_nav li a {
    font-size: 12px;
  }
}

.content .news .news_con .left_nav li a span {
  display: inline-block;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content .news .news_con .left_nav li a:hover {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .news .news_con .left_nav li a.active {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .news .news_con .left_nav li:first-child a {
  border-top: 1px dashed #cccccc;
}

.content .news .news_con .left_nav li:last-child a {
  border-bottom: 1px dashed #cccccc;
}

.content .news .news_con .right_con {
  width: 65%;
  margin-right: 10%;
}

@media only all and (max-width: 1440px) {
  .content .news .news_con .right_con {
    margin-right: 9%;
  }
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con {
    margin-right: 8%;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con {
    width: 100%;
    margin-right: 0;
  }
}

.content .news .news_con .right_con .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #292929;
  margin-bottom: 25px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.content .news .news_con .right_con .one .one_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .one .one_tit {
    font-size: 12px;
  }
}

.content .news .news_con .right_con .one .one_con {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .one .one_con {
    font-size: 12px;
    line-height: 20px;
  }
}

.content .news .news_con .right_con .one .one_con img {
  width: 100%;
  margin-top: 10px;
}

.content .news .news_con .right_con .two {
  margin: 40px 0;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .two {
    margin: 15px 0;
  }
}

.content .news .news_con .right_con .two .two_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .two .two_tit {
    font-size: 12px;
  }
}

.content .news .news_con .right_con .two .two_tit span {
  color: #595959;
  font-weight: normal;
}

.content .news .news_con .right_con .three .three_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_tit {
    font-size: 12px;
  }
}

.content .news .news_con .right_con .three .three_con {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con {
    font-size: 12px;
    line-height: 20px;
  }
}

.content .news .news_con .right_con .three .three_con .small_tit {
  margin-bottom: 10px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con .small_tit {
    margin-bottom: 5px;
  }
}

.content .news .news_con .right_con .three .three_con .center {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
}

.content .news .news_con .right_con .three .three_con .weight {
  font-weight: bold;
  margin-bottom: 15px;
}

.content .news .news_con .right_con .three .three_con .cyan {
  margin-bottom: 40px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con .cyan {
    margin-bottom: 5px;
  }
}

.content .news .news_con .right_con .three .three_con .cyan span {
  color: #5dceb5;
}

.content .news .news_con .right_con .three .three_con img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con img {
    margin-bottom: 5px;
  }
}

.content .news .news_con .right_con .three .three_con .end {
  font-size: 16px;
  margin-top: 65px;
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .three .three_con .end {
    margin-top: 20px;
    font-size: 14px;
  }
}

.content .news .news_con .right_con .three .three_con .end span {
  color: #ff0000;
}

.content .news .news_con .right_con .three .three_con .end a {
  color: #ff0000;
}

.content .news .news_con .right_con .three .three_con .end a:hover {
  text-decoration: underline;
}

.content .news .news_con .right_con .three .three_con table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.content .news .news_con .right_con .three .three_con table th {
  background: #5dceb5;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .three .three_con table th {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con table th {
    font-size: 14px;
    line-height: 30px;
  }
}

.content .news .news_con .right_con .three .three_con table td {
  background: #ececec;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  color: #595959;
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .three .three_con table td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .three .three_con table td {
    font-size: 12px;
    line-height: 28px;
  }
}

.content .news .news_con .right_con .three .three_con .table1 th {
  width: 20%;
}

.content .news .news_con .right_con .three .three_con .table2 th:nth-child(1) {
  width: 25%;
}

.content .news .news_con .right_con .three .three_con .table2 th:nth-child(2) {
  width: 30%;
}

.content .news .news_con .right_con .three .three_con .table2 th:nth-child(3) {
  width: 45%;
}

.content .news .news_con .right_con .three .three_con .table3 th {
  width: 15%;
}

.content .news .news_con .right_con .three .three_con .table3 th:nth-child(2) {
  width: 30%;
}

.content .news .news_con .right_con .three .three_con .table3 td span {
  line-height: 30px;
  display: inline-block;
  padding: 25px 0;
}

.content .news .news_con .right_con .three .three_con .table4 th {
  width: 20%;
}

.content .news .news_con .right_con .three .three_con .table4 th:nth-child(1) {
  width: 40%;
}

.content .news .news_con .right_con .three .three_con .table5 th {
  width: 16.6%;
}

.content .news .news_con .right_con .three .three_con .table5 th:nth-child(1) {
  width: 50%;
}

.content .news .news_con .right_con .three .three_con .table6 th {
  width: 16.6%;
}

.content .news .news_con .right_con .three .three_con .table6 th:nth-child(1) {
  width: 50%;
}

.content .news .news_con .right_con .three .three_con .table7 th {
  width: 16.6%;
}

.content .news .news_con .right_con .three .three_con .table7 th:nth-child(1) {
  width: 50%;
}

.content .news .news_con .right_con .three .three_con .table8 th {
  width: 16.6%;
}

.content .news .news_con .right_con .three .three_con .table8 th:nth-child(1) {
  width: 50%;
}


