.newlist ul li {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ebebeb;
    transition: all ease-in-out .5s;
    padding: 20px 0;
}

.newlist ul li:hover {
    border-bottom: 1px solid #9baefc;
    background: #f8f8f8;
}

.newdata {
    width: 160px;
    text-align: center;
    float: left;
}

.newdata h3 {
    color: #dbdbdb;
    font-size: 30px;
    line-height: 90px;
    transition: all ease-in-out .3s;
}

.newdata span {
    width: 70px;
    height: 35px;
    margin: 0 auto;
    background: url(../images/zuo_03.png) no-repeat left;
    display: block;
    text-align: center;
    transition: all ease-in-out .8s;
}

.newlist li:hover .newdata span {
    background: url(../images/zuo_06.png) no-repeat right;
}
.newlist li:hover .newdata h3 {
    color: #9baefc;
    transition: all ease-in-out .3s;
}
.newlist li:hover .newshow img {
    transform: scale(1.2);
}
.newlist li:hover .newbook h4{
    text-indent: 2em;
    color: #9baefc;
}

.newbook {
    width: 778px;
    float: left;
    text-align: left;

}

.newbook h4 {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    transition: all ease-out .5s;
}

.newbook p {
    font-size: 14px;
    color: #757575;
    text-indent: 2em;
    line-height: 25px;
    padding-right: 99px;
    transition: all ease-out .5s;
}

.newshow {
    width: 262px;
    overflow: hidden;
    float: right;
}

.newshow img {
    width: 200px;
    height: 125px;
    transition: all ease-in-out 1s;
}

/* 页码 */

.paging {
    padding: 45px 0 35px;
}

.num {
    color: #9baefc !important;
    border: 1px solid #9baefc !important;
}

.page_list {
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
}

.page_list a {
    display: inline-block;
    color: #999;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 0 18px;
    margin: 0 5px;
    transition: all ease-in-out 0.3s;
}

.page_list a:hover {
    color: #9baefc !important;
    border: 1px solid #9baefc !important;
}