@font-face {
  font-family: 'Source Han Serif CN';
  src: url('SubsetTTF/CN/SourceHanSerifCN-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.headnews {
  height: 106px;
  background-color: #ffedee;
  position: relative;
  box-sizing: border-box;
  padding-left: 148px;
  padding-top: 15px;
  margin-bottom: 30px;
}
.headnews .headnews-logo {
  width: 96px;
  height: 84px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.headnews .headnews-logo img {
  width: 100%;
  height: 100%;
}
.headnews .main-news {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.headnews .main-news a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #C30000;
}
.headnews .news {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 24px;
}
.headnews .news a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
.headnews .news .news-item {
  display: inline-block;
  max-width: 510px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adv {
  margin-bottom: 24px;
}
.adv .adv-item {
  display: block;
  width: 100%;
  height: 96px;
  margin-bottom: 12px;
}
.adv .adv-item img {
  width: 100%;
  height: 100%;
}
.swiper {
  overflow: hidden;
  margin-bottom: 36px;
}
.swiper .swiper-cont {
  width: 620px;
  height: 406px;
  float: left;
  overflow: hidden;
}
.swiper .swiper-cont .swiper-item {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.swiper .swiper-cont .swiper-item img {
  width: 100%;
  height: 100%;
}
.swiper .swiper-cont .swiper-item .item-title {
  width: 100%;
  height: 50px;
  background: url(../img/title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 120px;
  line-height: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper .swiper-cont .swiper-pagination {
  left: -42px;
  bottom: 13px;
}
.swiper .swiper-cont .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #fff;
}
.swiper .swiper-cont .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C30000;
}
.swiper .right-news {
  float: right;
  width: 551px;
  height: 406px;
}
.swiper .right-news .title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 20px;
}
.swiper .right-news .title p {
  display: inline-block;
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 22px;
  color: #1A1A1A;
  cursor: pointer;
}
.swiper .right-news .title p a {
  text-decoration: none;
}
.swiper .right-news .title .line {
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #1a1a1a;
  margin: 0 8px;
}
.swiper .right-news .title .active a {
  color: #C30000;
}
.swiper .right-news .title .bottom-line {
  width: 241px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bottom-line.png) no-repeat;
  background-size: 100% 100%;
}
.swiper .right-news .news-cont {
  width: 100%;
  display: none;
}
.swiper .right-news .news-cont .news-item {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  margin-bottom: 9px;
}
.swiper .right-news .news-cont .news-item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../img/point.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
.swiper .right-news .news-cont .news-item:hover {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  border-bottom: none;
  padding-left: 0;
}
.swiper .right-news .news-cont .news-item:hover::before {
  display: none;
}
.news-content .title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 18px;
}
.news-content .title p {
  display: inline-block;
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 22px;
  color: #1A1A1A;
}
.news-content .title .line {
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #1a1a1a;
  margin: 0 8px;
}
.news-content .title .active {
  color: #C30000;
}
.news-content .title .active a {
  color: #C30000;
  text-decoration: none;
}
.news-content .title .bottom-line {
  width: 214px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bottom-line.png) no-repeat;
  background-size: 100% 100%;
}
.news-content .title .bottom-line1 {
  width: 214px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bottom-line.png) no-repeat;
  background-size: 100% 100%;
}
.news-content .news-cont {
  width: 100%;
}
.news-content .news-cont .news-item {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  padding-left: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-decoration: none;
  margin-bottom: 14px;
}
.news-content .news-cont .news-item::before {
  content: '';
  width: 4px;
  height: 4px;
  background: url(../img/point.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.news-cont1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.news-cont1 .shuji,
.news-cont1 .yaowen {
  width: 438px;
}
.news-cont1 .shuji .main-news-item,
.news-cont1 .yaowen .main-news-item {
  display: inline-block;
  width: 138px;
  margin-bottom: 21px;
  margin-right: 6px;
  position: relative;
}
.news-cont1 .shuji .main-news-item img,
.news-cont1 .yaowen .main-news-item img {
  width: 100%;
  height: 82.4px;
  z-index: -1;
}
.news-cont1 .shuji .main-news-item .main-title,
.news-cont1 .yaowen .main-news-item .main-title {
  opacity: 0;
  width: 98px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.news-cont1 .shuji .main-news-item .item-cover,
.news-cont1 .yaowen .main-news-item .item-cover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1C6DDB;
  opacity: 0.8;
  z-index: 1;
}
.news-cont1 .shuji .main-news-item:nth-child(3n),
.news-cont1 .yaowen .main-news-item:nth-child(3n) {
  margin-right: 0;
}
.news-cont1 .shuji .main-news-item:hover .item-cover,
.news-cont1 .yaowen .main-news-item:hover .item-cover {
  display: block;
}
.news-cont1 .shuji .main-news-item:hover .main-title,
.news-cont1 .yaowen .main-news-item:hover .main-title {
  opacity: 1;
}
.news-cont1 .shuji .title p,
.news-cont1 .yaowen .title p {
  cursor: pointer;
}
.news-cont1 .shuji .title p a,
.news-cont1 .yaowen .title p a {
  text-decoration: none;
}
.news-cont1 .shuji .title .active a,
.news-cont1 .yaowen .title .active a {
  color: #C30000;
}
.news-cont1 .yaowen .bottom-line {
  width: 277px;
}
.news-cont1 .ribao {
  width: 200.4px;
}
.news-cont1 .ribao .title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 17px;
}
.news-cont1 .ribao .title p {
  display: inline-block;
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 22px;
  color: #1A1A1A;
}
.news-cont1 .ribao .title .active {
  color: #C30000;
}
.news-cont1 .ribao .title .bottom-line {
  width: 98px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bottom-line.png) no-repeat;
  background-size: 100% 100%;
}
.news-cont1 .ribao .title .ribao-pic {
  width: 72px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.news-cont1 .ribao .ribao-cont {
  width: 100%;
}
.news-cont1 .ribao .ribao-cont a {
  display: block;
  width: 100%;
  height: 301px;
}
.news-cont1 .ribao .ribao-cont a img {
  width: 100%;
  height: 100%;
}
.news-cont1 .news-cont {
  display: none;
}
.adv1 {
  margin-bottom: 35px;
}
.news-cont2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.news-cont2 .shijie {
  width: 861px;
}
.news-cont2 .shijie .title {
  margin-bottom: 17px;
}
.news-cont2 .shijie .title .bottom-line {
  width: 100px;
}
.news-cont2 .shijie .news-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-cont2 .shijie .news-cont .shijie-news-item {
  display: block;
  width: 424px;
  height: 220px;
}
.news-cont2 .shijie .news-cont .shijie-news-item img {
  width: 100%;
  height: 100%;
}
.news-cont2 .gonggao {
  width: 286px;
}
.news-cont2 .gonggao .title {
  margin-bottom: 17px;
}
.news-cont2 .gonggao .title .bottom-line {
  width: 100px;
}
.news-cont2 .gonggao .news-cont {
  width: 100%;
}
.news-cont2 .gonggao .news-cont .gonggao-news-item {
  display: block;
  width: 100%;
  height: 220px;
}
.news-cont2 .gonggao .news-cont .gonggao-news-item img {
  width: 100%;
  height: 100%;
}
.adv2 {
  margin-bottom: 35px;
}
.adv2 .adv-item {
  height: 86px;
}
.news-cont3 {
  overflow: hidden;
}
.news-cont3 .news-list {
  width: 378px;
  float: left;
  margin-right: 33px;
  margin-bottom: 20px;
}
.news-cont3 .news-list .pic-news-item {
  display: block;
  text-decoration: none;
  width: 100%;
  margin-bottom: 22px;
}
.news-cont3 .news-list .pic-news-item .pic-news-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-cont3 .news-list .pic-news-item .pic-news-cont img {
  display: block;
  width: 130px;
  height: 88px;
}
.news-cont3 .news-list .pic-news-item .pic-news-cont .news-info {
  width: 238px;
  height: 88px;
  box-sizing: border-box;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news-cont3 .news-list .pic-news-item .pic-news-cont .news-info .news-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #1A1A1A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-cont3 .news-list .pic-news-item .pic-news-cont .news-info .summary {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.news-cont3 .news-list:nth-child(3n) {
  margin-right: 0;
}
.news-cont3 .dongtai .bottom-line {
  width: 100px;
}
.news-cont3 .longmenzhen .bottom-line {
  width: 120px;
}
.img-news-cont {
  margin-bottom: 35px;
}
.img-news-cont .title {
  margin-bottom: 16px;
}
.img-news-cont .title p {
  cursor: pointer;
}
.img-news-cont .content {
  width: 100%;
  height: 334px;
  display: flex;
  justify-content: space-between;
}
.img-news-cont .content .left-img {
  width: 206px;
  height: 334px;
}
.img-news-cont .content .left-img div {
  display: block;
  width: 100%;
  height: 100%;
}
.img-news-cont .content .left-img div img {
  width: 100%;
  height: 100%;
}
.img-news-cont .content .right-img {
  width: 986px;
  height: 334px;
}
.img-news-cont .content .right-img a {
  display: block;
  float: left;
  width: 242px;
  height: 164px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.img-news-cont .content .right-img a img {
  width: 100%;
  height: 100%;
}
.img-news-cont .content .right-img a:nth-child(4n) {
  margin-right: 0;
}
.img-news-cont .content .right-img a:nth-child(n+5) {
  margin-bottom: 0;
}
.links {
  margin-bottom: -220px;
}
.links .title {
  margin-bottom: 26px;
}
.links .title .bottom-line {
  width: 100px;
}
.links .content {
  width: 100%;
  overflow: hidden;
}
.links .content .links-item {
  display: block;
  width: 290px;
  height: 94px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 10px;
  margin-bottom: 12px;
  position: relative;
}
.links .content .links-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.links .content .links-item:nth-child(4n) {
  margin-right: 0;
}
.links .content .zhengfu img {
  width: 233px;
  height: 69px;
}
.links .content .shoujitai img {
  width: 185px;
  height: 41px;
}
.links .content .rongmei img {
  width: 159px;
  height: 41px;
}
.links .content .ribao img {
  width: 169px;
  height: 75px;
}
.links .content .jiaoyu img {
  width: 128px;
  height: 26px;
}
.links .content .pingan img {
  width: 128px;
  height: 26px;
}
