.main-news {
    .news_wrap {
        margin-top: 1rem;
        .news_list {
            .news_item {
                width: 100%;
                margin-top: 0.3rem;
                padding: 0.24rem;
                box-sizing: border-box;
                background-color: var(--back-sub-color);
                border-radius: 0 1rem 0 0;
                display: flex;
                justify-content: space-between;
                transition: background-color var(--animation-time) ease;
                &:hover {
                    background-color: var(--primary-color);
                    transition: background-color var(--animation-time) ease;
                    .news_info {
                        .news_title {
                            color: #FFFFFF;
                        }
                        .news_browse {
                            color: #FFFFFF;
                            .browse_icon {
                                background-image: url("../images/icon_browse_white.png");
                            }
                        }
                        .news_desc {
                            color: #FFFFFF;
                        }
                    }
                }
                .news_date {
                    width: 1.24rem;
                    height: 2.32rem;
                    background-color: #FFFFFF;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    .date_day {
                        font-size: 0.52rem;
                        font-weight: bold;
                        color: var(--primary-color);
                    }
                    .date_year {
                        font-size: 0.16rem;
                        color: var(--font-sub-color);
                    }
                }
                .news_info {
                    width: 9.73rem;
                    margin-top: 0.35rem;
                    .news_title {
                        font-size: 0.2rem;
                    }
                    .news_browse {
                        color: var(--font-sub-color);
                        margin-top: 0.2rem;
                        display: flex;
                        align-items: center;
                        .browse_icon {
                            width: 0.15rem;
                            height: 0.15rem;
                            background-size: 100% 100%;
                            background-image: url("../images/icon_browse.png");
                        }
                        .browse_title {
                            margin-left: 0.11rem
                        }
                    }
                    .news_desc {
                        font-size: 0.16rem;
                        color: var(--font-sub-color);
                        margin-top: 0.2rem;
                    }
                }
                .news_img {
                    width: 3.87rem;
                    height: 2.32rem;
                    border-radius: 0.05rem 1rem 0.05rem 0.05rem;
                }
            }
        }
    }
    .news_detail {
        width: 100%;
        box-sizing: border-box;
        .news_wrap {
            display: flex;
            justify-content: space-between;
            margin-top: 0.7rem;
            .news_box {
                width: 11.5rem;
                .news_title {
                    width: 100%;
                    color: var(--font-sub-color);
                    font-size: 0.36rem;
                    font-weight: bold;
                }
                .news_info {
                    .news_visit {
                        display: flex;
                        align-items: center;
                        font-size: 0.16rem;
                        color: var(--font-sub-color);
                        padding: 0.25rem 0;
                        border-bottom: 1px solid var(--line-color);
                        .visit_icon {
                            width: 0.2rem;
                            height: 0.2rem;
                            margin-right: 0.05rem;
                        }
                    }
                    .news_content {
                        margin-top: 0.2rem;
                        img {
                            width: 100%;
                        }
                    }
                }
            }
            .news_recommend {
                margin-top: 0.45rem;
                .recommend_wrap {
                    width: 3rem;
                    background-color: var(--back-sub-color);
                    padding: 0.4rem 0.36rem;
                    box-sizing: border-box;
                    .news_date {
                        font-size: 0.4rem;
                        font-weight: bold;
                        color: var(--primary-color);
                        padding-bottom: 0.05rem;
                        position: relative;
                        &:after {
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            width: 0.25rem;
                            height: 0.03rem;
                            background-color: var(--primary-color);
                        }
                    }
                    .news_years {
                        font-weight: bold;
                        margin-top: 0.2rem;
                    }
                    .news_author {
                        font-size: 0.16rem;
                        margin-top: 0.4rem;
                    }
                    .recommend_title {
                        color: var(--font-sub-color);
                        font-size: 0.22rem;
                        font-weight: bold;
                        margin-top: 0.4rem;
                        padding-bottom: 0.2rem;
                        border-bottom: 1px solid var(--line-color);
                    }
                    .recommend_list {
                        margin-top: 0.3rem;
                        .recommend_item {
                            display: block;
                            margin-top: 0.24rem;
                            .news_img {
                                width: 2.28rem;
                                height: 1.6rem;
                                object-fit: cover;
                            }
                            .news_title {
                                color: var(--font-sub-color);
                                font-size: 0.16rem;
                                margin-top: 0.1rem;
                            }
                        }
                    }
                }
            }
        }
        .news_handle {
            width: 9.17rem;
            margin-top: 0.6rem;
            margin-left: 1.17rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            .handle_item{
                width: 2.7rem;
                height: 0.6rem;
                background-color: var(--back-sub-color);
                display: flex;
                align-items: center;
                cursor: pointer;
                transition: background-color var(--animation-time) ease;
                .item_icon {
                    width: 0.1rem;
                    height: 0.15rem;
                    background-image: url("../images/news_arrow.png");
                }
                .item_title {
                    font-size: 0.16rem;
                }
                &:hover {
                    color: #FFFFFF;
                    background-color: var(--main-color);
                    .item_icon {
                        background-image: url("../images/news_arrow_active.png");
                    }
                }
            }
            .handle_prev {
                .item_icon {
                    margin-left: 0.58rem;
                }
                .item_title {
                    margin-left: 0.38rem;
                }
            }
            .handle_list {
                .item_icon {
                    width: 0.14rem;
                    height: 0.12rem;
                    background-image: url("../images/news_list.png");
                    margin-left: 0.79rem;
                }
                .item_title {
                    margin-left: 0.35rem;
                }
                &:hover {
                    .item_icon {
                        background-image: url("../images/news_list.png");
                    }
                }
            }
            .handle_next {
                .item_icon {
                    background-image: url("../images/news_arrow.png");
                    transform: rotate(180deg);
                    margin-left: 0.37rem;
                }
                .item_title {
                    margin-left: 1.16rem;
                }
            }
            .handle_disable {
                pointer-events: none;
            }
        }
    }
}

/* 屏幕小于1100 - 手机端 */
@media screen and (max-width: 1100px){
    .main-news {
        .news_wrap {
            .news_list {
                .news_item {
                    .news_date {
                        width: 1.8rem;
                        .date_day {
                            font-size: 0.72rem;
                        }
                        .date_year {
                            font-size: 0.32rem;
                        }
                    }
                    .news_info {
                        .news_title {
                            font-size: 0.4rem;
                        }
                        .news_browse {
                            margin-top: 0;
                            .browse_icon {
                                width: 0.3rem;
                                height: 0.3rem;
                            }
                        }
                        .news_desc {
                            font-size: 0.3rem;
                            margin-top: 0;
                        }
                    }
                }
            }
        }
    }
}