<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    background-color: #f4f4f4;
}

    .container .header_box.area {
        width: 1200px !important;
    }

    .container .area {
        width: 1200px;
    }



    .container .footer {
        margin-top: 66px;
    }

    .container .hader_banner {
        width: 100%;
    }

        .container .hader_banner img {
            display: block;
            width: 100%;
        }

    .container .nav_box {
        width: 100%;
        background-color: #313130;
        height: 45px;
        line-height: 45px;
    }

        .container .nav_box .nav {
            display: flex;
        }

            .container .nav_box .nav .nav_item {
                height: 52px;
                padding: 0 40px;
                line-height: 52px;
            }

                .container .nav_box .nav .nav_item a {
                    color: #fff;
                    font-size: 16px;
                    display: inline-block;
                }

                .container .nav_box .nav .nav_item:hover {
                    background-color: #0a0a0a;
                }

            .container .nav_box .nav .nav_itemActive {
                background-color: #0a0a0a;
            }

                .container .nav_box .nav .nav_itemActive:hover {
                    background-color: rgba(10, 10, 10, 0.5);
                }

    .container .area_box {
        display: flex;
        justify-content: space-between;
    }

        .container .area_box .area_left {
            width: 266px;
            background-color: #fff;
            height: 100%;
        }

            /*.container .area_box .area_left .area_Buttom {
                margin-bottom: 32px;
            }*/

                .container .area_box .area_left .area_Buttom a {
                    width: 100%;
                    height: 54px;
                    background-color: #0068db;
                    line-height: 54px;
                    font-size: 16px;
                    font-family: 'Roboto';
                    font-weight: 400;
                    color: #ffffff;
                    margin-bottom: 6px;
                    display: inline-block;
                    text-align: center;
                }

                    .container .area_box .area_left .area_Buttom a:last-child {
                        margin-bottom: 0;
                    }

                    .container .area_box .area_left .area_Buttom a:hover {
                        background-color: rgba(0, 104, 219, 0.8);
                    }

            .container .area_box .area_left .Submission {
                margin-bottom: 48px;
            }

                .container .area_box .area_left .Submission .Submission_title {
                    position: relative;
                    padding-bottom: 0px;
                    border-bottom: 1px solid #cbcbcb;
                    margin-bottom: 25px;
                    padding-left: 13px;
                }

                    .container .area_box .area_left .Submission .Submission_title a {
                        font-size: 18px;
                        font-family: 'Roboto';
                        font-weight: 400;
                        color: #555555;
                    }

                    .container .area_box .area_left .Submission .Submission_title::after {
                        content: '';
                        position: absolute;
                        bottom: -1px;
                        left: 0;
                        width: 126px;
                        height: 2px;
                        background: #0068db;
                        transition: all 0.5s;
                    }

                    .container .area_box .area_left .Submission .Submission_title:hover::after {
                        width: 100%;
                        transition: all 0.5s;
                    }

                .container .area_box .area_left .Submission .Submission_title1 {
                    margin-bottom: 25px;
                }

                    .container .area_box .area_left .Submission .Submission_title1 a {
                        font-size: 18px;
                        font-family: 'Roboto';
                        font-weight: 400;
                        color: #536ea4;
                    }

                        .container .area_box .area_left .Submission .Submission_title1 a:hover {
                            text-decoration: underline;
                        }

                .container .area_box .area_left .Submission .Submission_title2 {
                    font-size: 18px;
                    font-family: 'Roboto';
                    font-weight: 400;
                    color: #555555;
                    line-height: 27px;
                }

            .container .area_box .area_left .Program_list {
                width: 100%;
                margin-bottom: 27px;
            }

.Program_list_title {
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    padding-left: 13px;
    padding-top:24px;
}

    .Program_list_title a {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 400;
        color: #555555;
    }

    .Program_list_title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 126px;
        height: 2px;
        background: #0068db;
        transition: all 0.5s;
    }

    .Program_list_title:hover::after {
        width: 100%;
        transition: all 0.5s;
    }

