*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #eaeaea;
}
a{
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-family: "微软雅黑", Helvetica, STHeiTi, Arial, sans-serif;

}
li{
    list-style: none;
}
.taglist_content{
    width:1000px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
}
.taglist_content_tab{
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}
.taglist_content_tab ::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom:1px solid #bebebe;
    content: '';
}
.taglist_content_tab ul{
    display: inline-block;
    width: 100%;
    height: 100%;

}
.taglist_content_tab ul li{
    float: left;
    display: inline-block;
    margin-right: 25px;
    height: 100%;
    line-height: 50px;
    box-sizing: border-box;
}
.taglist_content_tab ul li:hover{
    color: #222;
    font-weight: bold;
    border-bottom: 3px solid #ffa800;
}
.taglist_content_tab ul .hover{
    color: #222;
    font-weight: bold;
    border-bottom: 3px solid #ffa800;

}
.taglist_content_lists{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.taglist_content_list{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 1px 2px 2px 1px #ccc;
}
.taglist_content_footer{
    height: 40px;
    width: 100%;
    border-top: 1px solid #bebebe;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #999;
    font-size: 14px;
}
.taglist_content_footer a{
    color: #999;
    font-size: 14px;
}
.taglist_content_footer a:hover{
    color: #999;

}
.taglist_content_list_top{
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
}
.taglist_content_list_top_left{
    float: left;
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.taglist_content_list_top_right{
    float: right;
    font-size: 16px;

}
.taglist_content_list_top_right a{
    color: #259;
    font-size: 16px;
    font-weight: bold;
}
.taglist_content_list_top_right a:hover{
    font-size: 16px;
    color: rgb(60,60,60);

}
.taglist_content_list_middle{
    padding:10px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
.taglist_content_list_middle_imgbox{
   width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.taglist_content_list_middle_imgbox img{
    width: 100%;
}
.taglist_content_list_middle_imgbox span{
    position: absolute;
    color: #fff;
    right:10px;
    bottom:-50px;
    padding: 2px 5px;
    border-radius: 2px;
    background: rgba(0,0,0,0.5);
    /*display: none;*/

}
.taglist_tags{
    position: absolute;
    width: 150px;
    height: 55px;
    top: 0;
    left: 40px;
    z-index: 1001;
    cursor: pointer;
}
.tags_wrapper{
    display: none;
    position: absolute;
    top:55px;
    left:-40px;
    width: 265px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.tags_wrapper h5{
    margin-bottom: 5px;
}
.tags_list{
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tags_wrapper li{
    display: inline-block;
    float:left;
    margin:3px 8px;
    color:#222;
   width: 38px;
    height: 22px;
    box-sizing: border-box;
    text-align: center;
    line-height: 22px;

}
.tags_wrapper li:hover{
    border:1px solid orange;
    border-radius: 6px;
}
.tags_wrapper li a{
    color: #505050;
}
