.wrap{
    width: 960px;
    margin: 50px auto 0;
}

.main-lt{
    float: left;
    width: 665px;
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    color: #606060;
    overflow: hidden;
}

.main-rt{
    float: right;
    width: 240px;
    line-height: 35px;
    margin-top: 80px;
    text-align: left;
}


.detail-link{
    display: block;
}

h1{
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date{
    color: #999;
    font-size: 12px;
}

.date span{
    margin-right: 20px;
}

.cnt-bd{
    margin-top: 30px;
    line-height: 30px;
}

.cnt-bd .indent{
    text-indent: 10px;
    line-height: 25px;
}

.img{
    text-align: center;
    margin: 30px 0;
}
.img img{
    max-width: 665px;
}

.cnt-ft{
    margin: 30px 0 60px;
    line-height: 30px;
}

.cnt-ft a{
     color: #606060;
 }

.cnt-ft a:hover{
    color: #1667a9;
}

.duba-download{
    margin-bottom: 15px;
    background: url(/images/info/info-downbg2.png) 0 0 no-repeat;
    position: relative;
    width: 237px;
    height: 178px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}
.duba-download span{
    position: absolute;
    width: 124px;
    height: 38px;
    left: 57px;
    bottom: 30px;
    background: url(/images/info/info-btn.png) 0 0 no-repeat;
}

.duba-download:hover span{
    background-position: -124px 0;
}
.main-rt .rank{
    border: 1px solid #efefef;
    padding: 10px;
}

.rank h2 i{
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #000;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.rank li{
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.rank li i{
    display: inline-block;
    width: 20px;
    height: 14px;
    position: relative;
    top: 3px;
    background: url(/images/info/info-nums.png) 0 0 no-repeat;
}

.rank .top2 i{
    background-position: 0 -14px;
}

.rank .top3 i{
    background-position: 0 -28px;
}

.rank .top4 i{
    background-position: 0 -42px;
}

.rank .top5 i{
    background-position: 0 -56px;
}

.rank .top6 i{
    background-position: 0 -70px;
}

.rank .top7 i{
    background-position: 0 -84px;
}

.rank h2{
    margin-bottom: 0;
}

.rank a{
    color: #000;
}

.follow-box{
    position: fixed;
    z-index: 999;
    top: 50px;
    width: 240px;
}

@media screen and (max-width: 540px) {
    .logo_v2{margin-left: 15px;}
    .container_v2{width: 100%;}
    .search_v2{display: none;}
    .nav_v2{display: none;}
    .wrap{width: 100%;}

    .main-lt{float: none; width: 100%; padding: 0 15px;  box-sizing: border-box; }
    .cnt-hd h1{overflow: auto; line-height: 28px; white-space: normal; margin-bottom: 15px;}
    .img img{max-width: 100%;}
    .main-rt{float: none; width: 100%;}
    .follow-box{position: static; width: 100%;}
    .duba-download{display: none;}
    .main-rt .rank{border: none; border-top: 1px solid #efefef;}
}