.Program_list_detail a {
    width: 100%;
    height: 48px;
    line-height: 50px;
    border-bottom: 1px dashed #979797;
    display: block;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #555555;
    padding-left: 32px;
    position: relative;
}

    .Program_list_detail a::after {
        content: '';
        position: absolute;
        left: 14px;
        top: 48%;
        transform: translateY(-48%);
        width: 8px;
        height: 8px;
        background: #a1a1a1;
        border-radius: 50%;
    }

    .Program_list_detail a:hover {
        color: #b72a3b;
    }

        .Program_list_detail a:hover::after {
            background-color: #b72a3b;
        }

.container .area_box .area_left .Program_list .Program_list1:last-child .Program_list1_title {
    margin-bottom: 23px;
}

.container .area_box .area_left .Program_list .Program_list1:last-child span {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #555555;
    margin-bottom: 25px;
    display: inline-block;
}

    .container .area_box .area_left .Program_list .Program_list1:last-child span i {
        color: #4d4d4d;
    }

    .container .area_box .area_left .Program_list .Program_list1:last-child span:last-child {
        margin-bottom: 0;
    }

.container .area_box .area_left .Program_list .Program_list1:last-child {
    margin-bottom: 0;
}

.container .area_box .area_center {
    width: 684px;
    margin: 0px 24px 0 26px;
}

    .container .area_box .area_center .swiper-container {
        height: 334px;
        margin-bottom: 6px;
    }

        .container .area_box .area_center .swiper-container img {
            width: 100%;
            height: 100%;
        }

        .container .area_box .area_center .swiper-container .swiper-pagination {
            text-align: right;
            padding-right: 30px;
        }

        .container .area_box .area_center .swiper-container .swiper-pagination-bullet {
            width: 14px;
            height: 14px;
            margin: 0 6px;
            background-color: #626262;
        }

        .container .area_box .area_center .swiper-container .swiper-pagination-bullet-active {
            background-color: #ffffff;
        }

        .container .area_box .area_center .swiper-container .swiper-slide {
            position: relative;
        }

            .container .area_box .area_center .swiper-container .swiper-slide .swiper-slide_text {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 40px;
                line-height: 40px;
                width: 664px;
                background: rgba(17, 17, 17, 0.5);
                padding-left: 20px;
                font-size: 14px;
                color: #fff;
                width: 100%;
            }

    .container .area_box .area_center .ConfereBox {
        padding-top: 18px;
        padding-bottom: 23px;
        background-color: #fffad4;
        margin-bottom: 26px;
    }

        .container .area_box .area_center  .ConfereBox_title {
            font-size: 16px;
            font-family: 'RobotoMedium';
            font-weight: 500;
            color: #0068db;
            padding-left: 18px;
            padding-bottom: 18px;
            border-bottom: 1px solid #d1d1d1;
            position: relative;
            margin-bottom: 23px;
            padding-top: 18px;
        }

            .container .area_box .area_center  .ConfereBox_title::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 125px;
                height: 2px;
                background: #0068db;
                transition: all 0.5s;
            }

            .container .area_box .area_center  .ConfereBox_title:hover::after {
                width: 100%;
                transition: all 0.5s;
            }

        .container .area_box .area_center  .ConfereBox_detail {
            font-size: 14px;
            font-family: 'RobotoMedium';
            font-weight: 500;
            color: #5c5c5c;
            line-height: 16px;
            margin-bottom: 18px;
            padding: 0 18px;
        }

            .container .area_box .area_center  .ConfereBox_detail i {
                color: #0068db;
            }

            .container .area_box .area_center  .ConfereBox_detail:last-child {
                margin-bottom: 0;
            }

        .container .area_box .area_center .ConfereBox:last-child {
            margin-bottom: 0;
        }

    .container .area_box .area_center .ConfereBox1 {
        padding-bottom: 0;
    }

        .container .area_box .area_center .ConfereBox1 .ConfereBox_title {
            margin-bottom: 0;
        }

        .container .area_box .area_center .ConfereBox1 .ConfereBox_detail {
            padding-left: 34px;
            position: relative;
            border-bottom: 1px dashed #e4e4e4;
            margin-bottom: 0;
        }

            .container .area_box .area_center .ConfereBox1 .ConfereBox_detail a {
                height: 60px;
                font-size: 14px;
                font-weight: 500;
                color: #5c5c5c;
                line-height: 60px;
                display: inline-block;
            }

                .container .area_box .area_center .ConfereBox1 .ConfereBox_detail a:hover {
                    color: #b72a3b;
                }

            .container .area_box .area_center .ConfereBox1 .ConfereBox_detail::after {
                content: '';
                position: absolute;
                width: 6px;
                height: 6px;
                background: #0068db;
                border-radius: 50%;
                left: 18px;
                top: 25px;
            }

            .container .area_box .area_center .ConfereBox1 .ConfereBox_detail:last-child {
                border: none;
            }

    .container .area_box .area_center .ConfereBox2 {
        background-color: #fff;
        padding-bottom: 40px;
    }

        .container .area_box .area_center .ConfereBox2 .ConfereBox_title {
            padding-bottom: 4px;
            font-size: 18px;
            font-family: Roboto-Regular, Roboto;
            font-weight: 400;
            color: #555555;
        }

            .container .area_box .area_center .ConfereBox2 .ConfereBox_title::after {
                width: 156px;
            }

        .container .area_box .area_center .ConfereBox2 .ConfereBox_detail {
            font-size: 14px;
            font-family: 'Roboto';
            font-weight: 400;
            color: #555555;
            line-height: 26px;
        }

    .container .area_box .area_center .ConfereBox3 {
        background-color: #fff;
        padding-bottom: 18px;
    }

        .container .area_box .area_center .ConfereBox3 .ConfereBox_title {
            padding-bottom: 4px;
            font-size: 18px;
            font-family: 'Roboto';
            font-weight: 400;
            color: #555555;
        }

        .container .area_box .area_center .ConfereBox3 .ConfereBox_detail,
        .container .area_box .area_center .ConfereBox3 .ConfereBox_details {
            font-size: 14px;
            font-family: 'Roboto';
            font-weight: 400;
            color: #555555;
            line-height: 26px;
        }

        .container .area_box .area_center .ConfereBox3 .ConfereBox_detail_title {
            font-weight: 600;
        }

    .container .area_box .area_center .ConfereBox4 {
        background-color: #fff;
        padding-bottom: 25px;
    }

        .container .area_box .area_center .ConfereBox4 .ConfereBox_title {
            padding-bottom: 4px;
            font-size: 18px;
            font-family: 'Roboto';
            font-weight: 400;
            color: #555555;
        }

        .container .area_box .area_center .ConfereBox4 .ConfereBox_detail {
            font-size: 14px;
            font-family: 'Roboto';
            font-weight: 400;
            color: #4d6da8;
            line-height: 26px;
        }

            .container .area_box .area_center .ConfereBox4 .ConfereBox_detail i {
                color: #555555;
            }

            .container .area_box .area_center .ConfereBox4 .ConfereBox_detail a {
                color: #4d6da8;
            }

                .container .area_box .area_center .ConfereBox4 .ConfereBox_detail a:hover {
                    text-decoration: underline;
                }

