.news_detail {
    display: flex;
    width: 15rem;
    margin: 0 auto;
    padding-top: 1.12rem;
    padding-bottom: 1.22rem;
}

.news_detail .det_left {
    width: 11rem;
    margin-right: 1.27rem;
}

.news_detail .det_left .detail_title {
    margin-bottom: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    text-align: center;
    line-height: 0.4rem;
}

.news_detail .det_left .detail_title2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid #D9D9D9;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #717171;
    margin-bottom: 0.35rem;
}

.news_detail .det_left .detail_title2 div {
    margin: 0 0.25rem;
}

.news_detail .det_left .detail_text {
    width: 100%;
    padding-bottom: 0.66rem;
    border-bottom: 0.01rem solid #D9D9D9;
    margin-bottom: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #646464;
    line-height: 0.35rem;
}

.news_detail .det_left .detail_text img {
    max-width: 100%;
}

.det_left .detail_btn {
    cursor: pointer;
    display: block;
    width: 100%;
    padding-top: 0.16rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #646464;
    line-height: 0.21rem;
}

.det_left .detail_btn:hover {
    color: #0071B2;
}

.news_detail .det_right {
    width: 2.72rem;
    padding-top: 0.07rem;
}

.news_detail .det_right .right_title {
    margin-bottom: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    line-height: 0.33rem;
}

.news_detail .det_right .right_item {
    display: block;
    width: 100%;
    margin-bottom: 0.46rem;
}

.news_detail .det_right .right_item:last-child {
    margin-bottom: 0;
}

.det_right .right_item .right_img {
    width: 100%;
    height: 1.76rem;
    margin-bottom: 0.18rem;
    overflow: hidden;
}

.right_item .right_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.right_item:hover .right_img img {
    transform: scale(1.1);
}

.det_right .right_item .tight_item_title {
    margin-bottom: 0.1rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
}

.det_right .right_item:hover .tight_item_title {
    color: #0071B2;
}

.det_right .right_item .tight_item_time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B2B2B2;
    line-height: 0.19rem;
}

.news {
    width: 15rem;
    margin: 0 auto;
    padding-top: 0.61rem;
    padding-bottom: 0.77rem;
}

.news .news_item {
    display: flex;
    width: 100%;
    height: 2.2rem;
    transition: all 0.3s;
    background: #FFFFFF;
}

.news .news_item:hover {
    background: #F8F8F8;
    box-shadow: 0 0 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
}

.news .news_item .news_img {
    width: 2.49rem;
    height: 1.61rem;
    overflow: hidden;
    border-radius: 0.08rem;
    margin-top: 0.3rem;
    margin-right: 0.51rem;
    transition: all 0.3s;
}

.news_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.news .news_item:hover .news_img {
    transform: translateX(0.15rem);
}

.news .news_item .news_con {
    width: 9.7rem;
    margin-right: 0.95rem;
    padding-top: 0.43rem;
}

.news_con .news_title {
    margin-bottom: 0.12rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.27rem;
}

.news_con .news_text {
    height: 0.44rem;
    margin-bottom: 0.33rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #646464;
    line-height: 0.25rem;
}

.news_con .news_btn {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #B5B5B5;
    line-height: 0.21rem;
}

.news_con .news_btn img {
    display: block;
    margin-left: 0.09rem;
    width: 0.13rem;
    height: 0.13rem;
}

.news .news_item:hover .news_con .news_btn {
    color: #0071B2;
}

.news .news_item .news_con .news_btn .img2 {
    display: none;
}

.news .news_item:hover .news_con .news_btn .img1 {
    display: none;
}

.news .news_item:hover .news_con .news_btn .img2 {
    display: block;
}

.news_item .news_right {
    position: relative;
    width: 1.36rem;
    height: 2.2rem;
}

.news_item .news_right img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.news_item:hover .news_right img {
    opacity: 1;
}

.news_item .news_right .right_con {
    position: absolute;
    top: 0.49rem;
}

.right_con .right_time {
    transition: all 0.3s;
    padding-left: 0.4rem;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.5rem;
    color: #B4B4B4;
    line-height: 0.71rem;
}

.right_con .right_time2 {
    transition: all 0.3s;
    padding-left: 0.28rem;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.2rem;
    color: #B4B4B4;
    line-height: 0.32rem;
}

.news_item:hover .right_con .right_time,
.news_item:hover .right_con .right_time2 {
    color: #FFFFFF;
}

.news .page {
    padding-top: 0.79rem;
}