.banner {
    height: 5.5rem;
}

.banner .swiper-container {
    height: 100%;
    position: relative;
}

.banner .swiper-container .swiper-wrapper {
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    background: no-repeat center center / cover;
}

.banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 100%;
}

.banner .swiper-container .swiper-pagination {
    bottom: 0.24rem;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background-color: #fff;
    opacity: 1;
    box-sizing: border-box;
    border: 0;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1f8669;
    border-radius: 50%;
}

/* Ã¥â€¦Â¬Ã§â€Â¨Ã¦Â â€¡Ã©Â¢ËœÃ¦Â Â·Ã¥Â¼Â */
.title-box {
    padding: 0.35rem 0 0.2rem 0;
}

.title-box .title {
    display: inline-block;

}

.title-box .title h3 {
    display: inline-block;
    color: #000000;
    font-size: 0.36rem;

}

.title-box .title span {
    color: #1f8669;
    font-size: 0.3rem;
    font-family: Bodoni BT;
    font-weight: Book;
}

.title-box a {
    float: right;
    /* display: inline-block; */
    width: 88px;
    height: 37px;
    border: 1px solid #1f8669;
    font-size: 16px;
    color: #1f8669;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    /* margin-top: 10px; */
}

.title-box a:hover {
    background-color: #1f8669;
    color: #fff;
}

.title-box a:hover img {
    content: url(../images/arrow-more-hover.png);
}


.news-notices {
    padding-bottom: 0.75rem;
}

.news-bottom .item:nth-child(1) {
    display: none;
}

.news-bottom .item:nth-child(2) {
    display: none;
}

