﻿.mt35 {
    margin-top: 35px !important;
}

body {
    background: #fff;
}

a {
    color: #585858;
    text-decoration: none;
    outline: none;
    transition: all .5s linear;
}
/* type-list-all */
.type-list-all .item {
    margin-bottom: 40px;
}

    .type-list-all .item dt {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
    }

        .type-list-all .item dt a {
            font-size: 24px;
            line-height: 32px;
        }

    .type-list-all .item dd {
        position: relative;
        padding: 8px 0 8px 0px;
        line-height: 30px;
        min-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .type-list-all .item dd:after {
            clear: both;
            content: '.';
            display: block;
            width: 0;
            height: 0;
            visibility: hidden;
        }

        .type-list-all .item dd .s-blue {
            font-size: 16px;
            width: 150px;
        }

        .type-list-all .item dd .classify {
            overflow: hidden;
            min-height: 30px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            overflow: hidden;
        }

            .type-list-all .item dd .classify a {
                float: left;
                margin-right: 30px;
                font-size: 14px;
            }

.ico-changshi.i-cs11 {
    width: 24px;
    height: 24px;
    background-position: -100px 0;
}

.pl15 {
    padding-left: 15px;
}

.tag-bartl {
    padding-bottom: 30px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
}

.s-blue {
    color: #0057ff !important;
}
