@import url(common.css);
.tabs {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs .tab {
  width: auto;
  height: auto;
  padding-top: 38px;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  margin-right: 100px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  cursor: pointer;
}
.tabs .tab.active {
  border-bottom: 4px solid #0C71E1;
  color: #0C71E1;
}

.tuijian {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.tuijian .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.tuijian .main .swiper-news {
  width: 100%;
  height: auto;
}
.tuijian .main .swiper-news .swiper-pagination {
  text-align: right;
  width: auto !important;
  right: 0 !important;
  left: unset;
}
.tuijian .main .swiper-news .item {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tuijian .main .swiper-news .item .image {
  width: 660px;
  height: 363px;
  overflow: hidden;
}
.tuijian .main .swiper-news .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tuijian .main .swiper-news .item .text {
  width: -webkit-calc(100% - 660px - 50px);
  width: -moz-calc(100% - 660px - 50px);
  width: calc(100% - 660px - 50px);
  height: auto;
}
.tuijian .main .swiper-news .item .text .title {
  width: 100%;
  height: 90px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2E5683;
  line-height: 45px;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuijian .main .swiper-news .item .text .des {
  width: 100%;
  height: 90px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  text-align: justify;
  margin-top: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tuijian .main .swiper-news .item .text .time {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tuijian .main .swiper-news .item .text .time .icon {
  width: 100px;
  height: 1px;
  background: #E5E5E5;
}
.tuijian .main .swiper-news .item .text .time .t {
  display: block;
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  padding-left: 17px;
}
.tuijian .main .swiper-news .item .text .more {
  width: 88px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #0C71E1;
  border-radius: 4px;
  margin-top: 50px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0C71E1;
  line-height: 32px;
  text-align: center;
}

.list {
  width: 100%;
  height: auto;
}
.list .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.list .main .item {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 33px 0;
  border-top: 1px solid #E5E5E5;
}
.list .main .item:hover .image 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);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.list .main .item:hover .text .title {
  color: #0C71E1;
}
.list .main .item:hover .text .des {
  color: #0C71E1;
}
.list .main .item .image {
  width: 411px;
  height: 181px;
  overflow: hidden;
}
.list .main .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .main .item .text {
  width: 645px;
  height: auto;
}
.list .main .item .text .title {
  width: 100%;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.list .main .item .text .des {
  width: 100%;
  height: 81px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  margin-top: 35px;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list .main .item .time {
  width: 150px;
  height: 31px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
  line-height: 31px;
  text-align: right;
}