@charset "UTF-8"; 
.body1 {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.body1.show .header.head2 {
    top: 0;
    visibility: visible;
}

.body2 {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    -moz-transition: top 0.7s ease-out 0s;
    transition: top 0.7s ease-out 0s;
    padding-top: 0.99rem;
}

.body2::-webkit-scrollbar {
    width: .06rem;
}

.body2::-webkit-scrollbar-thumb {
    background: #940f16;
}

.body2::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
}

.body2.show {
    top: 0;
}

/* 首页轮播图 */
.banner {
    width: 100%;
    z-index: 1;
    font-size: 0;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(50% - .5rem);
    z-index: 1;
    content: "";
    width: 1rem;
    height: .9rem;
    background-image: url("../images/f_icon1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.57rem;
    animation: ani-float 1.8s linear infinite;
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .img .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s;
}

.banner .swiper-slide-active img {
    -moz-transition: transform 6.2s ease-out 1s;
    transition: transform 6.2s ease-out 1s;
    -moz-transform: scale(1);
    transform: scale(1);
}
.banner .swiper-arrow {
    position: absolute;
    top: calc(50% - .4rem);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: .8rem;
    height: .8rem;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 0.22rem;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.8;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner .swiper-arrow.swiper-prev {
    left: .3rem;
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.banner .swiper-arrow.swiper-next {
    right: .3rem;
}

.banner .swiper-arrow:hover {
    opacity: 1;
}
.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide .container{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    z-index: 99;
}
.banner .swiper-slide .con{
    float: left;
    padding: 0.4rem;
    background: rgba(0,0,0,0.3);
    max-width: 60%;
    box-sizing: border-box;
}
.banner .swiper-slide .con h2{
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #fff;
}
.banner .swiper-slide .con .txt{
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin: 0.2rem 0;
    color: #fff;
}
.banner .swiper-slide .con a{
    display: block;
    float: left;
    font-size: 0.22rem;
    background: #940f16;
    color: #fff;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner .swiper-slide .con a img{
    display: block;
    margin-left: 0.2rem;
    width: auto;
    height: auto;
    position: static;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.35rem;
}
.lmTit .tit h2{
    font-size: 0.34rem;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
.lmTit .tit p{
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #999999;
    padding-left: 0.32rem;
    position: relative;
    margin-top: 0.1rem;
    font-family: MongolianBaiti;
}
.lmTit .tit p::before{
    display: block;
    content: "";
    width: 0.21rem;
    height: 0.03rem;
    background: #940f16;
    position: absolute;
    left: 0;
    top: 45%;
}
.lmTit .more a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
    padding-left: 0.3rem;
    background: url(../images/moreIcon1.png) no-repeat left center;
    background-size: 0.2rem auto;
}
.lmTit .more.white a{
    background: url(../images/moreIcon2.png) no-repeat left center;
    background-size: 0.2rem auto;
    color: #fff;
}
.lmTit .tit.white h2{
    color: #fff;
}
.lmTit .tit.white p{
    color: #fff;
}
.lmTit .tit.white p::before{
    background: #fff;
}
/* 内容区 */
.bg1{
    width: 100%;
    background: url(../images/bg1.png) no-repeat center bottom;
    background-size: 100% auto;
    padding:0 0 0.7rem;
}
.indexCon1{
    margin-bottom: 0.7rem;
    padding-top: 0.7rem;
}
.newBanner{
    width: calc(53.5% - 0.25rem);
}
.newBanner ul{
    width: 100%;
}
.newBanner .clearfix a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li .img{
    width: 100%;
    padding: 4.62rem 0 0;
    border-radius: 0.12rem 0.12rem 0 0;
}
.newBanner li .con{
    border-radius: 0 0 0.12rem 0.12rem;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    overflow: hidden;
}
.newBanner li .tit{
    float: left;
    width: calc(100% - 1.15rem);
    padding: 0 0.3rem;
    height: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff url(../images/noticeBg.png) no-repeat top -50% center;
    background-size: 100% auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #333333;
}
.newBanner li .tit span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.newBanner li .time{
    width: 1.15rem;
    height: 0.85rem;
    float: left;
    background: #940f16 url(../images/bannerTimeBg.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    align-content: center;
    text-align: center;
    font-family: MongolianBaiti;
}
.newBanner li .time span{
    display: block;
    width: 100%;
    font-size: 0.3rem;
}
.newBanner .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0.85rem;
    width: 100%;
    height: auto;
    z-index: 10;
    padding: 0.24rem 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}
.newBanner .pagination span{
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 0.08rem;
}
.newBanner .pagination span.swiper-pagination-bullet-active{
    width: 0.18rem;
    height: 0.18rem;
    background: transparent;
    position: relative;
    border: 1px solid #fff;
}
.newBanner .swiper-pagination-bullet-active::before{
    display: block;
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.newList{
    width: calc(46.5% - 0.25rem);
}
.newList li{
    border-bottom: 1px solid #dbdad9;
    width: 100%;
    position: relative;
}
.newList li a{
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem;
    padding-left: 0.44rem;
    box-sizing: border-box;
    background: url(../images/listIcon1.png) no-repeat left 0.2rem center;
    background-size: 0.14rem auto;
    position: relative;
}
.newList li::before{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #940f16;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .5s;
}
.newList li:first-of-type a{
    padding-top: 0;
    background-position: 0.2rem 0.07rem;
}
.newList li a span.fr{
    display: block;
    float: right;
    margin-left: 0.1rem;
    font-size: 0.16rem;
    font-family: MongolianBaiti;
    color: #999;
}
.indexCon2{
    margin-top: 0.8rem;
}
.notice{
    /* perspective: 900px; */
}
.notice li{
    float: left;
    width: calc(25% - 0.24rem);
    margin-right: 0.32rem;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(102, 51, 51, 0.1);
    background: #fff;
    transition: all .3s;
}
.notice li:nth-of-type(4n){
    margin-right: 0;
}
/* .notice li:nth-of-type(odd){
    transform-origin: left center;
    transform: rotateY(15deg);
}
.notice li:nth-of-type(even){
    transform-origin: right center;
    transform: rotateY(-15deg);
} */
.notice li::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/noticeBg.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}
.notice li::after{
    display: block;
    content: "";
    width: 1px;
    height: 0.6rem;
    background: #8b0012;
    position: absolute;
    left: 0;
    top: 0.32rem;
}
.notice li a{
    padding: 0.3rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    position: relative;
}
.notice li .tit{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}
.notice li .txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin: 0.2rem 0 0.17rem;
}
.notice li .time{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    font-family: MongolianBaiti;
}
.indexCon3{
    padding: 0.8rem 0;
    background: url(../images/bg2.png) no-repeat center;
    background-size: cover;
}
.xsjl .side{
    width: 40%;
    border-radius: 0.12rem 0 0 0.12rem;
    overflow: hidden;
}
.xsjlList{
    width: 100%;
    background: url(../images/xsjyBg.png) no-repeat center;
    background-size: cover;
    padding: 0.15rem 0;
}
.xsjlList li{
    padding: 0.15rem 0;
}
.xsjlList li a{
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0.66rem;
    padding-right: 0.55rem;
    box-sizing: border-box;
    position: relative;
}
.xsjlList li a::before{
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/xsjlIcon1.png) no-repeat left center;
    background-size: 0.38rem auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xsjlList li .tit{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;    
}
.xsjlList li.on a::before{
    background: url(../images/xsjlIcon2.png) no-repeat left center;
    background-size: 0.38rem auto;
}
.xsjlList li.on .tit{
    color: #940f16;
    font-weight: bold;
}
.xsjl .list{
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 0 0.12rem 0.12rem 0;
    overflow: hidden;
}
.xsjl .list .buttonPrev,.xsjl .list .buttonNext{
    width: 0.36rem;
    height: 0.62rem;
    background: url(../images/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}
.xsjl .list .buttonPrev:hover,.xsjl .list .buttonNext:hover{
    background: url(../images/arrowIcon2.png) no-repeat center;   
    background-size: 100% auto;
}
.xsjl .list .buttonPrev{
    left: 0.2rem;
    transform: translateY(-50%) rotateY(180deg);
}
.xsjl .list .buttonNext{
    right: 0.2rem;
    transform: translateY(-50%);
}
.xsjlImg{
    width: 100%;
}
.xsjlImg li a{
    display: block;
    width: 100%;
    position: relative;
}
.xsjlImg .img{
    padding: 5rem 0 0;
}
.xsjlImg .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.2rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
}
.bg4{
    padding: 0 0 0.75rem;
    background: url(../images/bg3.png) no-repeat bottom center;
    background-size: 100% auto;
}
.indexCon4{
    padding-top: 0.6rem;
}
.jxxx li{
    float: left;
    width: calc(33.333% - 0.3rem);
    margin-right: 0.45rem;
}
.jxxx li:nth-of-type(3n){
    margin-right: 0;
}
.jxxx li a{
    display: block;
    width: 100%;
    height: auto;
}
.jxxx li .img{
    padding: 56.25% 0 0;
    border-radius: 0.12rem 0.12rem 0 0;
}
.jxxx li .con{
    border-radius: 0 0 0.12rem 0.12rem;
    border: 1px solid #ececec;
    border-top: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.2rem 0.25rem;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0.1rem 0 rgba(102, 51, 51, 0.1);
}
.jxxx li .con::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/noticeBg.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.jxxx li .con::after{
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background: #940f16;
    left: 50%;
    top: 0;
    position: absolute;
    transition:  all .5s;
}
.jxxx li .tit{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}
.jxxx li .time{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    font-family: MongolianBaiti;
    margin-top: 0.1rem;
}
.indexCon5{
    padding-top: 0.75rem;
}
.link{
    display: flex;
    justify-content: space-between;
}
.link li{
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
    position: relative;
}
.link li::before{
    display: block;
    content: "";
    width: 2.24rem;
    height: 1.38rem;
    background: url(../images/linkBg3.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.link li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.24rem;
    height: 1.38rem;
    padding: 0.2rem;
    box-sizing: border-box;
    background: url(../images/linkBg1.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.link a .icon{
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.link a .icon img{
    width: auto;
    height: auto;
    max-width: none;     
}
.link a .icon img:nth-of-type(1){
    display: block;
}
.link a .icon img:nth-of-type(2){
    display: none;
}
.link a .txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #940f16;
    flex: 0 1 auto;
    min-width: 0;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}
@media screen and (min-width: 1041px) {
    .link a:hover{
        background: url(../images/linkBg2.png) no-repeat center;
        background-size: 100% 100%;
    }
    .link a:hover .icon img:nth-of-type(1){
        display: none;
    }
    .link a:hover .icon img:nth-of-type(2){
        display: block;
    }
    .link a:hover .txt{
        color: #fff;
    }
    .jxxx li a:hover .con .tit{
        color: #940f16;
        font-weight: bold;
    }
    .jxxx li a:hover .con::after{
        width: calc(100% + 2px);
        left: -1px;
    }
    .notice li:hover{
        background: #940f16;
        transform: translateY(-0.1rem);
    }
    .notice li:hover a .tit,.notice li:hover a .txt,.notice li:hover a .time{
        color: #fff;
    }
    .notice li:hover a .tit{
        font-weight: bold;
    }
    .notice li:hover::after{
        width: 4px;
        background: #fff;
    }
    .newList li a:hover{
        background: url(../images/listIcon2.png) no-repeat left 0.2rem center;
        background-size: 0.14rem auto;
        color: #940f16;
        font-weight: bold;
    }
    .newList li:first-of-type a:hover{
        background-position: 0.2rem 0.07rem;
    }
    .newList li a:hover span.fr{
        font-weight: normal;
    }
    .newList li:hover::before{
        width: 100%;
    }
    .newBanner li:hover .tit{
        color: #940f16;
        font-weight: bold;
    }
}
@media screen and (max-width: 1620px) {
    .body2 {
        position: static;
        padding-top: 0;
    }
    .banner .img{
        padding: 50% 0 0;
        height: auto;
    }
    .banner::after{
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .banner {
        margin: 76px 0 0;
    }
    .banner .swiper-arrow {
        width: .5rem;
        height: .5rem;
        opacity: 1;
        background-size: .18rem;
        top: calc(50% - .25rem);
    }
    .banner .img {
        height: auto;
        padding: 48% 0 0;
    }
    .bg1{
        padding: 0 0 0.5rem;
    }
    .indexCon1{
        margin-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner li .img{
        padding: 56.25% 0 0;
    }
     .newList li a,.newList li:first-of-type a{
         padding: 0.2rem 0;
         padding-left: 0.24rem;
         background: url(../images/listIcon1.png) no-repeat left center;
         background-size: 0.14rem auto;
    }
    .lmTit{
        margin-bottom: 0.25rem;
    }
    .indexCon2{
        margin-top: 0.5rem;
    }
    .notice li{
        float: left;
        width: calc(50% - 0.15rem);
        margin: 0.15rem 0;
        margin-right: 0.3rem;
    }
    .notice li:nth-of-type(2n){
        margin-right: 0;
    }
    .indexCon2 .lmTit{
        margin-bottom: 0.1rem;
    }
    .xsjlList{
        display: none;
    }
    .xsjl .list{
        width: 100%;
        border-radius: 0.12rem;
    }
    .xsjlImg .tit{
        display: block;
    }
    .xsjlImg .img{
        padding: 56.25% 0 0;
    }
    .indexCon3{
        padding: 0.5rem 0;
    }
    .bg4{
        padding: 0 0 0.2rem;
    }
    .indexCon4{
        padding-top: 0.5rem;
    }
    .jxxx li{
        width: calc(33.333% - 0.1rem);
        margin-right: 0.15rem;
    }
    .jxxx li .con{
        padding: 0.1rem;
    }
    .jxxx li .time{
        margin-top: 0.05rem;
    }
    .indexCon5{
        padding-top: 0.5rem;
    }
    .link{
        flex-wrap: wrap;
    }
    .link li{
        width: calc(33.333% - 0.2rem);
        margin-bottom: 0.3rem;
        display: flex;
        justify-content: center;
        padding-right: 0;
        padding-bottom: 0;
    }
    .link li::before{
        display: none;
    }
    .xsjlImg li a{
        border-radius: 0.12rem;
    }
}

@media screen and (max-width: 640px) {
    .jxxx li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.15rem;
    }
    .jxxx li .tit{
        height: auto;
        max-height: 0.64rem;
    }
    .indexCon5{
        padding-top: 0.35rem;
    }
    .link li{
        width: 32%;
    }
    .link li a{
        padding: 0.1rem;
    }
}

@media screen and (max-width: 540px) {
    .banner {
        margin: 56px 0 0;
    }
    .banner .swiper-arrow {
        width: .34rem;
        height: .34rem;
        top: calc(50% - .15rem);
    }
    .banner .swiper-arrow.swiper-prev {
        left: .15rem;
    }

    .banner .swiper-arrow.swiper-next {
        right: .15rem;
    }
    .banner .img {
        padding: 50% 0 0;
    }
    .bg1{
        padding: 0 0 0.2rem;
    }
    .indexCon1{
        margin-bottom: 0.3rem;
        padding-top: 0.3rem;
    }
    .indexCon3{
        padding: 0.3rem 0;
    }
    .bg4{
        padding: 0 0 0.1rem;
    }
    .indexCon4{
        padding-top: 0.3rem;
    }
    .lmTit .tit h2{
        font-size: 0.24rem;
    }
    .lmTit{
        margin-bottom: 0.15rem;
    }
    .newBanner li .img{
        border-radius: 5px 5px 0 0;
    }
    .newBanner li .con{
        border-radius: 0 0 5px 5px;
    }
    .newBanner li .tit{
        width: calc(100% - 0.9rem);
        padding: 0 0.1rem;
        height: 0.6rem;
        font-size: 0.18rem;
        line-height: 0.26rem;
    }
    .newBanner li .tit span{
        max-height: 0.52rem;
    }
    .newBanner li .time{
        width: 0.9rem;
        height: 0.6rem;
        float: left;
        font-size: 0.16rem;
    }
    .newBanner li .time span{
        font-size: 0.24rem;
    }
    .newBanner .pagination{
        bottom: 0.6rem;
        padding: 0.14rem 0;
    }
    .newBanner .pagination span{
        width: 8px;
        height: 8px;
    }
    .newBanner .pagination span.swiper-pagination-bullet-active{
        width: 12px;
        height: 12px;
    }
    .newBanner .swiper-pagination-bullet-active::before{
        width: 6px;
        height: 6px;
    }
    .newList li a, .newList li:first-of-type a{
        padding: 0.15rem 0;
        display: flex;
        flex-direction: column-reverse;
        text-overflow: clip;
        white-space: normal;
        padding-left: 22px;
        background-position: 0 0.23rem;
    }
    .newList li a span.fr{
        margin-left: 0;
        font-size: 16px;
        margin-top: 4px;
    }
    .indexCon2{
        margin-top: 0.3rem;
    }
    .notice li{
        width: 100%;
        margin-right: 0;
        margin: 8px 0;
    }
    .notice li .txt{
        margin: 5px 0 8px;
        height: auto;
        max-height: 0.52rem;
    }
    .notice li a{
        padding: 15px;
    }
    .notice li::after{
        top: 16px;
    }
    .notice li .time{
        font-size: 16px;
    }
    .xsjlImg .tit{
        padding: 0.1rem;
    }
    .xsjlImg li a{
        border-radius: 5px;
        overflow: hidden;
    }
    .xsjl .list .buttonPrev,.xsjl .list .buttonNext{
        width: 0.24rem;
        height: 0.62rem;    
        background: url(../images/arrowIcon2.png) no-repeat center;   
        background-size: 100% auto;
    }
    .xsjl .list .buttonPrev{
        left: 10px;
    }
    .xsjl .list .buttonNext{
        right: 10px;
    }
    .jxxx li .img{
        border-radius: 5px 5px 0 0;
    }
    .jxxx li .con{
        border-radius: 0 0 5px 5px;
    }
    .link li{
        width: 49%;
        margin-bottom: 0.2rem;
    }
    .indexCon5{
        padding-top: 0.15rem;
    }
    .link a .icon{
        margin-right: 0.1rem;
    }
    .xsjl .list{
        border-radius: 0.1rem;
    }
}

/*# sourceMappingURL=index.css.map */