/*---中间部分*/
.title {
    overflow: hidden;
    margin-bottom: 24px;
    border-bottom: 1px solid #7d7d7d;
}

.title1 > span, .title > span {
    font-size: 24px;
    font-weight: bold;
    color: #00496c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.title1 > span {
    margin-bottom: 24px;
    margin-top: 85px;
}

.title > span {
    float: left;
    border-bottom: 4px solid #00496c;
    padding-bottom: 16px;
}

.title > img {
    width: 30px;
    height: 30px;
    margin: 13px 0;
    float: right;
    cursor: pointer;
}

.introduction {
    width: 100%;
    height: 539px;
    display: flex;
    justify-content: space-between;
}

.introduction-left-box {
    width: calc(100% - 675px);
}

.introduction-content {
    height: 210px;
    overflow: hidden;
    margin-bottom: 32px;
}

.look-more {
    font-size: 14px;
    color: #f9f9f9;
    background: #00496c;
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.introduction > p {
    width: 675px;
    height: 539px;
    padding: 102px 60px;
    background-image: url("/static/t/gkcj/images/cont_bg2.png");
}

.introduction > p > img {
    width: 100%;
    height: 100%;
}

.news {
    position: relative;
    top: -81px;
}

.news-content-box {
    overflow: hidden;
}

.news-content {
    width: calc(25% - 16px);
    float: left;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #00496c;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.news-content > img {
    display: block;
    height: 190px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.news-content > p {
    font-weight: bold;
    font-size: 14px;
    color: #00496c;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 12px 16px;
}

.news-content > span {
    display: block;
    font-size: 13px;
    color: #444444;
    margin: 0 16px 8px;
}

.news-content:hover {
    background-color: #00496c;
}

.news-content:hover p, .news-content:hover span {
    color: #ffffff;
}

.col-box {
    position: relative;
    top: -40px;
}

.notice-box {
    padding: inherit;
}

.notice-box li {
    list-style: disc;
    color: #00496c;
    cursor: pointer;
    line-height: 46px;
}

.notice-box li p {
    font-size: 16px;
    color: #686868;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.edu-box {

}

.edu-box li {
    overflow: hidden;
}

.edu-box li img {
    display: block;
    float: left;
    width: 145px;
    height: 75px;
    margin-right: 10px;
}


.edu-box li p {
    float: left;
    border-bottom: 1px solid #e5e9ec;
    width: calc(100% - 160px);
    cursor: pointer;
}


.edu-box li p span {
    font-size: 18px;
    color: #282222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: normal;
    margin: 8px 0 16px;
}


.edu-box li p label {
    font-size: 16px;
    color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-bottom: 16px;
}

.edu-box li:hover p span, .edu-box li:hover p label {
    color: #006595;
}

.star-box {

}

.star-box li {
    border-bottom: 1px dashed #959595;
    padding-bottom: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.star-box li p {    font-size: 16px;
    font-weight: normal;
    color: #515151;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}

.star-box li span {
    color: #6b6b6b;
    font-size: 14px;
    display: block;
}

.teacher-box {

}

.score-box {

}
