<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
 
/*header*/
.header-cont {
    padding-bottom: 15px;
}

.news-header {
    overflow: hidden;
    position: relative;
}

    .news-header .news-header-nav {
        background: #e14b23;
    }

.news-header-nav .header-nav {
    margin-top: 0px;
}

.news-header-nav .header-nav-first {
    overflow: hidden;
    margin-right: 20px;
    float: left;
    height: 50px;
    line-height:48px;
    position: relative;
    width: 250px;
    text-align: center;
    align-items:center;
    display:flex;
}

    .news-header-nav .header-nav-first .title {
        width: 105px;
        padding-left: 60px;
        color: #fff;
        font-size:18px;
    }

.news-header-nav .header-nav ul {
    padding-left:20px;
    overflow: hidden;
    position: relative;
} 
    .news-header-nav .header-nav ul .item {
        margin-right:15px;
        position: relative;
        display: inline-block;
        -webkit-transition: background ease 0.6s;
        transition: background ease 0.6s;
        letter-spacing:2px;
    }

    .news-header-nav .header-nav ul li.active {
        background: #fff;
        border-top: 2px solid #e14b23;
    }

        .news-header-nav .header-nav ul li.active a {
            color: #e14b23;
        }

    .news-header-nav .header-nav ul li a {
        color: #fff;
        font-weight:bold;
        font-size: 16px;
    }
        .news-header-nav .header-nav ul li a:hover {
            color:#d2d1d1;
        }

        .news-header .news-header-body {
            width: 100%;
            height: 52px;
            background-color: #fff;
            box-shadow: inset 0 -1px 0 0 #eee;
            display: none;
        }

