*{padding:0;margin:0}
.clear{
    clear: both;
}
.content_test_body {
    padding: 0 360px;
}
@media screen and (max-width: 1500px) and (min-width: 100px) {
    .content_test_body {
        padding: 0 50px;
    }
}

.text-right{
    text-align: right;
}
.c_body_left_ul{
    box-shadow:0px 0px 5px #ccc;
    color: #646464;
    margin-top:15px;
}
.c_body_left_listAc{
    background: #609EE9;
    color: #fff;
    padding:10px 0;
    border-radius:5px 5px 0 0;
}
.c_body_left_list{
    padding:15px 10px;
}
.c_body_left_list:hover{
    cursor: pointer;
}
.c_body_left_listText{
    color: #242424;
}
.active{
    background: #EBF2FC;
}
.activate{
    background: #EBF2FC;
}


/*shop-start*/
.shop{
    min-height:520px;
    margin-top:15px;
}
.shop_box{
    padding:5px;
    overflow: hidden;
    transition:0.3s ease;
    margin-bottom: 10px;
}
.shop_box:hover{
    text-decoration: none;
    box-shadow:0px 0px 5px #ccc;
}
.shop_list{
    padding:10px;
    border-radius:5px;
    /*border:1px solid #ccc;*/
}
.shop_name{
    color:#666;
    font-family: '黑体';
    height:20px;
    overflow: hidden;
}
.shop_desc{
    color:#666;
    font-family: '黑体';
    max-height:20px;
    overflow: hidden;
}

.shop_box .img-box{
    width: 256px;
    height: 256px;
    overflow: hidden;
}