.news-bottom .item:nth-child(3) {
    display: none;
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¥Å Â¨Ã¦â‚¬Â */
.news {
    float: left;
    width: 11.4rem;
}

.news-content {
    float: left;
    width: 3.64rem;
    margin-right: 0.2rem;
}

.news-content:nth-child(3) {
    margin-right: 0;
}

.news-content .news-top {
    /* float: left; */
    width: 100%;
    height: 3.48rem;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.news-content .news-top .pic2 {
    width: 100%;
    height: 2.04rem;
    overflow: hidden;
}

.news-content .news-top .pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.news-content .news-top:hover .pic2 img {
    transform: scale(1.05);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.news-content .news-top .content {
    padding: 0.2rem 0.25rem 0;
    height: 1.44rem;
    box-sizing: border-box;

}

.news-content .news-top .content h3 {
    font-size: 0.2rem;
    max-height: 0.7rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-content .news-top .content .time {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    background: url(../images/riqi-icon.png) no-repeat left center;
    padding-left: 30px;
}

.news-content .news-top:hover h3 {
    color: #fff;
}

.news-content .news-top:hover .content {
    background-color: #1f8669;

}

.news-content .news-top:hover .content .time {
    color: #fff;
    background: url(../images/riqi-icon-hover.png) no-repeat left center;
}

.news-content .news-top:hover .content .news-content .news-bottom {
    /* float: left; */
    width: 100%;
    margin-top: 0.2rem;
}

.news-bottom .item {
    float: left;
    width: 3.66rem;
    margin-right: 0.2rem;

}

.news-bottom .item a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.news-bottom .item:nth-child(3n) {
    margin-right: 0;
}

.news-bottom .item a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #1f8669;
    border-radius: 50%;
    margin-right: 10px;

}

.news-bottom .item:hover a {
    color: #1f8669;
}

/* Ã©â‚¬Å¡Ã§Å¸Â¥Ã¥â€¦Â¬Ã¥â€˜Å  */
.notices {
    float: right;
    width: 4.22rem;
}

.notices-content {
    width: 100%;
    margin-top: -0.2rem;
}

.notices-content .item {
    width: 100%;
    height: 0.9rem;
    border-bottom: 1px solid #d8d9db;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.notices-content .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0;
    box-sizing: border-box;
}

.notices-content .item .content .date {
    /* height: 53px; */
    /* width: 88px; */
    /*height: 0.54rem;*/
    width: 0.88rem;
    border-right: 1px dashed #e5e5e5;
    float: left;
}

.notices-content .item .content .date .d {
    color: #333333;
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.notices-content .item .content .date .y {
    color: #999999;
    font-size: 0.16rem;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.notices-content .item .content .info {
    padding-left: 1.02rem;
}

.notices-content .item .content .info .title {
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: -0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notices-content .item:hover .content .date {
    background-color: #1f8669;
    border-right: 1px solid #1f8669;
}

.notices-content .item:hover .content .date .y,
.notices-content .item:hover .content .date .d {
    color: #fff;
}

.notices-content .item:hover .content .info .title {
    color: #1f8669;
}

.academic {
    background: url(../images/academic-bg.png) no-repeat center center / cover;
    padding-bottom: 0.5rem;
    position: relative;
}

.academic .layout .academic-content {
    height: 5rem;
    margin-top: 0.5rem;
}
.academic .layout .academic-content .swiper-container .swiper-slide-active .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.academic .layout .academic-content .swiper-container {
    height: 100%;
}

.academic .layout .academic-content .swiper-container .swiper-wrapper {
    height: 100%;
}

.academic .layout .academic-content .swiper-container .swiper-slide-prev,
.academic .layout .academic-content .swiper-container .swiper-slide-next {
    width: 30% !important;
}

.academic .layout .academic-content .swiper-container .swiper-slide a {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 2.5rem !important;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #1f8669;
    overflow: hidden;
}

.academic .layout .academic-content .swiper-container .swiper-slide .img-title {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 1rem;
    height: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 26px;
    overflow: hidden;
}

.academic .layout .academic-content .swiper-container .swiper-slide-prev a:hover,
.academic .layout .academic-content .swiper-container .swiper-slide-next a:hover {
    background-color: #1f8669;
}

.academic .layout .academic-content .swiper-container .swiper-slide-prev a:hover .img-title,
.academic .layout .academic-content .swiper-container .swiper-slide-next a:hover .img-title {
    display: block;
}

.academic .layout .academic-content .swiper-container .swiper-slide-prev a:hover .img1,
.academic .layout .academic-content .swiper-container .swiper-slide-next a:hover .img1 {
    display: none;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active a:hover .content .title {
    color: #1f8669;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active a:hover .more {
 
    background-color: #1f8669;
    color: #fff;
}
.academic .layout .academic-content .swiper-container .swiper-slide-active .img1-box{
  /* float:left; */
  /* margin-left:0.30rem; */
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}
.academic .layout .academic-content .swiper-container .swiper-slide-active a:hover .img1-box{
 
/* background-color:#1f8669; */
}

.academic .layout .academic-content .swiper-container .swiper-slide .img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.academic .layout .academic-content .swiper-container .swiper-slide .content {
    display: none;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active a {
    width: 8.72rem !important;
    height: 3.1rem;
    border: 0;
    border-left: 4px solid #1f8669;
    border-right: 4px solid #1f8669;
    box-sizing: border-box;
    border-radius: 0;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active {
    /* width: 8.72rem !important; */
    width: 40% !important;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active a {
    width: 100%;
    height: 5rem;
    background-color: #e4dddb;
    border-radius: 0;
    padding: 0px;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .img1 {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .content {
    display: block;
    width: 90%;
    height: 0.5rem;
    margin: 0 auto;
    line-height: 0.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .content .title {
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.15rem;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .content p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.4rem;
    padding-left: 40px;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .more {
    width: 1.18rem;
    height: 0.37rem;
    border: 1px solid #1f8669;
    font-size: 16px;
    color: #1f8669;
    line-height: 0.35rem;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0.2rem;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .speaker {
    background: url(../images/speaker-icon.png) no-repeat 15px center;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .time {
    background: url(../images/time-icon.png) no-repeat 15px center;
}

.academic .layout .academic-content .swiper-container .swiper-slide-active .address {
    background: url(../images/address-icon.png) no-repeat 15px center;
}

.academic .layout .academic-content .swiper-button-prev,
.academic .layout .academic-content .swiper-button-next {
    width: 0.59rem;
    height: 0.59rem;
    background-size: 0.59rem 0.59rem;
    margin-top: 0.5rem;

}

.academic .layout .academic-content .swiper-button-prev {
    background-image: url(../images/academic-prev.png);
    left: 0.65rem;
}

.academic .layout .academic-content .swiper-button-next {
    background-image: url(../images/academic-next.png);
    right: 0.65rem;
}

.academic .layout .academic-content2{
   display:none;
}
/* Ã¥â€¦Â¬Ã§â€Â¨Ã©Â¡ÂµÃ§Â Â */
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    box-sizing: border-box;
    opacity: 1;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    width: 29px;
    height: 9px;
    background-color: #1f8669;
    border-radius: 3px;
}

.xueshu2 {
    display: none;
}

.xueshu .xueshu-content {
    height: 3.45rem;
    padding-bottom: 0.35rem;
}

.xueshu .xueshu-content .swiper-container {
    height: 100%;
}

.xueshu .xueshu-content .swiper-container .swiper-wrapper {
    width: 100%;
}

.xueshu .xueshu-content .swiper-container .swiper-slide {
    width: 5.16rem;
    height: 2.76rem;
/**padding-left: 10px;
padding-right: 10px;
padding-top: 10px;**/
box-sizing: border-box;
}

.xueshu .xueshu-content .swiper-container .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/xueshu-bg.png) no-repeat center center /cover;
box-shadow: 2px 2px 10px rgb(0,0,0,30%)

}
.xueshu .xueshu-content .swiper-container .swiper-slide a:hover .content{ height:100%;}
.xueshu .xueshu-content .swiper-container .swiper-slide .content {
height: 100px;
    overflow: hidden;
    transition: 1s;position: absolute;
    bottom: 0;background: rgb(6 119 88 / 50%);width: 100%;
}

.xueshu .xueshu-content .swiper-container .swiper-slide a .img1 {
    float: left;
    width: 100%;
    height: 100%;
    overflow:hidden;
    
}
.xueshu .xueshu-content .swiper-container .swiper-slide a img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.xueshu .xueshu-content .swiper-container .swiper-slide .title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    text-align: center;
}
.xueshu .xueshu-content .swiper-container .swiper-slide p.chuban {
    font-size: 0.16rem;
}
.xueshu .xueshu-content .swiper-container .swiper-slide p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

/*.xueshu .xueshu-content .swiper-container .swiper-slide:hover {
    background-image: url(../images/xueshu-bg-hover.png);
}*/

.xueshu .xueshu-content .swiper-container .swiper-slide:hover .title,
.xueshu .xueshu-content .swiper-container .swiper-slide:hover p {
    /* color: #fff;
    font-weight: bold;*/
}
.xueshu .xueshu-content .swiper-container .swiper-slide:hover .title {
}
.xueshu .xueshu-content .swiper-container .swiper-slide:hover img{
   transform: scale(1.05);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

@media screen and (max-width:1620px) {
  
    .news {
        width: 72%;
    }

    .news-content {
        width: 32%;
        margin-right: 2%;
    }

    .news-bottom .item {
        width: 32%;
        margin-right: 2%;
    }

    .notices {
        width: 26%;
    }
    .academic .layout .academic-content .swiper-button-prev{
       left:5px;
    }
   .academic .layout .academic-content .swiper-button-next{
      right:5px;
    }
}



@media screen and (max-width:1300px) {

    .news-content .news-top .content h3,
     .academic .layout .academic-content .swiper-container .swiper-slide-active .content .title,
    .xueshu .xueshu-content .swiper-container .swiper-slide .title {
        font-size: 0.24rem;
    }

.xueshu .xueshu-content .swiper-container .swiper-slide .content{ height:50px;}
    .news-bottom .item a,
    .xueshu .xueshu-content .swiper-container .swiper-slide p {
        font-size: 0.22rem;
    }

  

    .notices-content .item .content .info .title {
        font-size: 0.22rem;
        line-height: 0.34rem;
        height: 0.68rem;
    }

    .notices-content .item .content .date .d {
        font-size: 0.26rem;
    }

    .notices-content .item .content .date .y {
        font-size: 0.2rem;
    }

    .academic .layout .academic-content .swiper-container .swiper-slide-active .content p{
     font-size:0.2rem;
    }
   .academic .layout .academic-content .swiper-container .swiper-slide-active .more{
       width:100px;
       height:30px;
       line-height:28px;
    }
    .academic .layout .academic-content .swiper-container .swiper-slide a{
       width:1.5rem !important;
       height:1.5rem;
    }
    .academic .layout .academic-content .swiper-container .swiper-slide-active a{
       width:9rem !important;
       height:4rem;
   }
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
       bottom:0px;
   }
}

@media screen and (max-width:1080px) {


    .title-box .title h3 {
        font-size: 0.46rem;
    }

    .title-box .title span {
        font-size: 0.4rem;
    }

    .news {
        width: 100%;
    }

    .news-content .news-top .pic2 {
        height: 2.7rem;
    }

    .news-content .news-top {
        height: 4.5rem;
    }

    .news-content .news-top .content {
        height: 1.8rem;
    }

    .news-content .news-top .content h3,
     .academic .layout .academic-content .swiper-container .swiper-slide-active .content .title,
    .xueshu .xueshu-content .swiper-container .swiper-slide .title {
        font-size: 0.28rem;
    }

    .news-content .news-top .content h3 {
        line-height: 0.42rem;
        max-height: 0.84rem;
    }

    .news-bottom .item a,
    .xueshu .xueshu-content .swiper-container .swiper-slide p {
        font-size: 0.26rem;
    }

    .notices {
        width: 100%;
    }

    .notices-content .item {
        height: 1.1rem;
    }

    .notices-content .item a {
        padding: 0.25rem 0;
    }

    .notices-content .item .content .date {
        height: 0.65rem;
        width: 1.2rem;
    }

    .notices-content .item .content .date .d {
        font-size: 0.3rem;
    }

    .notices-content .item .content .date .y {
        font-size: 14px;
    }

    .notices-content .item .content .info {
        padding-left: 1.5rem;
    }

    .notices-content .item .content .info .title {
        font-size: 0.26rem;

    }
     .academic .layout .academic-content2 .swiper-container .swiper-slide-active .content{
   box-sizing:border-box;
   padding-right:10px;
}
    .academic .layout .academic-content2 .swiper-container .swiper-slide-active .content p{
        font-size:0.23rem;
    }
    .academic .layout .academic-content2 .swiper-container .swiper-slide-active a {
    height: auto;
    padding-bottom: 20px;
}
    .xueshu .xueshu-content .swiper-container .swiper-slide {
        height: 3rem;
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide a .img1 {
       
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide p {
        line-height: 0.5rem;
    }

    .xueshu .xueshu-content {
        height: 3.8rem;
    }
}

@media screen and (max-width:1000px) {
    .academic .layout .academic-content1{
       display:none;
      }
      .academic .layout .academic-content2{
          display:block;
          height:auto;
      }
       .academic .layout .academic-content2 .swiper-container .swiper-wrapper{
        display:block;
      }
      .academic .layout .academic-content .swiper-container .swiper-slide-active{
           width:100% !important;
      }
     .academic .layout .academic-content .swiper-container .swiper-slide-active a{
            width:100% !important;
           margin-bottom:20px;
      }
}

@media screen and (max-width:850px) {
    .news-content .news-top .pic2 {
        height: 2.4rem;
    }

    .news-content .news-top {
        height: 4.2rem;
    }
}

@media screen and (max-width:700px) {
    .news-bottom .item {

        width: 100%;
        margin-right: 0;
    }

    .news-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .news-content:nth-child(4) {
        margin-bottom: 0;
    }

    .news-content .news-top {
        height: auto;

    }

    .news-content .news-top .pic2 {
        height: auto;
    }

    .news-content .news-top .content {
        padding: 0.25rem 0.3rem;
        height: auto;
    }

    .news-bottom .item a {
        line-height: 0.5rem;
    }

    .xueshu1 {
        
    }

    .xueshu2 {
        display: block;
    }

    .xueshu .xueshu-content {
        
    }

    .xueshu .xueshu-content .swiper-container .swiper-wrapper {
       
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide {
        
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide a .img1 {
        
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide .content {
      
    }

    .title-box .title span {
        display: none;
    }
}
@media screen and (max-width:520px) {
  .academic .layout .academic-content2 .swiper-container .swiper-slide-active .content{
      width:60%;
  }

}

@media screen and (max-width:430px) {

    .news-content .news-top .content h3,
    .xueshu .xueshu-content .swiper-container .swiper-slide .title {
        font-size: 0.32rem;
    }

    .news-content .news-top .content h3 {
        line-height: 0.5rem;
        max-height: 1rem;
    }

    .news-bottom .item a,
    .xueshu .xueshu-content .swiper-container .swiper-slide p,
    .notices-content .item .content .info .title {
        font-size: 0.3rem;
    }

    .notices-content .item .content .info .title {
        line-height: 0.42rem;
        height: 0.84rem;
    }

    .notices-content .item {
        height: 1.3rem;
    }

    .notices-content .item .content .date {
        height: 0.8rem;
        width: 1.3rem;
    }

    .notices-content .item .content .date .d {
        font-size: 0.36rem;
    }

    .xueshu .xueshu-content .swiper-container .swiper-slide .content {height: 40px;
        
    }
       .academic .layout .academic-content2 .swiper-container .swiper-slide-active .content .title{
    font-size:0.32rem;
    line-height:0.6rem;
}
.academic .layout .academic-content2 .swiper-container .swiper-slide-active .content p{
   font-size: 0.26rem;
   line-height:0.46rem;
}
.academic .layout .academic-content .swiper-container .swiper-slide-active .img1-box{
   float:none;
   margin:0 auto;
}
.academic .layout .academic-content2 .swiper-container .swiper-slide-active .content{
  width:100%;
}
}

.img2 {
    display: none;
}

.img3 {
    display: inline-block;
}

a:hover .img2 {
    display: inline-block;
}

a:hover .img3 {
    display: none;
}

/*sÃ©Â¦â€“Ã©Â¡ÂµÃ©â€œÂ¾Ã¦Å½Â¥*/
.links {
    padding-top: 0.4rem;
    padding-bottom: 0.46rem;
}
.links-itembox {
    display: table;
    text-align: center;
    width: 100%;
}
.links .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.links .item a {
    width: 1.21rem;
    height: 1.21rem;
    display: block;
    margin: 0 auto;
}
.links .item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.links .item p {
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}
.links .item img:hover{
  transform:rotateZ(45deg);
  transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
   -moz-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   -ms-transition:all 0.3s ease-in-out;
}
.links .item:last-child {
    margin-right: 0;
}

@media screen and (max-width:1620px) {
 .links .item {
        width: 8.1%;
        margin-right: 5%;
    }
}
@media screen and (max-width:1400px) {
  .links .item p{font-size:0.22rem;}

}
@media screen and (max-width:1200px) {
  .links .item p{font-size:0.24rem;}

}
@media screen and (max-width:1100px) {
  .links .item p{font-size:0.28rem;}

 .links .item {
        width: 9.8%;
        margin-right: 3%;
    }
}
@media screen and (max-width:1000px) {
  .links .item p{font-size:16px;}

}
@media screen and (max-width:800px) {
    .links .item {
        width: 15%;
        margin-right: 13%;
        margin-bottom: 20px;
    }

    .links .item:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width:600px) {
    .links .item {
        width: 20%;
        margin-right: 6.5%;
    }
}
