.w33 {
  width: 31.6%;
}

.banner {
  width: 100%;
  height: 22vw;
  overflow: hidden;
  position: relative;
  background-color: #f5f6f9;
  box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  height: 22vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .swiper-slide a span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 36px;
  position: absolute;
  bottom: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
  left: initial;
  width: auto;
  right: 45px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.9;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 36px;
  height: 8px;
  background-color: #fcaa07;
  border-radius: 4px;
}
.title .title_name {
  float: left;
}
.title .title_name .zh {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #003e6a;
}
.title .title_name .en {
  font-size: 12px;
  line-height: 1;
  color: #ccc;
  margin-top: 5px;
}
.title .more {
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.title.fff .title_name .zh {
  color: #fff;
}
.title.fff .title_name .en {
  color: #ffffff;
  opacity: 0.4;
}
.news {
  float: left;
  width: 65.8%;
}
.news_list li {
  margin-top: 20px;
  width: calc(50% - 10px);
  float: left;
}
.news_list li:nth-child(2n) {
  float: right;
}
.news_list li .pic {
  display: none;
}
.news_list li a {
  padding-left: 14px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: block;
  margin-bottom: 8px;
  background: url(../img/list_icon.png) no-repeat;
  background-position: 0px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li span {
  padding-left: 14px;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
.news_list li:nth-child(1),
.news_list li:nth-child(2) {
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding-bottom: 18px;
}
.news_list li:nth-child(1) .pic,
.news_list li:nth-child(2) .pic {
  display: block !important;
  height: 254px;
  background-position: center;
  background-size: cover;
}
.news_list li:nth-child(1) a,
.news_list li:nth-child(2) a {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  background: none;
}
.news_list li:nth-child(1) span,
.news_list li:nth-child(2) span {
  padding-left: 25px;
}
.news_list li:hover a {
  color: #004270;
  font-weight: bold;
}
.notice {
  float: right;
}
.notice ul {
  margin-top: 20px;
}
.notice ul li {
  padding: 14px 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-bottom: 16px;
}
.notice ul li:last-child {
  margin-bottom: 0;
}
.notice ul li .date {
  width: 53px;
  height: 50px;
  background-color: #003e6a;
  border-radius: 2px;
  padding-top: 8px;
  float: left;
}
.notice ul li .date .day {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.notice ul li .date .month {
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin-top: 4px;
}
.notice ul li a {
  float: right;
  width: calc(100% - 67px);
  font-size: 16px;
}
.bg_box {
  height: 257px;
  background-color: #004270;
  border: solid 1px #707070;
  padding-top: 40px;
}
.common_list {
  margin-top: 20px;
}
.common_list li {
  margin-bottom: 20px;
}
.common_list li a {
  float: left;
  width: calc(100% - 45px);
  font-size: 16px;
  color: #000;
}
.common_list li span {
  width: 45px;
  font-size: 16px;
  color: #999;
}
.common_list li:hover a {
  font-weight: bold;
  color: #004270;
}
.common_list li:last-child {
  margin-bottom: 0;
}
.pic_list li {
  float: left;
  width: calc(25% - 18px);
  margin-left: 24px;
}
.pic_list li:first-child {
  margin-left: 0;
}
.pic_list li a {
  display: block;
  height: 0.75%;
  position: relative;
}
.pic_list li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
