@charset "utf-8";
/*------------ download ------------*/
.download-list .item .box{
    border-bottom: 1px solid #ccc;
}
.download-list .item .name{
    color: #000;
}
.download-list .item .box:hover .name{
    color:#399DBD;
}
.download-list .item .text .download span,
.download-list.type1 .item .text .download span{
    display: inline-block;
    background: url(../../../images/layout03-3/common/download/download_ic.png);
    width: 35px;
    height: 35px;
    font-size: 0;
    position: absolute;
    right: 42px;
    bottom: -18px;
}
.download-list.type1 .item .text .download span{
    bottom: 5px;
}
.download-list .box:hover .text .download span{
    background-position: bottom;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .download-list .item .box{
        border-bottom: none;
    }
}
@media screen and (max-width:767px){
    .download-list{
        margin: 0;
    }
    .download-list .item{
        padding: 0 0 25px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
}
