/* 优秀学子 */

.page-yxxz h2 {
    display: inline-block;
    font-size: 1.14em;
    text-align: left;
    font-family: 微软雅黑;
    color: #b29700;
    line-height: 35px;
    background-color: #f5dc52;
    padding: 0 20px;
}

.page-yxxz a {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 0 10px 30px;
    position: relative;
    font-family: 微软雅黑;
    font-size: 1.14em;
    line-height: 40px;
    color: #333333;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

.page-yxxz a:hover {
    color: #008ed6;
}

.page-yxxz a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -7px;
    border-left: 10px solid #333333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.page-yxxz a:hover:before {
    border-left: 10px solid #f6dc53;
}

.page-yxxz a .title {
    display: block;
    margin-right: 100px;
    height: 40px;
}

.page-yxxz a .time {
    position: absolute;
    right: 0;
    width: 100px;
    top: 10px;
    text-align: right;
}


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {}