.news-header-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left:15px;
    overflow:hidden;
}

    .news-header-body ul li {
        float: left;
    }

    .news-header-body ul &gt; li &gt; a {
        display: block;
        padding: 15px 20px;
        color:#333333;
        letter-spacing:1px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 16px;
    }

        .news-header-body ul &gt; li &gt; a:hover {
            color: #e14b23;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

    .news-header-body ul &gt; li.active &gt; a {
        color: #e14b23;
        line-height: 20px;
    }

/*panel*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
    .panel:last-child {
        margin-bottom: 0;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.panel-body {
    padding: 15px
}

.panel-default {
    padding: 0 15px;
    border-color: #e4ecf3;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

    .panel-default &gt; .panel-heading {
        position: relative;
        font-size: 16px;
        padding: 10px 0;
        line-height: 30px;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
    }

        .panel-default &gt; .panel-heading .panel-title {
            padding: 5px 0;
            color: #313131;
        }

            .panel-default &gt; .panel-heading .panel-title &gt; i {
                color: #e14b23;
                margin-right: 5px;
            }

        .panel-default &gt; .panel-heading .more {
            position: absolute;
            top: 8px;
            right: 0;
            display: block;
            color: #919191;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .panel-default &gt; .panel-heading .more:hover {
                color: #616161;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease
            }

        .panel-default &gt; .panel-heading .panel-bar {
            position: absolute;
            top: 7px;
            right: 0;
            display: block
        }

    .panel-default &gt; .panel-footer {
        padding: 15px 0;
        background: none
    }

    .panel-default &gt; .panel-body {
        position: relative;
        padding: 15px 0
    }

.cd-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
    width:49.5%;
    position: relative;
    min-height: 1px;
}

    .cd-md-5 .panel {
        min-height: 300px;
    }

.news-panel-list {
    padding-left: 0px;
    margin-bottom: 0;
}

    .news-panel-list li {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        margin-bottom: 10px;
        padding-right: 80px;
    }

        .news-panel-list li .date {
            position: absolute;
            top: 0;
            right: 0;
            color: #c1c1c1
        }

        .news-panel-list li:hover {
            color: #ee491f !important
        }

.link-dark {
    cursor: pointer;
    color: #616161 !important
}

    .link-dark, .link-dark:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .link-dark:hover {
            color: #ee491f !important
        }

.mrs {
    margin-right: 5px !important
}


.col-md-60, col-md-30 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 15px;
}

.col-md-60 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 68.66666667%
}

.col-md-30 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
}


.news-wrap {
    background:#fff;
    margin: 20px auto;
    overflow: hidden;
    min-height: 323px;
    position:relative;
    width:100%;
}

.news-aside {
    overflow: hidden;
    min-width: 320px;
    padding: 0px 0px 0px 10px;
}

.news-wrap .titles {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    color: #171920;
    line-height: 50px;
    padding-left: 15px;
}
 


/****滚动新闻样式*****/
.carousel-panel {
    height: 400px;
    margin-right: 3px;
    padding: 10px;
    width:700px;
    float: left;
}

.carousel-dots {
    text-align: right;
    width: 99.8%;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    z-index: 10;
    background-color: #808080;
    opacity: .4;
}

.carousel-caption {
    width: 70%;
    margin-top: -30px;
    letter-spacing: 1px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    position: absolute;
    height: 30px;
    z-index: 90;
}

.news-list-box {
    width: 667px;
    height: 100%;
    float: left;
    padding-top: 10px;
}

    .news-list-box .box-header, .news-list-area .box-header {
        width: 98%;
        padding: 0;
        margin-left:1%;
        height: 65px;
        line-height: 65px;
        border-bottom: 1px solid #ececec;
        border-top: 2px solid #e1e0e0;
        overflow: visible;
        margin-bottom: 7px;
    }
        .news-list-box .box-header h3, .news-list-area .box-header h3 {
            float: left;
            position: relative;
            padding-top: 6px;
            border-top: 2px solid #e14b23;
            top: -2px;
            font-size: 20px;
            letter-spacing: 2px;
            padding-right: 5px;
            color: #e14b23;
            background: #fff;
            text-align: left;
        }
            .news-list-box .box-header h3 .dec, .news-list-area .box-header h3 .dec {
                font-size: 15px;
                line-height: 37px;
                display: block;
                -webkit-font-smoothing: antialiased;
                color: #999;
                text-transform: uppercase;
            }

    .news-list-box .boxs {
        width: 98%;
        height: 49px;
        margin-left: 2%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
         
        .news-list-box .boxs .box-title {
            width: 100%;
            position:relative;
            letter-spacing: 2px;
            font-size: 15px;
            overflow: hidden;
            color:#333333;
            padding-left:12px;
        }
        .news-list-box .boxs .box-title:hover {
            color:#e14b23;
        }

            .news-list-box .boxs .box-title::before {
                content: "";
                display: block;
                position: absolute;
                width:5px;
                height:5px;
                background-color: #EE491F;
                left: 0;
                top:7px;
                border-radius: 2px;
            }

/**************资讯列表**************/     

.news-list-panel {
    width: 69%;
    float: left;
    background-color: #ffffff;
    height: 1328px;
}

    .news-list-panel .news-list-area {
        width:100%;
        position:relative;
        height: 440px;
        overflow:hidden;
        margin-top:10px;
    }
.news-list-area .item-box {
    width:49%;
    margin-left:1%;
    float:left;
    height:80px;
    overflow:hidden;
    position:relative;
    margin-bottom:12px;
    margin-top:2px;
}

.news-list-area .item-box-1 {
    width: 99%;
    height:37px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    margin-left: 0;
}
    .news-list-area .item-box .item-left {
        width:25%;
        height:85px;
        float:left;
    }
        .news-list-area .item-box .item-left img{
            width:98%;
            height:72px;
        }

        .news-list-area .item-box .item-right {
            width:74%;
            height:80px;
            float:right;
            margin-left:1%;
            margin-top:-1px;
        }
   
            .news-list-area .item-box .item-right div{
                width:90%;
                height:30px;
                line-height:37px;
                color:#888;
                font-size:13px;
                letter-spacing:1px;
            }
                .news-list-area .item-box .item-right div&gt;span:first-child{
                    padding-right:15px;
                }

                .news-list-area .item-box .item-right .box-title {
                    font-size: 15px;
                    letter-spacing: 2px;
                    color: #333333;
                    line-height:22px;
                }
                    .news-list-area .item-box .item-right .box-title:hover{
                        color:#e14b23;
                    }

.news-list-area .item-box-1 .items {
    width:99%;
    height:37px;
    line-height:37px;
    float: left;
    margin-left: 1%;
}
    .news-list-area .item-box-1 .items .box-title {
        font-size: 15px;
        letter-spacing:1px;
        color:#313131;
        padding-left:17px;
    }
        .news-list-area .item-box-1 .items .box-title:hover{
            color:#e14b23;
        }

        .news-list-area .item-box-1 .items .box-title::before {
            position: absolute;
            content: '\27A4';
            display: block;
            left: 10px;
            top: -2px;
            font-size: 8px;
            color: #EE491F;
        }
    .news-list-area .item-box-1 .items span {
        font-size: 15px;
        letter-spacing:1px;
        color:#808080;
        float:right;
    }

    /**********分页列表样式********/

.news-paging-panel {
    width: 69%;
    float: left;
    background-color: #ffffff;
    height: 1414px;
    border-radius:10px;
}

    .news-paging-panel .box-header {
        width: 98%;
        padding: 0;
        margin-left: 1%;
        height: 65px;
        line-height: 65px;
        border-bottom: 1px solid #ececec;
        overflow: visible;
        margin-bottom: 7px;
    }

        .news-paging-panel .box-header h3 {
            float: left;
            position: relative;
            padding-top: 6px;
            border-bottom: 1px solid #e14b23;
            top:2px;
            font-size:18px;
            font-weight: 400 !important;
            letter-spacing: 2px;
            padding-right: 5px;
            color: #e14b23;
            background: #fff;
            text-align: left;
        }

            .news-paging-panel .box-header h3 .dec {
                font-size: 15px;
                line-height: 37px;
                display: block;
                -webkit-font-smoothing: antialiased;
                color: #999;
                text-transform: uppercase;
            }

    .news-paging-panel .news-list-body {
        width: 98%;
        height:auto;
        margin-left: 1%;
    }
        .news-paging-panel .news-list-body .news-item-list {
            list-style: none;
            list-style-type: none;
        }

            .news-paging-panel .news-list-body .news-item-list li {
                width:99%;
                overflow:hidden;
                height:82px;
                position:relative;
                border-bottom: 1px solid #eee;
                padding-left:12px;
            }
                .news-paging-panel .news-list-body .news-item-list li:hover {
                    background: #f8fafc;
                    cursor:pointer;
                }

                .news-paging-panel .news-list-body .news-item-list li::before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    background-color: #EE491F;
                    left: 1px;
                    top: 15px;
                    border-radius: 2px;
                }
                .news-paging-panel .news-list-body .news-item-list li:last-child {
                    border-bottom:none;
                }
                .news-paging-panel .news-list-body .news-item-list li &gt; a {
                    font-size: 16px;
                    letter-spacing: 2px;
                    color: #333333;
                    font-weight: 400 !important;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    padding-top: 8px;
                    width: 108%;
                    overflow: hidden;
                }
                    .news-paging-panel .news-list-body .news-item-list li &gt; a:hover {
                        color: #e14b23;
                    }


                .news-paging-panel .news-list-body .news-item-list li &gt; div {
                    width: 100%;
                    height:25px;
                    margin-top:20px;
                    color: #888;
                    font-size: 14px;
                    letter-spacing: 1px;
                }
                    .news-paging-panel .news-list-body .news-item-list li &gt; div&gt;span{
                        padding-left:30px;
                    }
                .news-paging-panel .news-list-body .news-item-list li .type-tag {
                    border: 1px solid #ff9999;
                    color: #ff9999;
                    padding: 1px 3px 1px 3px;
                }

                    .paging {
                        padding: 18px 0;
                        border-top: 10px solid #f8fafc;
                        text-align: center;
                        width: 100%;
                        height: auto;
                        bottom: 0;
                        position: absolute;
                        padding-left: 10px;
                        z-index: 0;
                    }

.paging-box, .paging-box2 {
    display: inline-block;
}

    .paging-box a {
        float: left;
        min-width: 20px;
        background: #f0f0f0;
        border-radius: 3px;
        font-size: 14px;
        line-height: 34px !important;
        padding: 0 7px;
        border: 1px solid #e3e3e3;
        margin: 0 3px;
        color: #5b5b5b;
    }

        .paging-box a:hover {
            background: #e6e6e6;
            color: #323232;
        }

    .paging-box .icon-prev, .paging-box .icon-next {
        display: block;
        height: 34px;
    }

    .paging-box .curr, .paging-box .curr:hover {
        background: #e14b23;
        color: #fff;
        border: 1px solid #e14b23;
    }

        .paging-box .curr:hover {
            background: #ee491f;
        }

    .paging-box .icon-prev {
        background: url(../images/paging-prev.png) no-repeat 50% 50%;
    }

    .paging-box .icon-next {
        background: url(../images/paging-next.png) no-repeat 50% 50%;
    }

.posnav {
    line-height: 23px;
    color: #9b9b9b;
    font-size: 13px;
    padding: 20px 0 15px 0;
}

    .posnav a {
        color: #999;
    }

    .posnav em {
        margin: 0 5px;
    }

/*资讯详情页*/
.news_inner {
    padding-bottom: 40px;
}

.newscontent {
    background: #fff;
    overflow: hidden;
    position: relative;
}

    .newscontent .article_name {
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }

    .newscontent .article_info .dp {
        line-height: 44px;
        text-align: center;
        font-size: 14px;
    }

        .newscontent .article_info .dp span {
            display: inline-block;
            margin: 0 10px;
            color: #c0c0c0;
        }

            .newscontent .article_info .dp span a {
                color: #c0c0c0;
            }

                .newscontent .article_info .dp span a:hover {
                    color: #e14b23;
                }

    .newscontent .article_line {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .newscontent .article_info .dp span font {
        margin: 0 2px;
    }

    .newscontent .article_info .dp span i {
        margin-right: 5px;
    }

    .newscontent .article_body {
        font-size: 16px;
        padding: 20px 0;
        letter-spacing: 2px;
        color: #363636;
    }

        .newscontent .article_body p,
        .newscontent .article_body span {
            font-size: 16px !important;
            line-height: 36px !important;
            font-family: Arial,hiragino sans gb,microsoft yahei,simsun,sans-serif !important
        }

        .newscontent .article_body .keytags {
            margin-top: 30px;
            font-size: 14px;
            line-height: 30px;
            color: #6b6b6b;
        }

        .newscontent .article_body img {
            max-width: 100% !important;
            height: auto !important;
            vertical-align: middle;
            display: block;
            margin: 0 auto !important;
        }

    .newscontent .ask_question {
        overflow: hidden;
        text-align: left;
        border-bottom: 4px solid #ededed;
        padding-bottom: 10px;
    }

.ask_question .detail-title h3 {
    font-size: 22px;
    padding-left: 36px;
    position: relative;
}

    .ask_question .detail-title h3::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 27px;
        height: 27px;
        background: url('../images/Q-icon.png')no-repeat;
        background-size: 100%;
    }

.ask_question .detail-other {
    margin-top: 10px;
    overflow: hidden;
}

.ask_question .detail-block {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
}

.newscontent .ask_answer {
    margin: 15px 0;
    min-height: 50px;
    overflow: hidden;
    font-size: 16px;
}

.ask_answer .items .item {
    margin: 26px 0;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 26px;
    font-size: 16px;
    padding-left: 33px;
    position: relative;
}

    .ask_answer .items .item::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 25px;
        height: 25px;
        background: url('../images/A-icon.png')no-repeat;
    }

