#header{
    height: 64px;
    line-height: 64px;

    background-color: #2a6a74;
}

/*头部*/
.header_logo{
    height: 60px;
    line-height: 60px;
    float: left;
    cursor: pointer;
    outline: none;
    text-decoration: none;

}
.add_header_menu {
    cursor: pointer;
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}
.headr_menu_active, .add_header_menu:hover {

    background-color: #437983;
}
.headr_menu_active{

    background-color: #437983;
}

/*====================================================*/



.uploadify:hover .uploadify-button {background-color:#29507e;}
.uploadify:hover .uploadify-button-text{color:#fff;background-color:#29507e;}
.fl_mid a:hover {

    color: #2265b5;
}




.sharedwglib_goodslist {
	max-width: 180px;
    position: relative;
    border: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 2px 16px -4px rgb(0 0 0 / 30%);
    transition: height .5s ease,margin .5s ease,opacity .3s linear,transform .5s ease;
    overflow: hidden;
	
}

.file_list_info {
    padding-left: 10px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file_list_info span {
    margin-right: 5px;
	color: #999;
}

.sharedwglib_goodslist:hover {
    box-shadow: 4px 5px 3px rgba(0,169,158,.12);
    -webkit-box-shadow: 4px 5px 3px rgba(0,169,158,.12);
    -moz-box-shadow: 4px 5px 3px rgba(0,169,158,.12);
    box-shadow: 4px 5px 3px rgba(0,169,158,.12);
}


.margin_top_thirty {
    margin-top: 50px;
}

.margin_bottom_thirty {
    margin-bottom: 30px;
}



.swdl_view_num {
    color: #cccccc;
    font-family: Arial;
    padding-left: 23px;
    float: left;
    background: url(../img/liulan.png) no-repeat left center;
}

.swdl_view_num_share {
    color: #286a75;
    font-family: Arial;
    padding-left: 23px;
    float: left;
    background: url(../img/ck.png) no-repeat left center;
    background-size: 50%;
    width: 10px;
    height: 20px;
}

.swdl_praise_num {
    color: #00a99e;
    font-family: Arial;
    padding-left: 17px;
    float: left;
    background: url(../img/shoucang.png) no-repeat left center;
}
.swdl_praise_num_share {
    color: #286a75;
    font-family: Arial;
    padding-left: 17px;
    float: left;
    background: url(../img/sc.png) no-repeat left center;
    background-size: 37%;
    width: 15px;
    height: 20px;
    margin-left: 25px;
}





/*=========================分页======================================*/
.tcdPageCode{
    margin-top: 25px;
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}
.tcdPageCode a{
    display: inline-block;
    color: #00b3aa;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a:hover{
    text-decoration: none;
    border: 1px solid #00b3aa;
}
.tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 5px;
    color: #fff;
    background-color: #00b3aa;
    border: 1px solid #00b3aa;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.disabled{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 5px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}