.news_a {
  padding: 6.25% 0 4.1666%;
  background: url(../images/new_09.jpg) no-repeat center top / cover;
}
.news_a .mktitle {
  text-align: center;
  margin-bottom: 60px;
}
.news_a .newsul {
  margin-bottom: 60px;
}
.news_a .newli {
  float: left;
  width: 23.125%;
  padding: 40px 45px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: 2.5%;
	margin-top: 30px;
}
.news_a .newli .timebox {
  width: 120px;
  margin: 0 auto 40px;
  color: #666666;
  text-align: center;
  font-family: "lhf";
}
.news_a .newli .timebox .day {
  font-size: 36px;
  letter-spacing: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_a .newli .timebox .month {
  padding-top: 14px;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  letter-spacing: 2px;
}
.news_a .newli .imgbox {
  overflow: hidden;
  margin-bottom: 40px;
}
.news_a .newli .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_a .newli .text {
  font-size: 15px;
  color: #333333;
  margin-bottom: 30px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap; 
}
.news_a .newli .viewMore {
  height: 40px;
  border: solid 1px #e5e5e5;
  line-height: 38px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.news_a .newli .viewMore span {
  color: #999999;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  z-index: 10;
  font-size: 12px;
}
.news_a .newli .viewMore .jtbox {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.news_a .newli .viewMore::after {
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0062a7;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  top: 0;
  z-index: 0;
}
.news_a .newli:hover .timebox {
  color: #0062a7;
}
.news_a .newli:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_a .newli:hover .viewMore span {
  color: #fff;
}
.news_a .newli:hover .viewMore::after {
  left: 0;
}
.news_a .newli:nth-child(4n) {
  margin-right: 0;
}
.news_a .pagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #005999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: solid 1px #00528c;
  padding: 0 30px;
}
.news_a .pagebox .btn {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_a .pagebox .btn img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: .4;
}
.news_a .pagebox .btn:hover {
  background: none;
}
.news_a .pagebox .btn:hover img {
  opacity: 1;
}
.news_a .pagebox .pagenumbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  color: #dce2e6;
}
.news_a .pagebox .pagenumbox .current {
  color: #dce2e6;
  font-size: 18px;
  background: none;
}
.news_a .pagebox .pagenumbox .total {
  font-size: 36px;
  color: #ffffff;
}
.news_b {
  padding: 4.1666% 0 6.25%;
  background: url(../images/new_10.jpg) no-repeat center top / cover;
}
.news_b .newstitle {
  margin-bottom: 5.2083%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.news_b .from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #e5e5e5;
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.news_b .from span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_b .from span:nth-child(2) {
  text-align: center;
}
.news_b .from span:nth-child(3) {
  text-align: right;
}
.news_b .wrap .content {
  padding: 50px 0;
  line-height: 20px;
  color: rgba(229, 229, 229, 0.9);
}
.news_b .wrap .backpagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0062a7;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 0 40px;
}
.news_b .wrap .backpagebox .btn {
  width: 290px;
  color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_b .wrap .backpagebox .btn .inflex {
  width: 100%;
}
.news_b .wrap .backpagebox .btn .tl {
  font-size: 18px;
  margin-bottom: 16px;
}
.news_b .wrap .backpagebox .btn .te {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.news_b .wrap .backpagebox .prev {
  text-align: right;
}
.news_b .wrap .backpagebox .backbtn {
  background-color: #005999;
}
.news_b .wrap .backpagebox .backbtn img {
  opacity: .8;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_b .wrap .backpagebox .btn:hover {
  color: #fff;
}
.news_b .wrap .backpagebox .backbtn:hover img {
  opacity: 1;
}
@media (max-width: 1440px) {
  .news_a .newli {
    padding: 30px 35px;
  }
  .news_a .newli .timebox {
    margin: 0 auto 30px;
  }
  .news_a .newli .imgbox {
    margin-bottom: 30px;
  }
  .news_a .newli .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news_a .newsul {
    margin-bottom: 40px;
  }
  .news_a .pagebox .btn {
    width: 80px;
    height: 80px;
  }
  .news_b {
    padding: 60px 0;
  }
  .news_b .newstitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .news_a .newli {
    padding: 20px 25px;
  }
  .news_a .newli .timebox {
    margin: 0 auto 20px;
  }
  .news_a .newli .imgbox {
    margin-bottom: 20px;
  }
  .news_a .newli .text {
    font-size: 14px;
  }
  .news_a .pagebox .btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .news_a .newli {
    padding: 10px 12px;
  }
  .news_a .newli .timebox {
    margin: 0 auto 10px;
  }
  .news_a .newli .imgbox {
    margin-bottom: 10px;
  }
  .news_a .newli .text {
    margin-bottom: 10px;
  }
  .news_a .pagebox .btn {
    width: 60px;
    height: 60px;
  }
  .news_a .pagebox .pagenumbox {
    font-size: 24px;
  }
  .news_a .pagebox .pagenumbox .total {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .news_a {
    padding: 60px 0;
  }
  .news_a .newli {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 10px;
  }
  .news_a .newli .timebox {
    margin: 0 auto 20px;
  }
  .news_a .newli .imgbox {
    margin-bottom: 20px;
  }
  .news_a .newli .text {
    margin-bottom: 20px;
  }
  .news_a .newli:last-child {
    margin-bottom: 0;
  }
  .news_a .pagebox {
    margin-top: 0;
  }
  .news_a .pagebox .btn {
    width: 60px;
    height: 60px;
  }
  .news_b {
    padding: 60px 0;
  }
  .news_b .newstitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news_b .from {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .news_b .wrap .content {
    padding: 30px 0;
  }
  .news_b .wrap .backpagebox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px ;
    position: relative;
  }
  .news_b .wrap .backpagebox .btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 70px;
  }
  .news_b .wrap .backpagebox .btn .tl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news_b .wrap .backpagebox .btn .te {
    font-size: 14px;
  }
  .news_b .wrap .backpagebox .backbtn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}
