<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    vertical-align: top;
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 16px;
    
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    min-width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
   
    -webkit-text-size-adjust: none;
 
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #0075ff;
        text-decoration: none;
    }

.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}

.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
  
}

* + html .clearfix {
   
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.siteWidth {
    clear: both;
   /* width: 1100px;*/
    margin: 0 auto;
   
}

#content {
    clear: both;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}
    #content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/*顶部 S*/
#header {
    position: relative;
    z-index: 3;
    display: block;
}

    #header .logoBar {
        height: 120px;
        position: relative;
        z-index: 1
    }

    #header .logo {
        position: absolute;
        top: 10px;
        left: 0
    }

        #header .logo img {
            max-height: 120px;
        }

    #header .header-name {
        font-size: 36px;
        color: #353535;
        cursor: pointer;
        font-weight: bold;
        float:left;
        margin-left:120px;
        height:80px;
        margin-top:40px;
    }
    #header .course-name {
        font-size: 34px;
        color: #1381d8;
        cursor: pointer;
        font-weight: bold;
        float: left;
        margin-left: 20px;
        height: 80px;
        margin-top: 42px;
    }
.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 3px #ffffff;
    text-align: center;
    margin-left: 85px;
}
/*导航 */
.navtop {
    height: 60px;
    line-height: 58px;
    margin: 0 auto;   
    background: #1a99e8;
    color: #000; 
    text-align: center;
    z-index:1;
    width:100%;
}

.mainNav a:hover {
        text-decoration: none
    }

.mainNav {
    
    font-size: 16px;
    position: relative;
    zoom: 1;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
    /* 水平置中 */
    justify-content: center;
    min-width: 1100px;
    flex-wrap: wrap;
}

    .mainNav:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .mainNav a {
      
        color: #000;
    }

    .mainNav .li1 {
        text-align: center;
        float: left;
        position: relative;
       border-right: 1px solid #FFF;
       background-color:#fff;
       /* top:6px;
        line-height:48px;*/
    }

    .mainNav .a1 {
        float: left;
        display: block;
        zoom: 1;
        padding: 0 18px;
    }

    .mainNav .a1:hover {
        text-decoration: none;
        color: #fff
    }

    .mainNav .on1 .a1 {
        background: #35a2e6;
        color:#fff;
    }

    .mainNav .ul1 {
        overflow: hidden;
        line-height: 28px;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        display: none;
        background: #2C5D9B;
        
    }

    .mainNav .li2 {
        vertical-align: top;
    }

    .mainNav .a2 {
        font-size: 14px;
        display: block;
        border-top: 1px solid #4977ae;
        line-height: 20px;
        padding: 8px;
    }

    .mainNav .a2:hover {
        background: #376baa;
        color: #fff;
        text-decoration: none;
    }





.indFocus {
    width: 1100px;
    overflow: hidden;
    position: relative;
    float: left
}

    .indFocus .hd {
        position: absolute;
        z-index: 1;
        right: 10px;
        bottom: 20px;
    }

        .indFocus .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .indFocus .hd ul li {
                float: left;
                margin-right: 10px;
                width: 14px;
                height: 14px;
                line-height: 14px;
                text-align: center;
                background-color: transparent;
                border:1px solid #fff;
                cursor: pointer;
                color: #fff;
            }

                .indFocus .hd ul li span {
                    display: none;
                }

                .indFocus .hd ul li.on {
                    background: #fff;
                }

    .indFocus .bd {
        position: relative;
        height: 285px;
        overflow: hidden;
    }

        .indFocus .bd li {
            position: relative
        }

        .indFocus .bd .pic {
            position: relative;
            z-index: 0;
            line-height: 0;
        }

            .indFocus .bd .pic img {
                width: 1100px;
                height: 285px;
                border: 0;
            }

        .indFocus .bd .con {
            position: absolute;
            width: 100%;
            z-index: 1;
            bottom: 0;
            height: 20px;
            line-height: 20px;
            text-align: left;
        }

            .indFocus .bd .con .title {
                position: absolute;
                width: 100%;
                bottom: 0;
                left: 0;
                z-index: 1;
            }

                .indFocus .bd .con .title a {
                    color: #fff;
                    padding-left: 10px;
                    text-decoration: none;
                }

            .indFocus .bd .con .titleBg {
                position: absolute;
                width: 100%;
                z-index: 0;
                bottom: 0;
                left: 0;
                background: #000;
                filter: alpha(opacity=60);
                opacity: 0.6;
                height: 60px;
            }

