img{-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; -ms-transition: all 0.5s;  transition: all 0.5s;
  border:0;display: inline-block;
}
a{color:#333;-webkit-transition: all .2s;-moz-transition: all .2s; -ms-transition: all .2s;transition: all .2s;}

.header {
  background: #fff;
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.header .header-wrap {
  padding: 35px 70px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-wrap .top {
  opacity: 0;
}
.header .header-wrap .top.active {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  opacity: 1;
}
.header .header-wrap .top .search-btn {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.header .header-wrap .top span {
  cursor: pointer;
  font-size: 12px;
  color: #707070;
  margin-right: 15px;
}
.header .header-wrap .header-wrap-in {
  margin-top: 12px;
  padding-bottom: 1px;
}
.header .header-wrap .header-wrap-in .logo {
  width: 295px;
  position: relative;
  top: -55px;
  opacity: 0;
}
.header .header-wrap .header-wrap-in .logo a {
  display: block;
}
.header .header-wrap .header-wrap-in .logo a img {
  width: 100%;
}
.header .header-wrap .header-wrap-in .logo.active {
  top: -3px;
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.header .header-wrap .header-wrap-in .right {
  position: relative;
  left: -100px;
  opacity: 0;
}
.header .header-wrap .header-wrap-in .right ul > li {
  float: left;
  width: 84px;
  margin-right: 50px;
  position: relative;
}
.header .header-wrap .header-wrap-in .right ul > li:last-child {
  margin-right: 0;
}
.header .header-wrap .header-wrap-in .right ul > li > a {
  text-align: center;
  padding: 12px 0 28px;
  display: block;
  font-size: 16px;
  color: #211815;
  font-weight: bold;
}
.header .header-wrap .header-wrap-in .right ul > li.active a.first-nav {
  border-bottom: 5px solid #f1be41;
}
.header .header-wrap .header-wrap-in .right ul > li:hover a.first-nav {
  border-bottom: 5px solid #f1be41;
}
.header .header-wrap .header-wrap-in .right ul > li .second-nav {
  display: none;
  position: absolute;
  z-index: 999;
  top: 69px;
  width: 188px;
  text-align: center;
  left: 50%;
  margin-left: -94px;
  background: #fff;
}
.header .header-wrap .header-wrap-in .right ul > li .second-nav > li .ol-li-in {
  padding: 0 10px;
  height: 59px;
  line-height: 59px;
}
.header .header-wrap .header-wrap-in .right ul > li .second-nav > li a {
  color: #707070;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #eee;
}
.header .header-wrap .header-wrap-in .right ul > li .second-nav > li:last-child .ol-li-in a {
  border: none;
}
.header .header-wrap .header-wrap-in .right ul > li .second-nav > li:hover .ol-li-in a {
  color: #f1be41;
}
.header .header-wrap .header-wrap-in .right.active {
  left: 0;
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.header .header-wrap .header-wrap-in .pad-btn {
  margin-top: 8px;
  display: none;
}
.header.active .header-wrap {
  padding: 15px 50px 0;
}
.header.active .header-wrap .header-wrap-in {
  margin-top: 6px;
  padding-bottom: 0;
}
.header.active .header-wrap .header-wrap-in .right ul > li > a {
  padding: 10px 0 10px;
}
.header.active .header-wrap .header-wrap-in .right ul > li .second-nav {
  display: none;
  position: absolute;
  z-index: 999;
  top: 48px;
  width: 188px;
  text-align: center;
  left: 50%;
  margin-left: -94px;
  background: #fff;
}
.header.active .header-wrap .header-wrap-in .right ul > li .second-nav > li .ol-li-in {
  padding: 0 10px;
  height: 59px;
  line-height: 59px;
}
.header.active .header-wrap .header-wrap-in .right ul > li .second-nav > li a {
  color: #707070;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #eee;
}
.header.active .header-wrap .header-wrap-in .right ul > li .second-nav > li:last-child .ol-li-in a {
  border: none;
}
.header.active .header-wrap .header-wrap-in .right ul > li .second-nav > li:hover .ol-li-in a {
  color: #f1be41;
}
.header.active .header-wrap .header-wrap-in .right.active {
  left: 0;
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.pad-nav {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #191919;
  overflow-y: auto;
  padding: 10% 6%;
  display: none;
}
.pad-nav .close-box {
  text-align: right;
}
.pad-nav .close-box img.close {
  cursor: pointer;
}
.pad-nav .pad-nav-list {
  color: #fff;
  text-align: center;
}
.pad-nav .pad-nav-list > li a {
  font-size: 18px;
  padding: 10px 0;
  color: #ffffff;
  display: inline-block;
}
.pad-nav .pad-nav-list > li ol {
  display: none;
}
.pad-nav .pad-nav-list > li ol li a {
  font-size: 14px;
  color: #707070;
  width: 90%;
}
.pad-nav .pad-nav-list > li:hover ol {
  display: block;
}
.wx-code-box {
  display: none;
  opacity: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
  padding: 20px;
  left: 50%;
  margin-left: -165px;
  text-align: center;
  background: #fff;
}
.wx-code-box .wx-code-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.outer-box {
  max-width: 1280px;
  margin: 0 auto;
}
.footer {
  height: 300px;
  background: #1e4f9c; color:#fff;
}
.footer .foot-inner {
  padding-top: 120px;
}
.footer .foot-inner .f-left {
  margin-left: 2%\0;
  position: relative;
  opacity: 0;
  left: -30px;
}
.footer .foot-inner .f-left.active {
  opacity: 1;
  left: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.footer .foot-inner .f-right {
  margin-right: 2%\0;
  position: relative;
  opacity: 0;
  left: -30px;
}
.footer .foot-inner .f-right.active {
  opacity: 1;
  left: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.footer .foot-inner .f-right .f-r-t {
  text-align: right;
}
.footer .foot-inner .f-right .f-r-t span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 8px;
}
.footer .foot-inner .f-right .f-r-t a {
  color: #fff;
}
.footer .foot-inner .f-right .f-r-b {
  color: #fff;
  margin-top: 25px;
}
.footer .foot-inner .f-right .f-r-b span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 5px;
}
.footer .foot-inner .f-right .f-r-b a {
  color: #fff;
}
.footer .foot-inner .f-right .subCompany-list {
  position: absolute;
  top: -200px;
  right: 0;
  width: 290px;
  height: 126px;
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 0;
  opacity: 0;
}
.footer .foot-inner .f-right .subCompany-list ul {
  height: 100%;
  overflow: auto;
}
.footer .foot-inner .f-right .subCompany-list ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ebebeb;
}
.footer .foot-inner .f-right .subCompany-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #c2cfdf;
}
.footer .foot-inner .f-right .subCompany-list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1e4f9c;
}
.footer .foot-inner .f-right .subCompany-list ul li {
  margin: 10px 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.footer .foot-inner .f-right .subCompany-list ul li a {
  color: #b7c2cf;
  padding-left: 5px;
  margin-bottom: 5px;
}
.footer .foot-inner .f-right .subCompany-list ul li a:hover {
  color: #1e4f9c;
}
.footer .foot-inner .f-right .subCompany-list:after {
  position: absolute;
  top: 146px;
  right: 16px;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #ffffff;
}
.max-width1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.title {
  margin-top: 135px;
  position: relative;
}
.title img {
  width: 100%;
}
.title .title-text {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title .title-text h5 {
  font-weight: bold;
}
.title .title-text p {
  white-space: nowrap;
}
.title .title-text.active {
  opacity: 1;
  top: 50%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
@media screen and (max-width: 1440px) {
  .header .header-wrap {
    padding: 25px 60px 0;
  }
  .header .header-wrap .header-wrap-in {
    margin-top: 8px;
  }
  .header .header-wrap .header-wrap-in .right ul > li {
    margin-right: 35px;
  }
  .header .header-wrap .header-wrap-in .right ul > li > a {
    padding: 8px 0px 22px;
  }
  .header .header-wrap .header-wrap-in .right ul > li.active a.first-nav {
    border-bottom: 4px solid #f1be41;
  }
  .header .header-wrap .header-wrap-in .right ul > li:hover a.first-nav {
    border-bottom: 4px solid #f1be41;
  }
  .header .header-wrap .header-wrap-in .right ul > li .second-nav {
    top: 58px;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    background: #fff;
  }
  .header .header-wrap .header-wrap-in .right ul > li .second-nav > li .ol-li-in {
    padding: 0 8px;
    height: 54px;
    line-height: 54px;
  }
  .title {
    margin-top: 110px;
  }
  .footer {
    height: 260px;
  }
  .footer .foot-inner {
    max-width: none;
    padding: 100px 3% 0;
  }
}
@media screen and (max-width: 1300px) {
  .footer {
    height: 200px;
  }
  .footer .foot-inner {
    padding: 70px 5% 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-wrap {
    padding: 15px 30px 0;
  }
  .header .header-wrap .header-wrap-in {
    margin-top: 4px;
  }
  .header .header-wrap .header-wrap-in .right ul > li {
    margin-right: 20px;
  }
  .header .header-wrap .header-wrap-in .right ul > li > a {
    padding: 6px 0 16px;
  }
  .header .header-wrap .header-wrap-in .right ul > li .second-nav {
    top: 49px;
    width: 120px;
    text-align: center;
    left: 50%;
    margin-left: -60px;
    background: #fff;
  }
  .header .header-wrap .header-wrap-in .right ul > li .second-nav > li .ol-li-in {
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
  }
  .title {
    margin-top: 87px;
  }
}
@media screen and (max-width: 1100px) {
  .footer .foot-inner .f-right .f-r-b {
    margin-top: 5px;
  }
  .footer .foot-inner .f-right .f-r-b i {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-wrap {
    padding: 15px;
  }
  .header .header-wrap .header-wrap-in {
    margin-top: 4px;
  }
  .header .header-wrap .header-wrap-in .logo {
    width: inherit;
    line-height: 40px;
    min-height: 40px;
  }
  .header .header-wrap .header-wrap-in .right {
    display: none;
  }
  .header .header-wrap .header-wrap-in .pad-btn {
    display: block;
  }
  .header.active .header-wrap {
    padding: 15px;
  }
  .title {
    margin-top: 92px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer .foot-inner {
    padding-top: 20px;
  }
  .footer .foot-inner .f-left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .foot-inner .f-right {
    float: none;
  }
  .footer .foot-inner .f-right .f-r-t {
    text-align: center;
  }
  .footer .foot-inner .f-right .f-r-t span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    margin: 0 8px;
  }
  .footer .foot-inner .f-right .f-r-t a {
    color: #fff;
  }
  .footer .foot-inner .f-right .f-r-b {
    color: #fff;
    text-align: center;
    margin-top: 25px;
  }
  .footer .foot-inner .f-right .f-r-b span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    margin: 0 5px;
  }
  .footer .foot-inner .f-right .subCompany-list {
    right: 27%;
  }
}
@media screen and (max-width: 767px) {
  .header .header-wrap .header-wrap-in .logo a img {
    max-width: 250px;
    vertical-align: middle;
  }
  .footer {
    height: auto;
  }
  .footer .foot-inner {
    padding: 20px 0 20px 0;
  }
  .footer .foot-inner .f-left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .foot-inner .f-right {
    float: none;
  }
  .footer .foot-inner .f-right .f-r-t {
    text-align: center;
  }
  .footer .foot-inner .f-right .f-r-t span {
    margin: 0 2px;
  }
  .footer .foot-inner .f-right .f-r-t a {
    color: #fff;
  }
  .footer .foot-inner .f-right .f-r-b {
    color: #fff;
    text-align: center;
    margin-top: 25px;
  }
  .footer .foot-inner .f-right .f-r-b span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    margin: 0 5px;
  }
  .footer .foot-inner .f-right .subCompany-list {
    right: 10%;
  }
  .title img {
    min-height: 15vh;
  }
}
.img-box1 {
  background: url('../img/group-news-bg1.jpg');
  background-position: center center;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}
.img-box1 .img-box1-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
.img-box1 .img-box1-in .left,
.img-box1 .img-box1-in .right {
  height: 458px;
}
.img-box1 .img-box1-in .left {
  width: 50%;
}
.img-box1 .img-box1-in .left .left-in {
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
.img-box1 .img-box1-in .left .left-in li {
  border-bottom: 1px solid #d1d1d1;
}
.img-box1 .img-box1-in .left .left-in li:last-child{
	border-bottom : none;
}
.img-box1 .img-box1-in .left .left-in li:hover {
  background: #1e4f9c;
}
.img-box1 .img-box1-in .left .left-in li:hover a span,
.img-box1 .img-box1-in .left .left-in li:hover a h6,
.img-box1 .img-box1-in .left .left-in li:hover a p,
.img-box1 .img-box1-in .left .left-in li:hover a i {
  color: #fff;
}
.img-box1 .img-box1-in .left .left-in li.last-li {
  border-bottom: none;
}
.img-box1 .img-box1-in .left .left-in li a {
  padding: 15px 20px;
  display: block;
}
.img-box1 .img-box1-in .left .left-in li a span {
  font-size: 15px;
  color: #000;
}
.img-box1 .img-box1-in .left .left-in li a h6 {
  color: #1e4f9c;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-box1 .img-box1-in .left .left-in li a p {
  color: #707070;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.img-box1 .img-box1-in .left .left-in li a i {
  color: #1e4f9c;
}
.img-box1 .img-box1-in .right {
  width: 50%;
}
.img-box1 .img-box1-in .right .right-in {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.img-box1 .img-box1-in .right .right-in li {
  overflow: hidden;
}
.img-box1 .img-box1-in .right .right-in li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.img-box1 .img-box1-in .right .right-in li img {
  width: 100%;
  height: 100%;
}
.list-box {
  background: url('../img/news-bg2.jpg') repeat;
}
.list-box-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 0;
}
.list-box-in .list-ul li {
  margin-bottom: 20px;
}
.list-box-in .list-ul li .left,
.list-box-in .list-ul li .right {
  height: 300px;
}
.list-box-in .list-ul li .new_l {
  width: 31%;
  overflow: hidden;
}
.list-box-in .list-ul li .new_l:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.list-box-in .list-ul li .new_l img {
  width: 100%;
  height: 100%;
}
.list-box-in .list-ul li .new_r {
  width: 69%;
  background: #fff;
}
.list-box-in .list-ul li .new_r .right-in {
  padding: 30px;
}
.list-box-in .list-ul li .new_r .right-in h5 {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box-in .list-ul li .new_r .right-in h5:hover a {
  color: #1e4f9c;
}
.list-box-in .list-ul li .new_r .right-in h5 a {
  color: #313131;
}
.list-box-in .list-ul li .new_r .right-in span,
.list-box-in .list-ul li .new_r .right-in p {
  color: #707070;
}
.list-box-in .list-ul li .new_r .right-in p {
  width: 80%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.list-box-in .list-ul li .new_r .right-in .url-btn {
  display: block;
  width: 140px;
  height: 38px;
  color: #707070;
  border: 1px solid #1e4f9c;
  text-align: center;
  line-height: 38px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: 55px;
}
.list-box-in .list-ul li .new_r .right-in .url-btn:hover {
  background: #1e4f9c;
  border: 1px solid #1e4f9c;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .img-box1 .img-box1-in {
    max-width: 1000px;
    padding: 80px 0;
  }
  .img-box1 .img-box1-in .new_l,
  .img-box1 .img-box1-in .new_r {
    height: 360px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a {
    padding: 12px 15px;
    position: relative;
  }
  .img-box1 .img-box1-in .new_l .left-in li a span {
    font-size: 14px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a h6 {
    margin-bottom: 5px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a p {
    color: #707070;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .img-box1 .img-box1-in .new_l .left-in li a i {
    position: absolute;
    bottom: 11px;
    right: 7px;
  }
  .list-box-in {
    max-width: 1000px;
    padding: 60px 0;
  }
  .list-box-in .list-ul li .new_l,
  .list-box-in .list-ul li .new_r {
    height: 232px;
  }
  .list-box-in .list-ul li .new_r .right-in {
    padding: 25px 30px;
  }
  .list-box-in .list-ul li .new_r .right-in .url-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .img-box1 .img-box1-in {
    max-width: 800px;
    padding: 60px 0;
  }
  .img-box1 .img-box1-in .new_l,
  .img-box1 .img-box1-in .new_r {
    height: 290px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a {
    padding: 12px 15px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a span {
    font-size: 14px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a h6 {
    margin-bottom: 5px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a p {
    color: #707070;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
  }
  .list-box-in {
    max-width: 800px;
    padding: 40px 0;
  }
  .list-box-in .list-ul li .new_l,
  .list-box-in .list-ul li .new_r {
    height: 186px;
  }
  .list-box-in .list-ul li .new_r .right-in {
    padding: 15px 30px;
  }
  .list-box-in .list-ul li .new_r .right-in p {
    width: 100%;
  }
  .list-box-in .list-ul li .new_r .right-in .url-btn {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-box1 .img-box1-in {
    max-width: 700px;
    padding: 40px 0;
  }
  .img-box1 .img-box1-in .new_l,
  .img-box1 .img-box1-in .new_r {
    height: 266px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a {
    padding: 8px 10px;
  }
  .list-box-in {
    max-width: 700px;
    padding: 30px 0;
  }
  .list-box-in .list-ul li .new_l,
  .list-box-in .list-ul li .new_r {
    height: 162px;
  }
  .list-box-in .list-ul li .new_r .right-in {
    padding: 5px 20px;
  }
  .list-box-in .list-ul li .new_r .right-in p {
    width: 100%;
  }
  .list-box-in .list-ul li .new_r .right-in .url-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .img-box1 .img-box1-in {
    max-width: 100%;
    padding: 20px 2%;
  }
  .img-box1 .img-box1-in .new_l,
  .img-box1 .img-box1-in .new_r {
    height: auto;
    float: none;
    width: 100%;
  }
  .img-box1 .img-box1-in .new_l .left-in li a {
    padding: 12px 15px;
  }
  .img-box1 .img-box1-in .new_l .left-in li a p {
    color: #707070;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .img-box1 .img-box1-in .new_l .left-in li a i {
    display: block;
  }
  .list-box-in {
    max-width: 100%;
    padding: 20px 2%;
  }
  .list-box-in .list-ul li .new_l,
  .list-box-in .list-ul li .new_r {
    height: auto;
    float: none;
    width: 100%;
  }
  .list-box-in .list-ul li .new_r .right-in {
    padding: 15px 25px;
  }
  .list-box-in .list-ul li .new_r .right-in p {
    width: 100%;
  }
  .list-box-in .list-ul li .new_r .right-in .url-btn {
    margin-top: 10px;
  }
}
.bx-wrapper {
  border: 1px solid #d1d1d1;
  margin: 0 auto 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bx-wrapper .bx-viewport {
  height: 100%!important;
}
.bx-wrapper .bx-viewport ul {
  height: 100%;
}
.bx-wrapper .bx-viewport ul li {
  height: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 15px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  background: none;
  border: 2px solid #fff;
  border-radius: 100%;
}
.bx-wrapper .bx-pager .bx-pager-item a.active,
.bx-wrapper .bx-pager .bx-pager-item a:hover {
  background: #fff;
}
/*分页*/
.paging{ text-align:center; padding:30px 0; font-size:14px; clear:both}
.paging a,.paging span{ display:inline-block; padding:0 14px; min-width:13px; line-height:30px; border:solid 1px #ddd; margin:0 3px; background:#fff;}
.paging a:hover{ background:#f8f8f8;}
.paging a.active{ background:#999; color:#fff; border-color:#888;}