﻿
ul.menu-list li.fr {
    float: right;
}

ul.menu-list {
    display: block;
    margin: 0;
    padding: 0;
    background: #EEE;
    background: -webkit-linear-gradient(#EEE,#AAA);
    background: -moz-linear-gradient(#EEE,#AAA);
    background: -o-linear-gradient(#EEE,#AAA);
}

    ul.menu-list li {
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        cursor: pointer;
        line-height: 40px;
        padding: 0 25px;
        text-align: center;
    }

        ul.menu-list li.active {
            background: #CCC;
            background: -webkit-linear-gradient(#DDD,#999);
            background: -moz-linear-gradient(#DDD,#999);
            background: -o-linear-gradient(#DDD,#999);
        }

        ul.menu-list li a {
            text-decoration: none;
        }

.menu-list-child {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #999;
    background: #FAFAFA;
    transition: height .4s ease-in-out;
}

    .menu-list-child.active {
        height: 60px;
    }

.menu-list-child-list {
    text-align: center;
    display: none;
}

    .menu-list-child-list a {
        display: inline-block;
        padding: 0 30px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        cursor: pointer;
        text-decoration: none;
    }

        .menu-list-child-list a:hover {
            color: #333;
        }

        .menu-list-child-list a.hot {
            color: red;
            /* font-weight: bold; */
        }

        .menu-list-child-list a:hover {
            background: #DDD;
        }

.icon {
    height: 18px;
    position: relative;
    top: 3px;
    left: -5px;
}
/* new */
._header {
    height: 56px;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

._logo {
    width: 250px;
    height: 43px;
}

._menubox {
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
}

    ._menubox > li {
        display: flex;
        padding: 0 12px;
        position: relative;
    }

        ._menubox > li a {
            display: block;
            height: 56px;
            line-height: 56px;
            padding: 0 5px;
            text-decoration: none;
            box-sizing: border-box;
            color: #FFF;
            font-weight: 400;
            font-size: 20px;
        }

        ._menubox > li:hover > a {
            color: rgb(221,84,67);
            font-weight: 700;
        }

._menuchild {
    display: none;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -100px;
    padding: 5px;
    width: 200px;
    box-sizing: border-box;
    z-index: 100;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px #AAA;
}

.index_head.start .top .menu {
    overflow: initial;
    display: flex;
}

.index_head div.top {
    overflow: initial;
    position: relative;
    z-index: 2;
}

._menuchild > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 0 3px #AAA;
}

    ._menuchild > li a:hover {
        color: rgb(221,84,67);
        font-weight: 700;
        /*font-weight: 700;*/
    }

._menubox > li:hover ._menuchild {
    display: block;
}

._loginbox {
    width: 350px;
    display: flex;
    flex-direction: column;
    margin-top:-7px;
}




/* 搜索 */

.search_box {
    width: 740px;
    margin: 0 auto;
}

.search_box_area {
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background: rgba(255,255,255,.3);
    box-shadow: 0 0 5px #333;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

    .search_box_area ._content:focus,
    .search_box_area ._content,
    .search_box_area ._content::placeholder {
        background: transparent;
        border: none;
        font-size: 20px;
        text-shadow: 0 0 5px #333;
        color: #FFF;
        height: 60px;
        line-height: 60px;
        flex-grow: 1;
        font-family: 'Microsoft YaHei';
        outline: none;
    }

    .search_box_area ._content {
        padding: 0 30px;
    }

    .search_box_area ._search {
        border: none;
        height: 60px;
        line-height: 60px;
        color: #FFF;
        background: rgb(221,84,67);
        border-radius: 30px;
        font-size: 20px;
        padding: 0 40px;
        font-family: 'Microsoft YaHei';
    }

.hot_search {
    padding: 15px 20px;
    height: 60px;
    color: #FFF;
    line-height: 20px;
    display: flex;
    box-sizing: border-box;
}

    .hot_search ._title {
        font-size: 18px;
        text-shadow: 0 0 5px #333;
        display: block;
        padding: 5px;
    }

    .hot_search .hot_tags {
        display: block;
        text-align: center;
        height: 20px;
        border-radius: 15px;
        padding: 5px 10px;
        font-size: 16px;
        background: rgba(0,0,0,.3);
        margin-right: 10px;
    }

        .hot_search .hot_tags.active {
            background: rgb(221,84,67);
        }



/* 轮播 */


.lunbo {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

    .lunbo .lunboiframe {
        flex-grow: 1;
    }

._more {
    width: 540px;
    height: 780px;
    background: #FFF;
}

._moreul {
    display: flex;
    position: relative;
}

    ._moreul .tags a,
    ._moreul .tags1 a {
        font-size: 20px;
        font-family: 'Microsoft YaHei';
        font-weight: 700;
        display: flex;
        position: relative;
        padding: 0 20px;
        margin: 15px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border-radius: 30px;
        background: transparent;
        color: #333;
    }

    ._moreul li .tags a.active,
    ._moreul li .tags1 a.active {
        background: rgb(221,84,67);
        color: #FFF;
    }

    ._moreul li {
    }

        ._moreul li .tag_box,
        ._moreul li .tag_box1 {
            background: #FFF;
            position: absolute;
            z-index: 1;
            width: 540px;
            padding: 5px 15px;
            box-sizing: border-box;
            overflow: auto;
            height: 390px;
            left: 0;
            display: block;
        }

            ._moreul li .tag_box.active,
            ._moreul li .tag_box1.active {
                z-index: 3;
            }

    ._moreul a {
        color: #333;
    }


/* 手风琴 */

div.theme2 {
    position: initial;
    top: 0;
    left: 0;
    margin-top: 20px;
}

/* 专题 */


div.jingsaibox {
    width: 1280px;
    margin-top: 20px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2)
}

    div.jingsaibox a {
        color: #333;
    }



.webcont a {
    background: #f7f7f7;
}


/* 学校 */

div.school {
    position: initial;
    top: 0;
    left: 0;
    margin-top: 20px;
    padding: 0;
    height: auto;
}

    div.school a {
        color: #333;
    }

.school_tag_box {
    display: flex;
    position: relative;
}

    .school_tag_box li .school_tag {
        font-size: 20px;
        font-family: 'Microsoft YaHei';
        font-weight: 700;
        display: flex;
        position: relative;
        padding: 0 20px;
        margin: 0 15px;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        background: rgb(87,136,205);
        color: #FFF;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
    }

        .school_tag_box li .school_tag.active {
            background: #FFF;
            color: rgb(87,136,205);
        }


.tag_area {
    background: #FFF;
    position: relative;
    display: none;
    width: 1280px;
    padding: 5px 15px;
    box-sizing: border-box;
    overflow: auto;
    left: 0;
}

    .tag_area.active {
        display: block;
    }

#zhongjian {
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -250px;
    box-shadow: 0 0 3px #333;
    z-index: 9999;
    background: #FFF;
    border-radius: 3px;
}

    #zhongjian img {
        width: 100%;
        height: 100%;
    }

#guanggao_close1 {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 14px;
    display: block;
    background: #266fbd;
    color: #FFF;
    text-decoration: none;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 3px;
}

    #guanggao_close1:hover {
        background: #AAA;
    }

.timeclose {
    position: absolute;
    right: 80px;
    top: 13px;
    font-size: 12px;
}

.zj-title {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    box-sizing: border-box;
    padding: 5px 15px;
    font-family: 'Microsoft YaHei';
}

.zj-cont {
    height: auto;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 3px #AAA inset;
}

.zj-footer {
    height: 40px;
    position: relative;
    box-sizing: border-box;
}
