.news-banner-wapper{
    width: 100%;
    height: 5rem;

}
.banner{
    background: url("https://shijiaoke.oss-cn-beijing.aliyuncs.com/Yunan/yn-new-banner20200827.png") no-repeat;
    width: 100%;
    height: 5rem;
    background-size: cover;
}
header{
    position: fixed;
    top:0;
}
main{
    padding-top: 1.1rem;
}
#navtocon{

    display: none;
}
.news-detail{
    width: 12rem;
    margin: 0 auto;
}
.news-navigator{
    margin-top: 0.8rem;
    padding-bottom: .37rem;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.news-navigator li{
    float: left;
    font-family: MicrosoftYaHei;
    padding: .1rem 0;
    font-size: .24rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    cursor: pointer;
}
.news-navigator :hover{
    background-color: #df0024;
}
.news-navigator li:hover a{
    color: #ffffff;
}
.news-navigator a{
    padding: .1rem .4rem;
}
.news-navigator .active a{
    color: #ffffff;
}
.news-navigator .active{
    background-color: #df0024;
    color: #fff;
}


.news-item{
    margin-top: .42rem;
    padding-bottom: .42rem;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.news-item img{
    float: left;
    width: 2.4rem;
    height: 1.6rem;
}
.news-item .news-draw{
    float: right;
    height: 1.6rem;
}

.news-draw{
    overflow: hidden;
    position: relative;
}

.news-date{
    width: 0.8rem;
    height: 0.8rem;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    font-family: MicrosoftYaHei;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #df0024;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: .58rem;
}
.month{
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #df0024;
    margin-top: .1rem;

}

.news-info{
    display: inline-block;
    height: 100%;
    position: relative;
    width: 7.5rem;
}

.news-title{
    font-family: MicrosoftYaHei;
    font-size: .18rem;
    font-stretch: normal;
    line-height: .2rem;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}

.news-introduction{
    font-family: MicrosoftYaHei;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .36rem;
    letter-spacing: 0px;
    color: #666666;
    margin-top: .15rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.view-news-detail{
    outline: none;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    float: right;
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: rgb(254,254,255);
    font-size: 0.14rem;
    background: #df0024;
    cursor: pointer;
}

.view-news-detail:hover{
    background: #df0024;
}

section.banner {
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    z-index: 1;
}

.event-details-wrapper{
    width: 100%;
}

.event-details-left{
    float: left;
    width: 2.67rem;
}

.event-details-right{
    width: 8.5rem;
    float: right;
}

.event-details-content{
    width: 12rem;
    padding-right: 0.15rem;
    padding-left: .15rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    overflow: hidden;
}

.event-details-left-top h3{
    width: 100%;
    height: 0.45rem;
    background: #df0024;
    color: #ffffff;
    padding-left: 0.33rem;
    font-size: 0.2rem;
    line-height: 0.45rem;
}

.event-details-left-top .active{
    color: #df0024;
}
.event-details-left-top a{
    display: block;
    height: 0.45rem;
    line-height: 0.45rem;
    color: rgb(102,102,102);
    font-size: 0.16rem;
    padding-left: 0.31rem;
}
.event-details-left-top a:nth-child(n+3){
    border-top: 1px dashed rgb(221,221,221);
}
.event-details-left-top a:hover{
    color: #df0024;
}
.event-details-left-bottom{
    margin-top: 0.2rem;
    padding-left: 0.31rem;
}
.event-details-left-bottom h4{
    position: relative;
    font-size: 0.18rem;
    color: rgb(102,102,102);
    font-weight: bold;
    position: relative;
    line-height: 0.2rem;
    padding: 0.24rem 0 0.16rem 0.17rem;
    border-bottom: 1px solid rgb(234,234,234);
}
.event-details-left-bottom h4::before{
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.2rem;
    background: #df0024;
    position: absolute;
    left: 0;
    top: 0.24rem;
}

.event-details-left-bottom dl{
    width: 100%;
    padding-top: 0.15rem;
    border-bottom: 1px solid rgb(234,234,234);
    padding-bottom: 0.18rem;
}

.event-details-left-bottom dt{
    font-size: 0.16rem;
    color: rgb(102,102,102);
}

.event-details-left-bottom dt:hover{
    color: #df0024;
}

.event-details-left-bottom dd{
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: rgb(153,153,153);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-news-recommend{
    width: 12rem;
    margin: 20px auto 0.8rem auto;
}

.event-news-recommend h4{
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: rgb(102,102,102);
    font-weight: bold;
    position: relative;
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(234,234,234);
}

.event-news-recommend h4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.04rem;
    height: 0.2rem;
    background: #df0024;
    left: 0;
}

.event-news-recommend-content li{
    padding: 0.34rem 0;
    border-bottom: 1px solid rgb(234,234,234);
    overflow: hidden;
}

.event-news-recommend-content li img{
    width: 2.4rem;
    height: 1.6rem;
    float: left;
}

.event-news-recommend-content li div{
    float: right;
    width: 9rem;
}

.event-news-recommend-content li div h3{
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.2rem;

}
.event-news-recommend-content li div p{
    font-size: 0.16rem;
    color: rgb(102,102,102);
    line-height: 0.36rem;
    margin-top: 0.3rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-news-recommend-content li div a{
    display: block;
    float: right;
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: rgb(254,254,255);
    font-size: 0.14rem;
    background: #df0024;
}

.event-news-recommend-content li div a:hover{
    background: #df0024;
}

.detail-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    font-family: "微软雅黑";
}
.ev-title h2{
    font-size: 0.35rem;
}

.title-info span{
    font-size: 14px;
    display: inline-block;
    line-height: 31px;
    color: #808080;
    margin-right: 15px;
    margin-bottom: 5px;
}

.title-info{
    position: relative;
    top: 15px;
}

.title-info img{
    vertical-align: -0.01rem;
    margin-right: 0.08rem;
    width: 0.13rem;
}



.ev-pagi-title h1{
    font-size: 40px;
    color: #42495b;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.event-pagi-row{
    width: 100%;
    overflow: hidden;
}

.ev-pagi-content{
    width: 25%;
    float: left;
}

.ev-pagi-content h5{
    color: #42495b;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
}

.ev-pagi-content:nth-child(n+2){
    margin-left: 12%;
}
.ev-pagi-content p{
    margin: 0;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 28px;
}

.ev-pagi-content a:hover h5, .ev-pagi-content a:hover p {
    color: #df0024;
}


/* 分页 */

#page{
    text-align: center;
    margin-top: .95rem;
    margin-bottom: .74rem;
}

.layui-laypage a, .layui-laypage span{
    padding: 0 .2rem;
    height: .46rem;
    line-height: .46rem;
    font-size: .16rem;

}

.layui-laypage a:hover{
    color: #df0024;
}

/* 底部 */



.wapper{
    width: 100%;
    top:0;
    height: 100%;
    background-color: #fff;
}

.fixed{
    position: fixed ;
    top: .1rem;
    z-index: -1;

}


