/* BASIC css start */
.magazineView .topBox{
    padding:100px 100px 50px;
}

.magazineView .topBox .Tit{
    font-size:19px;
    font-weight:bold;
    line-height:95px;
    color:#3b3b3b;
}

.magazineView .topBox .moreView{
    display:block;
    width:450px;
    font-size:30px;
    line-height:95px;
    color:#fff;
    text-align:center;
    background:#979797;
    border-radius:3px;
}
/* BASIC css end */

