.ga {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    flex-wrap: wrap;

}

.active {
    color: white;
    background: #005DBA ;
}

.item {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item>div:nth-child(n+3){
    margin-top: 28px;
}
.item>div:last-child{
    margin-top: 80px;
}
.ga p{
    color: #111111;
    font-size: 28px;
    text-align: center;
    line-height: 65px;
    width: 10%;
    cursor: pointer;
}

.xqy {
    position: relative;
    width: calc((100% - 28px) / 2);
}

.xqy img {
    width: 100%;
    display: block;
}

.pbq {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 5%;
}

.pbq p {
    color: white;
    font-size: 24px;
}

.yz {
    display: none;
}

.xqy:hover .cxd {
    display: none;
    transition: .6s;
}

.xqy:hover .yz {
    display: block;
    transition: .6s;
}

.yz{
    position: relative;
}
.sl {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    text-align:center;
    width: 80%;

}
.sl p:nth-child(1){
    font-size: 32px;
    color: white;
    margin-bottom:28px;
}
.sl p:nth-child(2){
    font-size: 14px;
    color:white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;

}
.fyq {
    display: flex;
    justify-content: center;
}

.fyq > div > p {
    width: 60px ;
    height: 60px;
    text-align: center;
    margin-right: 10px;
    background: #FFFFFF;
    border: 2px solid #ECECEC;
    font-size: 18px;
    padding-top: 11px;
    color: #222222;
}
.active{
    background: #005DBA !important; ;
    color: white!important;
    border: none!important;
}
@media screen and (max-width: 1680px){

    .item{
        margin-top: 45px;
    }

    .fyq > div > p{
        width: 50px;
        height: 50px;
    }
    .fyq > div > p{
        font-size: 16px;
    }
    .ga p{
        font-size: 21px;
        line-height: 50px;
    }
    .xqy{
        width: calc((100% - 21px) / 2);
    }
    .item>div:nth-child(n+3){
        margin-top: 21px;
    }
    .item>div:last-child{
        margin-top: 60px;
    }
    .pbq p{
        font-size: 18px;
    }
    .sl p:nth-child(1){
        font-size: 24px;
        margin-bottom: 21px;
    }
    .fyq > div > p{
        padding-top: 9px;
    }



}
@media screen and (max-width: 1440px){
    .fyq > div > p{
        width: 40px;
        height: 40px;
    }
    .fyq > div > p {
        padding-top: 5px;
    }
    .item{
        margin-top: 35px;
    }
    .xqy {
        width: calc((100% - 17px) / 2);
    }
    .item>div:nth-child(n+3){
        margin-top: 17px;
    }
    .item>div:last-child{
        margin-top: 40px;
    }

}
@media screen and (max-width: 1440px){
    .ga p{
        font-size: 18px;
    }
    .ga p{
        line-height: 40px;
    }
    .pbq p{
        font-size: 16px;
    }
    .sl p:nth-child(1){
        font-size: 22px;
    }
    .sl p:nth-child(1){
        margin-bottom: 18px;
    }
    .sl p:nth-child(2){
        font-size: 13px;
    }
}
@media screen and (max-width: 1366px){
    .sl p:nth-child(1) {
        margin-bottom: 10px;
    }
    .ga p {
        line-height: 35px;
    }
}
@media screen and (max-width: 1200px){
    .item {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1024px){
    .ga p {
        font-size: 16px;
        line-height: 30px;
    }
    .xqy {
        width: calc((100% - 10px) / 2);
    }
    .item>div:nth-child(n+3) {
        margin-top: 10px;
    }
    .item>div:last-child{
        margin-top: 30px;
    }
}
@media screen and (max-width: 992px){
    .ga p{
        width: 12%;
    }

}
@media screen and (max-width: 768px){
    .fyq > div > p{
    height: 35px;
        width: 35px;
    }
    .fyq > div > p {
        font-size: 14px;
    }
    .fyq > div > p {
        padding-top: 4px;
    }
}
@media screen and (max-width: 414px){
    .ga p {
        width: 32%;
    }
    .ga p:nth-child(n+4){
        margin-top: 10px;
    }
    .xqy{
        width: 100%;
    }
    .item>div:nth-child(n+2) {
        margin-top: 10px;
    }
    .item>div:last-child
    {
        margin-top: 25px;
    }

}

