@charset "utf-8";





/*homecate4*/
.homecate4 {
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: -10px;
}

.homecate4 .box {
    float: left;
    width: 48.5%;
    margin-right: 12px;
    background-color: #fff;
    margin-bottom: 10px;
}

.homecate4 .box .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
}

.homecate4 .box .title h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}

.homecate4 .box .title i {
    float: right;
    display: inline-block;
    font-style: normal;
    color: #999;
}

.homecate4 .box .title i a {
    color: #999;
}

.homecate4 .box ul {
    list-style: none;
    padding: 10px 15px;
    width: 100%;
}

/*.homecate4 .box li{line-height: 30px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}*/
/*.homecate4 .box li a{font-size: 14px;}*/

.homecate4 .box li {
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homecate4 .box li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #FF6666;
    position: absolute;
    margin-top: 14px;
}

.homecate4 .box li a {
    padding-left: 14px;
}





@media screen and (max-width: 800px) {
   
   

    .homecate4 {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .homecate4 .box {
        width: 100%;
        margin-right: 0;
    }

    



   
