.download-select{
    margin-bottom: 20px;
}
.download-select select{
    width: 175px;
    height: 40px;
    border: 1px solid #9B9B9B;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.download-select label{
    font-size: 16px;
    color: #000;
}
/*-- 基本欄位 --*/
.title_item{
    display: none;
}
.download-list .item .box {
    display: block;
    position: relative;
}
.download-list .item .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
    
}
.download-list .name{
    margin:0
}


/*1欄*/
.download-list.column1 .item {
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

.download-list.column1 .item:nth-child(n) {
    clear: none;
}


/*------------ 33.3% ------------*/


/*!有側邊選單*/
/* .download-list li .text .download span {
    font-size: 15px;
    display: block;
    transition: all .2s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-align: center;
    width: 112px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-weight: 600;
} */

/*------------ 33.3% end ------------*/

/*------------ 100% ------------*/

.download-list.type1 {
    margin: 0px;
    padding: 0;
}
.download-list.type1 .title_item{
    display: block;
}
.download-list.type1 .item .name {
    color: #000;
    transition: all .3s ease;
}
.download-list.type1 .item .box:hover .name{
    color: #999;
}
.download-list.type1 .item{
    background: #fff;
}
.download-list.type1 .item:nth-child(even) {
    background: #F2F2F2;
}

.download-list.type1 .item .box {
    display: block;
}

.download-list.type1 .pic {
    display: none;
}

.download-list.type1 .box .style,
.download-list.type1 .box .size,
.download-list.type1 .box .date {
    display: block;
}

.download-list.type1 .box .date {
    display: inline-block;
    text-align: center;
}

.download-list.type1 .item .text {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    /*flex-wrap: wrap;*/
    color: #000;
    font-size: 15px;
}

.download-list .date .day:before,
.download-list .date .month:before {
    content: '-';
}

.download-list.type1 .item .col {
    text-align: center;
    line-height: 20px;
    position: relative;
    padding: 15px 20px;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.download-list.type1 .item .col.years {
    width: 20%;
}
.download-list.type1 li.item .col.years {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-list.type1 li.item .col.info {
    display: flex;
    align-items: center;
}
.download-list.type1 .item .col.info {
    width: 60%;
    text-align: left;
}
.download-list.type1 .item .col.download {
    width: 20%;
}
.download-list.type1 .item .col.download{
    min-width: 128px;
}
/*有側邊*/
/* .has-side .download-list.type1 .item .col{
    padding: 0 5px;
}
.has-side .download-list.type1 .item .col{
    width: 16.25%;
}
.has-side .download-list.type1 .item .col.name{
    width: 35%;
} */

/*!有側邊*/

.download-list.type1 .item .col+.col:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d4d4d4;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.download-list.type1 .item .col.name {
    width: 48%;
    text-align: left;
    padding: 5px 20px;
    font-size: 16px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0;
}

.download-list.type1 .item .text .download span {
    font-size: 14px;
    display: block;
    transition: all .2s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    border-radius: 0;
    color: #FFF;
    margin: 10px auto;
    width: 50px;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
    transition: all .3s ease;
    position: relative;
}
.download-list.type1 .item .box:hover  span{
    opacity: 0.7;
}
.download-list.type1 .item .box:hover  .info{
    color: #B22329;
}
.download-list.type1 .item .text .download span.d-pdf:before {
    content: "";    
    background: url(../../images/common/pdf-icon.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; 
}

.download-list.type1 .item .text .download span.d-doc:before {
    content: "";    
    background: url(../../images/common/doc-icon.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; 
}
.download-list.type1 .item .text .download span.d-docx:before {
    content: "";    
    background: url(../../images/common/docx-icon.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; 
}
.download-list.type1 .item .text .download span.d-xls:before {
    content: "";    
    background: url(../../images/common/xls-icon.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; 
}
.download-list.type1 .item .text .download span.d-xlsx:before {
    content: "";    
    background: url(../../images/common/xlsx-icon.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; 
}
/*-- top-table --*/
.download-list.top-table.type1 {
    display: flex;
}

.download-list.top-table.type1 .item .col {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    height: auto;
    line-height: 77px;
    padding: 0 20px;
}

.download-list.top-table.type1 {
    border-top: 2px solid #999;
    border-bottom: 1px solid #AAACAD;
    padding: 0;
}

.download-list.top-table.type1 .item .col+.col:before {
    display: none;
}

/*------------ rwd ------------*/
@media screen and (max-width:1000px) {

   

    /*----------- 100% ------------*/
    .download-list.type1 .item .text{
        flex-wrap: wrap;
    }
    .download-list.type1 .item .col,
    .download-list.top-table.type1 .item .col {
        padding: 0;
    }

    .download-list.type1 .title_item{
        display: none;
    }
    .download-list.top-table.type1 {
        display: none;
    }

    .download-list.type1 .item .col,
    .download-list.type1 .box .date,
    .has-side .download-list.type1 .item .col.name,
    .has-side .download-list.type1 .item .col {
        width: 100%;
        padding: 0;
        line-height: inherit;
        text-align: left;
    }
    .download-list.type1 .item .col.years {
        width: 100%;
    }
    .download-list.type1 .item .col.info {
        width: 100%;
    }
    .download-list.type1 .item .col.download {
        width: 100%;
    }

    .download-list.type1 .item .col+.col:before {
        display: none;
    }

    .download-list.type1 .item .col.name {
        padding: 0;
        height: auto;
        width: 100%;
    }

    .download-list.type1 .item {
        margin-bottom: 0;
        padding: 10px 5px;
    }

    .download-list.type1 .box .years,
    .download-list.type1 .box .info,
    .has-side .download-list.type1 .box .years,
    .has-side .download-list.type1 .box .info {
        padding-left: 50px;
        font-size: 14px;
        padding-right: 66px;
        transition: all .3s ease;
    }

    .download-list.type1 .item .text .download span {
        position: absolute;
        top: 3px;
        right: 8px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 0px;
    }
    .download-list.type1 li.item .col.years {
        justify-content: start;
    }
    .download-list.type1 .item .col.download {
        position: static;
    }

    .download-list.type1 .box .text .col:after {
        content: attr(data-title);
        display: inline-block;
        left: 0;
        top: 0;
        position: absolute;
        color: #000;
        width: auto;
        font-size: 14px;
    }
}