.newBox {
   
    height: 420px;
    overflow: hidden;
}

    .newBox .hd {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #F4C567;
        padding-bottom: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .newBox .hd .more {
            float: right;
            color: #fff;
            font-size: 12px;
        }

        .newBox .hd h3 {
            font-size: 16px;
            font-weight: bold;
            color: #fff
        }

            .newBox .hd h3 a {
                color: #fff;
            }

    .newBox .list li {
        padding: 8px 0 8px 10px;
      
        line-height: 24px;
    }

        .newBox .list li a {
            color: #fff;
            display: block;
            height: 24px;
            overflow: hidden;
        }

    .newBox .list .dateRight {
        color: #F4C567;
        display: block;
    }


#rowC {
    margin-bottom: 0;
}

.row .box {
   
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}




/* box */
.box {
    margin-bottom: 20px;
    background: #fff;
    border-top: 3px solid #10646F
}

    .box .hd {
        height: 46px;
        line-height: 46px;
        overflow: hidden;
    }

        .box .hd h3 {
            float: left;
            padding: 0 20px 0 26px;
          
            color: #10646F;
            font-size: 16px;
            font-weight: bold;
        }

            .box .hd h3 a {
                color: #10646F;
            }

        .box .hd .more {
            float: right;
            font-size: 12px;
            color: #999;
        }

    .box .bd {
        overflow: hidden;
        padding: 5px 0;
    }
/* sideBox */
.sideBox {
    margin-bottom: 30px;
    background: #F5F5F5;
}

    .sideBox .hd {
        height: 47px;
        line-height: 47px;
        background: #10646F;
        padding: 0 15px;
        color: #fff;
        overflow: hidden;
    }

        .sideBox .hd .more {
            float: right;
            color: #fff;
            font-size: 12px;
        }

        .sideBox .hd h3 {
            font-size: 16px;
            font-weight: bold;
            color: #fff
        }

            .sideBox .hd h3 a {
                color: #fff
            }

    .sideBox .bd {
        padding: 5px 20px;
        overflow: hidden
    }


/*底部 */
#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0;
    background: #376285;
  
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

    #footer a {
        color: #fff
    }

    #footer .siteWidth {
       
        overflow: hidden;
    }

    #footer .links {
        margin-bottom: 5px
    }

        #footer .links li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 15px;
        }

    #footer .copyRight {
        overflow: hidden;
        zoom: 1;
        text-align: center;
    }


    .friendLinks .title {
        font-size: 16px;
        vertical-align: middle;
        color: #10646F;
    }

    .friendLinks select {
        font-size: 12px;
        margin: 0 0 0 27px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 5px;
        width: 192px;
        vertical-align: middle;
    }


/*登录框 */

#o-box-up, #o-box-down {
    width: 320px;
    height: 380px;
    position: absolute;
    border-radius: 5px;
}

#o-box-up {
    background-color: #000;
    filter: alpha(opacity:4);
    opacity: 0.4;
}

#o-box-down {
    padding: 30px 0 0 40px;
}


.login-form {
    background-color:rgba(0,0,0,0.3);
   height:420px;
    width: 320px;
    padding: 20px;
    position: relative;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layui-panel {
    border-radius: 7px;
}

.login-form .login-title {
    margin-bottom: 20px;
    text-align: center;
    color:#fff;
    font-size:20px;
    font-weight:bold;
}

.login-form input {
    padding-left: 38px;
   
}

.login-form .layui-form-item .layui-icon {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
}

.login-form input[name="captcha"] {
    width: 195px;
    display: inline-block;
    margin-right: 1px;
}


#captcha {
    width: 120px;
    height: 40px;
}

/* defaultBox - 默认盒子 */
.defaultBox &gt; .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #eeeeee;
    margin-right:10px;
}

    .defaultBox &gt; .hd h3,
    .defaultBox &gt; .hd li {
        float: left;
        margin-right: 14px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 0 26px;
        
    }

        .defaultBox &gt; .hd h3,
        .defaultBox &gt; .hd li.on {
          
            border-bottom: 2px solid #234788 ;
           
        }

            .defaultBox &gt; .hd h3 a,
            .defaultBox &gt; .hd li a,
            .defaultBox &gt; .hd li.on a {
                text-decoration: none;
                color: inherit;
            }

    .defaultBox &gt; .hd .more {
        float: right;
        margin: 7px 0 0;
        line-height: 30px;
        padding: 0 17px;
        border-radius: 500px;
        background: #f1f1f1;
        font-size: 14px;
        color: #999;
    }

        .defaultBox &gt; .hd .more:hover {
            background: #234788;
            text-decoration: none;
            color: #fff;
        }

