.banner {
  overflow: hidden;
}
.banner .image {
  width: 100%;
  height: 450px;
  background-position: center top;
}
.banner .swiper-container {
  width: 100%;
  max-height: 450px;
  color: #fff;
  text-align: center;
  position: relative;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 39px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #f60;
}

.swiper-active-switch {
  background: #f60;
}

.news-slider {
  width: 450px;
  float: left;
  margin-top: 20px;
}
.news-slider img {
  width: 100%;
  height: 300px;
}
.news-slider #news {
  height: 332px;
}
.news-slider .text {
  text-align: center;
  background: #f2f2f2;
  height: 30px;
  line-height: 30px;
}

.news {
  width: 400px;
  margin: 20px;
}

.news-index-list .date {
  float: left;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: center;
}
.news-index-list .date .years {
  background: #00449e;
  color: #fff;
  padding: 5px 15px;
}
.news-index-list .date .day {
  padding: 5px 13px;
  color: #00449e;
}
.news-index-list .text {
  margin-left: 10px;
  font-size: 14px;
  float: left;
  width: calc(100% - 77px);
  overflow: hidden;
}
.news-index-list .text h2 {
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 1px;
}
.news-index-list .text p {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.news-index-list li {
  padding: 8px;
  background: #fff;
}
.news-index-list li:nth-of-type(even) {
  background: #f2f2f2;
}

.gg {
  width: 300px;
  float: right;
  margin-top: 20px;
}
.gg .swiper-slide a {
  display: block;
  width: 220px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 42px;
  float: left;
  white-space: nowrap;
  height: 42px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("../images/point.png") no-repeat left center;
  padding-left: 10px;
}
.gg a:hover {
  color: #00449e;
}
.gg .swiper-slide span {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  height: 42px;
  display: block;
  line-height: 42px;
}
.gg .swiper-container {
  height: 300px;
  text-align: center;
margin-bottom: 15px;
}
.gg .swiper-slide {
  float: none !important;
  border-bottom: 1px solid #ddd;
}
.gg .swiper-slide p {
  font-size: 14px;
}
.gg .swiper-pagination-switch {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 0px 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.gg .swiper-active-switch {
  background: #fff;
}

.col-3 {
  width: 386px;
  margin-right: 21px;
}
.col-3:nth-of-type(3n) {
  margin-right: 0;
}

.col-2 {
  width: 793px;
}

.news-list-text a {
  width: 280px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
}
.news-list-text span {
  font-size: 12px;
  color: #999;
}
.news-list-text a:hover {
  color: #00449e;
}
.news-list-text li {
  height: 44.3px;
  line-height: 44.3px;
  border-bottom: 1px #ddd dashed;
  padding-left: 10px;
  background: url("../images/point.png") center left no-repeat;
}

.images-jd a {
  display: block;
  margin-bottom: 15px;
}
.images-jd img {
  display: block;
}

.pingan {
  height: 250px;
}
.pingan .swiper-slide {
  overflow: hidden;
  padding: 10px 10px 10px 0;
}
.pingan .text {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
}
.pingan img {
  height: 186px;
}

#video {
  /*  .swiper-slide {
      text-align: center;
    }*/
}
#video {
  height: 226px;
  padding: 10px 0;
}
#video video {
  width: 100%;
  display: inline-block;
}

.link-list {
  margin-top: 10px;
}
.link-list ul li {
  background: #cbd9fe;
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px;
}
.link-list ul li a {
  display: block;
  padding: 0 30px;
  height: 100%;
}
.link-list ul li:hover {
  background: #ff6600;
}
.link-list ul li:hover a {
  color: #ffffff;
}

.title {
  background: #f2f2f2;
  border-bottom: 1px solid #00449e;
}
.title h2 {
  background: #00449e;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
position: relative
}
.title h2::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -15px;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 15px solid #00449e;
    border-top: 37px solid transparent;
}
.title .more {
  padding-top: 12px;
  padding-right: 5px;
}
.title .more a {
  color: #999;
}

/*# sourceMappingURL=index.css.map */