/*pc 资讯管理小说样式*/
.pic1{
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    height: 266px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin-left: 20rem;
    margin-top: 1.5rem;
}
.pic1 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.stars {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.stars .star {
    display: inline-block;
    margin-top: -4px;
    width: 90px;
    height: 16px;
    background: url(../images/stars.png) no-repeat 0 -40px;
    vertical-align: middle;
}
.stars .star i.i5 {
    width: 100%;
}
.stars .star i {
    display: block;
    width: auto;
    height: 16px;
    background: url(../images/stars.png) no-repeat 0 -60px;
    text-indent: -999px;
    overflow: hidden;
}
.read {
    margin-bottom: 3rem !important;
    font-size: 16px;
    text-align: center;
}
.read a {
    background: #f2708c none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 160px;
    text-decoration: none;
}
/*结束*/


/*wap  资讯关联小说样式*/
 .row2 {
     overflow: hidden;
     zoom: 1;
     padding: 0.3rem 3%;
     margin-top: -1.2rem;
 }
.f_l {
    float: left;
}
.pic2 {
    width: 25%;
}
.pic2 img {
    /* height: 2.5rem; */
    height: 120px;
    width: 100%;
}
.f_r {
    float: right;
}
.column1 {
    width: 72%;
}
.font-title7 {
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3rem;
}
.text15-title {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #aaa;
}
.an13 {
    width: 94%;
    margin: 0 auto;
    font-size: 0.38rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.3rem;
}
.an13 a {
    display: block;
    color: #fff;
    background: #34B2FE;
    padding: 3px;
    border-radius: 0.18rem;
    font-size: 1.1rem;
}
/*结束*/