.detail {
    width:1366px; margin:80px auto 30px; min-height: calc(100vh - 176px);
}
.detail .cates {
    float:left;
    width:200px;   
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:20px 30px;
    margin-bottom:20px;
}
.detail .cates .item {
    height:44px;
    line-height: 44px;
    font-size: 16px;
}
.detail .cates .item a {
    display: block;
    color:#0085cd;
    padding:0 20px;
}
.detail .cates .item.on {
    color:#fff;
    background:#0085cd;
}
.detail .cates .item.on a{
    color:#fff;
}
.detail .list {
    float:right;
    width:1020px;
    font-size:15px;
    line-height: 48px;
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:20px 30px;
    margin-bottom:20px;
}
.detail .list .item {
    line-height: 48px;
}
.detail .list .item span{
    float:right;
}
.detail .content {
    float:left;
    width:940px;
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:20px 30px;
}
.detail .hot {
    float:right;
    width:286px;
    background: #fff;
    padding:20px 30px;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
}
.detail .hot h1{
    padding-top:10px;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.detail .hot .item {
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:15px;
}
.detail-title {
    font-size:18px;
    font-weight: bold;
    text-align: center;
    padding-top:10px;
}
.detial-ops {
    text-align: center;
    line-height: 40px;
}
.detial-content {
    line-height: 24px;
}
.detial-content .advs {
    width:420px;
    height:420px;
    float:right;
    background:#fff;
    margin:20px 0 0 10px;
}
.detial-content img {
    max-width: 100%;
}
.detial-content p {
    padding:8px 0;
    font-size:15px;
    text-indent: 30px;
    line-height: 250%;
}
.detial-content a {
    color:#0085cd;
    font-weight: bold;
}
.detail .clear {
    clear: both;
}
@media screen and (max-width: 768px) {
    .detail {
        width:100%;
        box-sizing: border-box;
    }
    .detail .cates {
        float: none;
        width:100%;
        padding:0;
    }
    .detail .cates .item {
        float:left;
        width:50%;
        text-align: center;
    }
    .detail .cates::after {
        display: block;
        content:'';
        clear: both;
    }
    .detail .list {
        width:100%;
        box-sizing: border-box;
        float:none;
        padding:20px 15px;
    }
    .detail .list .item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .detail .list .item span{
        display: block;
        width:82px;
        overflow: hidden;
        white-space: nowrap;
    }
    .detail .hot {
        display: none;
    }
    .detail .content {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px;
    }

    .detial-content .advs {
        width:100%;
        height:420px;
        float:none;
        background:#fff;
        margin:0;
    }
}
