.imgt{
    position: absolute;
    transition: .5s;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.xsyg .a{
position:relative;
padding:.25rem .4rem .25rem .4rem;}
.xsyg .a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.04rem;
    height: 100%;
    background: #124fb0;
    transition: .5s;
    overflow: hidden;}
.xsyg li:hover .a::before{
background:#d10015;}
.xsyg h4{
display: block;

     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

.xsyg h6{
display:block;}
.xsyg h6 span{
    width: 0.8rem;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;}

@media (max-width: 1340px){
.xsyg h6 span{
width: 1rem;}
}
.list9Box .list9 li{
min-width: 20%;
margin-right:5%;}
.list9Box .list9 li{position:relative;}
.list9Box .list9 .img11{
    width: 1.4rem;
    background: #fff;
    border-radius: 0.06rem;
    position: absolute;
    padding: 0.05rem;
    bottom: 100%;
    left: 21%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translate(-50%,0);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);}
.list9Box .list9 .img11 img{width:100%;}
.list9Box .list9 li:hover .img11{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-0.12rem);}


.list9Box .list9 .img11::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    transform: rotate(45deg);
    bottom: -0.06rem;
    left: 50%;
    margin-left: -0.06rem;}
@media (max-width: 1024px){
.list9Box .list9 .img11{left: 50%;}

.list9Box .list9 li{    min-width: 20%;
    margin-right: 0;}
}
@media (max-width: 500px){
.list9Box .list9 .img11{width: 1rem;}
}
