.warp {
    position: relative;
    background: #FAFAFA;
}

.Crumbs {
    background: #FAFAFA;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.warpContent {
    background: #fff;
    box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 40px;
}

.videowarp{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.videoType{
    padding: 32px 0;
}
.videoType>div{
    display:inline-block;
}
.videoType span{
    display: inline-block;
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    border:1px solid rgba(242,242,242,1);
    border-radius:18px;
    margin-right: 8px;
    cursor: pointer;
}
.videoType span:hover{
    color:#028B7B;
    border-color:#028B7B;
}
.videoType span.cur{
    color:#fff;
    background:#028B7B;
    border:none;
    font-size: 16px;
}
.videoType i{
    font-style: normal;
    color: #999;
    line-height: 36px;
    margin: 0 16px;
}
.videolist{
    font-size: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.listson{
    display: inline-block;
    width: 225px;
    margin-right: 33.3px;
    position: relative;
    margin-bottom: 32px;
    cursor: pointer;
}
.listson:nth-child(4),.listson:nth-child(8){
    margin-right:0;
}
.listson:hover .videoMask{
    display: block;
}
.listson .videoMask{
    position: absolute;
    width: 225px;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,.2);
    display: none;
}
.listson .videoMask img{
    width: 50px;
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
}
.videolistRow{
    width: 105%;
}
.videoType a ,
.videolistRow a{
    text-decoration: none;
}

.listson .videoImg{
    width: 225px;
    height: 168px;
    background: no-repeat center;
    background-size: cover;
}
.listson .videoTitle{
    font-size: 14px;
    color: #191919;
    line-height: 20px;
    height: 50px;
    margin-top: 8px;
    padding-left: 10px;
    border-bottom: 1px solid #028B7B;
    font-weight: bold;
}

.listson .videoNews{
    padding: 8px 0;
    font-size: 0;
    padding-left: 6px;
}
.listson .videoNews .star{
    width: 17px;
    margin-right: 8px;
    vertical-align: top;
    position: relative;
    top: 5px;

}
.listson .videoNews p{
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}






















