@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-06 08:40:52 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-06 17:05:19
 */
.main {
  background: url("../images/information/bg2.png") left top no-repeat;
  height: 730px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.info {
  margin-right: -20px;
}

.info > li {
  margin: 20px 20px 0 0;
  height: 328px;
  background-color: #fff;
  /* 轮播 */
}

.info > li .scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.info > li .scroll .swiper-slide {
  position: relative;
  font-size: 14px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info > li .scroll .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.cover {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  height: 50px;
}

.content {
  display: inline-block;
  width: 512px;
  color: #fff;
  font-size: 14px;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info > li .scroll .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}

.info > li .scroll .swiper-pagination-bullet {
  margin-right: 4px;
  width: 16px;
  height: 4px;
  background: #1d1d1d;
  border-radius: 5px;
  z-index: 9999;
  opacity: 1;
}

.info > li .scroll .swiper-pagination {
  text-align: right;
  left: auto;
  right: 23px;
}

.info > li .scroll .swiper-pagination-bullet-active {
  background: #b5010f;
}

.tab {
  position: relative;
}

.hd {
  padding: 11px 0 0 19px;
  height: 53px;
  background-image: url("../images/information/title1.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.info-li {
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  color: #b9a881;
  padding: 0 25px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}

.info-li:before, .info-li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 24px;
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/information/title3.png");
}

.info-li:after {
  left: auto;
  right: 0;
  background-position: right center;
  background-image: url("../images/information/title3.png");
}

.info-li.active {
  font-weight: 500;
  color: #b80411;
}

.info-li.active:after {
  background-position: center center;
  background-image: url("../images/information/title5.png");
}

.info-li.active:before {
  background-position: center center;
  background-image: url("../images/information/title4.png");
}

.bdl {
  overflow: hidden;
  /* 列表 */
}

.news-items {
  margin: 7px 23px 0 19px;
  max-height: 251px;
  overflow-y: auto;
}

.news-items > li {
  position: relative;
  height: 41px;
  line-height: 41px;
  border-top: 1px solid #c2c2c2;
  vertical-align: top;
}

.news-items > li:first-child {
  border: 0;
}

.news-items > li > a {
  display: block;
  font-size: 14px;
  color: #000;
  height: 41px;
  line-height: 41px;
  margin-right: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-items > li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #888;
}

.more {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  vertical-align: top;
  width: 37px;
  text-align: center;
  line-height: 14px;
  font-size: 9px;
  color: #fff;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#ab8a4b), to(#e1d6ab));
  background: linear-gradient(90deg, #ab8a4b 0%, #e1d6ab 100%);
  border-radius: 9px;
}

.info > li:nth-child(even) {
  width: 579px;
}

.info > li:nth-child(odd) {
  width: 681px;
}

.info > li:nth-child(odd) .hd {
  background-image: url("../images/information/title2.png");
}
