.TypeBox {
    padding-top: 50px;
    text-align: center;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5)
}

.TypeBox a {
    padding: 13px 35px;
    display: inline-block;
    font-size: 18px;
    background: #D9DADB;
    color: #333;
    margin-right: 15px;
    text-transform: uppercase
}

.TypeBox .activeN {
    background: #FDB20B;
    color: #fff
}

.se2 {
    margin-top: 40px;
    padding-bottom: 115px
}

.se2 span {
    font-size: 16px;
    color: #333;
    line-height: 28px
}

.se2 h3 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 5px
}

.se2 .list {
     display: flex; /* 使用 Flexbox 布局 */
    align-items: flex-start;
    margin-right: 15px;
    margin-bottom: 60px;
    /*display: inline-block;*/
    vertical-align: top;
    transition: all .3s
}

.se2 .list div {
    margin-top: 20px;
    margin-left: 50px;
}

.se2 .list p {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.se2 .list:hover span,
.se2 .list:hover h3,
.se2 .list:hover p {
    color: #0140A7
}

.se2 .list:hover h3 {
    text-decoration: underline
}

.se2 div:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 1550px) {
    /*.se2 .list {*/
    /*    width: 374px*/
    /*}*/
}

@media screen and (max-width: 1400px) {
    .TypeBox a {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    /*.se2 .list {*/
    /*    width: 305px*/
    /*}*/

    .se2 .list span {
        font-size: 14px
    }

    .se2 .list h3 {
        font-size: 20px
    }

    .se2 .list p {
        font-size: 14px
    }

    .se2 .list .view {
        font-size: 14px
    }
}

@media screen and (max-width: 999px) {
    /*.se2 .list {*/
    /*    width: 234px*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .TypeBox a {
        padding: 20px 25px
    }
    .se2 .list{
        display: block;
    }

    /*.se2 .list {*/
    /*    width: 225px*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .TypeBox {
        display: none
    }

    .se2 {
        margin-top: 60px;
        padding-bottom: 60px;
        
    }
    .se2 .list div{
         margin-left: 0px;
    }
        .se2 .list img{
        width:100%;
        }
    }

    .se2 .list {
        
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px
    }

    .se2 .list h3 {
        font-size: 18px;
        line-height: 1.5
    }
}
.sorry {
    font-size: 20px;
    margin-top: 30px;
}