/* banner */
.con_tl{ display:none;}
.banner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align:center;
}

.banner img {
    max-width: 100%;
}

.content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-image: url(/eportal/uiFramework/commonResource/image/2023101116053842755.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%, 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;overflow-x:auto;
}

.content h3 {
    letter-spacing: 4px;
    font-size: 36px;
    margin-bottom:30px;
}

.content p {
    width: 80%;
    margin: 0 auto;
    font-size: 17px;
    color: #494949;
    margin-top:20px;
    line-height: 2;
text-align:left;
}
.content p:first-child { width:45%;}
.car {
    width: 80%;
    margin: 0 auto;
}

.car img {
    margin-top: 8%;
    width: 100%;
    height: 100%;
}

.table-list {
    width:90%;
    margin: 0 auto;
    padding: 2% 1%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #f0f0f0;
    margin-top:50px;
}

.title {
    font-size: 26px;
    margin: 0 auto;
}

td {
    padding: 1% 0;
    /* line-height: 1.5; */
    font-size: 14px;
 border: 1px solid #fff;
}

.bgcolorOne {
    background-color: #dfdedf;
}

.bgcolorTwo {
    background-color: #f0f0f0;
}
.table-list table tr:nth-child(even) { background-color: #dfdedf; } 
.table-list table tr:nth-child(odd) { background-color: #f0f0f0; } 

/* 适配 */
@media only screen and (min-width:1600px) {}

/* 1440-1600 */
@media only screen and (min-width: 1440px)and (max-width: 1599px) {
    .content h3 {
        font-size: 32px;
    }

    .content p {
        font-size: 17px;
    }
}

/* 1280-1440 */
@media only screen and (min-width: 1280px)and (max-width: 1439px) {
    .content h3 {
        font-size: 30px;
    }

    .content p {
        font-size: 16px;
    }
}

/* 1024-1280  */
@media only screen and (min-width: 1024px)and (max-width: 1279px) {
    .content h3 {
        font-size: 28px;
    }

    .content p {
        font-size: 15px;
    }
}

/* pad 768-1024 */
@media only screen and (min-width: 768px)and (max-width: 1023px) {
    .content h3 {
        font-size: 26px;
    }

    .content p {
        font-size: 13px;
    }

    td {
        font-size: 14px;
    }
}

/* 屏幕小于 767px 时的样式  */
@media only screen and (max-width: 767px) {
    .content h3 {
        font-size: 24px;
    }

    .content p {
        width: 80%;
        font-size: 12px;
    }

    td {

        font-size: 12px;
    }
}