.liuxue .artList {
    padding: 25px 0;
}

.liuxue .artList a {
    display: block;
    position: relative;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.liuxue .artList a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f03c07;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}

.liuxue .artList a text {
    float: right;
}




.pageNo {
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.pageNo a {
    display: inline-block;
    width: 60px;
    font-size: 14px;
    background: #eee;
    border-radius: 6px;
}

.pageNo a:hover,
.pageNo a.on {
    background: #0082f0;
    color: #fff;
}

.pageArt {
    line-height: 35px;
    line-height: 35px;
}

.pageArt a {
    float: left
}

.pageArt a:last-child {
    float: right;
}

/*// 资讯详情*/
.artList {
    color: #000;
}

.artList h2 {
    text-align: center;
    font-size: 22px;
}

.artList .small {
    text-align: center;
    font-size: 12px;
    color: #adadad;
    padding: 15px 0 20px;
}

.artList .cont {
    line-height: 25px;
    padding: 0 50px;
}

/* search */
.searchtitle {
    height: 55px;
    line-height: 55px;
    color: #f03c07;
    float: left;
    margin-left: 50px;
    font-size: 24px;
}

.empty {
    background: url(/static/xuecheng/img/empty.png) center center no-repeat;
    height: 330px;
}

.fllist {
    width: 100%;
}

.fllist .item {
    padding: 14px 0;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.fllist .item span {
    width: 100px;
    font-weight: bold;
    font-size: 16px;
    float: left;
    color: #fff;
    margin-right: 30px;
    background: #0082f0;
    line-height: 30px;
    text-align: center;
}

.fllist .item>div {
    width: calc(100% - 130px);
    float: left;
}

.fllist .item>div a {
    font-size: 16px;
    margin-right: 40px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* 九宫格 */
.liuxue .ninelist{
    padding: 15px 0;
    overflow: hidden;
}
.liuxue .ninelist .item{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 15px;
    float: left;
}
.liuxue .ninelist .item:nth-child(3n){
    margin-right: 0;
}
.liuxue  .ninelist .item .img{
    width: 100%;
    height: 227px;
    overflow: hidden;
}
.liuxue  .ninelist .item .img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.liuxue  .ninelist .item:hover .img img{
    transform: scale(1.08);
}
.liuxue  .ninelist .item p{
    padding-left: 35px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #0082f0;
    position: relative;
}
.liuxue  .ninelist .item p span{
    position: absolute;
    left: 22px;
    top: 50%;
    width: 3px;
    height: 17px;
    margin-top: -9px;
    background: #f03c07;
}