﻿@charset "utf-8";
/********列表页样式*****************/


/*列表搜索*/
.lx-sub-search-tab {
    width: 250px;
    height: 24px;
    margin: -35px 0 10px 82px
}

    .lx-sub-search-tab li {
        float: left;
        cursor: pointer;
        padding-left: 12px;
        border-left: 1px solid #c7c7c7;
        margin-right: 12px;
    }

        .lx-sub-search-tab li b {
            display: inline-block;
            width: 92px;
            height: 22px;
            font: 16px/22px "Microsoft YaHei";
            border: 1px solid #0276cb;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            text-align: center;
        }

        .lx-sub-search-tab li.on b {
            background: #0276cb;
            color: #fff;
        }

.lx-sub-search {
    padding-bottom: 10px;
    font: 14px "Microsoft YaHei";
}

    .lx-sub-search dl {
        border-bottom: 1px solid #e4e4e4;
        padding: 15px 0 10px;
    }

        .lx-sub-search dl:last-child {
            border: 0
        }

        .lx-sub-search dl dt {
            width: 88px;
            height: 22px;
            float: left; /*font-weight:700*/
        }

        .lx-sub-search dl dd {
            width: 712px;
            float: left;
            overflow: hidden;
            zoom: 1
        }

            .lx-sub-search dl dd a {
                display: inline-block;
                padding: 1px 6px;
                word-break: break-all;
                margin-bottom: 6px;
                color: #303030;
                cursor: pointer
            }

                .lx-sub-search dl dd a.on {
                    background: #0276cb;
                    color: #fff;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

    .lx-sub-search .sub-search-more {
        position: relative
    }

        .lx-sub-search .sub-search-more dl dd {
            width: 662px;
        }

            .lx-sub-search .sub-search-more dl dd span {
                display: block;
                height: 82px;
                overflow: hidden;
            }

                .lx-sub-search .sub-search-more dl dd span.on {
                    height: auto;
                }

        .lx-sub-search .sub-search-more .sub-morebox-btn {
            display: block;
            width: 48px;
            height: 18px;
            background: url(../images/list/btn_morebox.png) no-repeat;
            position: absolute;
            top: 17px;
            right: 5px;
            text-indent: -9999px
        }

            .lx-sub-search .sub-search-more .sub-morebox-btn.on {
                background-position: 0px -18px
            }

.lx-key-search {
    height: 37px;
    padding-bottom: 20px;
}

.key-search {
    width: 330px;
    float: left;
    position: relative
}

    .key-search .key-search-txt {
        width: 310px;
        height: 30px;
        border: 1px solid #cfcfcf;
        background: #f7f5f5;
        padding-left: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font: 14px/30px "Microsoft YaHei"; /*safari垂直居中*/
        line-height: 1px;
    }

    .key-search .key-search-btn {
        width: 60px;
        height: 34px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        background: #ff871c;
        color: #fff;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        font: 20px/32px "Microsoft YaHei";
        cursor: pointer
    }

.key-func {
    width: 200px;
    font: 14px/37px "Microsoft YaHei";
    color: #606060;
    float: right;
    margin-top: -58px
}

    .key-func select {
        width: 122px;
        height: 34px;
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font: 14px/37px "Microsoft YaHei";
        padding-left: 8px;
        color: #606060
    }

/*新闻列表*/
.lx-news-list {
    padding-bottom: 10px
}

    .lx-news-list dl {
        margin-bottom: 20px;
        padding: 20px 30px;
        font: 14px/24px "Microsoft YaHei";
        background: #fafafa;
    }

        .lx-news-list dl dt {
            height: 20px;
            padding-bottom: 10px;
        }

            .lx-news-list dl dt a.news-list-tit {
                display: block;
                width: 560px;
                float: left;
                font: 700 16px/20px "Microsoft YaHei";
            }

                .lx-news-list dl dt a.news-list-tit em {
                    display: inline-block;
                    border-bottom: 1px solid #cfcbcb;
                    padding-bottom: 5px
                }

            .lx-news-list dl dt b {
                display: block;
                width: 120px;
                float: right;
                font-weight: 400
            }

            .lx-news-list dl dt i {
                display: block;
                width: 80px;
                float: right;
                color: #606060;
                border-bottom: 1px solid #cfcbcb
            }

        .lx-news-list dl dd {
        }

            .lx-news-list dl dd p {
                height: 45px;
                overflow: hidden;
                color: #2d2d2d;
                padding: 4px 0;
                font: 14px/24px "Microsoft YaHei";
            }

                .lx-news-list dl dd p a {
                    color: #ff871c
                }

/*活动列表*/
.lx-act-list {
    padding-bottom: 10px
}

    .lx-act-list dl {
        margin-bottom: 20px;
        background: #fafafa;
        padding: 20px 30px;
        font: 14px/24px "Microsoft YaHei";
        position: relative
    }

        .lx-act-list dl dt {
            height: 20px;
            padding-bottom: 10px;
        }

            .lx-act-list dl dt a.act-list-tit {
                display: block;
                width: 560px;
                float: left;
                font: 700 16px/20px "Microsoft YaHei";
            }

            .lx-act-list dl dt a em {
                color: #ff871c
            }

            .lx-act-list dl dt b {
                display: block;
                width: 120px;
                float: right;
                font-weight: 400
            }

            .lx-act-list dl dt i {
                display: block;
                width: 80px;
                float: right;
                color: #606060
            }

        .lx-act-list dl dd {
            width: 600px;
        }

            .lx-act-list dl dd p {
                color: #2d2d2d;
                padding-bottom: 4px
            }

                .lx-act-list dl dd p b {
                    display: inline-block;
                    max-width: 80%;
                    font-weight: 400;
                    vertical-align: middle
                }

                .lx-act-list dl dd p a {
                    color: #ff871c
                }

            .lx-act-list dl dd span {
                display: block;
                color: #2d2d2d;
            }

                .lx-act-list dl dd span b {
                    font-weight: 400;
                    color: #146097
                }

            .lx-act-list dl dd a.act-yy-btn {
                width: 80px;
                height: 24px;
                display: block;
                position: absolute;
                top: 80px;
                right: 35px;
                background: #ff871c;
                color: #fff;
                text-align: center;
                font: 14px/24px "Microsoft YaHei";
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

/*成功案例列表*/
.lx-case-list {
    padding-bottom: 10px
}

    .lx-case-list dl {
        margin-bottom: 20px;
        padding: 20px 20px 20px 10px;
        background: #fafafa;
        font: 14px/24px "Microsoft YaHei";
        position: relative
    }

        .lx-case-list dl dt {
            width: 122px;
            float: left;
            margin-right: 20px;
        }

            .lx-case-list dl dt a img {
                display: block;
                border: 1px solid #cfcfcf;
                padding: 5px 0;
                background: #fff;
            }

        .lx-case-list dl dd {
            width: 626px;
            float: left;
            color: #2d2d2d
        }

            .lx-case-list dl dd h5 a {
                display: inline-block;
                border-bottom: 1px solid #cfcbcb;
                font: 16px/20px "Microsoft YaHei";
                padding-bottom: 5px;
                color: #0276cb;
                margin-bottom: 10px;
            }

            .lx-case-list dl dd span {
                display: inline-block;
                margin-right: 30px
            }

            .lx-case-list dl dd b {
            }

            .lx-case-list dl dd p {
                width: 540px;
                padding-bottom: 6px;
                margin-bottom: 6px;
            }

            .lx-case-list dl dd pre {
                white-space: normal;
                font-family: "Microsoft YaHei"
            }

                .lx-case-list dl dd pre a {
                    color: #ff871c;
                }

        .lx-case-list dl dt a.case-yy-btn {
            width: 68px;
            height: 24px;
            display: block;
            position: absolute;
            top: 40px;
            right: 20px;
            background: #ff871c;
            color: #fff;
            text-align: center;
            font: 14px/24px "Microsoft YaHei";
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

/*留学专家列表*/
.lx-expert-list {
    padding-bottom: 10px
}

.lx-expert-item {
    margin-bottom: 20px;
    position: relative;
}

    .lx-expert-item dl {
        padding: 15px 25px 15px 10px;
        background: #fafafa;
        font: 14px/24px "Microsoft YaHei";
        position: relative
    }

        .lx-expert-item dl dt {
            width: 102px;
            height: 130px;
            float: left;
            margin-right: 20px;
            overflow: hidden;
            background: #8b8996
        }

            .lx-expert-item dl dt span {
                width: 29px;
                height: 37px;
                display: block;
                background: url(../images/icon_v2.png) no-repeat;
                position: absolute;
                top: 7px;
                left: 3px;
            }

        .lx-expert-item dl dd {
            width: 520px;
            float: left;
            color: #2d2d2d;
            padding-top: 3px;
        }

            .lx-expert-item dl dd h5 {
                padding-bottom: 6px;
            }

                .lx-expert-item dl dd h5 b {
                    display: inline-block;
                    border-bottom: 1px solid #cfcbcb;
                    padding-right: 80px;
                    padding-bottom: 5px;
                    font: 16px/20px "Microsoft YaHei";
                    color: #2d2d2d
                }

            .lx-expert-item dl dd p {
                margin-bottom: 3px;
                font: 14px/20px "Microsoft YaHei";
            }

                .lx-expert-item dl dd p.zjbj {
                    height: 42px;
                    overflow-y: hidden;
                    margin-bottom: 7px
                }

            .lx-expert-item dl dd pre {
                height: 136px;
                overflow-y: hidden;
                white-space: normal;
                font-family: "Microsoft YaHei"
            }

                .lx-expert-item dl dd pre a {
                    color: #c80202;
                }

        .lx-expert-item dl dt a {
            width: 68px;
            height: 24px;
            display: block;
            position: absolute;
            right: 25px;
            background: #0276cb;
            color: #fff;
            text-align: center;
            font: 14px/24px "Microsoft YaHei";
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .lx-expert-item dl dt a.expert-yy-btn1 {
                top: 44px;
            }

            .lx-expert-item dl dt a.expert-yy-btn2 {
                top: 96px;
                background: #ff871c;
            }

            .lx-expert-item dl dt a.expert-yy-btn3 {
                width: 690px;
                height: 160px;
                top: 0;
                left: 0;
                background: none;
                text-indent: -9999px;
            }

        .lx-expert-item dl dd span {
            display: inline-block;
            margin-right: 7px;
            padding: 5px 6px;
            border: 1px solid #829bc3;
            color: #829bc3;
            font-size: 12px;
            line-height: 12px;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
        }

    .lx-expert-item ul li {
        width: 251px;
        height: 92px;
        padding: 15px 10px 15px 15px;
        background: #ecf2f8;
        float: left;
        margin-right: 12px;
    }

        .lx-expert-item ul li:last-child {
            margin-right: 0
        }

        .lx-expert-item ul li p {
            font: 14px/24px "Microsoft YaHei";
        }

            .lx-expert-item ul li p i {
                color: #cb1212
            }

            .lx-expert-item ul li p a:hover i {
                color: #f08200;
            }

/*留学产品列表*/
.lx-prodcut-list {
    padding-bottom: 10px
}

.lx-prodcut-item {
    margin-bottom: 20px;
    padding: 20px 10px 20px 20px;
    background: #fafafa;
    position: relative;
}

    .lx-prodcut-item dt {
        float: left;
        margin-right: 20px;
    }

        .lx-prodcut-item dt a {
            display: block;
            width: 218px;
            height: 110px;
            overflow: hidden;
        }

    .lx-prodcut-item dd {
        width: 530px;
        float: left;
    }

        .lx-prodcut-item dd a.product-item-tit {
            display: block;
            width: 400px;
            height: 35px;
            font: 16px/35px "Microsoft YaHei";
            color: #0276cb;
            margin-bottom: 10px;
        }

        .lx-prodcut-item dd p {
            font: 14px/22px "Microsoft YaHei";
        }

            .lx-prodcut-item dd p a {
                color: #ff871c
            }

        .lx-prodcut-item dd a.product-item-btn {
            width: 68px;
            height: 24px;
            display: block;
            background: #ff871c;
            color: #fff;
            text-align: center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            font: 14px/24px "Microsoft YaHei";
            position: absolute;
            top: 26px;
            right: 20px;
        }

/*博文列表*/
.lx-blog-list {
    padding-bottom: 10px
}

.lx-blog-item {
    margin-bottom: 20px;
    padding: 35px 20px 25px 10px;
    background: #fafafa;
    position: relative;
}

    .lx-blog-item dt {
        float: left;
        margin-right: 30px;
    }

        .lx-blog-item dt a {
            display: block;
            width: 80px;
            height: 100px;
            overflow: hidden;
            background: #8b8996
        }

    .lx-blog-item dd {
        width: 658px;
        float: left;
    }

.blog-item-tit {
    height: 14px;
    border-bottom: 1px solid #cfcbcb;
    padding-bottom: 8px;
}

    .blog-item-tit a {
        display: block;
        width: 420px;
        float: left;
        font: 700 14px/14px "Microsoft YaHei";
    }

    .blog-item-tit b {
        display: block;
        width: 220px;
        height: 14px;
        float: right;
        text-align: right;
        font: 700 12px/14px "Microsoft YaHei";
    }

        .blog-item-tit b i {
            display: inline-block;
            width: 90px;
            background: url(../images/list/icon_sub_eye.png) no-repeat;
            padding-left: 30px;
            margin-left: 12px;
        }

.lx-blog-item dd p.blog-item-memo {
    height: 14px;
    font: 14px/14px "Microsoft YaHei";
    padding: 10px 0 12px
}

    .lx-blog-item dd p.blog-item-memo a {
        color: #ff871c
    }

        .lx-blog-item dd p.blog-item-memo a:hover {
            text-decoration: underline
        }

.lx-blog-item dd span {
    display: inline-block;
    vertical-align: top;
    font: 14px/14px "Microsoft YaHei";
    margin-right: 28px;
}

    .lx-blog-item dd span.w300 {
        max-width: 300px;
    }

    .lx-blog-item dd span b {
        color: #146097;
    }

.lx-blog-item dd p.blog-item-info {
    height: 14px;
    font: 14px/14px "Microsoft YaHei";
    padding: 5px 0 0
}

    .lx-blog-item dd p.blog-item-info b {
        color: #146097;
    }

/*院校列表*/
.lx-school-list {
    padding-bottom: 10px
}

    .lx-school-list dl {
        padding: 25px 15px 20px;
        margin-bottom: 20px;
        background: #fafafa;
    }

        .lx-school-list dl dt {
            width: 120px;
            height: 115px;
            float: left;
            border: 1px solid #cfcbcb;
            margin-right: 22px;
            background: #fff;
            text-align: center;
            padding-top: 15px;
        }

        .lx-school-list dl dd {
            width: 620px;
            float: left;
            position: relative
        }

            .lx-school-list dl dd h5 {
                width: 520px;
                font: 16px/24px "Microsoft YaHei";
                padding-bottom: 5px;
            }

                .lx-school-list dl dd h5 a {
                    color: #016dba
                }

                    .lx-school-list dl dd h5 a:hover {
                        color: #f08200
                    }

            .lx-school-list dl dd p {
                width: 520px;
                font: 14px/24px "Microsoft YaHei";
                color: #2d2d2d;
                padding-bottom: 12px
            }

            .lx-school-list dl dd span {
                display: inline-block;
                width: 24%;
                font: 14px/24px "Microsoft YaHei";
                color: #2d2d2d
            }

                .lx-school-list dl dd span b {
                    color: #2d2d2d
                }

                .lx-school-list dl dd span.deadline {
                    width: 48.5%;
                }

            .lx-school-list dl dd div {
                width: 145px;
                overflow: hidden;
                zoom: 1;
                position: absolute;
                top: 18px;
                right: 0;
            }

                .lx-school-list dl dd div a {
                    width: 66px;
                    height: 28px;
                    display: block;
                    float: left;
                    background: #f08300;
                    color: #fff;
                    text-align: center;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    font: 14px/28px "Microsoft YaHei";
                    color: #fff;
                }

                    .lx-school-list dl dd div a:first-child {
                        margin-right: 12px;
                    }

                    .lx-school-list dl dd div a:hover {
                        background: #f16701;
                    }


/*院校对比浮动层*/
.controst_side {
    position: fixed;
    left: -190px;
    top: 40%;
    width: 239px;
    z-index: 300;
    overflow: hidden;
}

*html .controst_side {
    position: absolute;
    cursor: pointer;
    right: -190px;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-502+"px");
}

.controst_sidel {
    float: right;
    width: 54px;
    height: 220px;
}

    .controst_sidel a.sidebtn {
        float: right;
        width: 15px;
    }

.sidebtn b {
    width: 17px;
    height: 103px;
    background: url(../images/school/broad_side_btn.png) no-repeat;
    margin-top: 62px;
    cursor: pointer;
    display: block;
}

    .sidebtn b.zk {
        background-position: 0 0;
    }

    .sidebtn b.ss {
        background-position: -17px 0;
    }

h5.contr_sidel_lt {
    float: left;
    width: 24px;
    height: 180px;
    font-size: 12px;
    line-height: 26px;
    border: #146097 solid 5px;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    background: #f9f9f9;
    text-align: center;
    padding: 30px 5px 0 5px;
    display: inline;
    color: #606060;
    font-size: 14px;
    font-weight: 400
}

.controst_side .contr_sider_r {
    float: left;
    width: 180px;
    height: 210px;
    border-top: #146097 solid 5px;
    border-bottom: #146097 solid 5px;
    background: #fff;
    padding-left: 5px;
    display: none;
}

.controst_side ul.contr_sider_rt li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: #ebebeb solid 1px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

    .controst_side ul.contr_sider_rt li a.tlclose {
        position: absolute;
        top: 4px;
        right: 2px;
    }

.controst_side .contr_sider_rb {
    text-align: center;
    padding: 20px 0;
}

.contr_sider_rb button {
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

    .contr_sider_rb button.Tocontrast {
        width: 90px;
        height: 28px;
        background: #f08300;
        color: #fff;
        margin-right: 15px;
        font: 14px/28px "Microsoft YaHei";
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .contr_sider_rb button.Tocontrast:hover {
            background: #f16701
        }

    .contr_sider_rb button.empty {
        width: 66px;
        height: 26px;
        color: #606060;
        background: #f8f8f8;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

#toRight_school .delKeyBtn {
    position: absolute;
    right: 5px;
    top: 0;
    font-family: "Microsoft YaHei";
    font-size: 10px;
    font-weight: 700;
}

/*院校来访*/
.lx-school-visit {
    padding: 15px;
    background: #f9f9f9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 27px
}

    .lx-school-visit ul li {
        font: 14px/24px "Microsoft YaHei";
        position: relative;
        overflow: hidden;
    }

        .lx-school-visit ul li b {
            width: 112px;
            height: 24px;
            display: block;
            float: left;
            line-height: 24px;
        }

        .lx-school-visit ul li p {
            width: 610px;
            float: left;
        }

        .lx-school-visit ul li span {
            display: inline-block;
            height: 24px;
            vertical-align: middle
        }

            .lx-school-visit ul li span.visit-sc {
                display: block;
                padding-bottom: 3px;
            }

            .lx-school-visit ul li span.visit-city {
                padding-left: 120px;
            }

        .lx-school-visit ul li a {
            width: 96px;
            height: 34px;
            display: block;
            position: absolute;
            top: 10px;
            right: 5px;
            background: #f08301;
            color: #fff;
            font: 14px/34px "Microsoft YaHei";
            text-align: center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
