﻿/*屏幕宽度大于1200px*/
@media screen and (min-device-width:1200px) {
    .news_title {
        width: 80%;
        margin: 50px auto 30px auto;
        text-align: center;
    }

        .news_title .news_title_en {
            color: #000;
            font-size: 56px;
            font-family: Impact;
            font-weight: bolder;
        }

        .news_title .news_title_zh {
            font-size: 18px;
            font-family: "华文中宋";
        }

    .sectionmenu {
        width: 100%;
        padding: 20px 0px;
        /*background-color: #f5f5f5;*/
    }


        .sectionmenu .menu-box {
            width: 80%;
            margin: auto;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
        }

            .sectionmenu .menu-box .first-item {
                width: 80%;
                margin: 20px auto auto auto;
            }

            .sectionmenu .menu-box .middle-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .last-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .menu-item {
                width: 100%;
                /* float: left; */
                border-radius: 10px;
                background-color: #fff;
                display: flex;
                flex-direction: row;
                margin-bottom: 14px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border: 1px solid #f7f7f7;
            }

                .sectionmenu .menu-box .menu-item:hover {
                    z-index: 2;
                    background-color: #faf7fa;
                    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    -webkit-transform: translate3d(0, -2px, 0);
                    transform: translate3d(0, -2px, 0);
                }

                .sectionmenu .menu-box .menu-item .item-box {
                    width: 100%;
                    margin: auto auto 28px;
                    text-align: center;
                    cursor: pointer;
                    overflow: hidden;
                    line-height: 200px;
                    max-height: 200px;
                }

                .sectionmenu .menu-box .menu-item .item_left {
                    width: 20%;
                    display: flex;
                    /* float: left; */
                    text-align: center;
                    /* vertical-align: middle; */
                    justify-content: center;
                    align-items: center;
                }

                .sectionmenu .menu-box .menu-item .item_center {
                    width: 60%;
                    display: inline-block;
                    float: left;
                }

                    .sectionmenu .menu-box .menu-item .item_center .item_title {
                        color: #6892fe;
                        font-size: 16px;
                        margin-top: 20px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_title a {
                            font-size: 18px;
                            font-weight: bold;
                            margin-left: 20px;
                            text-decoration: none;
                        }

                    .sectionmenu .menu-box .menu-item .item_center .item_content {
                        padding: 20px 0px;
                        line-height: 24px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_content .content_txt {
                            display: inline-block;
                            margin-left: 20px;
                        }

                .sectionmenu .menu-box .menu-item .item_right {
                    width: 20%;
                    /* position: relative; */
                    /* display: inline-block; */
                    display: flex;
                    flex-direction: column-reverse;
                    justify-content: center;
                }

                    .sectionmenu .menu-box .menu-item .item_right:after {
                        content: '>';
                        position: absolute;
                        right: 30%;
                        top: 40%;
                        display: none;
                        font-size: 36px;
                        color: #9f9f9f;
                    }


                    .sectionmenu .menu-box .menu-item .item_right .date {
                        color: #9f9f9f;
                        /*margin-top: 30px;*/
                        font-size: 36px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                        .sectionmenu .menu-box .menu-item .item_right .date .date_txt {
                            margin: 20px auto auto 20px;
                        }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        color: #9f9f9f;
                        font-size: 16px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        margin: 20px;
                    }

    .news .news_wrap .news_right .news_list .last_item {
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

        .news .news_wrap .news_right .news_list .last_item .item_center {
            width: 80%;
            display: inline-block;
            float: left;
        }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_title {
                font-size: 16px;
                margin-top: 20px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_title a {
                    font-size: 16px;
                    margin-left: 20px;
                    text-decoration: none;
                }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_content {
                padding: 20px 0px;
                line-height: 24px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_content .content_txt {
                    display: inline-block;
                    margin-left: 20px;
                }

        .news .news_wrap .news_right .news_list .last_item .item_right {
            width: 20%;
            display: inline-block;
            position: relative;
        }

            .news .news_wrap .news_right .news_list .last_item .item_right .date {
                color: #000;
                margin-top: 30px;
                font-size: 36px;
                font-family: Gisha;
                font-weight: bolder;
            }

                .news .news_wrap .news_right .news_list .last_item .item_right .date .date_txt {
                    margin: 20px auto auto 20px;
                }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                color: #000;
                font-size: 16px;
                font-family: Gisha;
                font-weight: bolder;
            }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                margin: auto 20px;
            }

    .sectionmenu .menu-box .menu-item .item-box img {
        width: 100%;
        max-height: 200px;
    }

    .sectionmenu .menu-box .menu-item .item-title {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-title a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
        }

            .sectionmenu .menu-box .menu-item .item-title a:hover {
                color: #ff6a00;
            }

    .sectionmenu .menu-box .menu-item .item-desc {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-desc span {
            color: #b0b0b0;
            font-size: 12px;
        }
}

/*屏幕宽度在960px和1199px之间*/
@media screen and (min-width:960px) and (max-width:1199px) {
    .news_title {
        width: 80%;
        margin: 50px auto 30px auto;
        text-align: center;
    }

        .news_title .news_title_en {
            color: #000;
            font-size: 56px;
            font-family: Impact;
            font-weight: bolder;
        }

        .news_title .news_title_zh {
            font-size: 18px;
            font-family: "华文中宋";
        }

    .sectionmenu {
        width: 100%;
        padding: 20px 0px;
        /*background-color: #f5f5f5;*/
    }


        .sectionmenu .menu-box {
            width: 80%;
            margin: auto;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
        }

            .sectionmenu .menu-box .first-item {
                width: 80%;
                margin: 20px auto auto auto;
            }

            .sectionmenu .menu-box .middle-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .last-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .menu-item {
                width: 100%;
                float: left;
                border-radius: 10px;
                background-color: #fff;
                display: inline-block;
                margin-bottom: 14px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border: 1px solid #f7f7f7;
            }

                .sectionmenu .menu-box .menu-item:hover {
                    z-index: 2;
                    background-color: #faf7fa;
                    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    -webkit-transform: translate3d(0, -2px, 0);
                    transform: translate3d(0, -2px, 0);
                }

                .sectionmenu .menu-box .menu-item .item-box {
                    width: 100%;
                    margin: auto auto 28px;
                    text-align: center;
                    cursor: pointer;
                    overflow: hidden;
                    line-height: 200px;
                    max-height: 200px;
                }

                .sectionmenu .menu-box .menu-item .item_center {
                    width: 80%;
                    display: inline-block;
                    float: left;
                }

                    .sectionmenu .menu-box .menu-item .item_center .item_title {
                        color: #6892fe;
                        font-size: 16px;
                        margin-top: 20px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_title a {
                            font-size: 18px;
                            font-weight: bold;
                            margin-left: 20px;
                            text-decoration: none;
                        }

                    .sectionmenu .menu-box .menu-item .item_center .item_content {
                        padding: 20px 0px;
                        line-height: 24px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_content .content_txt {
                            display: inline-block;
                            margin-left: 20px;
                        }

                .sectionmenu .menu-box .menu-item .item_right {
                    width: 20%;
                    position: relative;
                    display: inline-block;
                }

                    .sectionmenu .menu-box .menu-item .item_right:after {
                        content: '>';
                        position: absolute;
                        right: 30%;
                        top: 40%;
                        display: none;
                        font-size: 36px;
                        color: #9f9f9f;
                    }


                    .sectionmenu .menu-box .menu-item .item_right .date {
                        color: #9f9f9f;
                        margin-top: 30px;
                        font-size: 36px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                        .sectionmenu .menu-box .menu-item .item_right .date .date_txt {
                            margin: 20px auto auto 20px;
                        }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        color: #9f9f9f;
                        font-size: 16px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        margin: auto 20px;
                    }

    .news .news_wrap .news_right .news_list .last_item {
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

        .news .news_wrap .news_right .news_list .last_item .item_center {
            width: 80%;
            display: inline-block;
            float: left;
        }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_title {
                font-size: 16px;
                margin-top: 20px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_title a {
                    font-size: 16px;
                    margin-left: 20px;
                    text-decoration: none;
                }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_content {
                padding: 20px 0px;
                line-height: 24px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_content .content_txt {
                    display: inline-block;
                    margin-left: 20px;
                }

        .news .news_wrap .news_right .news_list .last_item .item_right {
            width: 20%;
            display: inline-block;
            position: relative;
        }

            .news .news_wrap .news_right .news_list .last_item .item_right .date {
                color: #000;
                margin-top: 30px;
                font-size: 36px;
                font-family: Gisha;
                font-weight: bolder;
            }

                .news .news_wrap .news_right .news_list .last_item .item_right .date .date_txt {
                    margin: 20px auto auto 20px;
                }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                color: #000;
                font-size: 16px;
                font-family: Gisha;
                font-weight: bolder;
            }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                margin: auto 20px;
            }

    .sectionmenu .menu-box .menu-item .item-box img {
        width: 100%;
        max-height: 200px;
    }

    .sectionmenu .menu-box .menu-item .item-title {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-title a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
        }

            .sectionmenu .menu-box .menu-item .item-title a:hover {
                color: #ff6a00;
            }

    .sectionmenu .menu-box .menu-item .item-desc {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-desc span {
            color: #b0b0b0;
            font-size: 12px;
        }
}

/*屏幕宽度在768px和959px之间*/
@media screen and (min-width: 768px) and (max-width: 959px) {
    .news_title {
        width: 80%;
        margin: 50px auto 30px auto;
        text-align: center;
    }

        .news_title .news_title_en {
            color: #000;
            font-size: 56px;
            font-family: Impact;
            font-weight: bolder;
        }

        .news_title .news_title_zh {
            font-size: 18px;
            font-family: "华文中宋";
        }

    .sectionmenu {
        width: 100%;
        padding: 20px 0px;
        /*background-color: #f5f5f5;*/
    }


        .sectionmenu .menu-box {
            width: 80%;
            margin: auto;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
        }

            .sectionmenu .menu-box .first-item {
                width: 80%;
                margin: 20px auto auto auto;
            }

            .sectionmenu .menu-box .middle-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .last-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .menu-item {
                width: 100%;
                float: left;
                border-radius: 10px;
                background-color: #fff;
                display: inline-block;
                margin-bottom: 14px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border: 1px solid #f7f7f7;
            }

                .sectionmenu .menu-box .menu-item:hover {
                    z-index: 2;
                    background-color: #faf7fa;
                    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    -webkit-transform: translate3d(0, -2px, 0);
                    transform: translate3d(0, -2px, 0);
                }

                .sectionmenu .menu-box .menu-item .item-box {
                    width: 100%;
                    margin: auto auto 28px;
                    text-align: center;
                    cursor: pointer;
                    overflow: hidden;
                    line-height: 200px;
                    max-height: 200px;
                }

                .sectionmenu .menu-box .menu-item .item_center {
                    width: 80%;
                    display: inline-block;
                    float: left;
                }

                    .sectionmenu .menu-box .menu-item .item_center .item_title {
                        color: #6892fe;
                        font-size: 16px;
                        margin-top: 20px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_title a {
                            font-size: 18px;
                            font-weight: bold;
                            margin-left: 20px;
                            text-decoration: none;
                        }

                    .sectionmenu .menu-box .menu-item .item_center .item_content {
                        padding: 20px 0px;
                        line-height: 24px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_content .content_txt {
                            display: inline-block;
                            margin-left: 20px;
                        }

                .sectionmenu .menu-box .menu-item .item_right {
                    width: 20%;
                    position: relative;
                    display: inline-block;
                }

                    .sectionmenu .menu-box .menu-item .item_right:after {
                        content: '>';
                        position: absolute;
                        right: 30%;
                        top: 40%;
                        display: none;
                        font-size: 36px;
                        color: #9f9f9f;
                    }


                    .sectionmenu .menu-box .menu-item .item_right .date {
                        color: #9f9f9f;
                        margin-top: 30px;
                        font-size: 36px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                        .sectionmenu .menu-box .menu-item .item_right .date .date_txt {
                            margin: 20px auto auto 20px;
                        }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        color: #9f9f9f;
                        font-size: 16px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        margin: auto 20px;
                    }

    .news .news_wrap .news_right .news_list .last_item {
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

        .news .news_wrap .news_right .news_list .last_item .item_center {
            width: 80%;
            display: inline-block;
            float: left;
        }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_title {
                font-size: 16px;
                margin-top: 20px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_title a {
                    font-size: 16px;
                    margin-left: 20px;
                    text-decoration: none;
                }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_content {
                padding: 20px 0px;
                line-height: 24px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_content .content_txt {
                    display: inline-block;
                    margin-left: 20px;
                }

        .news .news_wrap .news_right .news_list .last_item .item_right {
            width: 20%;
            display: inline-block;
            position: relative;
        }

            .news .news_wrap .news_right .news_list .last_item .item_right .date {
                color: #000;
                margin-top: 30px;
                font-size: 36px;
                font-family: Gisha;
                font-weight: bolder;
            }

                .news .news_wrap .news_right .news_list .last_item .item_right .date .date_txt {
                    margin: 20px auto auto 20px;
                }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                color: #000;
                font-size: 16px;
                font-family: Gisha;
                font-weight: bolder;
            }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                margin: auto 20px;
            }

    .sectionmenu .menu-box .menu-item .item-box img {
        width: 100%;
        max-height: 200px;
    }

    .sectionmenu .menu-box .menu-item .item-title {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-title a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
        }

            .sectionmenu .menu-box .menu-item .item-title a:hover {
                color: #ff6a00;
            }

    .sectionmenu .menu-box .menu-item .item-desc {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-desc span {
            color: #b0b0b0;
            font-size: 12px;
        }
}

/*屏幕宽度在480px和767px之间*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_title {
        width: 80%;
        margin: 50px auto 30px auto;
        text-align: center;
    }

        .news_title .news_title_en {
            color: #000;
            font-size: 56px;
            font-family: Impact;
            font-weight: bolder;
        }

        .news_title .news_title_zh {
            font-size: 18px;
            font-family: "华文中宋";
        }

    .sectionmenu {
        width: 100%;
        padding: 20px 0px;
        /*background-color: #f5f5f5;*/
    }


        .sectionmenu .menu-box {
            width: 80%;
            margin: auto;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
        }

            .sectionmenu .menu-box .first-item {
                width: 80%;
                margin: 20px auto auto auto;
            }

            .sectionmenu .menu-box .middle-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .last-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .menu-item {
                width: 100%;
                float: left;
                border-radius: 10px;
                background-color: #fff;
                display: inline-block;
                margin-bottom: 14px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border: 1px solid #f7f7f7;
            }

                .sectionmenu .menu-box .menu-item:hover {
                    z-index: 2;
                    background-color: #faf7fa;
                    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    -webkit-transform: translate3d(0, -2px, 0);
                    transform: translate3d(0, -2px, 0);
                }

                .sectionmenu .menu-box .menu-item .item-box {
                    width: 100%;
                    margin: auto auto 28px;
                    text-align: center;
                    cursor: pointer;
                    overflow: hidden;
                    line-height: 200px;
                    max-height: 200px;
                }

                .sectionmenu .menu-box .menu-item .item_center {
                    width: 80%;
                    display: inline-block;
                    float: left;
                }

                    .sectionmenu .menu-box .menu-item .item_center .item_title {
                        color: #6892fe;
                        font-size: 16px;
                        margin-top: 20px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_title a {
                            font-size: 18px;
                            font-weight: bold;
                            margin-left: 20px;
                            text-decoration: none;
                        }

                    .sectionmenu .menu-box .menu-item .item_center .item_content {
                        padding: 20px 0px;
                        line-height: 24px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_content .content_txt {
                            display: inline-block;
                            margin-left: 20px;
                        }

                .sectionmenu .menu-box .menu-item .item_right {
                    width: 20%;
                    position: relative;
                    display: inline-block;
                }

                    .sectionmenu .menu-box .menu-item .item_right:after {
                        content: '>';
                        position: absolute;
                        right: 30%;
                        top: 40%;
                        display: none;
                        font-size: 36px;
                        color: #9f9f9f;
                    }


                    .sectionmenu .menu-box .menu-item .item_right .date {
                        color: #9f9f9f;
                        margin-top: 30px;
                        font-size: 36px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                        .sectionmenu .menu-box .menu-item .item_right .date .date_txt {
                            margin: 20px auto auto 20px;
                        }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        color: #9f9f9f;
                        font-size: 16px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        margin: auto 20px;
                    }

    .news .news_wrap .news_right .news_list .last_item {
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

        .news .news_wrap .news_right .news_list .last_item .item_center {
            width: 80%;
            display: inline-block;
            float: left;
        }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_title {
                font-size: 16px;
                margin-top: 20px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_title a {
                    font-size: 16px;
                    margin-left: 20px;
                    text-decoration: none;
                }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_content {
                padding: 20px 0px;
                line-height: 24px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_content .content_txt {
                    display: inline-block;
                    margin-left: 20px;
                }

        .news .news_wrap .news_right .news_list .last_item .item_right {
            width: 20%;
            display: inline-block;
            position: relative;
        }

            .news .news_wrap .news_right .news_list .last_item .item_right .date {
                color: #000;
                margin-top: 30px;
                font-size: 36px;
                font-family: Gisha;
                font-weight: bolder;
            }

                .news .news_wrap .news_right .news_list .last_item .item_right .date .date_txt {
                    margin: 20px auto auto 20px;
                }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                color: #000;
                font-size: 16px;
                font-family: Gisha;
                font-weight: bolder;
            }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                margin: auto 20px;
            }

    .sectionmenu .menu-box .menu-item .item-box img {
        width: 100%;
        max-height: 200px;
    }

    .sectionmenu .menu-box .menu-item .item-title {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-title a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
        }

            .sectionmenu .menu-box .menu-item .item-title a:hover {
                color: #ff6a00;
            }

    .sectionmenu .menu-box .menu-item .item-desc {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-desc span {
            color: #b0b0b0;
            font-size: 12px;
        }
}

/*屏幕宽度小于479px*/
@media only screen and (max-width: 479px) {
    .news_title {
        width: 80%;
        margin: 10px auto 10px auto;
        text-align: center;
    }

        .news_title .news_title_en {
            color: #000;
            font-size: 56px;
            font-family: Impact;
            font-weight: bolder;
        }

        .news_title .news_title_zh {
            font-size: 18px;
            font-family: "华文中宋";
        }

    .sectionmenu {
        width: 100%;
        padding: 10px 0px;
        /*background-color: #f5f5f5;*/
    }


        .sectionmenu .menu-box {
            width: 95%;
            margin: auto;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
        }

            .sectionmenu .menu-box .first-item {
                width: 80%;
                margin: 20px auto auto auto;
            }

            .sectionmenu .menu-box .middle-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .last-item {
                width: 80%;
                margin: auto;
            }

            .sectionmenu .menu-box .menu-item {
                width: 100%;
                float: left;
                border-radius: 10px;
                background-color: #fff;
                display: inline-block;
                margin-bottom: 14px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border: 1px solid #f7f7f7;
            }

                .sectionmenu .menu-box .menu-item:hover {
                    z-index: 2;
                    background-color: #faf7fa;
                    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                    -webkit-transform: translate3d(0, -2px, 0);
                    transform: translate3d(0, -2px, 0);
                }

                .sectionmenu .menu-box .menu-item .item-box {
                    width: 100%;
                    margin: auto auto 28px;
                    text-align: center;
                    cursor: pointer;
                    overflow: hidden;
                    line-height: 200px;
                    max-height: 200px;
                }

                .sectionmenu .menu-box .menu-item .item_center {
                    width: 80%;
                    display: inline-block;
                    float: left;
                }

                    .sectionmenu .menu-box .menu-item .item_center .item_title {
                        color: #6892fe;
                        font-size: 16px;
                        margin-top: 8px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_title a {
                            font-size: 18px;
                            font-weight: bold;
                            margin-left: 20px;
                            text-decoration: none;
                        }

                    .sectionmenu .menu-box .menu-item .item_center .item_content {
                        padding: 0px;
                        line-height: 20px;
                    }

                        .sectionmenu .menu-box .menu-item .item_center .item_content .content_txt {
                            display: inline-block;
                            margin-left: 20px;
                        }

                .sectionmenu .menu-box .menu-item .item_right {
                    width: 20%;
                    position: relative;
                    display: inline-block;
                }

                    .sectionmenu .menu-box .menu-item .item_right:after {
                        content: '>';
                        position: absolute;
                        right: 30%;
                        top: 40%;
                        display: none;
                        font-size: 36px;
                        color: #9f9f9f;
                    }


                    .sectionmenu .menu-box .menu-item .item_right .date {
                        color: #9f9f9f;
                        margin-top: 30px;
                        font-size: 36px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                        .sectionmenu .menu-box .menu-item .item_right .date .date_txt {
                            margin: 20px auto auto 10px;
                        }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        color: #9f9f9f;
                        font-size: 16px;
                        font-family: Impact;
                        font-weight: bolder;
                    }

                    .sectionmenu .menu-box .menu-item .item_right .year {
                        margin: auto 10px;
                    }

    .news .news_wrap .news_right .news_list .last_item {
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

        .news .news_wrap .news_right .news_list .last_item .item_center {
            width: 80%;
            display: inline-block;
            float: left;
        }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_title {
                font-size: 16px;
                margin-top: 20px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_title a {
                    font-size: 16px;
                    margin-left: 20px;
                    text-decoration: none;
                }

            .news .news_wrap .news_right .news_list .last_item .item_center .item_content {
                padding: 20px 0px;
                line-height: 24px;
            }

                .news .news_wrap .news_right .news_list .last_item .item_center .item_content .content_txt {
                    display: inline-block;
                    margin-left: 20px;
                }

        .news .news_wrap .news_right .news_list .last_item .item_right {
            width: 20%;
            display: inline-block;
            position: relative;
        }

            .news .news_wrap .news_right .news_list .last_item .item_right .date {
                color: #000;
                margin-top: 30px;
                font-size: 36px;
                font-family: Gisha;
                font-weight: bolder;
            }

                .news .news_wrap .news_right .news_list .last_item .item_right .date .date_txt {
                    margin: 20px auto auto 20px;
                }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                color: #000;
                font-size: 16px;
                font-family: Gisha;
                font-weight: bolder;
            }

            .news .news_wrap .news_right .news_list .last_item .item_right .year {
                margin: auto 20px;
            }

    .sectionmenu .menu-box .menu-item .item-box img {
        width: 100%;
        max-height: 200px;
    }

    .sectionmenu .menu-box .menu-item .item-title {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-title a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
        }

            .sectionmenu .menu-box .menu-item .item-title a:hover {
                color: #ff6a00;
            }

    .sectionmenu .menu-box .menu-item .item-desc {
        width: 80%;
        margin: auto;
        line-height: 30px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sectionmenu .menu-box .menu-item .item-desc span {
            color: #b0b0b0;
            font-size: 12px;
        }
}
