body{
    background: #f1f9ff;  
}
.m-coll-box {
    background: #f1f9ff;
    padding: 10px 10px 0;
}


#catelist {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px 10px 0 10px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0;
}

#catelist .hd-title{
    margin: 0;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc
}

#catelist dl {
    margin-top: 10px;
    /* border-bottom: 1px solid #f1f2f6; */
    /* padding-bottom: 10px; */
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 0px;
}

#catelist dl:nth-child(2n) {
    margin-left: 2%;
}

#catelist dl dt {
    width: 100%;
    height: auto;
    /* padding: 0 12px 0 0; */
    display: block;
    overflow: hidden;
    /* float: left */
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 0;
}

#catelist dl dt img {
    width: 100%;
    height: 82px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#catelist dl dd {
    display: block;
    width: 100%;
    position: relative
}

#catelist dl dd h2 {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

#catelist dl dd p {
    width: 100%;
    height: 17px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 7px 0 0 0;
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.m-pages {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    background: #fff;
}

.m-pages a {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    height: 26px;
    width: 15%;
    margin: 8px 3px 6px;
    padding: 0 10px;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    color: #999
}

.m-pages a.on {
    background: #205AEF;
    color: #fff
}


.m-coll2-box {
    background: #f1f9ff;
    padding: 10px 10px 20px;
}
.m-coll2-box .item-top{
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.m-coll2-box .item-top img{
    width: 100%;
    height: auto;
}

.m-coll2-box .item-top .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}
.m-coll2-box .item-top .txt{
    margin-bottom: 0;
    font-size: 16px;
    color: #737373;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-coll2-box .item-box{
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.m-coll2-box .item-box .img-info{
    position: relative;
    overflow: hidden;
}

.m-coll2-box .item-box .img-info img{
    float: left;
    width: 80px;
    height: 80px;
}

.m-coll2-box .item-box .img-info .info{
    margin-left: 90px;
}

.m-coll2-box .item-box .img-info .info .title{
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    margin-bottom: 0;
}
.m-coll2-box .item-box .img-info .info .kind-size{
    margin-bottom: 0;
}
.m-coll2-box .item-box .img-info .info span{
    font-size: 12px;
    color: #737373;
}

.m-coll2-box .item-box .img-info .info .txt{
    position: relative;
    color: #999;
    font-size: 14px;
    height: 40px;
}
.m-coll2-box .item-box .img-info .info .txtHidden{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-coll2-box .item-box .img-info .info .txt a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: #fff;
    color: #0a96f6;
}

.m-coll2-box .item-box .hot-download{
    margin: 10px 0;
    background: #f1f9ff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 20px;
    font-size: 0;
}

.m-coll2-box .item-box .hot-download span{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #545454;
}

.m-coll2-box .item-box .hot-download span i{
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.m-coll2-box .item-box .hot-download span.hot i{
    width: 18px;
    height: 18px;
    background: url(../img/icon-hot.png) no-repeat center;
    background-size: 100%;
}

.m-coll2-box .item-box .hot-download span.download i{
    width: 20px;
    height: 20px;
    background: url(../img/icon-xiazai.png) no-repeat center;
    background-size: 100%;
}
.m-coll2-box .item-box .look{
    text-align: center;
}
.m-coll2-box .item-box .look a{
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0a96f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 5px auto 0;
}
