@media screen and (min-width:720px){
  html {
    font-size: 20px;
  }
}

@media screen and (max-width:1199px){
  html,body {
    height: 100%;
  }

  .wrapper {
    width: 100%;
    margin: auto;
  }

  .header {
    width: 94%;
    height: 5rem;
    padding: 0 3%;
    background-image: none;
    background-color: #0078b4;
    border: none;
  }

  .header .header-1 {
    width: 17.9rem;
    height: 2.7rem;
    margin: 1.2rem .9rem 0 0;
    background-image: url("../images/logo-new.png");
    background-size: 100% 100%;
  }

  .header .header-2 {
    width: 7.2rem;
    height: 2rem;
    margin: 1.6rem 0 0 0;
    background-image: url("../images/logo4.png");
    background-size: 100% 100%;

  }

  .header .header-3 {
    display: none;
  }

  .header-4 {
    float: right;
    display: block;
    width: 1.85rem;
    height: 1.4rem;
    margin: 1.9rem .35rem 0 0;
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }


  .nav {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav ul {
    width: 60%;
    height: 100vh;
    background-color: #fff;
  }
  .nav ul li {
    float: none;
    width: 100% !important;
    text-align: left;
    text-indent: 20px;
    background-image: none;
    font-size: 14px;
    line-height: 45px;
  }


  .banner {
    display: none;
  }

  .main {
    width: 100%;
    padding: 0 3%;
  }

  .main-left {
    float: none;
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }

  .main-left-top {
    width: 100%;
    height: 5.1rem;
    margin-bottom: 1.2rem;
    color: #000000;
    background-image: none;
    overflow: hidden;
  }

  .main-left-top p {
    width: 20.1rem;
    margin: 1.2rem 0 0 .2rem;
    font-size: 2.2rem;
    line-height: 3.5rem;
    color: #000000;
    text-align: left;
    border-bottom: .35rem solid #0078b4;
  }

  .main-left-btm {
    display: none;
  }
  
  .main-right {
    float: none;
    width: 100%;
  }

  .main-left-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .main-left-center a {
    display: block;
    width: 48%;
    height: 2.7rem;
    margin-bottom: .8rem;
    font-size: 1rem;
    line-height: 2.7rem;
    border: none;
  }

  .main-right-1 {
    display: none;
  }
  
  .main-right-2 .title {
    margin: 2.75rem 0 .7rem 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .main-right-2 .detail {
    font-size: 1.2rem;
    line-height: 3.6rem;
    border: none;
  }

  .main-right-2 .content {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .main-right-2 .content p {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .main-right-2 .content img {
   width: 100%;
    height: auto;
    margin-bottom: .85rem;
  }
.main-right-2 .content table {
 width: 100% !important;
}
  .main-right-2 .foot {
    display: flex;
    margin-bottom: 0;
    padding: .85rem 0 3.15rem 0;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
  }

  .main-right-2 .foot span {
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-right-2 .foot>span:nth-of-type(1) {
    width: 35%;
  } 

  .main-right-2 .foot>span:nth-of-type(2) {
    width: 65%;
  } 

  .main-right-2 .foot>span:nth-of-type(3) {
    width: 35%;
  } 

  .main-right-2 .foot>span:nth-of-type(4) {
    width: 65%;
  } 

  .main-right-2 .detail span {
    margin: 0 .3rem;
  }

  .footer {
    width: 100%;
    height: 44.4rem;
    padding: 0 3%;
    background-image: url("../images/footer2.png");
    background-size: 100% 100%;
    overflow: hidden;
  }
  
  .footer-right {
    float: none;
    margin: 12.1rem auto 0 auto;
  }

  .footer-right img {
    display: block;
    width: 11.6rem;
    height: 11.6rem;
    margin: 0 auto;
  }

  .footer-right p {
    display: block;
    font-size: 1.2rem;
    line-height: 3.3rem;
    color: #ffffff;
    text-align: center;
  }

  .footer-left {
    float: none;
  }

  .footer-left .footer-p-top {
    margin: 1.55rem 0 .7rem 0;
    font-size: 1.1rem;
    line-height: 1.9rem;
    text-align: center;
    word-spacing: -2px;
  }
  
  .footer-left p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #ffffff;
    text-align: center;
  }

  .footer-left p span {
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #ffffff;
  }

  .main-right-2-list {
    padding-top: 3rem;
  }

  .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 4.3rem;
    margin-bottom: 2.1rem;
    border: none;
  }

  .main-right-2 .time {
    float: none;
    width: 4.3rem;
    height: 4.3rem;
    margin: 0;
  }

  .main-right-2 .time .day {
    height: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .main-right-2 .time .year {
    height: 1.9rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .content-2 {
    width: 85%;
    padding: .5rem 0 0 0;
  }

  .content-2 .content-title {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #000000;
    font-weight: normal;
  }

  .content-2 .content-content {
    width: 100%;
    height: 1.7rem;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #000000;
    -webkit-line-clamp: 1;
  }

  .pager {
    padding: 1.1rem 0 3.55rem 0;
  }

  .pager a, .pager .p_fun_d, .pager .p_no_d {
    height: 2.1rem;
    margin: 0.2rem 0.4rem;
    padding: 0 0.8rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }

  .pager .prev {
    margin-left: 0;
  }

  .banner-2 {
    height: 10.5rem;
    margin-bottom: .9rem;
    background-size: 100% 100%;
  }

  .new {
    margin-bottom: 2.2rem;
  }

  .new .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .new .new-right {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 3%;
  }

  .new-title {
    width: 96%;
    height: 2.8rem;
    margin: 0 auto;
    margin-bottom: .3rem;
    border-bottom: .2rem solid #d4d4d4;
  }

  .new-title .new-img-1 {
    width: 1.6rem;
    height: 1.3rem;
    margin: .9rem .8rem 0 1rem;
  }

  .new-title p {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }

  .new-title .new-img-2 {
    width: 2.5rem;
    height: .7rem;
    margin: 1.1rem 0 0 .5rem;
  }

  .new-title a {
    font-size: .9rem;
    line-height: 2.8rem;
  }

  .new-list-a {
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
  }

  .menu {
    width: 100%;
    margin-bottom: 2.15rem;
    padding: 0 3%;
  }

  .menu-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 9.3rem;
    margin-bottom: 1.15rem;
  }

  .menu-left-a {
    float: none;
    width: 8.3rem;
  }

  .menu-left-a-1 {
    margin-left: 0;
  }

  .menu-left-a .img {
    width: 3.55rem;
    height: 3.5rem;
    margin: 1.8rem 0 0 2.4rem;
  }

  .menu-left-a p {
    margin-top: .8rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .menu-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 9.3rem;
  }

  .notice {
    padding: 0;
    background-color: #ffffff;
  }

  .notice .wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 3%;
  }

  .notice-1 {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }

  .notice-1 .notice-d-left {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 6.35rem;
    background-image: url("../images/index9.png");
  }

  .notice-1 .notice-d-left a {
    display: block;
    width: 5.5rem;
    margin: .6rem 2rem 0 0;
    font-size: 1.4rem;
    line-height: 5.7rem;
  }

  .notice-1 .notice-d-right {
    float: none;
    width: 100%;
    padding-top: 2.45rem;
  }

  .notice-list {
    height: 3.2rem;
    margin: 0 0 1.3rem 0;
  }

  .notice-list .time {
    width: 3.2rem;
    height: 3.2rem;
  }

  .notice-list .time .day {
    height: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .notice-list .time .month {
    height: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .notice-list-content {
    float: left;
    width: 80%;
    height: 3.2rem;
    margin: 0 0 0 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .notice-2 {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }

  .notice-2 .notice-d-left {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 6.35rem;
    background-image: url("../images/index11.png");
  }

  .notice-2 .notice-d-left a {
    display: block;
    width: 5.5rem;
    margin: .6rem 2rem 0 0;
    font-size: 1.4rem;
    line-height: 5.7rem;
  }

  .notice-2 .notice-d-right {
    float: none;
    width: 100%;
    padding-top: 2.45rem;
  }

  .notice-3 {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }

  .notice-3 .notice-d-left {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 6.35rem;
    background-image: url("../images/index10.png");
  }

  .notice-3 .notice-d-left a {
    display: block;
    width: 5.5rem;
    margin: .6rem 2rem 0 0;
    font-size: 1.4rem;
    line-height: 5.7rem;
  }

  .notice-3 .notice-d-right {
    float: none;
    width: 100%;
    padding-top: 2.45rem;
  }

  .notice-4 {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }

  .notice-4 .notice-d-left {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 6.35rem;
    background-image: url("../images/index12.png");
  }

  .notice-4 .notice-d-left a {
    display: block;
    width: 5.5rem;
    margin: .6rem 2rem 0 0;
    font-size: 1.4rem;
    line-height: 5.7rem;
  }

  .notice-4 .notice-d-right {
    float: none;
    width: 100%;
    padding-top: 2.45rem;
  }

  .new .new-left {
    width: 100%;
    height: 22.75rem;
    padding: 0 3%;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-a img {
    width: 100%;
    height: 100%;
  }

  .swiper-p {
    height: 2.1rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
    text-indent: 0;
  }

  .swiper-p span {
    width: 80%;
  }

  .swiper-2 .swiper-pagination-switch {
    width: .7rem;
    height: .7rem;
    margin: 0 .1rem;
  }

  .swiper-2 .pagination {
    padding-right: .2rem;
    bottom: .35rem;
  }

  .swiper-1 .swiper-pagination-switch {
    width: .7rem;
    height: .7rem;
    margin: 0 .1rem;
  }

  .swiper-1 .pagination {
    padding-right: .2rem;
    bottom: .35rem;
  }

  .new-list-time {
    width: 20%;
  }

  .new-list-p {
    width: 80%;
  }
 .index-pc img {

  display: block !important;
  width: 94% !important;
  height: auto !important;
  margin: auto !important;
  margin-left: 3% !important;
 }

 /* 2021-06-03 */
 /* 导航栏 */
 .nav ul {
   overflow-y: scroll;
 }

 .nav ul div {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
 }

 .nav ul div a {
   width: 100%;
   padding-left: 6%;
   font-size: 12px;
   line-height: 40px;
 }

 .nav-son-active {
   background-image: none;
 }

 /* 2021-06-07 */
 .nav ul li a:hover span {
   padding: 0;
  color: #000000;
  background-color: #ffffff;
 }

 .nav ul div {
   display: none;
 }

 .nav-right {
   background-image: url("../images/nav-right.png");
   background-repeat: no-repeat;
   background-position: 90% center;
   background-size: .8rem auto;
 }

 .nav-down {
   background-image: url("../images/nav-down.png");
   background-repeat: no-repeat;
   background-position: 90% center;
   background-size: auto .8rem;
 }

  .btn-jump {
    width: auto;
    height: 2.1rem;
    margin: 0.2rem 0.4rem;
    padding: 0 0.8rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}