/* banner */
.con_tl{ }
.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(/uiFramework/commonResource/image/2023101116053842755.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%, 100%;
    padding-top: 2%;
    padding-bottom: 5%;
    overflow-x:auto;
}

.content h3 {
    letter-spacing: 4px;
    font-size: 0.6rem;
    margin:40px auto;text-align:center;
}


.content .p_img{text-align:center; }
.content .p_img img{ max-width:800px;margin-top:30px; }
.content .p_text{ width:80%;margin:0 auto;margin-top:50px;}
.content .p_text p{     font-size:0.25rem;line-height:2;margin-bottom:10px;}
.content .p_text p strong{  font-size:inherit;}
.table-list {
    width:95%;
    margin: 0 auto;
    padding:1%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #f0f0f0;
    margin-top:50px;padding-bottom:30px;
}

.table-list table{ width:100%;}
.table-list p{    
    font-size: .3rem;font-weight:500;
    line-height:2;text-align:Center;}

td {
    padding: 1% 0;
    /* line-height: 1.5; */
    font-size: 0.25rem;
 border: 1px solid #fff;
    text-align:center;
}

.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; } 

/* 适配 */


/* 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;
    }
}