.w33 {
  width: calc(33.33% - 20px);
}
.bg {
  background: #f7f8fa;
  padding-top: 30px;
  padding-bottom: 40px;
}
.banner {
  width: 100%;
  height: 26vw;
  overflow: hidden;
  position: relative;
}
.banner  .more {
  display: none;
}
.banner .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .swiper-pagination-bullets {
  bottom: 20px;
  width: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .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;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #4184dd;
}
.title .title_more {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.news {
  float: left;
  width: calc(100% - 486px);
  margin-top: 30px;
}
.news_pic {
  float: left;
  width: 400px;
  height: 265px;
  overflow: hidden;
  margin-top: 24px;
  position: relative;
}
.news_pic .swiper-slide .pic_box {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news_pic .swiper-slide .pic_box span {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.news_pic .swiper-pagination.swiper-pagination-bullets {
  bottom: 10px;
  right: 5px;
  width: auto;
}
.news_pic .swiper-pagination-bullet {
  background: #fff;
}
.news_pic .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.news_list {
  float: right;
  width: calc(100% - 420px);
  margin-top: 28px;
}
.news_list li {
  margin-top: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}
.news_list li>a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news_list li p {
  font-size: 12px;
  line-height: 1;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li:first-child {
  margin-top: 0;
}
.notice {
  float: right;
  width: 446px;
  margin-top: 30px;
}

.notice .notice_list {
  margin-top: 28px;
}
.notice .notice_list li {
  margin-top: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}
.notice .notice_list li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.notice .notice_list li span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.links_list li {
  float: left;
  width: 16.66%;
  background-color: #6fbc47;
}
.links_list li a {
  display: block;
  height: 110px;
  padding-top: 20px;
}
.links_list li a .pic {
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.links_list li a span {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  display: block;
  text-align: center;
}
.links_list li:nth-child(1) {
  background-color: #6fbc47;
}
.links_list li:nth-child(1) .pic {
  background-image: url(../img/links_pic01.png);
}
.links_list li:nth-child(2) {
  background-color: #24a9e6;
}
.links_list li:nth-child(2) .pic {
  background-image: url(../img/links_pic02.png);
}
.links_list li:nth-child(3) {
  background-color: #f8b62c;
}
.links_list li:nth-child(3) .pic {
  background-image: url(../img/links_pic03.png);
}
.links_list li:nth-child(4) {
  background-color: #0062ac;
}
.links_list li:nth-child(4) .pic {
  background-image: url(../img/links_pic04.png);
}
.links_list li:nth-child(5) {
  background-color: #0ba299;
}
.links_list li:nth-child(5) .pic {
  background-image: url(../img/links_pic05.png);
}
.links_list li:nth-child(6) {
  background-color: #6fbc47;
}
.links_list li:nth-child(6) .pic {
  background-image: url(../img/links_pic06.png);
}
.common_list {
  margin-top: 20px;
}
.common_list li {
  border-bottom: 1px solid #ddd;
}
.common_list li a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 22px;
  background: url(../img/list_icon.png) no-repeat;
  background-position: 0 center;
}
.common_list li:hover a {
  color: #4184dd;
}
.common_list li:last-child {
  margin-bottom: 0;
}
.download_list {
  margin-top: 15px;
}
.download_list li {
  float: left;
  width: 25%;
  padding: 10px 0;
}
.download_list li .pic {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.download_list li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: #fff;
}
.download_list li:nth-child(1) .pic {
  background-image: url(../img/download_item01.png) !important;
}
.download_list li:nth-child(2) .pic {
  background-image: url(../img/download_item02.png) !important;
}
.download_list li:nth-child(3) .pic {
  background-image: url(../img/download_item03.png) !important;
}
.download_list li:nth-child(4) .pic {
  background-image: url(../img/download_item04.png) !important;
}
.download_list li:nth-child(5) .pic {
  background-image: url(../img/download_item05.png) !important;
}
.download_list li:nth-child(6) .pic {
  background-image: url(../img/download_item06.png) !important;
}
.download_list li:nth-child(7) .pic {
  background-image: url(../img/download_item07.png) !important;
}
.download_list li:nth-child(8) .pic {
  background-image: url(../img/download_item08.png) !important;
}
.download_list li:nth-child(9) .pic {
  background-image: url(../img/download_item09.png) !important;
}
.download_list li:nth-child(10) .pic {
  background-image: url(../img/download_item10.png) !important;
}
.download_list li:hover {
  background: #4184dd;
}
.download_list li:hover:nth-child(1) .pic {
  background-image: url(../img/download_itemH01.png) !important;
}
.download_list li:hover:nth-child(2) .pic {
  background-image: url(../img/download_itemH02.png) !important;
}
.download_list li:hover:nth-child(3) .pic {
  background-image: url(../img/download_itemH03.png) !important;
}
.download_list li:hover:nth-child(4) .pic {
  background-image: url(../img/download_itemH04.png) !important;
}
.download_list li:hover:nth-child(5) .pic {
  background-image: url(../img/download_itemH05.png) !important;
}
.download_list li:hover:nth-child(6) .pic {
  background-image: url(../img/download_itemH06.png) !important;
}
.download_list li:hover:nth-child(7) .pic {
  background-image: url(../img/download_itemH07.png) !important;
}
.download_list li:hover:nth-child(8) .pic {
  background-image: url(../img/download_itemH08.png) !important;
}
.download_list li:hover:nth-child(9) .pic {
  background-image: url(../img/download_itemH09.png) !important;
}
.download_list li:hover:nth-child(10) .pic {
  background-image: url(../img/download_itemH10.png) !important;
}
.download_list li:hover a {
  color: #fff;
}
