﻿
/*==============Common=============*/

body {
    font-family: 'Microsoft YaHei';
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    transition: color .4s ease,opacity .4s ease,border .4s ease,background .4s ease;
    color: #171c61;
}

.blank0 {
    height: 0px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank1 {
    height: 1px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank5 {
    height: 5px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank10 {
    height: 10px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank20 {
    height: 20px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank35 {
    height: 20px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank50 {
    height: 50px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.blank100 {
    height: 100px;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.seprate-icon {
    border-left: 2px solid #EEE;
    margin-left: 10px;
    padding-left: 15px;
}

.font-16 {
    font-size: 16px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-25 {
    margin-top: 25px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-bottom-25 {
    margin-bottom: 25px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

/*change bootstrap*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #FFF;
}

.dropdown-menu > li > a {
    font-size: 16px;
    line-height:32px;
}

    .dropdown-menu > li > a:hover {
        background-color: #171c61;
        color: #FFF;
    }

    .dropdown-menu > li > a > i {
        padding-right:5px;
    }
    
    .dropdown-menu .flag-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

/* colors begin */

/*early bird*/
.bg-early-blue-dark {
    background: #171c61;
}

    .bg-early-blue-dark:hover {
        background: #29a3e2;
    }

.bg-early-blue-dark {
    background: #171c61;
}

    .bg-early-blue-dark:hover {
        background: #0d1040;
    }

.bg-early-red-dark {
    background: #c30d22;
}

    .bg-early-red-dark:hover {
        background: #8d0010;
    }

.font-early-blue-lite {
    color: #9fd9f6;
}

.font-early-blue-dark {
    color: #171c61;
}



.bg-white {
    background: #FFF;
}

.bg-green {
    background: #1ABC9C;
}

    .bg-green:hover {
        background: #16A085;
    }

.bg-blue {
    background: #171c61;
}



    .bg-blue:hover {
        background: #2980B9;
    }

.bg-blue-en {
    background: #171c5e;
}

    .bg-blue-en:hover {
        background: #121756;
    }

.bg-purple {
    background: #9B59B6;
}

    .bg-purple:hover {
        background: #8E44AD;
    }

.bg-red {
    background: #971224;
}

    .bg-red:hover {
        background: #761b27;
    }

.bg-red-light {
    background: #F84B4D;
}

.bg-gray {
    background:#999;
}

.border-red-light {
    border: 1px solid #F84B4D;
}

.button-red-light {
    color: #F84B4D;
    border: 1px solid #F84B4D;
}

    .button-red-light:hover {
        background-color: rgba(226, 109, 109, .06) !important;
    }
    .bg-gold-light {
        background: #d4bba3;
    }

.border-gold-light {
    border: 1px solid #d4bba3;
}

.button-gold-light {
    color: #eaa010;
    border: 1px solid #eaa010;
}

    .button-gold-light:hover {
        background-color: rgba(234, 160, 16, 0.06);
    }

.font-red {
    color: #971224;
}

.font-blue {
    color: #3498DB;
}

.font-green {
    color: #1ABC9C;
}

.font-black {
    color: #000;
}

.font-tool, .font-grey {
    color: #999;
}

/* colors end */

.btn-common, .btn-common:hover {
    color: #FFF !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9bcce0;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #777;
}

.popover-content {
    color: #171c61;
}

/*nav begin*/
.top-nav {
    min-height: 60px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background: #171c61;
    z-index:999;
}

    .top-nav .site-nav-logo {
        height: 80px;
        width: 110px;
        margin-top: -15px;
        position: relative;
        z-index: 99;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

        .top-nav .site-nav-logo .logo-text-lg {
            font-size: 36px;
            padding-top: 15px;
        }

        .top-nav .site-nav-logo .logo-text-md {
            font-size: 28px;
            padding-top: 10px;
        }

    .top-nav .top-nav-left li a {
        padding: 15px 25px;
    }

        /*.top-nav .top-nav-left li > a:hover {
        background: #171c61;
        color:#FFF;
    }*/

        /*.top-nav .top-nav-left li > a:hover div {
            color: #171c61 !important;
        }*/

        .top-nav .top-nav-left li a div {
            color: #FFF !important;
            font-size: 16px;
            padding: 5px 5px;
            border-radius: 4px;
        }

    /*.top-nav .top-nav-left .open a div {
        color: #171c61 !important;
    }*/

    .top-nav .top-nav-left a:hover {
        background: #FFF !important;
    }

        .top-nav .top-nav-left a:hover div {
            color: #171c61 !important;
        }

    .top-nav .top-nav-left .dropdown-menu a:hover {
        color: #FFF !important;
        background: #171c61 !important;
    }

    .top-nav .top-nav-right li a div {
        color: #FFF !important;
        font-size: 16px;
        padding: 5px 5px !important;
        border-radius: 4px;
    }

        .top-nav .top-nav-right li.open a div {
            color:#171c61 !important;
        }
        
        .top-nav .top-nav-left > li.dropdown-menu {
            margin: 0px;
        }

    .top-nav .top-nav-left li:hover a {
        background: #FFF !important;
    }

        .top-nav .top-nav-left li:hover a div {
            color: #171c61 !important;
        }

    .top-nav .top-nav-left > li:hover > .dropdown-menu {
        display: block;
        border-top: none;
        margin-left: -1px;
    }

    .top-nav .top-nav-left .dropdown-submenu {
        margin: 0px;
        position: relative;
    }

        .top-nav .top-nav-left .dropdown-submenu .dropdown-menu {
            position: absolute;
        }

    .top-nav .top-nav-left .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: block;
        border-left: none;
        top: -2px;
        left: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }



.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333 !important;
}

.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #FFF !important;
}

/*slider begin*/
.slider-box {
    margin-top: 60px;
}

/*search school begin*/
.search-box {
    margin-top: 25px;
    padding: 0px 30px;
}

.title-search {
    margin-bottom: 15px;
    font-size: 16px;
}

.btn-school-search {
    padding: 5px 8px;
    color: #FFF;
    border-radius: 4px;
    height: 34px;
    line-height: 22px;
}

/*ad begin*/
.ad-box {
    margin-top: 25px;
    min-height: 350px;
    height: auto;
}

    .ad-box .banner-bg {
        background-image: url(../Images/ad_banner01.jpg);
        background-position: 50% 21%;
        height: 295px;
    }

.ad-banner-circle {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    padding: 48px 0 6px;
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 57.5px 44px;
    color: #FFF;
    margin-top: 15px;
}

    .ad-banner-circle:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        color: #FFF;
    }

/*post box begin*/

.post-box {
    margin-top: 65px;
    background: #FFF;
    padding-bottom: 25px;
}

.post-box-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #171c61;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .post-list li {
        line-height: 24px;
    }

.feed-title {
    color: #3498DB;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.feedback-icon {
    color: #3498DB;
}

.link-more {
    color: #FFF;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 6px;
    text-align: center;
}

/*news box begin */
.news-box {
    background: #FFF;
    margin-top: 55px;
    padding-bottom: 55px;
    height:694px;
}

    .news-box .news-box-title {
        border-bottom: 2px solid #171c61;
        margin-bottom: 20px;
    }

.scroll-wrap {
    overflow-y:scroll;
    overflow-x:hidden;
    height:512px;

}


.index-title h3 {
    line-height: 130px;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .news-list li {
        line-height: 32px;
        font-size: 14px;
    }

    .news-list .time {
        float: right;
        margin-right: 5px;
    }



/*footer begin*/
.footer-box {
    color: #FFF;
    background: #222222;
    min-height: 260px;
}

    .footer-box .footer-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-box p, .footer-box p a, .footer-box .footer-list li, .footer-box .footer-list li a {
            color: #909090;
        }

            .footer-box .footer-list li a:hover {
                color: #FFF;
            }

/* right school compare bar */
.school-compare-toolbar {
    /*position: fixed;
    right: 5px;
    top: 15%;
    width: 64px;
    z-index: 999;*/
    background: #FFF !important;
}

.compare-list-box {
}

    .compare-list-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .compare-list-box ul li {
            padding: 5px !important;
            background: #FFF !important;
            width: 100% !important;
            height: 32px !important;
            border: 1px dashed #000;
            margin-bottom: 10px !important;
        }

            .compare-list-box ul li a {
                float: right;
            }

/*right contact bar*/
.right-contact-box {
    position: fixed;
    right: 0px;
    top: 60%;
    width: 64px;
    z-index: 999;
}

.right-contact-list {
    list-style: none;
}

    .right-contact-list li {
        height: 64px;
        width: 64px;
        margin: 0 0 2px 0;
        z-index: 999;
        position: relative;
        background: #171c61;
    }

        .right-contact-list li:hover {
            background: #4199a4;
        }

.loction_compare {
    position: absolute;
    width: 180px;
    height: 140px;
    left: -195px;
    top: -65px;
    z-index: 989;
    display: none;
    padding: 5px;
    background: #FFF;
}

.loction_weixin1 {
    position: absolute;
    width: 180px;
    height: 180px;
    left: -195px;
    top: -80px;
    z-index: 989;
    display: none;
    padding: 5px;
    background: #555;
}

    .loction_weixin1 img {
        width: 170px;
        height: 170px;
    }

.loction_tel {
    position: absolute;
    text-align: center;
    width: 164px;
    left: 0px;
    height: 64px;
    display: none;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-style: italic;
    line-height: 64px;
    font-weight: normal;
    background: #5cc2cf;
    border-radius: 0px;
    top: 0;
    z-index: -99;
}

/*user login begin*/

.bg-login {
    background: url(../Images/topBanner/top_banner07.jpg) center center no-repeat;
    background-size: cover;
}

.login-box {
    min-height: 230px;
    margin-top: 120px;
    margin-bottom: 290px;
    background:#FFF;
}

.reg-box {
    min-height: 580px;
    margin-top: 120px;
    margin-bottom: 120px;
    background:#FFF;
}


.login-head {
    color: #171c61;
    border-bottom: none;
}

.login-form {
    border: 1px solid #eee;
    min-height: 260px;
    padding: 20px;
}

.btn-login {
    padding-top: 12px;
    padding-bottom: 13px;
    border-radius: 4px;
    font-size: 18px;
}

.input-valid-img {
    width: 80%;
    display: inline;
}

.valid-img {
    height: 34px;
    width: 80px;
    float: right;
    display: inline;
}



/*social icons*/

.footer-box .social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}



.social-list li {
    float: left;
    margin-right: 7px;
}

    .social-list li a div {
        height: 32px;
        width: 32px;
    }

.social-weibo {
    background: url(../Images/socialImg/weibo_0.png);
}

    .social-weibo:hover {
        background: url(../Images/socialImg/weibo.png);
    }

.social-weixin {
    background: url(../Images/socialImg/wechat_0.png);
}

    .social-weixin:hover {
        background: url(../Images/socialImg/wechat.png);
    }

.social-douban {
    background: url(../Images/socialImg/douban_0.png);
}

    .social-douban:hover {
        background: url(../Images/socialImg/douban.png);
    }

.social-qq {
    background: url(../Images/socialImg/qq_0.png);
}

    .social-qq:hover {
        background: url(../Images/socialImg/qq.png);
    }

.social-tieba {
    background: url(../Images/socialImg/tieba_0.png);
}

    .social-tieba:hover {
        background: url(../Images/socialImg/tieba.png);
    }

/*学校选择 begin*/
.condition-box {
    border: 1px solid #DDD;
}

.condition-title {
    color: #FFF;
}

    .condition-title a {
        line-height: 1.13;
        padding: 10px 16px;
        display: block;
        font-size: 17px;
    }

        .condition-title a span.title-icon {
            vertical-align: -10px;
        }

.condition-area {
}

    .condition-area .btn {
        float: left;
        margin-right: 8px;
        margin-bottom: 8px;
    }

.condition-btn-blue {
    color: #171c5e;
    border: 1px solid #171c5e;
}

    .condition-btn-blue:hover {
        color: #FFF;
        background: #0d1040;
    }

.condition-btn-blue-active, .condition-btn-blue-active:hover {
    background: #171c5e;
    color: #FFF;
}

.condition-btn-green {
    color: #1ABC9C;
    border: 1px solid #1ABC9C;
}

    .condition-btn-green:hover {
        color: #FFF;
        background: #1ABC9C;
    }

.condition-btn-green-active, .condition-btn-green-active:hover {
    background: #1ABC9C;
    color: #FFF;
}

.condition-btn-red {
    color: #971224;
    border: 1px solid #971224;
}

    .condition-btn-red-active, .condition-btn-red-active:hover, .condition-btn-red:hover {
        background: #761b27;
        color: #FFF;
    }

.condition-btn-purple {
    color: #9B59B6;
    border: 1px solid #9B59B6;
}

    .condition-btn-purple-active, .condition-btn-purple-active:hover, .condition-btn-purple:hover {
        background: #8E44AD;
        color: #FFF;
    }

/*学校列表*/
.school-list-box {
    margin-bottom: 25px;
}

.school-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .school-list .list-item {
        position: relative;
        padding: 10px;
        padding-bottom: 0px;
        border: 1px solid #DDD;
        margin-bottom: 25px;
        background: #FFF;
    }

        .school-list .list-item .school-img-wrap img {
            max-height: 150px;
        }

        .school-list .list-item .school-item-box div {
            margin: 0 0 10px;
        }

        .school-list .list-item .school-title-box {
            padding-left: 0px;
        }

/*学校详情*/
.school-box {
    margin-top: 100px;
}

.school-title {
    font-size: 30px;
    font-weight: 700;
    color: #171c61;
}

.school-nav-tabs {
    width: 100%;
    border-bottom: 4px solid #F1F1F1;
    background: #FFF;
    list-style: none;
}

    .school-nav-tabs li {
        float: left;
        height: 58px;
        line-height: 58px;
    }

        .school-nav-tabs li a {
            font-size: 14px;
            text-align: center;
            display: block;
            height: 100%;
            float: left;
            font-weight: bold;
            color: #000;
            margin: 0 auto;
        }

        .school-nav-tabs li:hover {
        }

        .school-nav-tabs li.selected a {
            display: block;
            float: left;
            border-bottom: 4px solid #3498DB;
            color: #3498DB;
        }

.school-content {
    background: #FFF;
    min-height: 700px;
    position: relative;
}

.school-detail-info {
    background: #FFF;
    padding: 20px;
    min-height: 700px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.school-right-box {
    background: #FFF;
    border: 1px solid #dddbdc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 20px;
    margin-top: 20px;
    min-height: 120px;
}

.school-box .right-btn-box {
    border-bottom: 1px dashed #cacaca;
    min-height: 45px;
}

.school-box .right-share-box {
    height: 65px;
}

.comments-post-box {
    color: #666;
    padding: 0px 20px;
    margin: 0 auto;
    margin-top: 15px;
}

.comments-post-content {
    padding: 10px;
    border: 1px solid #dedbdb;
}

    .comments-post-content textarea {
        height: 120px;
        border: 0;
        font-size: 12px;
        width: 100%;
    }

.comments-post-footer {
    position: relative;
    text-align: left;
    margin-top: 10px;
}

    .comments-post-footer .btn-common {
        float: right;
    }

.comments-list {
}

    .comments-list .comments-item {
        width: 100%;
        border-bottom: 1px solid #dedbdb;
        padding: 15px 0;
    }

.comments-item .head {
    position: relative;
    float: left;
}

.comments-item .content {
    width: 100%;
    float: left;
    text-align: left;
}

.comments-item .footer {
}

/*学校左侧标签*/
.school-content-toolbar {
    position: fixed;
    left: 402px;
}

    .school-content-toolbar .toolbar-wrap {
        margin: 0;
        padding: 0;
        width: 90px;
    }

        .school-content-toolbar .toolbar-wrap a {
            float: left;
            width: 90px;
            height: 32px;
            background: #AAA;
            border: 1px solid #AAA;
            border-right: none;
            color: #FFF;
            line-height: 30px;
            margin-bottom: 5px;
            text-align: center;
            font-size: 16px;
        }

            .school-content-toolbar .toolbar-wrap a.active, .school-content-toolbar .toolbar-wrap a:hover {
                background: #171c61;
                color: #FFF;
                border: none;
            }

/*论坛部分*/

.forum-top-banner-box {
    background: #FCF8E3;
    width: 100%;
    margin-top: 70px;
    margin-left: 0px;
}

.forum-top-banner {
    padding-top: 15px;
    height: auto;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

    .forum-top-banner img {
        width: 64px;
        height: 64px;
    }



.forum-box {
    background: #FFF;
    box-shadow: 1px 1px 2px 2px #ddd;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
}

.forum-box-title {
    border-bottom: 2px solid #171c61;
}

.list-top-tab {
    list-style: none;
    padding: 0px 15px;
    margin: 0px;
}

    .list-top-tab li {
        float: left;
        line-height: 25px;
        margin-right: 15px;
    }

        .list-top-tab li a {
            line-height: 60px;
            font-size: 20px;
            color: #171c61;
            padding: 5px 8px;
            border-radius: 4px;
        }

        .list-top-tab li.active a {
            padding: 5px 8px;
            background: #171c61;
            color: #FFF;
        }

        .list-top-tab li:hover a {
            background: #171c61;
            color: #FFF;
        }

.forum-list-box {
    padding: 15px 0px;
    margin-top: 25px;
}

.forum-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .forum-list li {
        /*border-bottom:1px dashed #DDD;*/
    }

.icon-q {
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.forum-list li .title {
    display: inline-block;
}

.icon-a {
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.post-content-title {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 700;
}

.post-user-box {
    padding-top: 25px;
}

.post-content-box p img {
    display: block;
    max-width: 100%;
    height: auto;
}

.item-bottom {
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDD;
}

.repost-box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.user-img {
    border-radius: 4px;
}

/* News List 新闻列表 */
.card {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,37,55,.05);
    box-sizing: border-box;
}

.card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    border-bottom: 1px solid #f0f2f7;
    box-sizing: border-box;
}

.card-head-text {
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-head-btnbox {
    float: right;
    font-size: 15px;
}

.news-main {
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 55px;
    min-height: 800px;
    padding: 15px;
    background: #FFF;
}

.news-left {
    overflow: hidden;
    display: inline;
    float: left;
}

.public-breadcumb {
    height: 40px;
    line-height: 40px;
}

    .public-breadcumb a {
        color: #333333;
        font-size: 14px;
    }

        .public-breadcumb a:hover {
            color: #171c61;
        }

.news-left-title {
    height: 40px;
    border-bottom: 3px solid #DEDEDE;
}

    .news-left-title .left-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        height: 40px;
        color: #171c61;
        border-bottom: 3px solid #171c61;
        width: 100px;
    }

.news-left-list {
}

    .news-left-list ul {
        margin: 0;
        padding: 0;
    }

        .news-left-list ul li {
            padding: 0 0 15px 0;
            margin: 15px 0 0 0;
            border-bottom: 1px solid #e5e5e5;
        }

            .news-left-list ul li h5 {
                color: #000000;
                font-size: 14px;
                font-weight: 700;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

            .news-left-list ul li h3 a {
                color: #000;
            }

                .news-left-list ul li h3 a:hover {
                    color: #3498DB;
                }

            .news-left-list ul li p {
                color: #434343;
                font-size: 15px;
                line-height: 20px;
                height: 60px;
                overflow: hidden;
            }

            .news-left-list ul li span {
                color: #929292;
                line-height: 20px;
                display: block;
                height: 20px;
                line-height: 20px;
                text-align: right;
                margin: 15px 0 0 0;
            }

.news-right-list {
    overflow: hidden;
}

.news-right-title {
    height: 40px;
    border-bottom: 3px solid #DEDEDE;
}

    .news-right-title .right-title {
        font-size: 15px;
        font-weight: 600;
        line-height: 40px;
        height: 40px;
        color: #171c61;
        border-bottom: 3px solid #171c61;
        width: 70px;
    }

.right-news-item {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
}

    .right-news-item a {
        color: #696969;
        font-size: 13px;
    }

        .right-news-item a:hover {
            color: #3498DB;
        }

.news-info-title h2 {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    font-weight: 700;
    overflow: hidden;
}

.news-info-title p {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dashed #d9d9d9;
    margin: 0 0 15px 0;
}

.news-info-title span {
    color: #808080;
}

.news-content {
    padding-bottom: 25px;
}

    .news-content p {
        font-size: 13px;
        line-height: 22px;
    }

/* 顾问 老师 监护人 begin */
.conslutant-main {
    margin: 0 auto;
    position: relative;
    margin-top: 120px;
    margin-bottom: 55px;
    min-height: 800px;
    padding: 15px;
    background: #FFF;
}

.select-box {
    border: 1px solid #dedbdb;
    padding: 15px 10px;
    background: #FFF;
    border-radius: 4px;
}

    .select-box .select-list {
        list-style: none;
        margin: 10px 15px;
        padding: 15px;
    }

.select-list li {
    float: left;
    display: inline-block;
    vertical-align: middle;
}

    .select-list li.title-lable {
        font-size: 14px;
        color: #000;
    }

    .select-list li.con-item a {
        padding: 5px 8px;
        margin-top: 5px;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
        color: #171c61;
    }

        .select-list li.con-item a:hover {
            border-radius: 4px;
            background: #171c61;
            color: #FFF;
        }

    .select-list li.selected a {
        border-radius: 4px;
        background: #171c61;
        color: #FFF;
    }

.user-list-box {
    padding: 15px;
}

.user-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .user-list li {
        border-bottom: 1px dashed #dedede;
        padding: 15px 0px;
    }

        .user-list li .user-name {
            font-size: 14px;
            font-weight: 700;
        }

        .user-list li h5 {
            font-size: 14px;
            font-weight: 700;
        }

        .user-list li .intro {
            padding: 5px 15px;
        }

/* 访问 用户详情 */
.user-all-main {
    padding: 25px 0 50px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
}

.user-all-left {
    position: relative;
}

.ua-head {
    border: 1px solid #e7eaf1;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,37,55,.05);
    color: #666;
}

.ua-head-main {
    padding: 12px 18px;
}

.ua-head-title {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ua-head-title span {
        font-size: 1.4em;
        font-weight: 700;
    }

.ua-body {
    word-wrap: break-word;
}

.ua-body-user-img {
    float: left;
    position: relative;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

    .ua-body-user-img img {
        width: 100px;
        height: 100px;
        border-radius: 4px;
    }

.ua-body-user-profile {
    padding-left: 30px;
}

.ua-body-user-btn {
    padding: 5px 8px;
}

.ua-profile-section {
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 0 #f2f4f5;
}

.ua-profile-section-head {
    overflow: hidden;
    padding: 7px 14px;
    border-bottom: 1px solid #EEE;
}

.section-name {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.ua-profile-section-body {
    padding: 15px 18px;
}

.section-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .section-list .section-list-item:last-child {
        border-bottom: none;
    }

.section-list-item {
    padding-top: 10px;
    border-bottom: 1px dotted #dedede;
}

    .section-list-item .title {
        font-weight: 700;
        font-size: 16px;
    }

    .section-list-item .content {
        overflow: hidden;
    }

        .section-list-item .content p {
            word-wrap: break-word;
        }

            .section-list-item .content p img {
                display: block;
                max-width: 100%;
                height: auto;
            }

/*评分*/
.org-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fFF;
    /*border: 1px solid #e3e3e3;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);*/
}

.org-points {
    font-size: 30px;
}

.org-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .org-rating span.fa-star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        color: #FAFAFA
    }

        .org-rating span.fa-star:hover {
            cursor: pointer;
        }

    .org-rating span.selected {
        content: "\f005";
        color: #e3cf7a;
    }

/*.org-rating span.star:before {
        content: "\f006";
        color: #777;
    }

    .org-rating span.fa-star:hover:before, .org-rating span.fa-star:hover ~ span.fa-star:before {
        content: "\f005";
        color: #e3cf7a;
    }*/

/*用户短评-机构-私教*/
.org-comments-wrap {
}

    .org-comments-wrap .title {
        float: left;
        padding: 10px 20px;
    }

        .org-comments-wrap .title img {
            width: 40px;
            height: 40px;
            float: left;
            margin-right: 5px;
        }

        .org-comments-wrap .title .title-name {
            width: 150px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
        }

    .org-comments-wrap .comments-content {
        padding: 0px 20px;
        width: 280px;
        overflow: hidden;
        white-space: nowrap;
    }

.user-all-right {
    position: relative;
    float: left;
}

.user-focus-item {
    margin-top: 20px;
    border-right: 1px solid #dedede;
    text-align: center;
}

.user-follow-item {
    margin-top: 20px;
    text-align: center;
}

.user-right-section {
    padding: 2px 0px;
}

.right-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 18px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
}

.right-school-list {
    padding-left: 18px;
}

    .right-school-list .item {
        float: left;
        padding-right: 5px;
        padding-bottom: 5px;
    }

        .right-school-list .item img {
            height: 34px;
            width: 34px;
            border-radius: 4px;
        }

/*标题备注*/
.title-tip {
    padding-left: 12px;
    font-size: 12px;
    color: #971224;
}


/* 学校对比 */
.school-compare-main {
    border-radius: 4px;
    min-height: 500px;
    padding: 5px;
}

    .school-compare-main .table {
        background: #FFF;
    }

        .school-compare-main .table td {
        }

/* 学校首页 */
.school-flag-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-flag-item-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 14px solid #dedede;
    background: #FFF;
    text-align: center;
    margin: 0 auto;
    transition: all ease-in 0.4s;
}

    .school-flag-item-circle:hover {
        border-color: #CfE9FE;
    }

.school-describe-uk {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /*background:url(../Images/uk.jpg) no-repeat center center;*/
    transition: all ease-in-out 0.4s;
}

.school-flag-item-circle .flag-box {
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px;
}

.school-flag-item-circle .flag-text {
    display: none;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 35px;
    transition: all ease-in-out 0.6s;
}

.school-flag-item-circle:hover .flag-text {
    display: block;
}

.school-flag-item-circle .flag-box-uk {
    background: url(../Images/uk.jpg) no-repeat center center;
    background-size: 144px;
    width: 110px;
    height: 110px;
    transition: all ease-in-out 0.6s;
}

.school-flag-item-circle:hover .flag-box-uk {
    display: none;
}

.school-flag-item-circle .flag-box-usa {
    background: url(../Images/usa.jpg) no-repeat center center;
    background-size: 144px;
    width: 110px;
    height: 110px;
    transition: all ease-in-out 0.6s;
}

.school-flag-item-circle:hover .flag-box-usa {
    display: none;
}

.school-flag-item-circle .flag-box-can {
    background: url(../Images/can.jpg) no-repeat center center;
    background-size: 144px;
    width: 110px;
    height: 110px;
    transition: all ease-in-out 0.6s;
}

.school-flag-item-circle:hover .flag-box-can {
    display: none;
}

/*早早分享*/
.abroading-exp-thumb-up {
    border-radius: 4px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto auto;
    display: inline-block;
    background-color: transparent;
    font-size: 14px;
    line-height: 36px;
}

.button-pay {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.pay-amount-list .button-pay {
    width: 28%;
    margin: 0 0 24px;
    font-size: 13px;
}

.pay-amount-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    min-height: 40px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 4px 11px;
    margin-bottom: 2px;
    -webkit-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}



/*关于我们*/
.about-us-main {
    border-radius: 4px;
    min-height: 800px;
    padding: 35px;
    background: #FFF;
    margin-bottom: 35px;
}

    .about-us-main p img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .about-us-main img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.about-title {
    font-size: 16px;
    font-weight: 600;
    /*background: #171C60;*/
    opacity: 1;
    height: 32px;
    line-height: 32px;
    color: #171C60;
    border-bottom: 1px solid #171C60;
}

.about-title-span {
    background: #171C60;
    color: #FFF;
    width: 100px;
    text-align: center;
    margin-left: -15px;
}

.team-leader-list {
    margin-left: -15px;
}

    .team-leader-list li h4 {
        font-size: 18px;
        color: #53628c;
        padding-bottom: 15px;
        border-bottom: 1px dotted #c2c8d4;
    }

        .team-leader-list li h4 em {
            display: block;
            font-size: 14px;
            color: #979ca9;
            padding-top: 10px;
            font-style: normal;
        }

/*新版 院校大全搜索*/
.school-select-box {
    margin: 0;
    padding: 0px 15px;
    border: 1px solid #dedbdb;
    background: #FFF;
}

    .school-select-box .select-list {
        list-style: none;
        margin: 10px 15px;
        /*padding: 15px;*/
    }

    .school-select-box li {
        float: left;
        display: inline-block;
        vertical-align: middle;
    }

        .school-select-box li.title-lable {
            font-size: 14px;
            color: #000;
        }

        .school-select-box li.con-item a {
            padding: 5px 8px;
            margin-top: 5px;
            border-radius: 5px;
            margin-right: 10px;
            cursor: pointer;
            color: #171c5e;
        }

            .school-select-box li.con-item a:hover {
                border-radius: 4px;
                background: #171c5e;
                color: #FFF;
            }

        .school-select-box li.selected a {
            border-radius: 4px;
            background: #171c5e;
            color: #FFF;
        }

/*top banner part*/
.top-banner-wrap {
    width: 100%;
    height: 350px;
    margin-top: 60px;
}

.top-banner-01 {
    background: url(../Images/topBanner/top_banner01.jpg) no-repeat center center;
}

.top-banner-02 {
    background: url(../Images/topBanner/top_banner02.jpg) no-repeat center center;
}

.top-banner-03 {
    background: url(../Images/topBanner/top_banner03.jpg) no-repeat center center;
}

.top-banner-04 {
    background: url(../Images/topBanner/top_banner04.jpg) no-repeat center center;
}

.top-banner-05 {
    background: url(../Images/topBanner/top_banner05.jpg) no-repeat center center;
}

.top-banner-06 {
    background: url(../Images/topBanner/top_banner06.jpg) no-repeat center center;
}

.top-banner-07 {
    background: url(../Images/topBanner/top_banner07.jpg) no-repeat center center;
}

.top-banner-08 {
    background: url(../Images/topBanner/2600_2.jpg) no-repeat center center;
}

.top-banner-09 {
    background: url(../Images/topBanner/top_banner09.jpg) no-repeat center center;
}

.top-banner-10 {
    background: url(../Images/topBanner/top_banner10.jpg) no-repeat center center;
}

/*早早分享*/
.exp-opration {
    padding: 20px;
    margin-bottom: 10px;
}

.exp-list ul {
    padding: 0;
    margin: 0;
}

    .exp-list ul li {
        padding: 0 0 15px 0;
        margin: 15px 0 0 0;
        border-bottom: 1px solid #e5e5e5;
    }

.exp-wrap {
    clear: both;
}

.exp-author-img {
    width: 60px;
    float: left;
}

.exp-author-info {
    margin: 0 0 0 74px;
}

    .exp-author-info a {
        margin-bottom: 10px;
    }

    .exp-author-info p {
        padding-top: 15px;
        color: #999;
    }

.exp-wrap .exp-img {
    width: 40px;
    float: left;
    padding-top: 10px;
}

.exp-wrap .exp-body {
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}

    .exp-wrap .exp-body .exp-body-comments .exp-title, .exp-wrap .exp-body .exp-body-comments .link-more {
        color: #171c61;
        font-size: 14px;
        font-weight: 600;
    }

    .exp-wrap .exp-body .exp-body-comments {
        padding: 0px;
        margin: 0px 0px 0px 15px;
    }

        .exp-wrap .exp-body .exp-body-comments .time {
            float: right;
            margin-right: 5px;
        }

    .exp-wrap .exp-body .exp-body-reply p {
        color: #888;
    }

/*早早分享文章评论*/
.exp-reply-main-wrap {
    border-top: 1px dashed #D9D9D9;
}

    .exp-reply-main-wrap ul {
        padding: 15px;
    }

        .exp-reply-main-wrap ul li {
            border-bottom: 1px solid #DDD;
            padding-bottom: 35px;
        }

            .exp-reply-main-wrap ul li .repost-wrap:last-child {
                border-bottom: 1px solid #f0f1f2;
            }

.exp-reply-title {
    float: left;
    padding: 20px 0 0;
    margin-bottom: 10px;
}

.exp-repost-title {
    float: left;
    padding: 0px;
    margin-bottom: 10px;
}

.exp-reply-title img, .exp-repost-title img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

    .exp-reply-title .exp-reply-title-detail, .exp-repost-title .exp-reply-title-detail {
        width: 150px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

        .exp-reply-title .exp-reply-title-detail a, .exp-repost-title .exp-reply-title-detail a {
            color: #171c61;
            font-weight: 600;
        }

.exp-reply-title .exp-reply-time, .exp-repost-title .exp-reply-time {
    float: right;
    margin-right: 5px;
    color: #999;
}

.exp-reply-body .exp-reply-tool span {
    margin-right: 10px;
}

.exp-reply-body .exp-reply-tool span, .exp-reply-body .exp-reply-tool a {
    color: #999;
}

.repost-wrap {
    background-color: #f7f8fa;
    border: 1px solid #f0f1f2;
    padding: 10px 19px;
    border-bottom: none;
    margin-left: 15px;
}

/*.be-reposted-tag {
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
    padding: 15px 19px;
}*/

/*首页活动*/
.events-list {

}

    .events-list li {
        padding:0px;
        margin: 0 0 10px 0;
        border-bottom:1px dashed rgba(0,0,0,0.2);
        padding-bottom:20px;
    }

        .events-list li .event-img {
            width:80px;
            float:left;
        }

            .events-list li .event-img img {
                border-radius: 50% !important;
            }

        .events-list li .event-body {
            padding-left: 20px;
            position: relative;
            overflow: hidden;
        }

            .events-list li .event-body .event-info {
                height:40px;
            }
            
            .events-list li .event-body .event-info a {
                color: #2D2D2D !important;
            }

            .events-list li .event-body .event-time {
                color :#999 !important;
            }

                .events-list li .event-body .event-time .lb-begin-text {
                    color:#FFF !important;
                    padding:2px 5px;
                    font-size:13px;

                }
                /*VIP 机构*/
                .padding20 {
                }

.edu-org-vip-wrap {
    background: #FFF;
    padding: 0px;
    margin-top: 55px;
    /*height:694px;*/
    height:auto;
    clear:both;
}

    .edu-org-vip-wrap .vip-title {
        width: 100%;
        border-bottom: 2px solid #171c61;
    }

        .edu-org-vip-wrap .vip-title h2 {
            /*padding-left:20px;*/
        }

    .edu-org-vip-wrap .vip-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        clear: both;
    }

        .edu-org-vip-wrap .vip-body .vip-item {
            padding: 15px 15px 10px;
            border: 1px solid #e7ecf1;
            position: relative;
            background: #FFF;
            /*min-height: 500px;*/
            overflow: hidden;
        }

            .edu-org-vip-wrap .vip-body .vip-item .vip-img {
                margin-bottom: 15px;
                width: 100px;
                height: 100px;
                margin: 10px auto;
            }

            .edu-org-vip-wrap .vip-body .vip-item .vip-content {
                text-align: center;
                font-size: 16px;
                overflow: hidden;
                padding: 10px;
            }

            .edu-org-vip-wrap .vip-body .vip-item h4 {
                height: 40px;
            }


            .edu-org-vip-wrap .vip-body .vip-item .vip-content div {
                font-size: 14px;
                color: #666;
                text-align: left;
            }

/*推广机构*/
.ad-org-wrap {
    margin-top:0;
}

    .ad-org-wrap .ad-org-item {
        overflow:hidden;
        border-right:1px solid rgba(0,0,0,0.1);
    }

    .ad-org-wrap .ad-org-item:last-child {
        border-right:none;
    }

        .ad-org-wrap .ad-org-item > a > img {
            width:89px;
            height:80px;
            display:block;
        }

        .ad-org-wrap .ad-org-item .content-body {
            overflow:hidden;
            zoom:1;
        }

            .ad-org-wrap .ad-org-item .content-body h4 {
                font-size:14px;
                font-weight:600;
            }

            .ad-org-wrap .ad-org-item .content-body .ad-org-tel .fa {
                color:#aaa;
                margin-right:0.3rem;
            }

.vip-content-row {
    height: 40px;
}

.vip-content-item {
    padding: 0px;
    height: 38px;
    overflow: hidden;
}

/*在线测试*/
.exam-select-box {
    margin: 0;
    padding: 0px 15px;
    border: 1px solid #dedbdb;
    background: #FFF;
    margin-bottom: 35px;
}

.exam-select-box span {
    
}

    .exam-select-box .select-list {
        list-style: none;
        margin: 10px 15px;
    }

    .exam-select-box li {
        float: left;
        display: inline-block;
        vertical-align: middle;
    }

        .exam-select-box li.title-lable {
            font-size: 16px;
            color: #000;
        }

        .exam-select-box li.con-item a {
            padding: 5px 8px;
            margin-top: 5px;
            border-radius: 5px;
            margin-right: 10px;
            cursor: pointer;
            color: #171c5e;
        }

        .exam-select-box li.selected a {
            border-radius: 4px;
            background: #171c5e;
            color: #FFF;
        }



.exam-warp {
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 55px;
    min-height: 800px;
    padding: 15px;
    background: #FFF;
}

.exam-item {
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 0px 6px 2px #ddd;
    border-radius: 6px;
}

    .exam-item:hover {
        background: #171c61;
    }

        .exam-item:hover h5 {
            color: #fff;
        }

.topic-item {
    padding-bottom: 15px;
    font-size: 15px !important;
    background: #f5f5f5;
    margin-bottom: 20px;
    margin-left: 50px;
    box-shadow: 1px 1px 1px 1px #CCC;
}

.topic-content {
    font-weight: 700;
    word-break: break-word;
}

.paper-score-wrap {
    background: #171C60;
    color: #FFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 160px;
    float: right;
}

.topic-index-num {
    background: #171c61;
    color: #FFF;
    padding: 2px 8px;
    margin-left: -20px;
    margin-right: 10px;
    margin-top: -5px;
}

.topic-item div p {
    display: inline;
    margin-left: 10px !important;
}

.topic-item img {
    max-width:100%;
    height:auto;
    display:block;
}

.topic-check-wrap {
}

    .topic-check-wrap .check-header {
        color:#fff;
        font-weight:700;
        padding:5px 8px;
    }

    .topic-check-wrap .check-content {
        padding:20px;
        font-size:14px;
        color:#000;
    }

.check-right-bg {
    background:#1ABC9C;
}

.check-right-border {
    border:2px solid #1ABC9C;
    background:#FFF;
}

.check-miss-bg {
    background: #CC6633;
}

.check-miss-border {
    border: 2px solid #CC6633;
    background: #FFF;
}

.check-wrong-bg {
    background: #971224;
}

.check-wrong-border {
    border: 2px solid #971224;
    background: #FFF;
}

/*在线题库*/

.exam-paper-level-wrap {
    border: 1px dashed #dedbdb;
    padding:20px 30px;
    min-height:460px;
}

.level-title {
    background:#171c61;
    color:#FFF;
    font-size:16px;
    font-weight:500;
    width:90%;
    height:40px;
    line-height:40px;
    margin:0 auto;
}

.subject-select-wrap {


}

.subject-item {
    border:1px solid #171c61;
    color:#171c61;
    font-size:14px;
    text-align:center;
    width:120px;
    height:40px;
    line-height:40px;
    transition:ease-in 0.1s;
    margin:20px auto;
    display:block;
}

    .subject-item:hover {
        background:#171c61;
        color:#fff;
    }

.block-line-paper {
    border-bottom:1px dashed rgba(0,0,0,0.3);
}

.paper-subject-list {

}

.paper-item {

}

.paper-item-title {
    background:#171c61;
    color:#fff;
    text-align:center;
    font-size:14px;
    width:80px;
    height:35px;
    line-height:35px;
}

.paper-item-edu-name {
    font-size: 14px;
    display: block;
    padding-left: 30px;
    margin-bottom: 15px;
}

.paper-item-edu-name-round {
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 0px 6px 2px #ddd;
    font-size: 14px;
    display: block;
    width:80px;
    height:30px;
    line-height:30px;
    margin-bottom: 15px;
    text-align:center;
    border-radius:6px;
}

.paper-download-list {

}

    .paper-download-list li {
        line-height:40px;

    }
/*首页banner 悬浮效果*/
.banner-item {
    position: absolute;
    z-index: 998;
    font-size: 18px;
    font-weight: 700;
    color: #171c61;
    background: transparent;
}

.banner-position-01 {
    top: 43%;
    left: 24%;
}

.banner-position-02 {
    top: 25%;
    left: 36%;
}

.banner-position-03 {
    top: 36%;
    left: 40%;
}

.banner-position-04 {
    top: 22%;
    left: 56%;
}

.banner-position-05 {
    top: 47%;
    left: 32%;
}

.banner-position-06 {
    top: 47%;
    left: 41%;
}

.banner-position-07 {
    top: 41%;
    left: 65%;
}

.banner-position-08 {
    top: 23%;
    left: 72%;
}

/*edu org*/
.btn-service-item, .btn-service-item:hover {
    background: #171c61;
    padding: 2px 2px;
    margin: 2px;
    color: #FFF;
    font-size: 12px;
    text-align:center;
}

.label-tags {
    display: inline-block;
    background-color: #eee;
    margin-right: 6px;
    text-shadow: none;
    color: #337ab7;
}

.sign-user-list {

}

.sign-user-list li {
    border-bottom:1px solid rgba(0,0,0,0.6);

}

    .sign-user-list li:last-child {
        border-bottom: none;
    }

    .sign-user-list li .event-detail-sign-user {
        margin-bottom:10px;
        margin-top:10px;
    }

        .sign-user-list li .event-detail-sign-user img {
            float: left;
            height: 30px;
            width: 30px;
            margin-right: 10px;
            margin-left: -10px;
            border-radius: 50% !important;
        }

/*Media Query*/
/***** Media Quries *****/
@media only screen and (min-width:1300px) {
    .top-nav .site-nav-plus {
        min-width: 1320px;
    }
}

@media only screen and (min-width:1200px) {
    .top-nav .site-nav-plus {
        min-width: 1300px;
    }

    .navbar-collapse {
        width: 1260px !important;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        margin-left: 30px;
    }
}

/*ipad air + 宽屏设备*/
@media only screen and (min-width:768px) {
    .ad-banner-circle {
        width: 175px;
        height: 175px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: 10px;
        padding: 6px 0;
        background-position: center 24px;
        background-size: 115px 88px;
        border-radius: 50%;
        margin-top: -100px;
    }

        .ad-banner-circle:hover {
        }

    .input-valid-img {
        width: 85% !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 768px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
    .banner-position-01 {
        top: 41%;
        left: 9%;
    }

    .banner-position-02 {
        top: 47%;
        left: 25%;
    }

    .banner-position-03 {
        top: 24%;
        left: 30%;
    }

    .banner-position-04 {
        top: 22%;
        left: 62%;
    }

    .banner-position-05 {
        top: 47%;
        left: 40%;
    }

    .banner-position-06 {
        top: 60%;
        left: 17%;
    }

    .banner-position-07 {
        top: 41%;
        left: 75%;
    }

    .banner-position-08 {
        top: 23%;
        left: 89%;
    }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 768px) {
    .search-box {
        margin-top: 75px !important;
    }

    .navbar-nav {
        margin-top: 40px !important;
    }

    .ad-box .banner-bg {
        background-image: url(../Images/ad_banner01.jpg);
        background-repeat: no-repeat;
        max-height: 125px !important;
    }
}

/*640设备*/
@media only screen and (max-width: 640px) {
    .login-box {
        min-height: 230px;
        margin-top: 120px;
        margin-bottom: 100px !important;
    }
}

@media only screen and (max-width: 480px) {
    .input-valid-img {
        width: 65% !important;
    }

    .right-contact-box {
        right: -40px !important;
    }
}

/*iphone 6p*/
@media only screen and (max-width:414px) {
    .input-valid-img {
        width: 73% !important;
    }

    .forum-list-box {
        padding: 0px !important;
        margin-top: 0px !important;
    }

    .select-list li {
        margin-top: 15px !important;
    }

        .select-list li.title-lable {
            display: block !important;
            width: 100% !important;
        }

    .right-contact-list li {
        width: 24px !important;
        height: 24px !important;
    }

    .compareBox {
        text-align: center;
        line-height: 24px;
    }
}

/*iphone 6*/
@media only screen and (max-width:375px) {
    .input-valid-img {
        width: 70% !important;
    }
}

/*iphone 5s以下*/
@media only screen and (max-width: 320px) {
    .input-valid-img {
        width: 65% !important;
    }

    .right-contact-box {
        right: -40px !important;
    }

    .right-contact-list li {
        width: 24px !important;
        height: 24px !important;
    }

        .right-contact-list li a img {
            width: 24px !important;
        }
}