.article-tags {
    position: relative;
    height: 35px;
    margin: 20px 0 10px;
}

    .article-tags span {
        display: inline-block;
        margin-right: 8px;
        padding: 0 10px;
        line-height: 26px;
        background-color: #F0F2F5;
        font-size: 14px;
        color: #808080;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        text-decoration: none;
        outline: none;
        margin-bottom: 6px;
    }


/*推荐课程*/
.news-courses {
}

    .news-courses .course-item {
        padding: 15px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 5px #d3d3d3;
        margin-bottom: 15px;
    }

        .news-courses .course-item:hover {
            box-shadow: 0 0 10px #e14b23;
            transform: translateY(-5px);
        }

.course-item .course-cover {
    width: 100%;
    overflow: hidden;
}

    .course-item .course-cover img {
        width: 350px;
        height: 210px;
    }

.course-item .course-title {
    margin-left: 6px;
    word-wrap: break-word;
}

    .course-item .course-title h4 {
        font-size: 16px;
        color: #313131;
        line-height: 28px;
    }

    .course-item .course-title .amount {
        margin-top: 10px;
    }

        .course-item .course-title .amount span {
            color: #e13b29;
            font-weight: 600;
            float: left;
        }

        .course-item .course-title .amount em {
            float: right;
            display: inline-block;
            width: 72px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            background: #e13b29;
            border-radius: 90px;
            cursor: pointer
        }

            .course-item .course-title .amount em a {
                color: #fff;
            }
/*热门推荐*/
.news-hot-items {
    overflow: hidden;
    position: relative;
    width:100%;
    min-height:300px;
}

    .news-hot-items li {
        padding-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

        .news-hot-items li i {
            position: absolute;
            left: 0;
            top: 5px;
            z-index: 2;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #d93d28;
            margin-right: 12px;
        }

        .news-hot-items li a {
            font-size:15px;
            letter-spacing:1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            width: 100%;
            color: #333333;
            padding-right: 10px;
        }

            .news-hot-items li a:hover {
                color: #e13b29;
            }

/*考试日历banner*/
.calendar-panel {
    width: 94.7%;
    padding: 10px;
    border: 1px solid #d7d7d7;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    height: 130px;
    margin-bottom: 20px;
    border-radius:5px;
}
    .calendar-panel .calendar-panel-title {
        width: 95%;
        height: 30px;
        position: absolute;
        padding-left: -10px;
        font-weight: bold;
        font-size: 20px;
        color: #ffffff;
        letter-spacing: 1px;
        margin-top: -105px;
        text-align: center;
    }
</pre></body></html>