.container .area_box .area_right {
    width: 266px;
    background-color: #fff;
    height: 100%;
}

    .container .area_box .area_right .Important {
        margin-bottom: 30px;
    }

        .container .area_box .area_right .Important .Important_title {
            padding-left: 13px;
            border-bottom: 1px solid #cbcbcb;
            position: relative;
            margin-bottom: 19px;
        }

            .container .area_box .area_right .Important .Important_title::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 126px;
                height: 2px;
                background: #0068db;
                transition: all 0.5s;
            }

            .container .area_box .area_right .Important .Important_title a {
                font-size: 18px;
                font-family: 'Roboto';
                font-weight: 400;
                color: #555555;
            }

            .container .area_box .area_right .Important .Important_title:hover::after {
                width: 100%;
                transition: all 0.5s;
            }

        .container .area_box .area_right .Important .Important_detail {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-bottom: 18px;
        }

            .container .area_box .area_right .Important .Important_detail::after {
                content: '';
                position: absolute;
                bottom: -1px;
                width: 234px;
                height: 1px;
                background: rgba(213, 203, 204, 0.3);
                left: 50%;
                transform: translateX(-50%);
            }

            .container .area_box .area_right .Important .Important_detail .Important_detail_log {
                width: 14px;
                margin: 2px 4px 0 17px;
            }

                .container .area_box .area_right .Important .Important_detail .Important_detail_log img {
                    width: 100%;
                }

            .container .area_box .area_right .Important .Important_detail .Important_detail_text {
                flex: 1;
            }

                .container .area_box .area_right .Important .Important_detail .Important_detail_text .Important_detail_text1,
                .container .area_box .area_right .Important .Important_detail .Important_detail_text .Important_detail_text2 {
                    font-size: 14px;
                    font-family: 'Roboto';
                    font-weight: 400;
                    color: #000000;
                }

                .container .area_box .area_right .Important .Important_detail .Important_detail_text .through {
                    text-decoration: line-through;
                }

                .container .area_box .area_right .Important .Important_detail .Important_detail_text .iscolor {
                    background-color: #f8e71c;
                    display: inline;
                }

                .container .area_box .area_right .Important .Important_detail .Important_detail_text .Important_detail_text3 {
                    margin-top: 9px;
                    margin: 9px 0 18px 0;
                }

            .container .area_box .area_right .Important .Important_detail:last-child {
                margin-bottom: 0;
            }

    .container .area_box .area_right .Organizer {
        margin-bottom: 24px;
    }

        .container .area_box .area_right .Organizer .Organizer_title {
            padding-left: 13px;
            border-bottom: 1px solid #cbcbcb;
            width: 100%;
            position: relative;
        }

            .container .area_box .area_right .Organizer .Organizer_title a {
                font-size: 18px;
                font-family: 'Roboto';
                font-weight: 400;
                color: #555555;
            }

            .container .area_box .area_right .Organizer .Organizer_title::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -1px;
                width: 126px;
                height: 2px;
                background: #0068db;
                transition: all 0.5s;
            }

            .container .area_box .area_right .Organizer .Organizer_title:hover::after {
                width: 100%;
                transition: all 0.5s;
            }

        .container .area_box .area_right .Organizer .Organizer_titleimg {
            margin: 20px 0px;
            text-align: center;
        }


        /*eventmain继承*/
