@charset "UTF-8";
.xinwenWrap {
  width: 1000px;
  margin: 0 auto;
}
/* 顶部 */
.topBg {
  /* border: 1px #0A1D3C solid; */
  /*background: url(../images/lunbo_bg.png); */
  background-size: cover;
}
.topBg .topDiv {
  width: 1000px;
  margin: 0 auto;
  height: 442px;
  /* 轮播 */
}
.topBg .topDiv .left .tit {
  width: 396px;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 50px;
  margin-top: 70px;
}
.topBg .topDiv .left .content {
  width: 396px;
  opacity: 0.5;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  margin: 30px 0;
}
.topBg .topDiv .left .source {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.topBg .topDiv .left .more {
  width: 120px;
  height: 34px;
  background: #ffffff;
  border-radius: 17px;
  text-align: center;
  margin-top: 40px;
}
.topBg .topDiv .left .more a {
  font-size: 12px;
  color: #405c95;
  line-height: 34px;
}
.topBg .topDiv .right {
  width: 600px;
  height: 442px;
}
.topBg .topDiv .right .lunboDiv {
  width: 1200px;
  position: relative;
}
.topBg .topDiv .right .lunboDiv .button-next,
.topBg .topDiv .right .lunboDiv .button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 161px;
  outline: none;
  z-index: 1;
}
.topBg .topDiv .right .lunboDiv .button-next {
  background: url(../images/you.png);
  background-size: 40px 40px;
  left: 569px;
}
.topBg .topDiv .right .lunboDiv .button-next:hover {
  cursor: pointer;
  background: url(../images/you_ac.png);
  background-size: 40px 40px;
}
.topBg .topDiv .right .lunboDiv .button-prev {
  background: url(../images/zuo.png);
  background-size: 40px 40px;
  left: 20px;
}
.topBg .topDiv .right .lunboDiv .button-prev:hover {
  cursor: pointer;
  background: url(../images/zuo_ac.png);
  background-size: 40px 40px;
}
.topBg .topDiv .swiper-container {
  width: 1200px;
  height: 362px;
  margin: 40px 0 40px 40px;
}
.topBg .topDiv .swiper-slide.swiper-slide-active {
  width: 548px !important;
  height: 362px !important;
  margin-top: 0 !important;
}
.topBg .topDiv .swiper-slide.swiper-slide-active .imgMask {
  display: none;
}
.topBg .topDiv .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-right: 20px;
  margin-top: 56px !important;
  width: 380px;
  height: 250px;
  /* Center slide text vertically */
}
.topBg .topDiv .swiper-slide img {
  width: 100%;
  height: 100%;
}
.topBg .topDiv .swiper-slide .imgMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/* 列表 */
.xinwenDiv {
  background: #ffffff;
  margin: 22px;
  padding-top: 36px;
  border-bottom: 1px #ffffff solid;
}
.xinwenDiv .tabList {
  width: 956px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 21px;
}
.xinwenDiv .tabList li {
  float: left;
  position: relative;
  margin-right: 40px;
}
.xinwenDiv .tabList li:hover {
  cursor: pointer;
}
.xinwenDiv .tabList li.active span {
  font-size: 22px;
}
.xinwenDiv .tabList li.active .titMask {
  display: block;
}
.xinwenDiv .tabList li span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 24px;
}
.xinwenDiv .tabList li .titMask {
  width: 100%;
  height: 8px;
  background: #75a3ff;
  border-radius: 6px;
  position: absolute;
  bottom: 2px;
  display: none;
}
.xinwenDiv .xinwenList li {
  padding: 20px 32px;
}
.xinwenDiv .xinwenList li a {
  display: block;
}
.xinwenDiv .xinwenList li .left p {
  width: 630px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
}
.xinwenDiv .xinwenList li .left span {
  font-size: 12px;
  text-align: left;
  color: #999999;
  line-height: 26px;
}
.xinwenDiv .xinwenList li .wutu p {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xinwenDiv .xinwenList li .wutu span {
  font-size: 12px;
  text-align: left;
  color: #999999;
  line-height: 26px;
}
.xinwenDiv .xinwenList li .right {
  position: relative;
}
.xinwenDiv .xinwenList li .right img {
  width: 254px;
  height: 144px;
  display: block;
}
.xinwenDiv .xinwenList li .right .mask {
  position: absolute;
  width: 57px;
  height: 59px;
  background: url(../images/videoPlay.png);
  background-size: 57px 59px;
  left: 98px;
  top: 42px;
}
.xinwenDiv .xinwenList li:hover {
  width: 946px;
  margin-left: -10px;
  padding-right: 42px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(64, 92, 149, 0.1);
}
.xinwenDiv .xinwenList li:hover p {
  color: #0483f7;
}