

@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: 70px;
}

@media only all and (max-width: 1024px) {
  .content .news .news_con {
    padding-bottom: 70px;
  }
}

@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;
  transition: all 0.5s;
}



@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 {
    width: 100%;
    display: none;
  }
}

.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: #0cbd5a;
  border: 1px solid #0cbd5a;
  color: #fff;
}

.content .news .news_con .left_nav li a.active {
  background: #0cbd5a;
  border: 1px solid #0cbd5a;
  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: 82%;
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con {
    width: 80%;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con {
    width: 100%;
  }
}

.content .news .news_con .right_con .tab_con {
  font-size: 0;
  padding-bottom: 0px;
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con {
    padding-bottom: 0px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con {
    padding-bottom: 20px;
  }
}

.content .news .news_con .right_con .tab_con li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
}

.content .news .news_con .right_con .tab_con li a {
  display: inline-block;
  width: 100%;
  color: #292929;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  vertical-align: top;
  padding: 15px;
  width: 48.9%;
  background: #f5f5f5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con .tab_con li a {
    padding: 10px;
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a {
    margin-bottom: 12px;
    padding: 8px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a {
    margin-bottom: 9px;
    padding: 5px;
  }
}

@media only all and (max-width: 640px) {
  .content .news .news_con .right_con .tab_con li a {
    padding: 4px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .tab_con li a {
    margin-bottom: 8px;
  }
}

@media only all and (max-width: 375px) {
  .content .news .news_con .right_con .tab_con li a {
    width: 48.5%;
  }
}

.content .news .news_con .right_con .tab_con li a:nth-child(n) {
  margin-right: 12px;
  margin-left: 0;
}

@media only all and (max-width: 1440px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 10px;
  }
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 8px;
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 6px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 5px;
  }
}

@media only all and (max-width: 640px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 4px;
  }
}

.content .news .news_con .right_con .tab_con li a:nth-child(2n) {
  margin-left: 12px;
  margin-right: 0;
}

@media only all and (max-width: 1440px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 10px;
  }
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 8px;
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 6px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 5px;
  }
}

@media only all and (max-width: 640px) {
  .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 4px;
  }
}

.content .news .news_con .right_con .tab_con li a .left {
  width: 200px;
  height: 118px;
  overflow: hidden;
  /*position: relative;*/
}

@media only all and (max-width: 1440px) {
  .content .news .news_con .right_con .tab_con li a .left {
    width: 190px;
  }
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con .tab_con li a .left {
    width: 180px;
    /*height: 106px;*/
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a .left {
    width: 140px;
    height: 95px;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a .left {
    width: 100%;
    height: 187px;
  }
}

@media only all and (max-width: 640px) {
  .content .news .news_con .right_con .tab_con li a .left {
    height: 151px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .tab_con li a .left {
    height: 106px;
  }
}

@media only all and (max-width: 375px) {
  .content .news .news_con .right_con .tab_con li a .left {
    height: 96px;
  }
}

@media only all and (max-width: 360px) {
  .content .news .news_con .right_con .tab_con li a .left {
    /*height: 88px;*/
  }
}

@media only all and (max-width: 320px) {
  .content .news .news_con .right_con .tab_con li a .left {
    height: 81px;
  }
}


.content .news .news_con .right_con .tab_con li a .left .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content .news .news_con .right_con .tab_con li a .right {
  width: 58%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
  .content .news .news_con .right_con .tab_con li a .right {
    width: 56%;
  }
}

@media only all and (max-width: 1280px) {
  .content .news .news_con .right_con .tab_con li a .right {
    width: 50%;
  }
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a .right {
    width: 46%;
  }
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a .right {
    width: 100%;
  }
}

.content .news .news_con .right_con .tab_con li a .right .date {
  font-size: 16px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  max-height: 42px;
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a .right .date {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.content .news .news_con .right_con .tab_con li a .right .text {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 26px;
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .tab_con li a .right .text {
    font-size: 12px;
    line-height: 22px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .tab_con li a .right .text {
    font-size: 12px;
  }
}

.content .news .news_con .right_con .tab_con li a:hover {
  background: #5dceb5;
}

.content .news .news_con .right_con .tab_con li a:hover .left .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only all and (max-width: 768px) {
  .content .news .news_con .right_con .tab_con li a:hover .left .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


.content .news .news_con .right_con .tab_con li a:hover .right {
  color: #fff;
}

.content .news .news_con .right_con .more {
  position: relative;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #5dceb5;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  bottom: -4%;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .news .news_con .right_con .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -60px;
  }
}

@media only all and (max-width: 414px) {
  .content .news .news_con .right_con .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: -32.5px;
  }
}

.content .news .news_con .right_con .more:hover {
  background: #fff;
  color: #5dceb5;
  outline: 1px solid #5dceb5;
}

/*# sourceMappingURL=../map/news.css.map */
