﻿.p_banner .p_bannerbox span{
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-text-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-text-shadow: 0 0 10px rgba(0,0,0,.2);
    -ms-text-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-text-shadow: 0 0 10px rgba(0,0,0,.2);
    text-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
}
.g-box{
    position: relative;
}
.g-box:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.snv{
    float: left;
    width: 228px;
    margin-right: 42px;
    overflow: hidden;
}
.snv li{
    margin-bottom: 35px;
    overflow: hidden;
}
.snv li h3{
    font-size: 20px;
    color: #fff;
    line-height: 1.94em;
    font-weight: normal;
    border-radius: 3px;
    background: linear-gradient(90deg, #03489D, #3AA0EF);
    position: relative;
    padding: 0 10px 0 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.snv li h3:after{
    content: '';
    width: 6px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.snv li h3 a{
    display: block;
    color: #fff;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.snv dl{
    margin-top: 18px;
    overflow: hidden;
}
.snv dd{
    border-bottom: 1px #CCC solid;
    margin-bottom: 4px;
    overflow: hidden;
}
.snv dd a{
    display: block;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 2.29em;
    padding: 0 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.snv dd:hover a,.snv dd.ok a{
    color: #0077cb;
}
.g-box .right{
    overflow: hidden;
}
.m-text{
    font-size: 14px;
    color: #000;
    line-height: 2em;
    overflow: hidden;
}
.m-text h3{
    font-size: 20px;
    color: #04499E;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 4px;
    overflow: hidden;
}
.m-text .line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px){
    .wp{
        max-width: 66.14vw;
    }
    .p_banner .p_bannerbox span{
        font-size: 1.25vw;
        right: 0.520vw;
    }
    .snv{
        width: 11.87vw;
        margin-right: 2.187vw;
    }
    .snv li{
        margin-bottom: 1.822vw;
    }
    .snv li h3{
        font-size: 1.041vw;
        line-height: 1.94em;
        font-weight: normal;
        border-radius: 0.156vw;
        background: linear-gradient(90deg, #03489D, #3AA0EF);
        padding: 0 0.520vw 0 1.406vw;
        white-space: nowrap;
    }
    .snv li h3:after{
        content: '';
        width: 0.312vw;
        height: 0.729vw;
        top: 50%;
        left: 0.468vw;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .snv dl{
        margin-top: 0.937vw;
    }
    .snv dd{
        border-bottom: 1px #CCC solid;
        margin-bottom: 0.208vw;
    }
    .snv dd a{
        font-size: 0.833vw;
        line-height: 2.29em;
        padding: 0 1.302vw;
        white-space: nowrap;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .snv dd:hover a,.snv dd.ok a{
    }
    .g-box .right{
    }
    .m-text{
        font-size: 0.729vw;
    }
    .m-text h3{
        font-size: 1.041vw;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 0.208vw;
    }
    .m-text .line{
        margin-bottom: 1.562vw;
    }
}
@media only screen and (max-width: 1199px){
    body{
        padding-top: 55px;
    }
    .g-box{
        margin-top: 20px;
    }
    .snv{
        display: none;
    }
    .m-text{
        line-height: 1.8em;
    }
    .m-text h3{
        font-size: 18px;
    }
    .m-text .line{
        margin-bottom: 20px;
    }
}
