* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #FAFAFA;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}


/* 头部样式 */
.header {
    background: #FFFFFF;
}

.header .logo .logo1 {
    display: none;
}

.header .logo .logo2 {
    display: block;
}

.header .head_fr .nav_li .nav_url {
    color: #000000;
}

.header .head_fr .nav_li.act .nav_url {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .nav_li .nav_url:hover {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .head_hr {
    background: rgba(114, 114, 114, 0.51);
}

.header .head_fr .head_switch .switch_icon .icon2 {
    display: block;
}

.header .head_fr .head_switch .switch_icon .icon1 {
    display: none;
}

.header .head_fr .head_switch .switch_txt span {
    color: #0F0F0F;
}

.header .head_fr .head_switch .switch_txt span i {
    background: url(../img/jiantou3.png) center no-repeat;
}




.body {
    padding-top: 1.21rem;
    position: relative;
}

.body .body_fl {
    width: 10rem;
}

.body .body_fl .title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.body .body_fl .cont_txt {
    margin-top: 0.41rem;
    border-bottom: 0.01rem solid #D0D0D0;
    padding-bottom: 0.4rem;
    margin-bottom: 0.24rem;
    display: flex;
}

.body .body_fl .cont_txt div {
    font-weight: 400;
    font-size: 0.15rem;
    color: #7F7E7E;
    margin-right: 1.2rem;
}

.body .body_fl .content {
    font-weight: 400;
    font-size: 0.17rem;
    color: #676767;
    line-height: 0.35rem;
    border-bottom: 0.01rem solid #D0D0D0;
    padding-bottom: 0.2rem;
}

.body .body_fl .content p {
    margin-bottom: 0.4rem;
}

.body .body_fl .content img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}

.body .body_fl .next_prv {
    margin-top: 0.34rem;
}

.body .body_fl .next_prv a {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #676767;
    margin-bottom: 0.15rem;
}

.body .body_fl .next_prv a:hover {
    color: #0071FF;
}


.body .main {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.body .main::before {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 100%;
    background: #DBDBDB;
    right: 3.22rem;
}

.body .body_fr {
    width: 2.8rem;
}

.body .body_fr .class_name {
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
    padding: 0;
    margin-bottom: 0.32rem;
}

.body .body_fr .news_list {
    width: 100%;
    height: auto;
    margin-bottom: 0.33rem;
}

.body .body_fr .news_list .news_img {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

.body .body_fr .news_list .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body .body_fr .news_list .news_txt {
    width: 100%;
    margin-top: 0.16rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #030303;
    line-height: 0.25rem;
}

.body .body_fr .news_list .news_time {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #838383;
}

.body .body_fr .news_list:hover .news_img img {
    transform: scale(1.1);
}

.body .body_fr .news_list:hover .news_txt {
    color: #0071FF;
}

.body .body_fr .class_more {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.8rem;
    float: right;
    cursor: pointer;
}

.body .body_fr .class_more i {
    width: 0.25rem;
    height: 0.25rem;
    display: block;
    background: url(../img/news_fan.png) center no-repeat;
    border-radius: 50%;
    margin-right: 0.11rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #414141;
}






@media only screen and (max-width: 1024px) {
    .body .main{
        display: block;
        padding: 0 0.3rem;
    }
    .body .body_fl{
        width: 100%;
    }
    .body .main::before{
        display: none;
    }
    .body .body_fl .cont_txt{
        justify-content: center;
    }
    .body .body_fl .cont_txt div{
        margin-right: 0.2rem;
        font-size: 12px;
    }
    .body .body_fl .next_prv a,.body .body_fr .news_list .news_txt,.body .body_fr .news_list .news_time{
        font-size: 12px;
    }
    .body .body_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
}