.listPart {
    position: relative;
    width: 100%;
    height: auto;
}

.list-ul{
    position: relative;
    width: 100%;
    height: auto;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.list-ul li{
    position: relative;
    width: 338px;
    height: 124px;
    padding: 20px 20px 18px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.listPart ul li .contentPart {
    position: relative;
    width: 100%;
    height: 85px;
    margin-bottom: 14px;
    -js-display: flex;
    display: flex;
    flex-direction: row;
}
.listPart ul li .contentPart .left {
    position: relative;
    width: 85px;
    height: 85px;
    background-color: #f6f9f9;
    margin-right: 12px;
    border-radius: 6px;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.listPart ul li .tagList {
    position: relative;
    width: 100%;
    height: 25px;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.listPart ul li .contentPart .right{
    position: relative;
    width: 100%; /*243px;*/
    height: 85px;
}
.listPart ul li .contentPart .right .namePart {
    position: relative;
    width: 100%;
    height: 21px;
    margin-bottom: 8px;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listPart ul li .contentPart .right .namePart h3 {
    width: 180px;
    height: 21px;
    line-height: 21px;
    margin-right: 16px;
    color: #30bec3;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listPart ul li .contentPart .right .namePart .hotPart {
    position: relative;
    width: 58px;
    height: 18px;
    border-radius: 4px;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}
.listPart ul li .contentPart .right .infoPart{
    font-size: 12px;
    color: #999;
    width: 100%;
    height: 17px;
    margin-bottom: 5px;
    -js-display: flex;
    display: flex;
    align-items: center;
}
.listPart ul li .contentPart .right .desc {
    font-size: 12px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listPart ul li .tagList .li {
    width: 77px;
    height: 25px;
    background-color: #F0FFFF;
    font-size: 12px;
    color: #555;
    -js-display: flex;
    display: flex;
    align-items: center;
}
.iconfont_xm {
    position: relative;
    background: url(/statics/img/icon/itemk-icon-sprite.png) no-repeat;
    background-size: 69px 55px;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 6px;
}
.iconfont_xm.xmbk{
    background-position: 0 -40px;
}
.iconfont_xm.syfw {
    background-position: -21px 0;
}
.iconfont_xm.shhl {
    background-position: -21px -20px;
}
.iconfont_xm.tyrj {
    background-position: -42px 0;
}
.listPart ul li .contentPart .right .infoPart .line {
    margin: 0 8px;
    width: 1px;
    height: 8px;
    background-color: #dedede;
}
.project_menu .li.on_1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #30bec3;
    display: block;
    bottom: 5px;
    border-radius: 5px;
}
.project_menu .li {
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    position: relative;
}
.project_menu .li.on_1 {
    color: #30bec3;
    font-weight: bold;
}

.filterBox li a, .filterBox li .item {
    display: inline-block;
    margin: 0 10px 6px 0;
    padding: 0 5px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    width: 120px;
}
.filterBox li .on {
    border: 0px solid #55babd;
    border-radius: 4px;
    font-weight: bold;
    color: #30bec3;
}