﻿.pc-style #Main1 {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.pc-style #Main1 .left {
    float: left;
    width: 300px;
}

.pc-style #Main1 .left .top {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style #Main1 .exam-news {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style #Main1 .exam-news dt {
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style #Main1 .exam-news dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style #Main1 .exam-news dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style #Main1 .exam-news dd {
    height: 130px;
    overflow: hidden;
}

.pc-style #Main1 .exam-news li {
    line-height: 26px;
    padding-left: 10px;
    padding-right: 90px;
    position: relative;
    overflow: hidden;
}

.pc-style #Main1 .exam-news li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style #Main1 .exam-news li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style #Main1 .exam-news li .time {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #aaaaaa;
    min-width: 5em;
}

.pc-style #Main1 .exam-news li .text-placeholder {
    background: #d5d5d5;
    display: block;
    height: 1em;
    margin: 6px auto;
}

.pc-style #Main1 .right {
    float: right;
    width: 810px;
}

.pc-style .exam-course {
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    border-radius: 12px;
}

.pc-style .news-block {
    overflow: hidden;
}

.pc-style .news-block .news-block-inner {
    width: 1131px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .news-block dl {
    float: left;
    width: 327px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.pc-style .news-block dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .news-block dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .news-block dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style .news-block dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../images/bg5006.png) right center no-repeat;
}

.pc-style .news-block dd {
    height: 130px;
    overflow: hidden;
}

.pc-style .news-block dd li {
    line-height: 26px;
    padding-left: 10px;
    padding-right: 60px;
    position: relative;
}

.pc-style .news-block dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style .news-block dd li a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style .news-block dd .time {
    color: #888888;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .news-block dd strong {
    color: #bf6000;
    font-weight: normal;
}

.pc-style .empty {
    background: url(../images/empty.png) center top no-repeat;
    text-align: center;
    padding: 100px 20px 20px 20px;
    color: #888888;
}

/*****移动端样式*****/

.mobile-style #Main1 {
    overflow: hidden;
    zoom: 1;
}

.mobile-style #Main1 .left {
    margin-bottom: 10px;
}

.mobile-style #Main1 .left .top {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

/*教务公告*/

.mobile-style #Main1 .left .top .l1 {
    /* float: left;
    width: 300px; */
    margin-bottom: 10px;
}

/*考试动态*/



.mobile-style #Main1 .exam-news {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style #Main1 .exam-news dt {
    position: relative;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style #Main1 .exam-news dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style #Main1 .exam-news dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style #Main1 .exam-news dd {}

.mobile-style #Main1 .exam-news li {
    padding: 10px 0px 10px 10px;
    position: relative;
    border-bottom: 1px dotted #e5e5e5;
}

.mobile-style #Main1 .exam-news li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.mobile-style #Main1 .exam-news li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style #Main1 .exam-news li a {
    display: block;
}

.mobile-style #Main1 .exam-news li .time {
    display: block;
    color: #aaaaaa;
    font-size: 12px;
}
.mobile-style #Main1 .exam-news li .text-placeholder {
    background: #d5d5d5;
    display: block;
    height: 1em;
    margin: 6px auto;
}

/*圣才图书*/

.mobile-style #Main1 .right {
    /* float: right;
    width: 300px; */
    margin-bottom: 10px;
}

.mobile-style .exam-course {
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.mobile-style .news-block {
    overflow: hidden;
}

.mobile-style .news-block .news-block-inner {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .news-block dl {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style .news-block dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .news-block dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .news-block dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style .news-block dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../images/bg5006.png) right center no-repeat;
}

.mobile-style .news-block dd li {
    padding: 10px 0px 10px 10px;
    position: relative;
    border-bottom: 1px dotted #e5e5e5;
}

.mobile-style .news-block dd li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.mobile-style .news-block dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style .news-block dd li a {
    position: relative;
    display: block;
}

.mobile-style .news-block dd .time {
    color: #888888;
    display: block;
    font-size: 12px;
}

.mobile-style .news-block dd strong {
    color: #bf6000;
    font-weight: normal;
}
.mobile-style .empty {
    background: url(../images/empty.png) center top no-repeat;
    text-align: center;
    padding: 100px 20px 20px 20px;
    color: #888888;
}
.mobile-style .waiting{
    padding:10px 16px;
}