@charset "utf-8";
/*------------ link ------------*/
.link-list.type2 .item .name{
    padding: 7px 15px 7px 45px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin: 1px 0 0 0;
    color: #292E3A;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.06em;
    background:#fff;
}
.link-list.type2 .item .txt{
    margin: 0;
}
.link-list.type1 .item .box {
    border-radius: 30px;
    overflow: hidden;
}
.link-list.type2 .item .name:before{
    content: "\e1037";
    font-family: 'icon-font2' !important;
    font-size: 16px;
    color: #fff;
    background: #153869;
    position: absolute;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    top: 0;
    left: 0;
}
.link-list.type2 .item .box:hover .name{
    color: #fff;
    background:#153869;
}
.link-list.type2 .item .box:hover .name:before{
    color: #fff;
}
.link-list.type1 .item .txt {
    background: #153869;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .link-list.type2 .item .name{
        padding: 7px 15px 7px 15px;
        text-align: center;
    }
    .link-list.type2 .item .name:before{
        display: none;
    }
}
