.clear::after {
    content: "";
    display: block;
    clear: both;
}

/* banner区域开始 */
.banner {
    width: 100%;
    height: 300px;
  line-height:300px;
    background: url("./banner.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bannerTitle {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
}

/* banner区域结束 */
/* 页面主体部分开始 */
.bg {
    width: 100%;
    background: url(./bg.png) no-repeat;
    background-position: bottom center;
    padding: 50px 0;
    min-height: 550px;
}

.cent {
    width: 1200px;
    margin: 0 auto;
}

.tabBar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.tabBarLeft {
    width: 250px;
    display: flex;
    justify-content: space-between;
}

.tabBarLeft p {
    width: 60px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.tabBarLeft p a {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.tabBarLeft .active a {
    color: #4393f5;
}

.tabBarLeft .active {
    border-bottom: 3px solid #4393f5;
}

.tabBarRight {
    display: flex;
    width: 430px;
    justify-content: space-between;
    padding-top: 40px;
}

.tabBarRight div {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #f1f2f4;
}

.tabBarRight div a {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 46px;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}

.tabBarRight div:nth-child(1) a {
    background: url(./zx.png) no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    background-size: 20px 17.41px;
}

.tabBarRight div:nth-child(2) a {
    background: url(./jy.png) no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    background-size: 19.90px 16.22px;
}

.tabBarRight div:nth-child(3) a {
    background: url(./ts.png) no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    background-size: 19.82px 17.7px;
}

.list {
    padding-top: 30px;
    padding-bottom: 50px;
}

.list li {
    width: 380px;
    height: 120px;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.3);
    padding: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    transition: transform 0.5s;
}

.list li:nth-child(3n) {
    margin-right: 0;
}

.list li a p {
    width: 100%;
}

.list li a p:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.list li a p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #999;
}

/* 页面主体部分结束 */

.list li:hover {
    transform: translateY(-10%);
    transition: transform 0.5s;
    box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}

.list li a {
    display: block;
    width: 100%;
    height: 100%;
  cursor: default;
}

.list li:hover p {
    color: #4393F5 !important;
}

/* 移动端样式开始 */



@media screen and (max-width: 768px) {

    .banner {
        width: 100%;
        height: 3rem;
        background: url(/cms_files/filemanager/1759171972/picture/20232/091a4a3fa3014164890844a2bd42a442.png) top center no-repeat !important;
    }

    .bannerTitle {
        width: 3.53rem;
        font-size: .52rem;
        line-height: .64rem;
        text-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
        padding-top: 0.86rem;
        margin-left: .32rem;
    }

    .bg {
        background: none;
        padding: 0.52rem 0.24rem 0.32rem 0.24rem;
    }

    .cent {
        width: 100%;

    }

    .tabBar {
        display: block;
        border: none;
    }

    .tabBarLeft {
        justify-content: flex-start;
        width: auto;
        margin-bottom: .41rem;
    }

    .tabBarLeft .active {
        border: none;
    }

    .tabBarLeft .active a {
        color: #333;
        font-weight: 600;
    }

    .tabBarLeft p {
        margin-right: .4rem;
        padding: 0;
        width: auto;
        font-size: 0;
    }

    .tabBarLeft p a {
        font-size: .44rem;
        color: #999999;
    }

    .tabBarRight {
        width: 100%;
        padding: 0;
        justify-content: space-between;
        margin-bottom: 0.32rem;
    }

    .tabBarRight div {
        width: 2.17rem;
        height: 0.73rem;
        line-height: 0.73rem;
        ;
        background: #f1f2f4;
    }

    .tabBarRight div a {
        font-size: .26rem;
        height: 100%;
        line-height: .73rem;
        padding-left: .77rem;
        background-size: .33rem .28rem !important;
        background-position-x: .23rem !important;
    }

    .list li {
        width: 100%;
        height: auto;
        padding: .28rem .24rem .38rem .24rem;
        margin-bottom: .32rem;
    }

    .list {
        padding: 0;
    }

    .list li a p:first-child {
        font-size: .3rem;
        color: #333333;
        font-weight: normal;
        margin-bottom: .12rem;
    }

    .list li a p:last-child {
        font-size: .24rem;
        font-weight: normal;
        color: #666666;
        margin-bottom: 0;
    }

    .more {
        font-size: 0.3rem;
        line-height: 0.5rem !important;
        height: .5rem !important;
    }
}


/* 移动端样式结束 */