
body{
    background: #F8F8F8;
    padding: 1.79rem 0 0;
    box-sizing: border-box;
}

.box_top{
    width: 100%;
    height: 4.95rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    margin-bottom: 1rem;
}
.box_top .box_img{
    width: 7.88rem;
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
}
.box_top .box_img img{
    transition: all 0.5s;
}
.box_top:hover .box_img img{
    transform: scale(1.1);
}
.box_top .box_txt{
    width: calc(100% - 7.88rem);
    height: auto;
    padding: 0.4rem 0.4rem 0 0.69rem;
    box-sizing: border-box;
    position: relative;
}
.box_top .box_txt .box_key{
    position: absolute;
    top: 0.35rem;
    right: 0.32rem;
    width: fit-content;
    padding: 0.08rem 0.14rem 0.07rem 0.11rem;
    box-sizing: border-box;
    background: #006FFF;
    border-radius: 0.06rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.box_top .box_txt .box_time{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.52rem;
}
.box_top .box_txt .box_title{
    margin-bottom: 0.39rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    line-height: 1.3;
}
.box_top:hover .box_txt .box_title{
    color: #006FFF;
}
.box_top .box_txt .box_cont{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}


.body{
    margin-bottom: 1.07rem;
}



.box_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.76rem;
    row-gap: 0.6rem;
}
.box_list .box_item{
    width: calc(50% - 0.38rem);
    height: 7.2rem;
    background: #fff;
    border-radius: 0.15rem;
}
.box_list .box_item .item_img{
    width: 100%;
    height: 4.14rem;
    overflow: hidden;
    border-radius: 0.15rem;
}
.box_list .box_item .item_img img{
    transition: all 0.5s;
}
.box_list .box_item .item_txt{
    width: 100%;
    height: calc(100% - 4.14rem);
    padding: 0.3rem 0.37rem 0 0.37rem;
    box-sizing: border-box;
    position: relative;
}
.box_list .box_item .item_txt .item_title{
    height: 0.83rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}
.box_list .box_item .item_txt .item_cont{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.box_list .box_item .item_txt .item_time{
    position: absolute;
    bottom: 0.32rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.box_list .box_item:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.1);
}
.box_list .box_item:hover .item_img img{
    transform: scale(1.1);
}
.box_list .box_item:hover .item_txt .item_title{
    color: #006FFF;
}







.body .page_box{
    margin-top: 1.07rem;
}







.view_body{
    background: #fff;
    padding: 0.4rem 1.75rem 1.22rem;
    box-sizing: border-box;
    border-radius: 0.15rem;
}
.view_body .view_title{
    text-align: center;
    margin-bottom: 0.21rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.45rem;
    color: #000000;
}
.view_body .view_time{
    text-align: center;
    margin-bottom: 0.35rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.view_body .view_content,
.view_body .view_content p,
.view_body .view_content *{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 2;
}
.view_body .view_content img{
    max-width: 100%;
    width: fit-content;
    height: auto;
    display: inline;
}
.view_body .view_url{
    margin-top: 1.04rem;
    border-top: 0.01rem solid #B5B5B5;
    padding-top: 0.46rem;
}
.view_body .view_url a{
    width: fit-content;
    margin-bottom: 0.23rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.view_body .view_url a:last-child{
    margin-bottom: 0;
}
.view_body .view_url a:hover{
    color: #006FFF;
}



@media only screen and (max-width: 1024px) {
body{
    /* padding: 0.79rem 0 0; */
}
.box_top{
    height: auto;
    display: block;
}
.box_top .box_img{
    width: 100%;
}
.box_top .box_txt{
    width: 100%;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.box_top .box_txt .box_time,.box_top .box_txt .box_key,.box_top .box_txt .box_cont{
    font-size: 12px;
}
.box_list .box_item{
    flex: 0 0 100%;
}
.box_list .box_item .item_txt .item_cont,.box_list .box_item .item_txt .item_time{
    font-size: 12px;
}
.view_body{
    padding: 0.4rem 0.4rem 1.22rem;
}
.view_body .view_time,.view_body .view_content, .view_body .view_content p, .view_body .view_content *{
    font-size: 12px;
}
.view_body .view_url a{
    white-space: inherit;
    font-size: 12px;
}
}