.cousre_container{
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    /*background: #fff;*/
}
.condition{
    width: 100%;
    background-color: #fff;
    padding-bottom: 12px;
    /*box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);*/
}
.condition .content{
    width: 1200px;
    margin: 0 auto;
}
.condition .content .top{
    padding-top: 20px;
    clear: both;
    border-bottom: 1px solid rgba(28,31,33,.2);

}
#searchForm{
    width: 500px;
    float: right;
    margin: 12px 0;
}
.cdn-list{
    position: relative;
    padding: 16px 0 5px;
    border-bottom: 1px solid #edf1f2;
}
.cdn-list .title{
    width: 52px;
    height: 20px;
    line-height: 30px;
    font-weight: 700;
    font-size: 14px!important;
    color: #07111b;
    text-align: left;
}
.cdn-list .item{
    display: inline-block;
    margin: 0 4px;
}

.cdn-list .item a{
    display: block;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}
.cdn-list .item a:hover{
    color: #4285f4;
}
.cdn-list .active a{
    background: rgba(66, 133, 244,.06);
    border-radius: 6px;
    font-weight: 700;
    color: #4285f4;
}
.col-5{
    list-style: none;
    padding-bottom: 40px;
    margin-left: -35px;
}
.col-5:after{
    content:"."; display:block; height:0; visibility:hidden; clear:both;
}

.col-5>li{
    margin-left: 45px;
    float:left;
    /*background-color: #2e6da4;*/
    width: 200px;
    margin-bottom: 35px;
}
.col-5 .layui-rate li i.layui-icon{
    font-size: 12px;
    margin-right: 1px;
}

/*.col-5>li:first-child{*/
    /*margin-left: 0;*/
/*}*/
.col-5:after{
    clear: both;
}
.col-5 .img{
    position: relative;
}
.col-5 .img img{
    width: 200px;
    height: 120px;
}
.col-5 .video:after{
    content: "";
    background: url("icon/video.png");
    width: 50px;
    height: 54px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}
.col-5 .txt:after{
    content: "";
    background: url("icon/txt.png");
    width: 50px;
    height: 54px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}
.col-5 .ppt:after{
    content: "";
    background: url("icon/ppt.png");
    width: 50px;
    height: 54px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}
.col-5 .audio:after{
    content: "";
    background: url("icon/audio.png");
    width: 50px;
    height: 54px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}
.col-5 .title{
    font-family: Segoe UI;
    font-size: 16px!important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    height: 50px;
    letter-spacing: 0px;
    color: #07111b;
    text-align: left;
}
.col-5 .detail{
    color: #93999f;
    font-size: 12px;
}
.col-5 .detail span{
    width: 80px;
    display: inline-block;
}
.col-5 .detail .rate{
    width: auto;

}
.col-5 .price{
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #4d555d;
}

