
h1.title{
    text-align: center;
    font-size: 40px;
    color: #ca0000;
    font-weight: 400;
    padding-bottom: 90px;
    padding-top: 90px;
    background: url("../images/shuimeng.png") no-repeat center 146px;
}

/* 培养特色 */
.pyts{
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    padding-bottom: 60px;
    position: relative;
}

.pyts .item{
    width: calc(484px - 160px);
    height: calc(360px - 110px);
    background-color: #f8f8f8;
    position: relative;
    border-radius: 10px;
    padding:40px 80px 70px;
    cursor: pointer;
}

.pyts .item:hover{
    background-color: #ca0000;
}

.pyts .item h2{
    font-size: 32px;
    color: #333;
    font-weight: 500;
    margin-top: 50px;
}
.pyts .item:hover h2{
    color: #fff;
}
.pyts .item p{
    color: #333;
    font-size: 20px;
    padding-top:40px;
}
.pyts .item:hover p{
    color: #fff;
}
.pyts .item img{
    max-width: 110px;
    max-height: 110px;
}
.pyts .item:hover img{
    filter: invert(100%);
    filter: brightness(0) invert(1);
    mix-blend-mode: screen;
    -webkit-filter: brightness(0) invert(1);
}

.pyts .item i{
    font-size: 50px;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #ff0000;
    width: 50px;
    height: 50px;

    line-height: 50px;
    border-radius: 6px;
}
.pyts .item:hover i{
    display: block;
}


.question{ padding:50px 0;}
.question h0{display: block; font-size: 30px; color: #ca0000; font-weight: 400; border-left:3px solid #ca0000; padding-left: 10px; margin-bottom: 30px;}
.question .con{ padding-left:140px; line-height: 2.1;}
.question .con *{ line-height: 2.1;}
.question .con h2{ font-size: 16px; color:#121212; font-weight: 500; margin:15px 0 10px 0;}
.question .con p{line-height: 2.1; font-size: 14px; color:#121212; }



/* 媒体查询 */
@media screen and (max-width: 1680px) {
    .pyts {
        gap: 60px;
        padding-bottom: 60px;
    }
    .pyts .item {
        width: calc(460px - 140px);
        height: calc(460px - 110px);
        padding: 40px 70px 70px;
    }
}

@media screen and (max-width: 1538px) {
    .pyts {
        gap: 50px;
        padding-bottom: 60px;
    }
    .pyts .item {
        width: calc(423px - 120px);
        height: calc(423px - 110px);
        padding: 40px 60px 70px;
    }
}

@media screen and (max-width: 1480px) {
    .pyts {
        gap: 40px;
        padding-bottom: 60px;
    }
    .pyts .item {
        width: calc(423px - 120px);
        height: calc(423px - 110px);
        padding: 40px 60px 70px;
    }
}

@media screen and (max-width: 1366px) {
    .pyts {
        gap: 30px;
        padding-bottom: 60px;
    }
    .pyts .item {
        width: calc(396px - 100px);
        height: calc(396px - 110px);
        padding: 40px 50px 70px;
    }
    
}

@media screen and (max-width: 1280px) {
    .pyts {
        gap: 20px;
        padding-bottom: 60px;
    }
    .pyts .item {
        width: calc(320px - 80px);
        height: calc(320px - 110px);
        padding: 40px 40px 70px;
    }
    .pyts .item h2{
        font-size:20px;
        margin-top:20px;
    }
    .pyts .item p {
        font-size: 16px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    h1.title{
        padding:30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }
    .pyts {
        gap: 10px;
        padding-bottom: 20px;
    }
    .pyts .item{
        width: calc(50% - 45px);
        height: auto;
        padding:20px 20px 20px;
    }
    .pyts .item img{
        margin:0 auto;
        max-width: 60px;
        max-height: 60px;
    }
    .pyts .item h2{
        font-size:0.7rem;
        margin-top:15px;
    }
    .pyts .item p{
        font-size:0.6rem;
        padding-top:15px;
    }

    
    .question{
        width: 96%;
        margin: 0 auto;
        padding:10px 0;
        font-size: 0.7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .question h0{
        font-size: 0.6rem;
        color: #ca0000;
        font-weight: 400;
        border-left:3px solid #ca0000;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .question .con{
        padding:0;
    }
    .question .con h2{
        font-size: 0.6rem;
        color:#1f1f1f;
        font-weight: 500;
        margin:10px 0 8px 0;
    }
    .question .con p{
        line-height: 1.8;
        font-size: 0.55rem;
        color:#121212;
    }
    .question .con *{
        line-height: 1.8;
        font-size: 0.55rem;
        color:#121212;
    }

}
@media only screen and (max-width: 768px) { 

}