/* 教学科研 */

.page-jxky a {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #e1e1e1;
    padding: 5px 0 4px 30px;
    position: relative;
    font-family: 微软雅黑;
    font-size: 1.14em;
    line-height: 30px;
    color: #333333;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

.page-jxky a:hover {
    color: #008ed6;
}

.page-jxky a:before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 12px;
    border-left: 10px solid #333333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.page-jxky a:hover:before {
    border-left: 10px solid #f6dc53;
}

.page-jxky a .title {
    display: block;
    padding-right: 100px;
    height: 30px;
}

.page-jxky a .autor {
    position: absolute;
    display: block;
    right: 0;
    top: 5px;
    text-align: right;
    line-height: 30px;
}


/*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) {}
