.innercon3{
    padding-top: 1.08rem;
    padding-bottom: 1.52rem;
}

.innercon3 .caselist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.innercon3 .caselist .case{
    width: 5rem;
    height: 5.2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.83rem;
}
.innercon3 .caselist .case:nth-child(3n){
    margin-right: 0 !important;
}
.innercon3 .caselist .case .caseImg{
    width: 100%;
    height: 3.34rem;
    overflow: hidden;
}
.innercon3 .caselist .case .caseImg img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.innercon3 .caselist .case .casebox{
    padding: 0.33rem 0.3rem .42rem .24rem;
}
.innercon3 .caselist .case .casebox .caseTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    transition: all 0.8s;
}
.innercon3 .caselist .case .casebox .casetime{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}
.innercon3 .caselist .case .casebox .casemore{
    width: 0.3rem;
    height: 0.3rem;
    background: #E2E2E2;
    border-radius: 50%;
    margin-top: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all 0.8s;
}
.innercon3 .caselist .case .casebox .casemore span{
    width: 0.13rem;
    height: 0.11rem;
    display: block;
    background: url(../img/i_right2.png);
    background-size: 100% 100%;
    transition: all 0.8s;
    
}
.innercon3 .caselist .case:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.25rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0rem 0rem 0.2rem 0.2rem;
}
.innercon3 .caselist .case:hover .caseTitle{
    font-weight: bold;
}
.innercon3 .caselist .case:hover .casebox .casemore{
    background: rgba(214, 78, 39, 1);
}
.innercon3 .caselist .case:hover .casebox .casemore span{
    width: 0.17rem;
    height: 0.17rem;
    display: block;
    background: url(../img/rightup.png);
    background-size: 100% 100%;
}
.innercon3 .caselist .case:hover .caseImg img{
    transform: scale(1.1);
}

/*新增新闻页面*/

.news_part{
    padding:0.96rem 0 1.07rem;
    background-color: #3F2153;
}

.news_title{
    width: 100%;
    text-align: center;
    font-family: Crimson Text, Crimson Text;
font-weight: 600;
font-size: 0.45rem;
color: #FFFFFF;
}

.news_list{
    width: 100%;
    margin-top: 0.62rem;
}

.news_list>li{
    width: 100%;
   
    padding-bottom: 0.32rem;
    margin-bottom: 0.38rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.6s;
}
.news_list>li>a{
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_left{
    width: 10rem;
}
.news_t1{
    font-family: 'Crimson Text', 'Crimson Text';
font-weight: 600;
font-size: 0.25rem;
color: #FFFFFF;
    transition: all 0.6s;
}
.news_list>li:hover {
    border-bottom: 0.01rem solid #F6BE09;
}

.news_list>li:hover .news_t1{
    color: #F6BE09;
}

.news_t2{
    font-family: 'Crimson Text', 'Crimson Text';
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-top: 0.15rem;
}
.news_t3{
    font-family: 'Crimson Text', 'Crimson Text';
    font-weight: 600;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.22rem;
}

.news_right{
    width: 2.88rem;
    height: 1.79rem;
    overflow: hidden;
}
.news_right>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news_detail_part{
    width: 100%;
        background-color: #3F2153;
    padding: 1rem 0 0.68rem;
}

.news_detail_top{
    width: 18rem;
    
    background: #FFF9EB;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    margin: 0 auto;
    padding:0.35rem 2rem 0.6rem;
}

.news_detail_p1{
    font-family: Crimson Text, Crimson Text;
    font-weight: 600;
    font-size: 0.45rem;
    color: #3F2153;
}
.news_detail_p2{
    font-family: Crimson Text, Crimson Text;
font-weight: 600;
font-size: 0.25rem;
color: #3F2153;
margin-top: 0.1rem;
}
.news_detail_content{
    width: 14rem;
    margin: 0.48rem auto 0;
}

.news_detail_content>p{
    font-family: Crimson Text, Crimson Text;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.news_detail_content>img{
    width: revert-layer;
    max-width: 100%;
}

.news_detail_line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
    margin:0.4rem auto;
}

.news_detail_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news_detail_left{
    width: 90%;
}

.news_detail_left>a{
    font-family: Crimson Text, Crimson Text;
    font-weight: 400;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
    display: block;
}
.news_detail_left>a+a{
    margin-top: 0.1rem;
}
.news_detail_left>a:hover{
    color: #F6BE09;
}
.news_detail_btn{
    width: 0.32rem;
    height: 0.32rem;
    background: #F6BE09;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.news_detail_btn>img{
    width: 0.15rem;
    height: auto;
    display: block;
}

@media screen and (max-width:1024px){
    .news_left{
        width: calc(100% - 2.88rem);
    }
    .news_t1{
        font-size: .32rem;
    }
    .news_t2{
        font-size: .28rem;
        line-height: 1.5;
    }
    .news_t3{
        font-size: .28rem;
    }
    .news_right{
        flex-shrink: 0;
    }
    .news_detail_part{
        padding: .3rem;
    }
    .news_detail_top{
        width: 100%;
        padding: .2rem;
    }
    .news_detail_p1{
        font-size: .32rem;
    }
    .news_detail_content{
        width: 100%;
    }
    .news_detail_content>p{
        font-size: .28rem;
    }
    .news_detail_left>a{
        font-size: .28rem;
    }
}
