.cont_left{
    float: left;
    width: 880px;
    margin-right: 20px;
    padding-bottom: 100px;
}
.cont_left .tags{
    width: 880px;
    background: #FFFFFF;
    padding-bottom: 30px;
}
.cont_left .tags .tags_head{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    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;
    cursor: pointer;
    position: relative;
    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:55px;  
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.cont_left .tags .content ul{
    width: 840px;
    margin: 0 auto;
}
.cont_left .tags .content ul li{
    height: 140px;
    margin-top: 20px;
}
.cont_left .tags .content ul li:hover{
    background-color: #f5f5f5;
}
.cont_left .tags .content ul li img{
    display: block;
    float: left;
    width: 210px;
    height: 140px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.cont_left .tags .content 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 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 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;
}


/* 分页 */
.dede_pages{
    width: 100%;
}
.dede_pages ul {
    width: 750px;
    padding: 30px 0px 0px 80px;
    margin: 0 auto;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #ccc;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #C79657;
    font-weight: bold;
}
.dede_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

 .spec{
    background-color: #fff;
    width: 100%;
}
 .spec .spec_ul{
    padding: 20px;
}
.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;
}
.spec .spec_ul li:hover{
    background: #F2F2F2;
}
.spec .spec_ul li a{
    line-height: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.fen{
    width: 840px;
    margin: 0 auto;
    height: 1px;
    background: #E6E6E6;
    opacity: 1;
}