.cont_left{
    float: left;
    width: 880px;
    margin-right: 20px;
    /*padding-bottom: 100px;*/
}
.swiper-wrapper{
    width: 880px !important;
    height: 440px !important;
}
.swiper-wrapper img{
    width: 100%;
    height: 100%;
}
.swiper-slide p{
    position: absolute;
    bottom: 0rem;
    width: 80%;
    font-size: 32px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 100px 200px 20px 30px;
    background: linear-gradient(to top, rgba(40, 40, 40, 0.4) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%);
}

.cont_left .tags{
    width: 880px;
    background: #ffffff;
    margin-top: 20px;
    padding-bottom: 50px;
}
.cont_left .tags .tags_head{
    width: 880px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    opacity: 1;
}
.cont_left .tags .tags_head li{
    float: left;
    margin-left: 10px;
    width: 56px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 48px;
    color: #333333;
    opacity: 1;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.cont_left .tags .tags_head .xuanze{   
    color: #ff6600;
}
.cont_left .tags .tags_head .xuanze::after{
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #ff6600;
    opacity: 1;
}
.cont_left .tags .tags_head  .tags_more{
    float: right;
    margin-right: 20px;
    line-height: 48px;  
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.cont_left .tags .content .list_ul{
    width: 840px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.cont_left .tags .content .list_ul li{
    height: 140px;
    margin-top: 20px;
        overflow: hidden;
}
.cont_left .tags .content .list_ul li img{
    display: block;
    float: left;
    width: 210px;
    height: 140px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.cont_left .tags .content .list_ul li .tit{
    float: left;
    width: 600px;
    height: 26px;
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    opacity: 1;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont_left .tags .content .list_ul li .jianjie{
    float: left;
    width: 610px;
    height: 42px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    opacity: 1;
    margin-top: 10px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont_left .tags .content .list_ul li .type{
    float: left;
    width: 76px;
    height: 28px;
    background: #ffffff;
    color: #999999;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #cccccc;
    opacity: 1;
    margin-top: 25px;
    margin-left: 20px;
    text-align: center;
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background: #ffffff !important;
}

.bott_more{
    width: 120px;
    height: 40px;
    background: #f5f5f5;
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
}
.bott_more .bo_more{
    display: block;
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 40px;
    color: #999999;
    opacity: 1;
    text-align: center;
}
.fen{
    width: 880px;
    margin: 0 auto;
    height: 1px;
    background: #e6e6e6;
    opacity: 1;
}

.content .spec{
    background-color: #fff;
    width: 100%;
}
.content .spec .spec_ul{
    padding: 20px;
    border-bottom: 1px solid #e6e6e6 ;
}
.content .spec .spec_ul li{
    float: left;
    height: 28px;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.content .spec .spec_ul li a{
    line-height: 28px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
}