/**
 *  动漫单个专题页面样式
 *  by wang 2017-08
 */
.topic-desc{
    font-size:1.2rem;
    line-height:2.5rem;
    white-space: pre-wrap;
    letter-spacing:1px;
    padding:1rem 1rem 0 1rem;
}
.anime_box li{
    content:'';
    clear:both;
    overflow:hidden;
    border-bottom:1px dashed #ddd;
    padding-bottom:1.5rem;
    padding-top:2rem;
}
.anime_box li:first-child{
    padding-top: 0;
}
.anime_box li img{
    display: block;
    margin: 0 auto;
    width: 15rem;
    height: 20rem;
    line-height: 20rem;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}
.anime_box li:nth-child(odd) a{
    float:right;
}
.anime_box li p{
    text-align:left;
}
.anime_box h2{
  writing-mode: vertical-lr;
  width: 13rem;
  height: 20rem;
}
.anime_box h2 a{
  margin-top:15px;
  font-size: 2rem;
  font-weight:normal;
  height: 20rem;
}
.anime_box p{
    font-size:14px; 
    line-height:25px;
    letter-spacing:2px;
    margin-top:25px;
    padding-right:10px;
}