.eventMain-center-text {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .eventMain-center-text p {
        font-size: 16px;
        color: #4d4d4d;
        line-height: 24px;
        margin-bottom: 18px;
    }

        .eventMain-center-text p a {
            display: inline !important;
            color: #3c5a97 !important;
        }

    .eventMain-center-text h4 {
        font-size: 16px;
        font-weight: bolder;
        color: #333333;
        line-height: 16px;
        margin-bottom: 14px;
    }

.eventMain-leftbar-panel ul li a {
    display: block;
    border-bottom: 1px dashed #e9e9e9;
    width: 220px;
    font-size: 0;
    padding: 5px 0 5px 10px;
}

    .eventMain-leftbar-panel ul li a:hover span:nth-child(2) {
        color: #c30e26;
    }

    .eventMain-leftbar-panel ul li a span:first-child {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin-right: 10px;
        background: #9f9f9f;
        vertical-align: top;
        margin-top: 14px;
    }

    .eventMain-leftbar-panel ul li a span:nth-child(2) {
        display: inline-block;
        line-height: 34px;
        /*font-size: 12px;*/
        font-size: 14px;
        color: #4d4d4d;
        height: 34px;
        overflow: hidden;
        max-width: 200px;
        /*text-transform: uppercase;*/
    }

.eventMain-leftbar-panel {
    padding-left: 1px;
}

.eventMain-centerbar-panel ul li a {
    display: block;
    border-bottom: 1px dashed #e9e9e9;
    /*width: 220px;*/
    font-size: 0;
    padding: 5px 0 5px 10px;
}

    .eventMain-centerbar-panel ul li a:hover span:nth-child(2) {
        color: #c30e26;
    }

    .eventMain-centerbar-panel ul li a span:first-child {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin-right: 10px;
        background: #9f9f9f;
        vertical-align: top;
        margin-top: 14px;
    }

    .eventMain-centerbar-panel ul li a span:nth-child(2) {
        display: inline-block;
        line-height: 34px;
        /*font-size: 12px;*/
        font-size: 14px;
        color: #4d4d4d;
        height: 34px;
        overflow: hidden;
        /*max-width: 200px;*/
        /*text-transform: uppercase;*/
    }

.eventMain-centerbar-panel {
    padding-left: 1px;
}

.eventMain-leftbar-img {
    width: 100%;
}

    .eventMain-leftbar-img img {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 124px;
        max-height: 130px;
    }





.eventNewsList {
    margin-top: 60px !important;
}

.newsList {
    margin-bottom: 105px;
}

    .newsList .public-container {
        background: #fff;
        padding-bottom: 65px;
        margin: 0 auto;
        width: 1200px;
    }

.aboutUs-breadNav {
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 12px;
    padding: 20px 0 16px 40px;
    margin-top: 20px;
}

    .aboutUs-breadNav span {
        display: inline-block;
        color: #666666;
    }

        .aboutUs-breadNav span a {
            color: #37528a !important;
        }

.newsDetails-panel {
    padding: 50px 40px;
    font-size: 0;
}

    .newsDetails-panel h3 {
        font-size: 18px;
        color: #333333;
        line-height: 25px;
        text-align: center;
        font-weight: bolder;
        margin-bottom: 30px;
    }

.newsDetails-panel-text {
    text-align: center;
    margin-bottom: 30px;
}

.newsDetails-panel li {
    font-size: 16px;
    list-style-type: disc;
    list-style: inside;
    color: #767676;
    line-height: 26px;
    margin-bottom: 5px;
}

.newsDetails-panel-text li {
    display: inline-block;
    height: 17px;
    margin-right: 50px;
}

.newsDetails-panel p {
    font-size: 16px;
    color: #767676;
    line-height: 26px;
    /* margin-bottom: 37px; */
    margin-bottom: 10px;
}

.newsDetails-panel-share li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.newsDetails-panel li {
    font-size: 16px;
    list-style-type: disc;
    list-style: inside;
    color: #767676;
    line-height: 26px;
    margin-bottom: 5px;
}

.journalNews-bottom-list a {
    display: block;
    width: 100%;
    position: relative;
    height: 123px;
    border-bottom: 1px solid #eaeaea;
    /* padding-top: 57px; */
    padding: 20px 0;
    color: #3c5a97 !important;
}

.journalNews-bottom-date {
    float: left;
    width: 132px;
    text-align: center;
}

    .journalNews-bottom-date p {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        color: #797979;
        font-weight: bolder;
    }

    .journalNews-bottom-date span {
        font-size: 12px;
        line-height: 12px;
        text-transform: capitalize;
        display: block;
    }

.journalNews-bottom-text {
    float: left;
    width: 960px;
}

    .journalNews-bottom-text h4 {
        font-size: 18px;
        font-weight: bold;
        /* color: #4d4d4d; */
        line-height: 18px;
        height: 22px;
        overflow: hidden;
        margin-bottom: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .journalNews-bottom-text p {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        color: #333333;
    }

.journalNews-bottom-read {
    position: absolute;
    /* bottom: 14px; */
    bottom: 20px;
    right: 33px;
    font-size: 0;
}

    .journalNews-bottom-read img {
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        margin-top: 1px;
    }

    .journalNews-bottom-read span {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #a7a7a7;
    }</pre></body></html>