@charset "utf-8";
/*------------ link ------------*/
.link-list .item .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.link-list .item .name{
    color: #333;
    font-weight: 500 !important;
}
.link-list.type1 .item .txt {
    background: rgb(33, 33, 33, 0.6);
}
.link-list.type2 .box{
    margin: 0 auto 15px;
    border-bottom: 1px solid #DCDCDC;
    transition: all .3s ease;
}
.link-list.type2 .box:hover{
    border-bottom-color: #E60012;
}
.link-list .url{
    font-family: 'Lato',serif;
}
.link-list.type2 .item .txt {
    margin: 15px 7px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px){
    .link-list .item .name{
        padding: 7px 5px 7px 5px;
        text-align: center;
    }
}
