a:hover {
    color: #4072d8;
}
.gaszjj_header a{
    display: block;
}
.gaszjj_header a img{
    position: absolute;
    top: 10px;
}
.gaszjj_header > img{
    vertical-align: middle;
}
.gaszjj_ssga,.ssxj_list {
    margin-top: 30px;
}
.banner,.ssga{
    width: 49%;
}
.banner .owl-item img{
    height: 385px;
}
.banner .item-name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0 100px 0 10px;
    height: 2.625em;
    line-height: 2.625em;
    color: #fff;
    background-color: rgba(0,0,0,.3);
}
.ssga .tie{
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.ssga .tie a.on{
    color: #4072d8;
}
.ssga .tie a{
    margin-right: 15px;
    font-weight: bold;
    color: #7c7c7c;
}
.ssga .tie span{
    position: relative;
    padding-bottom: 9px;
    font-size: 20px;
}
.ssga .tie a.on span:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0;
    height: 5px;
    background: #4072d8;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
}
.ssga_list li{
    position: relative;
}
.ssga_list li::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4072d8;
    left: 0;
    top: 18px;
    border-radius: 50px;
}
.ssga_list li a {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 80px;
    padding-left: 20px;
    overflow: hidden;
}
.ssga_list li span.fr {
    position: absolute;
    right: 0;
    color: #999999;
}
.ssga_list li p {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


.ssxj_list h2{
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.ssxj_list h2 a{
    position: relative;
    padding-bottom: 10px;
    color: #4072d8;
}
.ssxj_list h2 a:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0;
    height: 5px;
    background: #4072d8;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
}
.ssxj_list li{
    width: 50%;
    float: left;
    position: relative;
}
.ssxj_list li .item{
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin: 15px;
}
.ssxj_list li .item a{
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.ssxj_list li .item p{
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.9;
    color: #333;
    height: 58px;
    overflow: hidden;
}
.ssxj_list li .item p a{
    font-size: 16px;
    font-weight: 400;
    color: #4072d8;
    display: initial;
}
.ssxj_list li .item span{
    background: #4072d8;
    color: #fff;
    padding: 4px 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.ssxj_list li .item span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #4072d8;
    border-left: 15px solid transparent;
}


@media (max-width: 740px) {
    .gaszjj_header{
        background: #004cd0;
    }
    .gaszjj_header a img{
        position: initial;
        padding: 6px 0;
    }
    .ssga ,.banner ,.ssxj_list li{
        width: 100%;
    }
    .ssxj_list,.gaszjj_ssga {
        margin-top: 0px;
    }
    .banner ,.ssga ,.gaszjj_ssxj{
        margin-top: 20px;
    }
    .banner .owl-item img {
        /* min-height: 385px; */
        height: initial;
    }
}