.parts-3 {
  height: 100%;
}
.parts-3 > * {
  height: 100%;
  /* width: calc((100% - 25px * (3 - 1)) / 3); */
  width: calc(33.33% - 16.67px);
  float: left;
  margin-left: 25px;
}
.parts-3 > *:nth-of-type(1) {
  margin-left: 0;
}
.parts-2 {
  height: 100%;
}
.parts-2 > * {
  height: 100%;
  /* width: calc((100% - 25px * (2 - 1)) / 2); */
  width: calc(50% - 12.5px);
  float: left;
  margin-left: 25px;
}
.parts-2 > *:nth-of-type(1) {
  margin-left: 0;
}
.parts-2.no-gap {
  height: 100%;
}
.parts-2.no-gap > * {
  height: 100%;
  /* width: calc((100% - 0px * (2 - 1)) / 2); */
  width: 50%;
  float: left;
  margin-left: 0px;
}
.parts-2.no-gap > *:nth-of-type(1) {
  margin-left: 0;
}
.parts2-1 {
  height: 100%;
}
.parts2-1 > * {
  height: 100%;
  float: left;
  margin-left: 0px;
}
.parts2-1 > *:nth-of-type(1) {
  /* width: calc(100% - (100% - 0px * 2) / 3 - 0px); */
  width: 66.67%;
  margin-left: 0;
}
.parts2-1 > *:nth-of-type(2) {
  /* width: calc((100% - 0px * 2) / 3); */
  width: 33.33%;
}
.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: 30.625vw;
  min-height: 588px;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1400px;
}
.swiper a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title {
  margin-bottom: 45px;
}
.title-content {
  float: left;
  font-size: 26px;
  line-height: 1em;
  color: #002676;
}
.title-content .zh {
  font-weight: bold;
}
.title-content .en {
  color: #ACACAC;
}
.title.text-center .title-content {
  float: none;
  text-align: center;
}
.title.text-center .title-content .en,
.title.text-center .title-content .zh {
  color: #fff;
}
.title .title-more {
  float: right;
  height: 26px;
  line-height: 26px;
  color: #ACACAC;
}
.news {
  min-height: 685px;
}
.news .news_list a {
  /* width: calc((100% - 15px) / 2); */
  width: calc(50% - 7.5px);
  height: 215px;
  float: left;
  margin-left: 15px;
  position: relative;
  text-align: center;
  color: #fff;
overflow:hidden;
}
.news .news_list a .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .45s;
transform:scale(1);
}
.news .news_list a:hover .pic{
transform:scale(1.1);
}
.news .news_list a .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.7);
}
.news .news_list a .text p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.news .news_list a .text .text-date {
  color: #ACACAC;
  display: none;
  margin-top: 5px;
}
.news .news_list a:nth-child(1) {
  display: block;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
}
.news .news_list a:nth-child(1) .text {
  padding: 15px;
}
.news .news_list a:nth-child(1) .text-date {
  display: block;
}
.news .news_list a:nth-child(2) {
  margin-left: 0;
}
.notice {
  background-color: #F6F6F6;
  padding: 40px 40px 18px 60px;
  min-height: 685px;
}
.notice .notice_list li {
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notice .notice_list li .date {
  float: left;
  width: 50px;
  padding-top: 7px;
}
.notice .notice_list li .date .day {
  line-height: 20px;
  margin-bottom: 6px;
  color: #003EC5;
  font-size: 20px;
  font-weight: 600;
}
.notice .notice_list li .date .year {
  font-size: 0.7rem;
  line-height: 12px;
  color: #3D3D3D;
  opacity: 0.5;
}
.notice .notice_list li .text {
  float: right;
  width: calc(100% - 70px);
  line-height: 62px;
  height: 62px;
}
.notice .notice_list li .text a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.notice .notice_list li .text span {
  display: none;
}
.notice .notice_list li:nth-child(1) .text {
  height: 90px;
  line-height: 90px;
}
.notice .notice_list li:nth-child(1) span {
  display: block;
  font-size: 14px;
  color: #ACACAC;
  line-height: 1.5;
}
.notice .notice_list li:nth-child(1) .text a {
  display: block;
  white-space: nowrap;
line-height: 2;
}
.btn_list {
  height: 425px;
  background-color: #002A84;
  background-image: url(../imgs/download-bg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding-top: 60px;
}
.btn_list ul {
  text-align: center;
  height: 100%;
  margin-top: 65px;
}
.btn_list ul > * {
  height: 100%;
  /* width: calc((100% - 90px * (6 - 1)) / 6); */
  /* width: calc(16.67% - 75px); */
  width: calc(16.67% - 6%);
  float: left;
  /* margin-left: 90px; */
  margin-left: 6%;
}
.btn_list ul > *:nth-of-type(1) {
  margin-left: 0;
}
.btn_list ul li {
  border-radius: 5px;
  background: #1A52C6;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0 15px 0;
  height: 150px;
  transition: background-color .3s;
}
.btn_list ul li:hover {
  background: #1F62EE;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn_list ul img {
  width: 60px;
  height: 60px;
}
.btn_list ul img ~ p {
  color: #fff;
  margin-top: 5px;
font-size: 15px;

display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.btn_list .download-more {
  display: block;
  margin-top: 75px;
  text-align: center;
  color: #fff;
}
.my_list li {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.my_list li .date {
  float: left;
  width: 50px;
  padding-top: 7px;
}
.my_list li .date .day {
  line-height: 20px;
  margin-bottom: 6px;
  color: #003EC5;
  font-size: 20px;
  font-weight: 600;
}
.my_list li .date .year {
  font-size: 0.7rem;
  line-height: 12px;
  color: #3D3D3D;
  opacity: 0.5;
}
.my_list li .text {
  float: right;
  width: calc(100% - 70px);
  line-height: 55px;
  height: 55px;
}
.my_list li .text a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}


@media screen and (max-width: 1400px) {
  .swiper{
    width: 100%;
    min-width: auto;
    min-height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .btn_list ul > * {
    width: calc(16.67% - 4%);
    margin-left: 4%;
  }

}

@media screen and (max-width: 992px) {
  .notice_list li .date .day,
  .my_list li .date .day{
    font-size: 18px !important;
  }
  .notice_list li .text,
  .my_list li .text{
    width: calc(100% - 60px) !important;
  }
  .text .text-des{
    display: none !important;
  }

  .notice_list li .text a,
  .my_list li .text a{
    margin-top: 6px;
  }

  .notice_list li .text,
  .my_list li .text{
    line-height: 62px !important;
    height: 62px !important;
  }
  .btn_list ul > * {
    width: calc(16.67% - 2%);
    margin-left: 2%;
  }

  .title .title-content .zh{
    font-size: 24px;
  }

  .title .title-content .en{
    font-size: 18px;
  }

  .common-list{
    padding: 25px 15px 8px;
  }

  .notice{
    padding: 40px 15px 10px 30px;
  }

  .parts-2 > *{
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {

  .notice,
  .common-list{
    min-height: 500px;
  }
  
  .mt-80{
    margin-top: 24px;
  }

  .title{
    margin-bottom: 25px;
  }

  .title .title-content .zh{
    font-size: 22px;
  }

  .title .title-content .en{
    font-size: 16px;
  }

  .notice li .text,
  .my_list li .text{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .common-list ul li,
  .notice .notice_list li{
    margin-top: 10px;
  }

  .notice .notice_list li .text a{
    font-size: 16px;
  }

  .news{
    display: none;
  }

  .common-list{
    width: 100% !important;
    padding: 25px 15px 8px;
    margin-left: 0;
  }

  .common-list + .common-list{
    margin-top: 24px;
  }

  .btn_list{
    padding-top: 45px;
    height: 375px;
  }

  .btn_list ul{
    margin-top: 0;
  }

  .btn_list ul > * {
    margin-left: 2%;
  }

  .btn_list ul li{
    padding: 0 15px;
    margin-top: 12px;
  }

  .btn_list ul li a{
    display: block;
  }

  .btn_list ul img{
    float: left;
  }

  .btn_list ul img ~ p{
    margin-top: 0;
    float: left;
    margin-left: 8px;
    width: calc(100% - 50px - 8px);
    line-height: 1.5;
    margin-top: 23px;
    text-align: left;
  }

  .footer.footer-info{
    margin-top: 75px;
  }

}

@media screen and (min-width: 576px) and (max-width: 768px){
  .btn_list{
    height: 375px;
  }

  .btn_list ul > * {
    width: calc(33.33% - 2%);
  }

  .btn_list ul li{
    height: 90px;
  }

  .btn_list ul li:nth-child(1),
  .btn_list ul li:nth-child(2),
  .btn_list ul li:nth-child(3){
    margin-top: 0;
  }

  .btn_list ul li:nth-child(3n-2){
    margin-left: 0;
  }

  .btn_list ul li a{
    height: 90px;
    line-height: 90px;
  }

  .btn_list ul img{
    width: 50px;
    height: 50px;
    margin-top: 23px;
  }

  .btn_list .download-more{
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .swiper{
    min-height: 175px;
  }
  .common-list{
    padding: 15px;
  }
  .title .title-content .zh{
    font-size: 20px !important;
  }

  .title .title-content .en{
    font-size: 14px;
  }

  .title .title-more{
    font-size: 14px;
  }

  .btn_list{
    padding-top: 25px;
    height: 350px;
  }

  .btn_list ul > * {
    width: calc(50% - 2%);
  }

  .btn_list ul li{
    height: 60px;
  }

  .btn_list ul li:nth-child(1),
  .btn_list ul li:nth-child(2){
    margin-top: 0;
  }

  .btn_list ul li:nth-child(2n-1){
    margin-left: 0;
  }

  .btn_list ul li a{
    height: 60px;
    line-height: 60px;
  }

  .btn_list ul img{
    width: 35px;
    height: 35px;
    margin-top: 12.5px;
  }

  .btn_list ul img ~ p{
    margin-top: 0;
    float: left;
    margin-left: 8px;
    width: calc(100% - 35px - 8px);
    line-height: 1.5;
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
  }

  .btn_list .download-more{
    margin-top: 25px;
    font-size: 14px;
  }
}