.defaultBox &gt; .bd {
    padding-top: 16px;
}
.topicList .n &gt; a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.rightBox &gt; .hd {
    height: 44px;
    line-height: 44px;
    width: 400px;
}

.rightBox &gt; .hd h3,
.rightBox &gt; .hd li {
        
    float: left;
    margin-right: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 26px;
}

.rightBox &gt; .hd h3,
.rightBox &gt; .hd li.on {
    width: 400px;
    background-color: #eeeeee
}

.rightBox &gt; .hd h3 a,
.rightBox &gt; .hd li a,
.rightBox &gt; .hd li.on a {
    text-decoration: none;
    color: inherit;
}

.rightBox &gt; .hd .more {
    float: right;
    margin: 7px 0 0;
    line-height: 30px;
    padding: 0 17px;
    border-radius: 500px;
    background: #f1f1f1;
    font-size: 14px;
    color: #999;
}

.rightBox &gt; .hd .more:hover {
    background: #234788;
    text-decoration: none;
    color: #fff;
}

.rightBox &gt; .bd {
    padding-top: 16px;
}




/*.famous_school_list {
    width: 100%;
   
}

    .famous_school_list .swiper-slide {
        width: 360px;
    }

.famous_school_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.famous_school_item_inner {
    width: 100%;
}

.famous_school_item_top {
    width: 100%;
    height: 57px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a99e8;
}

    .famous_school_item_top h3 {
        color: rgba(255, 255, 255, 0.8);
        border-left: 4px solid #FFFFFF;
        font-family: 'Times New Roman', Times, serif;
        font-size: 14px;
        font-weight: bolder;
        line-height: 16px;
        padding-left: 5px;
    }

.famous_school_item_swiper {
    width: 100%;
    height: 290px;
    padding: 20px 5px 15px 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    overflow: hidden;
}

    .famous_school_item_swiper.active {
        overflow-y: scroll;
    }

    .famous_school_item_swiper .swiper-container {
        height: 100%;
    }

    .famous_school_item_swiper .swiper-wrapper {
        -webkit-transition-timing-function: linear;*/ /*之前是ease-out*/
        /*-moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .famous_school_item_swiper .swiper-slide {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }

.famous_school_item_list {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.famous_school_item_slide {
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.famous_school_item_num {
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.famous_school_item_info {
    overflow: hidden;
}

    .famous_school_item_info h4 {
        font-size: 14px;
    }

    .famous_school_item_info p {
        color: rgba(0, 0, 0, 0.6);
        letter-spacing: 0;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.famous_school_item_infos {
    height: 134px;
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    padding: 10px;
    color: #000000;
    font-size: 10px;
    margin-top: 10px;
}

.swiper-pagination {
    width: 100%;
    position: initial;
    display: none;
    justify-content: center;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #E6E6E6;
    opacity: 1;
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    background-color: #D5286E;
    opacity: 1;
}*/



.famous_school_list {
    width: 100%;
    
}

    .famous_school_list .swiper-slide {
        width: 360px;
    }

.famous_school_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.famous_school_item_inner {
    width: 100%;
}

.famous_school_item_top {
    width: 100%;
    height: 57px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    background-color: #1a99e8;
}

    .famous_school_item_top h3 {
        color: rgba(255, 255, 255, 0.8);
        border-left: 4px solid #FFFFFF;
        font-size: 16px;
        line-height: 16px;
        padding-left: 5px;
    }

.famous_school_item_swiper {
    width: 100%;
    height: 290px;
    padding: 20px 5px 15px 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
    border: 1px solid #1a99e8;
}

    .famous_school_item_swiper.active {
        overflow-y: scroll;
    }

    .famous_school_item_swiper .swiper-container {
        height: 100%;
    }

    .famous_school_item_swiper .swiper-wrapper {
        -webkit-transition-timing-function: linear; /*之前是ease-out*/
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
       
    }

    .famous_school_item_swiper .swiper-slide {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }

.famous_school_item_list {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.famous_school_item_slide {
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.famous_school_item_num {
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.famous_school_item_info {
    overflow: hidden;
}

    .famous_school_item_info h4 {
        font-size: 14px;
    }

    .famous_school_item_info p {
        color: rgba(0, 0, 0, 0.6);
        letter-spacing: 0;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.famous_school_item_infos {
    height: 134px;
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    padding: 10px;
    color: #000000;
    font-size: 10px;
    margin-top: 10px;
}

.swiper-pagination {
    width: 100%;
    position: initial;
    display: none;
    justify-content: center;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #E6E6E6;
    opacity: 1;
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    background-color: #D5286E;
    opacity: 1;
}
</pre></body></html>