/*-- 基本欄位 --*/
.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 .item .box .pic img{
    width: 100%;
}
.download-list .name{
    margin:0
}
/*3欄 */
.download-list.column3 .item {
    width: 33.33%;
    padding: 0 0px 60px;
}

.download-list.column3 .item:nth-child(3n+1-1) {
    clear: left;
}

/*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.type2 {
    margin: 0 10px;
}

.download-list.type2 .item .box {
    display: flex;
    /*align-items: end;*/
}

.download-list.type2 .pic {
    max-width: 190px;
}

.download-list.type2 .pic:before {
    background: rgba(0, 0, 0, 0.1);
}

.download-list.type2 .item .text {
    width: calc(100% - 190px);
    padding: 27px 55px 20px 25px;
    box-sizing: border-box;
    min-width: 191px;
}
.download-list.type2 .item .text .download {
    font-size: 15px;
    /*margin: 35px 0 0 0;*/
    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;
    position: absolute;
    bottom: 0;
}
/*有側邊選單*/
.has-side .download-list.type2 .item .text{
    width: 100%;
    min-width: 132px;
    padding:10px 10px 40px 10px;
}
.has-side .download-list.type2 .item .text .download{
    /*margin-top:10px*/
}
/*!有側邊選單*/
.download-list.type2 .item .name {
    line-height: 1.65;
    font-size: 17px;
    font-weight: normal;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    transition: all .2s;
}

.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;
}

.download-list.type2 .box .style,
.download-list.type2 .box .size,
.download-list.type2 .box .date,
.download-list.top-table.type2 {
    display: none;
}

/*------------ 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 {
    width: 13%;
    text-align: center;
    line-height: 55px;
    position: relative;
    padding: 0 20px;
}
.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: #AAACAD;
    display: inline-block;
    position: absolute;
    left: 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 {
    margin: 10px auto;
    line-height: 40px;
    width: 112px;
    max-width: 90%;
}

/*-- 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) {

    /*------------ 33.3% ------------*/
    .download-list.column3 .item {
        width: 50%;
    }

    .download-list.column3 .item:nth-child(n) {
        clear: none;
    }

    .download-list.column3 .item:nth-child(2n+1-1) {
        clear: left;
    }

    /*------------ 33.3% end------------*/

    /*----------- 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+.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 .date,
    .download-list.type1 .box .size,
    .download-list.type1 .box .style,
    .has-side .download-list.type1 .box .date,
    .has-side .download-list.type1 .box .size,
    .has-side .download-list.type1 .box .style {
        padding-left: 75px;
        font-size: 14px;
    }

    .download-list.type1 .item .text .download span {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 113px;
        height: 55px;
        line-height: 55px;
        font-size: 12px;
    }

    .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;
    }
}

@media screen and (max-width:767px) {

    /*------------ 33.3% ------------*/
    .download-list.type2 {
        margin: 0;
    }

    .download-list.column3 .item {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 20px;
    }

    .download-list.type2 .item .name {
        line-height: 1.65;
        font-size: 16px;
    }

    /*------------ 33.3% end------------*/

    /*------------ 100% -------------*/


}

@media screen and (max-width:480px) {

    /*------------ 33.3% ------------*/
    .download-list.type2 .pic {
        max-width: 110px;
    }

    .download-list.type2 .item .text {
        max-width: calc(100% - 110px);
        padding: 0px 10px 10px;
    }

    .download-list.type2 .item {
        padding: 0 0 10px;
    }

    .download-list.type2 .item .text .download {
        margin: 15px 0 0;
    }

    /*------------ 33.3% end------------*/

}