.position{
    padding: 0.24rem 0 0.2rem;
    box-sizing: border-box;
    background: #F6F6F6;
}
.position .main{
    display: flex;
    align-items: center;
    column-gap: 0.05rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}
.position .main a{
    width: fit-content;
    height: auto;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}






.body_top{
    width: 100%;
    height: 2.3rem;
    background: url(../img/notice_bg.jpg) center no-repeat;
    background-size: cover;
    margin: 0.4rem 0 0.5rem;
    padding: 0.59rem 0 0;
    box-sizing: border-box;
}
.body_top .notice_class1{
    width: 100%;
    text-align: center;
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.45rem;
    color: #E28000;
    margin-bottom: 0.16rem;
    line-height: 1;
}
.body_top .notice_class2{
    width: 100%;
    text-align: center;
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.56rem;
    color: #4F463D;
    line-height: 1;
}
.notice_body{
    padding-bottom: 1.3rem;
    box-sizing: border-box;
}
.notice_body .notice_item{
    width: 100%;
    height: auto;
    padding: 0.48rem 0.94rem 0.48rem 1.14rem;
    box-sizing: border-box;
    background: #F6F6F6;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    margin-bottom: 0.2rem;
}
.notice_body .notice_item::before{
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #E28000;
    border-radius: 50%;
    left: 0.54rem;
    top: 0.62rem;
}
.notice_body .notice_item .notice_title{
    width: calc(100% - 0.5rem);
    font-family: CN-Bold;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
}
.notice_body .notice_item .notice_img{
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/notice_more2.png) center no-repeat;
    background-size: contain;
}
.notice_body .notice_item:hover .notice_img{
    background: url(../img/notice_more.png) center no-repeat;
    background-size: contain;
}








/* 详情 */
.view_body{
    padding: 0.94rem 0 1.25rem;
    box-sizing: border-box;
}
.view_body .view_title{
    text-align: center;
    font-family: CN-Bold;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    line-height: 1.5;
    padding-bottom: 0.7rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #D1D1D1;
    margin-bottom: 0.7rem;
}
.view_body .view_content img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline;
}












