.news-box {
  background: #fff;
  padding-bottom: 72px;
  position: relative;
}
.news-box .w1400 {
  visibility: hidden;
}
.news-box .w1400.active {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.news-box .page1 {
  height: 606px;
  background: #f9f9f9;
  padding-top: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-box .page1 .w1400 {
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.news-box .page1 .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.news-box .page1 .swiper-box {
  position: relative;
  height: 300px;
  margin-top: 50px;
}
.news-box .page1 .swiper-box .swiper-container {
  height: 100%;
}
.news-box .page1 .swiper-box .swiper-wrapper {
  height: 100%;
}
.news-box .page1 .swiper-box .swiper-pagination {
  width: auto;
  bottom: auto;
  left: auto;
  top: -53px;
  right: 0;
  font-size: 16px;
  color: #999999;
}
.news-box .page1 .swiper-box .swiper-pagination .swiper-pagination-current {
  color: #0093bb;
}
.news-box .page1 .swiper-box .swiper-button-prev,
.news-box .page1 .swiper-box .swiper-button-next {
  width: 77px;
  height: 77px;
  background: #fff;
  border-radius: 50%;
  margin-top: -38px;
  opacity: 1;
  cursor: pointer;
}
.news-box .page1 .swiper-box .swiper-button-prev::after,
.news-box .page1 .swiper-box .swiper-button-next::after {
  font-size: 20px;
  color: #0093bb;
}
.news-box .page1 .swiper-box .swiper-button-prev {
  left: -38px;
}
.news-box .page1 .swiper-box .swiper-button-next {
  right: 205px;
}
.news-box .page1 .swiper-box .swiper-slide {
  width: 1047px;
  height: 100%;
  background: #fff;
}
.news-box .page1 .swiper-box .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(225, 225, 225, 0.5);
}
.news-box .page1 .swiper-box .swiper-slide.swiper-slide-active::before {
  display: none;
}
.news-box .page1 .swiper-box .swiper-slide:hover .img-box img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.news-box .page1 .swiper-box .swiper-slide:hover .text-box .title {
  color: #0093bb;
}
.news-box .page1 .swiper-box .swiper-slide .img-box {
  width: 523px;
  overflow: hidden;
}
.news-box .page1 .swiper-box .swiper-slide .img-box img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-box .page1 .swiper-box .swiper-slide .text-box {
  width: 430px;
  margin-left: 55px;
  padding-top: 40px;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .title {
  font-size: 22px;
  color: #333333;
  line-height: 1.6;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .time {
  font-size: 14px;
  color: #999999;
  margin: 30px auto;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-time.png) no-repeat center / 100%;
  margin-right: 5px;
  margin-bottom: -3px;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .details {
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
}
.news-box .page2 {
  background: #fff;
  padding-top: 34px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-box .page2 .news-list .list-item {
  float: left;
  border-radius: 2px;
  width: 444px;
  height: 468px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 43px;
  margin-left: 33px;
}
.news-box .page2 .news-list .list-item:nth-child(3n-2) {
  margin-left: 0;
}
.news-box .page2 .news-list .list-item:hover .img-box img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.news-box .page2 .news-list .list-item:hover .item-bottom .title {
  color: #0093bb;
}
.news-box .page2 .news-list .list-item .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-box .page2 .news-list .list-item .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-box .page2 .news-list .list-item .item-bottom {
  padding: 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
}
.news-box .page2 .news-list .list-item .item-bottom .title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box .page2 .news-list .list-item .item-bottom .time {
  font-size: 14px;
  color: #999999;
  margin: 12px auto;
}
.news-box .page2 .news-list .list-item .item-bottom .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-time.png) no-repeat center / 100%;
  margin-bottom: -3px;
  margin-right: 5px;
}
.news-box .page2 .news-list .list-item .item-bottom .details {
  font-size: 16px;
  color: #666666;
}
.industry-news-box {
  background: #fff;
  padding-bottom: 72px;
}
.industry-news-box .news-list .list-item {
  width: 100%;
  height: 334px;
  background: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: hidden;
}
.industry-news-box .news-list .list-item.active {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.industry-news-box .news-list .list-item.none-img .img-box {
  display: none;
}
.industry-news-box .news-list .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
}
.industry-news-box .news-list .list-item:hover .time {
  color: #0093bb;
}
.industry-news-box .news-list .list-item .clearfix {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.industry-news-box .news-list .list-item .time {
  font-size: 16px;
  color: #999999;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.industry-news-box .news-list .list-item .time .year {
  font-size: 14px;
  text-align: right;
}
.industry-news-box .news-list .list-item .img-box {
  width: 340px;
  margin-left: 50px;
  height: 196px;
  overflow: hidden;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.industry-news-box .news-list .list-item .img-box img {
  width: 100%;
  display: block;
}
.industry-news-box .news-list .list-item .text-box {
  margin-left: 50px;
}
.industry-news-box .news-list .list-item .text-box .title {
  font-size: 20px;
  color: #333333;
}
.industry-news-box .news-list .list-item .text-box .details {
  font-size: 16px;
  color: #999999;
  margin-top: 28px;
}
.industry-news-box.question .news-list .list-item{height: auto;padding: 40px 0;}
.news-details-box.question .details-left .text-con{min-height: 330px;}

.news-details-box {
  background: #fff;
  padding-bottom: 72px;
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}
.news-details-box .details-left {
  width: 940px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-details-box .details-left .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.news-details-box .details-left .title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 38px;
  background: #0093bb;
  left: -45px;
  top: -3px;
}
.news-details-box .details-left .time-box {
  margin: 30px 0;
}
.news-details-box .details-left .time-box .time {
  font-size: 18px;
  color: #999999;
}
.news-details-box .details-left .time-box .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  background: url(../images/icon/icon-time2.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item {
  float: left;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #c6c6c6;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item .icon {
  display: inline-block;
  cursor: pointer;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item1 .icon {
  width: 17px;
  height: 14px;
  background: url(../images/icon/icon15.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item1:hover .icon {
  background: url(../images/icon/icon15-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item2 .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon16.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item2:hover .icon {
  background: url(../images/icon/icon16-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item3 .icon {
  width: 17px;
  height: 14px;
  background: url(../images/icon/icon17.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item3:hover .icon {
  background: url(../images/icon/icon17-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .icon-share {
    position: relative;
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(../images/icon/icon-share.png) no-repeat center / 100%;
  margin-left: 10px;
}
.news-details-box .time-box .icon-share .icon_box{
    display: block;
    width: 100%;
    height: 100%;
}
.news-details-box .time-box .icon-share .pos{
    display: none;
    position: absolute;
    left:-57px;
    top: 46px;
   /*  transform: translateX(-50%); */
    padding: 16px 20px 20px;
    width: 94px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-details-box .time-box .icon-share .pos .icon{
    position: absolute;
    left: 50%;
    top: 0;
    width: 32px;
    height: 16px;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    background: url(../images/icon/p16.png) left bottom no-repeat;
}
.news-details-box .time-box .icon-share .pos .pos_box{
    height: 184px;
}
.news-details-box .time-box .icon-share .pos input{
    padding-left: 24px;
    width: 94px;
    font-size: 14px;
    color: #8590a6;
    text-align: left;
    background: url(../share/lj.png) left center no-repeat;
    cursor: pointer;
}



.news-details-box .details-left .text-con {
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  
}
.news-details-box .details-left .text-con p {
  margin: 25px 0;
}
.news-details-box .details-left .text-con img {
  display: block;
  max-width: 700px !important;
  height: auto !important;
  margin: 0 auto;
}
.news-details-box .details-left .text-con table{
    max-width: 100%;
}
.news-details-box .details-left .text-con table td{border:#ddd 1px solid;}

.news-details-box .details-left .text_go{
    padding-bottom: 36px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.news-details-box .details-left .text_go a{
    display: inline-block;
    padding-left: 25px;
    font-size:18px;
    color: #999;
    font-weight: bold;
    background: url(../images/icon/icon_67.png) left center no-repeat;
}
.news-details-box .details-left .text_go a:hover{
    color: #0093bb;
    background: url(../images/icon/icon_67s.png) left center no-repeat;
}
.news-details-box .details-left .turn-page-box {
  margin-top: 46px;
}
.news-details-box .details-left .turn-page-box .btn {
  font-family: swiper-icons;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.news-details-box .details-left .turn-page-box .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-details-box .details-left .turn-page-box .btn:hover {
  color: #0093bb;
}
.news-details-box .details-left .turn-page-box .prve {
  padding-left: 30px;
}
.news-details-box .details-left .turn-page-box .prve::before {
  content: "prev";
  left: 0;
}
.news-details-box .details-left .turn-page-box .next {
  padding-right: 30px;
}
.news-details-box .details-left .turn-page-box .next::before {
  content: "next";
  right: 0;
}
.news-details-box .details-right {
  position: fixed;
  width: 430px;
  top: 280px;
  left: 50%;
  margin-left: 275px;
  z-index: 80;
  background: #fff;
  border-radius: 2px;
}
.news-details-box .details-right.left-bottom {
  position: absolute;
  top: auto !important;
  bottom: 100px;
}
.news-details-box .details-right .title {
  font-size: 24px;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details-box .details-right .news-list .list-item {
  width: 100%;
}
.news-details-box .details-right .news-list .list-item:hover .tit {
  color: #0093bb;
}
.news-details-box .details-right .news-list .list-item:hover .line {
  width: 100%;
  background: #0093bb;
}
.news-details-box .details-right .news-list .list-item.act .tit {
  color: #0093bb;
}
.news-details-box .details-right .news-list .list-item.act .line {
  width: 100%;
  background: #0093bb;
}
.news-details-box .details-right .news-list .list-item a {
  display: block;
  width: 100%;
  padding: 35px 10px;
  position: relative;
}
.news-details-box .details-right .news-list .list-item .tit {
  font-size: 16px;
  color: #333333;
}
.news-details-box .details-right .news-list .list-item .time {
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 18px;
}
.news-details-box .details-right .news-list .list-item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  .news-box .page2 .news-list .list-item {
    width: 377px;
    height: 430px;
  }
  .news-details-box .details-right {
    width: 290px;
    margin-left: 355px;
  }
}
