body {
  background: #fff;
}


/* banner */
.index-banner {
  width: 100%;
  height: 704px;
  position: relative;

}

.banner-wenzi {
  width: 100%;
  font-size: 74px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 6px 8px rgba(16, 34, 67, 0.24);
  text-align: center;
  margin-top: 298px;
}

.banner-wenzi2 {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 1px 9px rgba(1, 32, 92, 0.24);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  text-align: center;
}

.swiper-items .line {
  width: 95px;
  height: 7px;
  background: #FFFFFF;
  margin: 32px auto;
}

.swiper-pagination-bullet {
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 50px;
  width: 21px;
  height: 8px;
}

.swiper-button-prev {
  left: 40%;
  background: url(__STATIC__image/zuo.png);
}

.swiper-button-next {
  right: 40%;
  background: url(__STATIC__image/you.png);
}

.swiper-container {
  margin-top: 110px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 45px;
}

.news_cont {
  width: 100%;
  height: auto;
}

.news {
  background: url(../img/news/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.news .main .tit {
  display: flex;
  align-items: center;
  margin-top: 59px;
}

.news .main .tit p:nth-of-type(1) {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.news .main .tit p:nth-of-type(2) {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  opacity: 0.1;
  margin-left: 18px;
}

.line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 50px 0 61px 0;
}

.news_top {
  display: flex;
}

.news_top .list {
  background: #fff;
  padding: 20px;
  overflow: hidden;

}

.news_top .list:nth-of-type(1) {
  width: 942px;
  margin-right: 20px;
  height: 824px;
}

.news_top .list:nth-of-type(2) {
  width: 459px;
  background: transparent;
  padding: 0;


}

.news_box .news_list {
  width: 32%;
  margin-right: 27px;
}
.news_box .news_list:nth-of-type(3n){
  margin-right: 0px;

}
.news_top .list:nth-of-type(2) .news_list, .news_box .news_list {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 20px 16px 20px;
  height: 402px;

}

.news_top .list:nth-of-type(1) img {
  width: 902px;
  height: 463px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */
  -webkit-transition: all 1s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
}

.news_top .list:nth-of-type(2) img, .news_box .news_list img {
  width: 420px;
  height: 218px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */
  -webkit-transition: all 1s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
}

.news_top .list:nth-of-type(2) .news_list:hover .news_title, .news_box .news_list:hover .news_title {
  padding: 30px 0;
  top: -50px;
}

.news_top .list:nth-of-type(2) .news_list:hover .desc {
  display: block;
  margin-top: -38px;
}
 .news_box .news_list:hover .desc {
  display: block;
  margin-top: -40px;
}

.news_list .img_box {
  width: 100%;
  overflow: hidden;
}

.news_list:hover .img_box img {
  transform: scale(1.1) rotate(0.1deg);
}

.desc {
  width: 414px;
  word-wrap: break-word;
  word-break: normal;
  display: none;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 24px;
}
.desc p{
  width: 100%;
  height: 48px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_top .list a>p:nth-of-type(1), .news_top .list .news_list a>p:nth-of-type(1), .news_box .news_list a>p:nth-of-type(1) {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 44px 0 41px 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 0;
  background-color: #fff;
}
.news_list a .new_detail {
  width: 414px;
  height: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none
}
.news_top .list p:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 135px;
  width: 900px;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.news_top .list .from, .news_box .news_list .from {
  display: flex;
  justify-content: space-between;
}
.news_top .list .left, .news_box .news_list .left {
  display: flex;
  align-items: center;
}

.list .from {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 37px; */

}

.list .from .left, .news_box .news_list .from .left {
  display: flex;
  justify-content: start;
  align-items: center;

}

.list .from .left img, .news_box .news_list .from .left img {
  width: 14px;
  height: 17px;
}

.from .left>p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}

.list .from .right, .news_box .news_list.from .right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.news_box {
  display: flex;
  flex-wrap: wrap;

}

.news_box .news_list {
  overflow: hidden;
}

.news_box .news_list a {
  display: flex;
  flex-direction: column;
}

.news_list .smooth {
  width: 110%;
  display: flex;
  position: relative;
  left: -40px;

}

.news_box .news_list .smooth {
  width: 120%;
  display: flex;
  position: relative;
  transform: translateY(14px);
}

.news_top .list:nth-of-type(1) .smooth {
  top: 14px;
}

.news_list .smooth div {
  width: 0%;
  height: 4px;
  background: #003783;
  position: absolute;
  transition: width 0.8s;
  bottom: 2px;
}

.news_top .news_list .smooth div {
  width: 0%;
  height: 4px;
  background: #003783;
  position: absolute;
  transition: width 0.8s;
  bottom: -3px;
}

.news_list:hover .smooth div {
  width: 50%;
}

.news_list .smooth div:first-child {
  right: 50%;
}

.news_list .smooth div:last-child {
  left: 50%;
}

.news_list:hover, .list .news_list:hover, .l_bottom:hover {
  box-shadow: 0px 7px 14px 0px rgba(192, 192, 192, 0.38);

}

.news_list:hover .new_detail, .list .news_list:hover .new_detail {
  /* display: block; */
}

.news_list:hover .news_list a>p:nth-of-type(1) {
  margin: 29px 0 32px 0;
}