@charset "utf-8";
/*------------ download ------------*/
.download-list.type2 .pic{
    border-radius: 50%;
    overflow: hidden;
}
.download-list.type2 .item .name{
    color: #202020;
    font-weight: normal;
    transition: all 0.3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #1D2B6A;
}
.download-list.type2 .box:hover .text .download,.download-list.type2 .box .text .download{
    background: none;
}
.download-list .item .text .download span{
    font-size: 0;
    margin: 0;
    display: block;
    transition: all .3s ease;
    color: #666666;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
.download-list .item .text .download span:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 7px 2px 0;
    transition: all .3s ease;
    background: #1D2B6A url('../../../images/layout06/common/download/ic.png') no-repeat 50% 50%;
}
.download-list .box:hover .text .download span{
    color: #E11715;
}
.download-list .box:hover .text .download span:before{
    background: #E11715 url('../../../images/layout06/common/download/ic.png') no-repeat 50% 50%;
}
/*------------ rwd ------------*/
@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;
    }
    .download-list.type1 .item .text .download span{
        width: 91px;
        line-height: 26px;
    }
    .download-list .item .text .download span:before{
        width: 16px;
        height: 16px;
        margin: 0px 3px 2px 0;
    }
}
@media screen and (max-width:480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
    .download-list .item .text .download span{
        margin: 15px 0 0 0;
    }
}
