body {
    background: #F4F9FF !important;
}

.top_news {
    background: url('/static/images/new_banner.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.container-body {
    font-weight: 400;

    p {
        font-size: 44px;
        color: #080808;
        margin: 0;
        padding: 0;
    }

    .ftitle {
        font-size: 18px;
        color: #0B0B0C;
        display: block;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .sub {
        font-size: 14px;
        color: #3E5DFF;
    }

    .news-subject {
        text-align: center;
        margin-top: 35px !important;

        p {
            font-size: 37px;
            color: #333333;
            line-height: 38px;
            margin-bottom: 15px !important;
        }

        span {
            font-size: 18px;
            color: #6B6B6B;
            line-height: 18px;
        }
    }

    .news-list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 55px auto 0;

        .news-top {
            width: 100%;
            display: flex;
            margin-bottom: 20px;
            justify-content: space-between;
            flex-wrap: wrap;

            .left {
                width: 695px;
                height: 400px;
                justify-content: center !important;
                align-items: center !important;
                display: flex;
                background: #FFFFFF !important;
                text-decoration: none;
                border-radius: 3px;
                border: 1px solid #ffffff;

                .box {
                    width: 670px !important;
                    height: 377px !important;
                    margin-bottom: 0;
                    border: 1px solid #ffffff;

                    .picture {
                        width: 100% !important;

                        div {

                            div {
                                width: 100% !important;
                                height: 100% !important;

                                div {

                                    img {
                                        width: 670px !important;
                                        height: 377px !important;
                                        border-radius: 2px !important;
                                    }
                                }
                            }
                        }
                    }
                }

                .box:hover {
                    border: 1px solid #ffffff;
                }
            }

            .left:hover {
                border: 1px solid #2C60EB;

                .picture .sizeCover {
                    transform: scale(1.1, 1.1);
                    -moz-transform: scale(1.1, 1.1);
                    -ms-transform: scale(1.1, 1.1);
                    -o-transform: scale(1.1, 1.1);
                    -webkit-transform: scale(1.1, 1.1);
                    cursor: pointer;
                }
            }


            .right {
                align-items: center !important;
                width: 695px;
            }
        }


        .box {
            background: #FFFFFF;
            width: 695px;
            height: 190px;
            display: flex;
            margin-bottom: 20px;
            text-decoration: none;
            border-radius: 3px;
            border: 1px solid #ffffff;

            .news {
                width: 68%;
                padding-top: 11px;
                padding-left: 32px;
                padding-right: 20px;

                p.subject {
                    font-size: 22px;
                    color: #060606;
                }

                p.time {
                    color: #999;
                    font-size: 15px;
                    line-height: 16px;
                    margin-top: 8px;
                }

                span {
                    font-size: 16px;
                    color: #505050;
                    line-height: 29px;
                    margin-top: 10px;
                    display: block;
                }
            }

            .full-news {
                width: 100%;
            }

            .picture {
                width: 32%;
                display: flex;


                div {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    div {
                        width: 203px;
                        height: 150px;
                        overflow: hidden;
                        border-radius: 2px;

                        div {


                            img {
                                width: 203px;
                                height: 182px;
                                border-radius: 2px;
                            }
                        }
                    }
                }
            }
        }

        .box:hover {
            border: 1px solid #2C60EB;

            .news p.subject {
                color: #2C60EB;
            }

            .picture .sizeCover {
                transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                -webkit-transform: scale(1.1, 1.1);
                cursor: pointer;
            }
        }
    }
}