@media screen and (min-width: 1366px){
    
}
/* 超小屏幕 */
@media screen and (max-width:768px){
    .ktpBoxDesc{
        width: 140px;
        text-align: center;
        background: #0068b7;padding: 10px;
        border-radius: 10px;
        opacity: .8;
        border: 2px solid #c4dbee; 
        box-shadow: 10px 10px 30px #efefef;
    }
    .ktpBoxDesc h1{
        color: white;font-size: 20px;
    }
    .Main{
        width: 100%;
    }
    .zxBox{
        background: #3194db;
        color:white;
        height: 50px;
        width: 50px;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .title{
        width: 70%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        color: #868887;
    }
    .desciption{
        width: 70%;
        color: #868887;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
    }
    .zxktp{
        height: 100px;
        flex: 1;
        margin: 10px 0;
        display: flex
    }
}
/* 小屏幕 */
@media screen and (min-width:769px) and (max-width:991px) {
    .ktpBoxDesc{
        width: 140px;
        text-align: center;
        background: #0068b7;padding: 10px;
        border-radius: 10px;
        opacity: .8;
        border: 2px solid #c4dbee; 
        box-shadow: 10px 10px 30px #efefef;
    }
    .ktpBoxDesc h1{
        color: white;font-size: 20px;
    }
    .Main{
        width: 100%;
    }
    .zxBox{
        background: #3194db;
        color:white;
        height: 50px;
        width: 50px;
        border-radius: 10px;
        text-align: center;
        align-items: center;display: flex;
        flex-wrap: wrap;
    }
    .title{
        width: 70%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        color: #868887;
    }
    .desciption{
        width: 70%;
        color: #868887;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
    }
    .zxktp{
        height: 100px;
        flex: 1;
        margin: 10px 0;
        display: flex
    }
}
/* 中等屏幕 */
@media screen and (min-width:992px) and (max-width:1200px) {
    .ktpBoxDesc{
        width: 280px;
        text-align: center;
        background: #0068b7;padding: 10px;
        border-radius: 20px;opacity: .8;border: 2px solid #c4dbee; box-shadow: 10px 10px 30px #efefef;
    }
    .ktpBoxDesc h1{
        color: white;font-size: 20px;
    }
    .Main{
        width: 85%;margin: 0 auto;
    }
    .zxBox{
        background: #3194db;
        color:white;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 20px;
        text-align: center;
        align-items: center;
    }
    .title{
        width: 100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        color: #868887;
    }
    .desciption{
        color: #868887;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
    }
    .zxktp{
        height: 100px;
        flex: 1;
        margin: 10px 0;
        display: flex
    }
}
/* 大屏 */
@media screen and (min-width:1201px) and (max-width:1920px){
    .ktpBoxDesc{
        width: 280px;
        text-align: center;
        background: #0068b7;padding: 10px;
        border-radius: 20px;opacity: .8;border: 2px solid #c4dbee; box-shadow: 10px 10px 30px #efefef;
    }
    .ktpBoxDesc h1{
        font-weight:bolder;color: white;font-size: 40px;
    }
    .Main{
        width: 85%;margin: 0 auto;
    }
    .zxBox{
        background: #3194db;
        color:white;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 20px;
        text-align: center;
        align-items: center;
    }
    .title{
        width: 100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        color: #868887;
    }
    .desciption{
        color: #868887;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
    }
    .zxktp{
        height: 100px;
        margin: 10px 0;
        display: flex
    }
}
/* 超大屏 */
@media screen and (min-width:1921px) {
    .ktpBoxDesc{
        width: 280px;
        text-align: center;
        background: #0068b7;padding: 10px;
        border-radius: 20px;opacity: .8;border: 2px solid #c4dbee; box-shadow: 10px 10px 30px #efefef;
    }
    .ktpBoxDesc h1{
        font-weight:bolder;color: white;font-size: 40px;
    }
    .Main{
        width: 85%;margin: 0 auto;
    }
    .zxBox{
        background: #3194db;
        color:white;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 20px;
        text-align: center;
        align-items: center;
    }
    .title{
        width: 100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        color: #868887;
    }
    .desciption{
        color: #868887;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
    }
    .zxktp{
        height: 100px;
        margin: 10px 0;
        display: flex
    }
}