.head-banner {
  width: 100%;
  background: url(../img/head-banner1.png) no-repeat;
  background-size: 100% 100%;
}
.news {
  width: 1250px;
  overflow: hidden;
  margin-top: 42px;
  margin-bottom: 27px;
}
.news .left-cont {
  float: left;
  width: 850px;
  height: 494px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-left: 20px;
}
.news .left-cont .news-tab {
  width: 100%;
  margin-top: 0;
}
.news .left-cont .news-content {
  width: 100%;
  padding-right: 5px;
}
.news .left-cont .news-content .news-picContent-item {
  width: 241px;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 20px;
}
.news .left-cont .news-content .news-picContent-item a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.news .left-cont .news-content .news-picContent-item a img {
  width: 241px;
  height: 146px;
}
.news .left-cont .news-content .news-picContent-item a p {
  margin: 0;
  width: 100%;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .left-cont .news-content .news-picContent-item:nth-child(3n) {
  margin-right: 0;
}
.news .left-cont .news-content .more-link {
  position: absolute;
  right: 30px;
  bottom: 21px;
}
.news .right-cont {
  float: right;
  width: 383px;
  height: 494px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 20px 0 0 23px;
}
.news .right-cont .tzgg-title {
  margin-bottom: 30px;
}
.news .right-cont .tzgg-title .title-line {
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #2750a0;
}
.news .right-cont .tzgg-title .title {
  display: inline-block;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 26px;
  color: #2750A0;
  margin: 0;
  margin-left: 20px;
  vertical-align: super;
}
.news .right-cont .tzgg-cont {
  width: 100%;
}
.news .right-cont .tzgg-cont .tzgg-item {
  display: block;
  width: 90%;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}
.news .right-cont .tzgg-cont .tzgg-item::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .right-cont .tzgg-cont .tzgg-more {
  text-decoration: none;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  float: right;
  margin-top: 5px;
  margin-right: 18px;
}
.kx-box {
  position: relative;
  height: 320px;
  width: 1250px;
}
.kx-box .kxyst-content {
  width: 850px;
  height: 320px;
  z-index: 10;
}
.kx-box .kxyst-content .title-content h1 {
  color: #2750A0;
}
.kx-box .kxyst-content .kxyst-box .swiper-slide {
  height: 171px;
}
.kx-box .kxyst-content .kxyst-box .swiper-slide a .kxyst-play {
  width: 63.5px;
  height: 63.5px;
}
.kx-box .kxyst-content .kxyst-box .swiper-slide a .swiper-title {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background: rgba(39, 80, 160, 0.8);
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kx-box .kxqmt-content {
  width: 383px;
  height: 218px;
  padding-right: 9px;
}
.kx-box .kxqmt-content .title-content h1 {
  color: #2750A0;
}
.kx-box .kxqmt-content .title-content ul li {
  padding: 0 7px;
}
.kx-box .kxqmt-content .title-content ul li a {
  font-size: 12px;
}
.kx-box .kxqmt-content .kxqmt-box a {
  width: 320px;
  height: 120px;
}
.kx-box .kxqmt-content .kxqmt-box a img {
  width: 159px;
  height: 120px;
}
.kx-box .kxqmt-content .kxqmt-box a .kxqmt {
  width: 165px;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 10px;
}
.kx-box .kxqmt-content .kxqmt-box a .kxqmt h2 {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kx-box .kxqmt-content .kxqmt-box a .kxqmt p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 19px;
}
.kx-box .ewCode {
  width: 383px;
  height: 90px;
  bottom: 0;
  right: 0;
  background: url(../img/wsydkx.png) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}
.top-banner {
  width: 1250px;
  background-color: #fff;
}
.beitou-white-bg {
  box-sizing: border-box;
}
.beitou-white-bg .bannerAndNews {
  width: 100%;
  padding: 0 25px;
  background-color: #fff;
  padding-bottom: 25px;
}
