﻿

.help-box {
    position: fixed;
    right: 10px;
    top: 60%;
    margin-top: -60px;
    background: #FFF;
    /*box-shadow: 0 0 2px #AAA;*/
    z-index: 9999;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.16);
}

.icon-box {
    height: 60px;
    width: 44px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    color: #AAA;
}

a.icon-box:hover,
a.icon-box:visited,
a.icon-box:link {
    color: #AAA;
    text-decoration: none;
}

a.icon-box:hover {
    background: #EEE;
}

.icon-box img {
    width: 16px;
    height: 16px;
    margin-bottom: 6px;
}

.icon-box span {
    display: block;
    text-align: center;
    color: #AAA;
}

body {
    background: #FFF;
}
* {
    font-family: 'Microsoft YaHei','PingFangSC-Regular','sans-serif';
}

a {
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

.jingsaibox {
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    background: #f5f7fb;
    width: 1280px;
    margin: 20px auto 0;
}

.jingsai {
    display: flex;
    flex-direction: column;
}

.tingke1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    background: #FFF;
    margin: 0 20px;
    width: 262px;
}

.jingsaitk {
    display: flex;
    padding: 7px 20px;
    background: #FFF;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 10px;
}

    .jingsaitk:nth-last-child(1) {
        margin-bottom: 0;
    }

.tktitle {
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 32px;
    font-weight: 700;
    font-size: 15px;
    box-sizing: border-box;
}

.jingsai {
    flex-grow: 1;
}

    .jingsai .tktitle {
        text-align: left;
    }

.tingke1 img {
    margin: 10px 0;
}

._content {
    width: 1280px;
    margin: 0 auto;
}

.wangzhanqun {
    display: flex;
    margin-top: 30px;
}

.webtitle {
    background-image: url(/images/group1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 212px;
    min-width: 212px;
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
}

.wangzhanqun.red .webtitle {
    background-image: url(/images/group2.png);
}

.webcont {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

    .webcont a {
        display: flex;
        height: 50px;
        width: 160px;
        background: #f5f7fb;
        align-items: center;
        justify-content: center;
        line-height: 1.7;
        text-align: center;
        box-sizing: border-box;
        margin-left: 18px;
        padding: 0 15px;
        border-radius: 3px;
        transition: background-color .2s, color .2s;
        -webkit-transition: background-color .2s, color .2s;
    }

        .webcont a:hover {
            background: #c32c31;
            color: #FFF;
            transition: background-color .2s, color .2s;
            -webkit-transition: background-color .2s, color .2s;
        }

._newboxh3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    margin: 30px 0 10px;
    border-left: 5px solid #a5354b;
    line-height: 20px;
}

    ._newboxh3 a {
        float: right;
        font-weight: 400;
        font-size: 14px;
    }

._gonggaobox {
    display: flex;
    box-shadow: 0 0 3px 0px #e6e6e6;
    margin-top: 30px;
    height: 270px;
    overflow: hidden;
}

._activities_title {
    width: 160px;
    display: flex;
    flex-direction: column;
}

    ._activities_title a {
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 5px solid #f5f7fb;
        background: #f5f7fb;
        color: #666;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
    }

        ._activities_title a.active {
            border-left: 5px solid #a5354b;
            background: #FFF;
        }

._activities_text {
    background: #FFF;
    height: 270px;
    overflow: auto;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 10px;
}

    ._activities_text::-webkit-scrollbar {
        width: 8px;
        height: 10px;
    }

    ._activities_text::-webkit-scrollbar-thumb {
        border-radius: 4px;
        width: 6px;
        margin: 2px;
        background: #CCC;
    }

    ._activities_text::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
        background: #EEE;
    }

.announcement_list {
    display: flex;
    flex-direction: row-reverse;
    font-size: 14px;
    color: #333;
    padding: 10px 5px;
}

    .announcement_list.red a {
        color: #a5354b;
        font-weight: 700;
    }

    .announcement_list .date {
        display: flex;
        justify-content: flex-end;
        color: #AAA;
    }

    .announcement_list a {
        flex-grow: 1;
        justify-content: flex-start;
    }

.activities_tags {
    height: auto;
}

.school-news {
    display: flex;
    justify-content: space-between;
}

.img-more-a h2 span.img-school {
    background: transparent;
    color: #333;
    display: block;
    padding: 5px 0 10px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 0;
    font-weight: bold;
}

.img-more-a h2 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    padding-bottom: 2px;
    text-overflow: ellipsis;
}

.img-more-a .img-content {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    height: 40px;
}

.img-more-a {
    border: none;
}

._schoolbox {
    background: #f4f8fc;
    padding: 5px 15px;
}

.jituan {
    margin: 15px 0;
}

    .jituan p a {
        display: inline-block;
        padding: 10px;
        box-sizing: border-box;
        min-width: 10%;
        text-align: center;
        font-size: 14px;
    }

._morelink {
    background: #266fbd;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FFF;
    margin-top: 30px;
}

    ._morelink a {
        color: #FFF;
        padding: 0 8px;
        display: inline-block;
        border-right: 1px solid #FFF;
    }

        ._morelink a:nth-last-child(1) {
            border: none;
        }

.footer {
    margin: 0;
}

.mg_content {
    width: 1280px;
    max-width: 1280px;
}
