.news_read_main {
    width: 100%;
    padding: calc(30px + 5rem) 0;

    .news_read {
        max-width: 1400px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        .news_read_left {
            width: 67.1428%;

            .news_read_title {
                display: flex;
                justify-content: space-between;
                align-items: center;

                .p1 {
                    width: calc(182px + 20rem);
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                    font-size: calc(2px + 1.5rem);
                    color: #333333;
                    line-height: calc(6px + 2rem);
                }

                .p2 {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-end;

                    p:nth-of-type(1) {

                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        font-size: calc(8px + 1rem);
                        color: #0072C1;
                        line-height: 1;
                    }

                    p:nth-of-type(2) {
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        font-size: calc(2px + 2rem);
                        color: #0072C1;
                        line-height: 1;
                        margin-top: calc(3px + 0.25rem);
                    }
                }
            }

            .click {
                font-family: Microsoft YaHei;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #666666;
                line-height: 1;
                margin-top: calc(10px + 1rem);
            }

            .news_read_con {
                margin-top: calc(7px + 0.5rem);
                border-top: 1px #D6D6D8 solid;
                padding: calc(20px + 2rem) 0;

                p {
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #666666;
                    line-height: calc(6px + 1.5rem);

                    img {
                        margin: calc(17px + 3rem) 0;
                        position: relative;
                        left: 50%;
                        transform: translate(-50%);
                    }
                }
            }

            .news_prev_next {
                display: flex;
                justify-content: space-between;
                align-items: center;

                img {
                    width: calc(16px + 2rem);
                }

                .news_prev_next_item {
                    width: 30%;
                    font-family: Microsoft YaHei;
                    font-weight: 300;
                    font-size: calc(8px + 0.5rem);
                    color: #333333;
                    line-height: calc(10px + 1.5rem);
                }
            }
        }

        .news_read_right {
            width: 26.4285%;
            border: 1px solid #D6D6D8;
            padding-bottom: calc(10px + 0.5rem);

            .news_hot_title {
                width: 100%;
                line-height: calc(20px + 3rem);
                background: #F2F2F2;
                border-bottom: 1px solid #D6D6D8;
                font-family: Microsoft YaHei;
                font-weight: bold;
                font-size: calc(4px + 1rem);
                color: #333333;
                padding-left: calc(10px + 1.5rem);

            }

            .news_hot_list {
                margin-top: calc(1px + 2rem);
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                gap: calc(10px + 1.5rem);
                padding: 0 calc(2px + 1rem);

                .news_hot_item:nth-last-of-type(1) {
                    border: none;
                }

                .news_hot_item {
                    width: 100%;
                    border-bottom: 1px #30333B30 solid;
                    padding-bottom: calc(1px + 1rem);

                    .p1 {
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        font-size: calc(10px + 0.5rem);
                        color: #333333;
                        line-height: 1;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .p2 {
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        font-size: calc(6px + 0.5rem);
                        color: #666666;
                        line-height: 1;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-top: calc(9px + 0.5rem);
                    }

                    .p3 {
                        margin-top: calc(7px + 1rem);
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        gap: calc(1px + 1rem);

                        .time {
                            display: flex;
                            justify-content: flex-start;
                            align-items: center;
                            gap: calc(5px + 0.25rem);

                            img {
                                height: calc(4px + 0.5rem);
                            }

                            p {
                                font-family: Microsoft YaHei;
                                font-weight: 400;
                                font-size: calc(4px + 0.5rem);
                                color: #ACADB1;
                                line-height: 1;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1100px) {
    .news_read_main {
        .news_read {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);

            .news_read_left {
                width: 100%;

                .news_read_title {
                    .p1 {
                        font-size: calc(12px + 1rem);
                        line-height: 1.5;
                    }

                    .p2 {
                        p:nth-of-type(1) {
                            font-size: calc(14px + 1rem);
                        }

                        p:nth-of-type(2) {
                            font-size: calc(12px + 1rem);
                        }
                    }
                }

                .click {
                    font-size: calc(9px + 1rem);
                }
                .news_read_con {
                    p {
                       font-size: calc(10px + 1rem);
                       line-height: 1.5;
                    }
                }
                .news_prev_next {
                    .news_prev_next_item {
                        font-size: calc(10px + 1rem);
                      
                    }
                }
            }
            .news_read_right{
                width: 100%;
                .news_hot_title {
                    font-size: calc(14px + 1rem);
                }
                .news_hot_list {
                     .news_hot_item {
                        .p1 {
                           font-size: calc(12px + 1rem);
                        }
                        .p2{
                            font-size: calc(10px + 1rem);
                        }
                        .p3 {
                             .time {
                                img {
                                    height: calc(10px + 0.5rem);
                                }
                                p {
                                    font-size: calc(9px + 1rem);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}