.parts-3 {
  height: 100%;
}
.parts-3 > * {
  height: 100%;
  width: calc((100% - 25px * (3 - 1)) / 3);
  float: left;
  margin-left: 25px;
}
.parts-3 > *:nth-of-type(1) {
  margin-left: 0;
}
.banner_bg {
  height: 400px;
  background-image: url(../imgs/bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.banner {
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.bg_container {
  background: #f7f8fa;
}
.swiper {
  height: 35vw;
min-height:489px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper .swiper-pagination.swiper-pagination-bullets{
  padding-right: 10px;
  text-align: end;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { 
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3478f6;
}

.title {
  margin-bottom: 20px;
}
.title .title_name {
  float: left;
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  color: #203f83;
}
.title .name_box {
  float: left;
}
.title .name_box span {
  float: left;
  margin-right: 15px;
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  color: #ccc;
cursor: pointer;
}
.title .name_box span.active {
  color: #203f83;
}
.title .title_more {
  float: right;
  height: 26px;
  line-height: 26px;
  color: #999;
}
.news {
  width: 925px;
}
.news .news_list .first {
  width: 100%;
  margin-top: 0;
}
.news .news_list .first a {
  margin-bottom: 0;
}
.news .news_list .first a .pic {
  float: left;
  width: 300px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.news .news_list .first a .text {
  float: right;
  width: calc(100% - 330px);
  padding-top: 10px;
}
.news .news_list .first a .text h2 {
  width: calc(100% - 60px);
  font-size: 24px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
}
.news .news_list .first a .text p {
  height: 100px;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top: 30px;
  line-height: 25px;
}
.news .news_list ul {
  margin-top: 10px;
}
.news .news_list ul li {
  width: calc(50% - 20px);
  margin-top: 15px;
  float: left;
}
.news .news_list ul li:nth-child(2n) {
  float: right;
}
.news .news_list ul li a {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_list ul li span {
  display: block;
  line-height: 18px;
  font-size: 16px;
} 
.notice .notice_list li:hover .text a,
.my_list li:hover a,
.news .news_list a:hover h2,
.news .news_list ul li:hover a {
  color: #203f83;
  font-weight: bold;
}
.notice {
  width: 450px;
}
.notice .notice_list li {
  margin-top: 1px;
}
.notice .notice_list li .date {
  float: left;
  width: 50px;
  /* padding: 10px 0; */
  padding-top: 7px;
}
.notice .notice_list li .date .day {
  line-height: 20px;
  margin-bottom: 6px;
  color: #003483;
  font-size: 20px;
  font-weight: 500;
}
.notice .notice_list li .date .year {
  font-size: 12px;
  line-height: 12px;
  color: #3D3D3D;
  opacity: 0.5;
}
.notice .notice_list li .text {
  float: right;
  width: calc(100% - 70px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notice .notice_list li .text a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #3D3D3D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn_list {
  height: 204px;
}
.btn_list ul {
  text-align: center;
  height: 100%;
  position: relative;
}
.btn_list ul li {
  height: 100%;
  width: calc((100% - 0px * (6 - 1)) / 6);
  float: left;
  margin-left: 0px;
}
.btn_list ul li:nth-of-type(1) {
  margin-left: 0;
}
.btn_list ul > * > * {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.btn_list ul img {
  width: 80px;
  height: 80px;
}
.btn_list ul img ~ p {
  color: #797979;
  margin-top: 5px;
}
.my_list li a {
  float: left;
  width: calc(100% - 45px);
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.my_list li span {
  float: right;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.my_list li:hover a {
  color: #203f83;
  font-weight: bold;
}

@media screen and (max-width:1400px){
.swiper {min-width:1400px}
}