.m-coll2{
    position: relative;
    margin: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
}

.m-coll2 .hd{
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f1f2f6;
}

.m-coll2 .hd a{
    color: #0598fa;
    font-size: 16px;
}

.m-coll2 dl{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 10px;
}

.m-coll2 dl:nth-child(2n) {
    margin-left: 2%;
}

.m-coll2 dl dt{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 0;
}

.m-coll2 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;
}

.m-coll2 dl dd {
    display: block;
    width: 100%;
    position: relative;
}

.m-coll2 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;
}

.m-pages{
    margin: 10px;
}

.m-coll3{
    position: relative;
    padding: 10px 10px 0;
}

.m-coll3 .hd-title{
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
    background: #fbfbfb;
}

.m-coll3 .hd-title:before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    margin-right: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #ff5a39;
}

.m-coll3 .list-soft__head {
    height: 170px;
    overflow: hidden;
}

.m-coll3 .list-soft__head dl{
    position: relative;
}

.m-coll3 .list-soft__head dl dt {
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.m-coll3 .list-soft__head dl dt img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.m-coll3 .list-soft__head dl dd {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
    overflow: hidden;
    text-indent: 2em;
}

.m-coll3 .list-soft__head dl dd em {
    height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 10px;
    font-style: normal;
}

.m-coll3 .list-soft__head dl dd span {
    display: inline-block;
    width: 100%;
    height: 42px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
}


.m-coll3 .m-soft-list{
    padding: 0;
}