.imgBox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 0px;
}
.imgBox>img {
    width: 100%;
    height: 348px;
    margin: 0 auto;
    z-index: 1;
    display: block;
}
.imgBox2 {
    position: absolute;
    z-index: 2;
    width: 1078px;
    top: 96px;
}

.imgBox2>img {
    width: 510px;
}

.imgBox2>.img2 {
    margin-left: 45px;
}



.news_themeContainer{
    height: 64px;
    width: 100%;
    margin: 0 auto;
    box-sizing: content-box;
    border-bottom: 1px solid #f0f0f0;
}
.news_theme{
    height: 100%;
    position: relative;
    z-index: 1;
}
.news_theme li{
    color:#666666;
    font-size: 16px;
    height: 100%;
    line-height: 64px;
    float: left;
    margin-left: 47px;
    cursor: pointer;
    position: relative;
}
.news_theme li:hover{
    color: #4b997a !important;
}
.news_theme li.current{
    color: #4b997a !important;
    font-weight: bold;
}
.news_theme li.current::after{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    border: 2px solid #4b997a;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -4px;
    background-color: #fff;
   
}

/* æ–°é—»åˆ—è¡¨ */
.news_listContainer{
    
    /* æ³¨é‡ŠæŽ‰çš„è¯åº•éƒ¨é¡µç å°±è·Ÿç€ä¸Šå‡ */
    /* height:calc( 181px * 6 ) ; */
}
.news_listContainer li{
    width: 100%;
    color:#333;
    height: 181px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
    cursor: pointer;
}
.news_listContainer li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}
.news_listContainer li:hover{
    background-color: #f5f5f5;
}
.news_listContainer li:hover .news_list_date p:first-child{
    color:#4b997a;
}
.news_listContainer li:hover h3>p{
    color:#4b997a;
}
.news_listContainer .news_list_date{
    width: 143px;
    height: 100px;
    border-right: 1px solid #f0f0f0;
    padding-left: 40px;
    box-sizing: border-box;
    float: left;
}

.news_listContainer .news_list_date span{
    display: block;
    width: 26px;
    height: 1px;
    background-color: #e5e5e5;
    margin-right: 26px;
    margin-top: 15px;
}


.news_listContainer .news_list_date p:first-child{
    font-size: 48px;
    line-height: 48px;
}
.news_listContainer .news_list_date p:last-child{
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
    margin-top: 15px;
}
.news_listContainer .news_list_msgbox{
    width: 993px;
    height: 100px;
    margin-left: 40px;
    float: left;
}

.news_listContainer .news_list_msgbox h3{
    font-size: 20px;
    font-weight: bold;  
    line-height: 2.5;
    /* width: auto !important; */
    display: inline-block;
    vertical-align: middle;
    /* padding-right: 32px; */
    /* padding-right: 100px; */
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.news_listContainer .news_list_msgbox h3 p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    max-width: 885px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_listContainer .news_list_msgbox h3 p::after{
    content: "";
}
.news_listContainer .news_list_msgbox h3 i{
    /* position: absolute;
    right: 0;
    top: 2px; */
    vertical-align: middle;
    font-size: 24px;
    color: #4b9a7b;
    font-weight: normal;
    margin-left: 10px;
}


.news_listContainer .news_list_msgbox p{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}


/* .news_listContainer .news_list_msgbox p span{
    color: #4b9a7b;
} */
.news_listContainer .news_list_msgbox p::after{
    content:"【详细】";
    color: #4b9a7b;
    font-size: 1em;
}



.delayss1{
    animation-delay: 0s;
}
.delayss2{
    animation-delay: 0.4s;
}
.delayss3{
    animation-delay: 0.8s;
}
.delayss4{
    animation-delay: 1.2s;
}
.delayss5{
    animation-delay: 1.6s;
}
.delayss6{
    animation-delay: 2s;
}
.delayss7{
    animation-delay: 2.4s;
}
.delayss8{
    animation-delay: 2.8s;
}
.delayss9{
    animation-delay: 3.2s;
}
.delayss10{
    animation-delay: 3.6s;
}
















/*移动端*/
@media screen and (max-width: 768px){
    .imgBox>img {
        width: 100%;
        height: 2.8rem;
        object-fit: cover;
        margin: 0 auto;
        z-index: 1;
        display: block;
    }
    .imgBox2 {
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 0;
    }
    .imgBox2>img {
        width: 3rem;
    }
    .imgBox2 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 2.8rem;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .imgBox2>.img2 {
        margin-left: 0.5rem;
    }
    .news_themeContainer {
        height: 1rem;
        width: 100%;
        margin: 0 auto;
        box-sizing: content-box;
        border-bottom: 1px solid #f0f0f0;
    }
    .centerArea {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .news_theme li {
        color: #666666;
        font-size: 0.2rem!important;
        height: 100%;
        line-height: 0.97rem;
        float: left;
        width: 25%;
        text-align: center;
        margin-left: 0;
        cursor: pointer;
        position: relative;     
    }
    .news_theme li a{
        font-size: 0.3rem!important;
    }
    .news_listContainer {
        margin-top: 0.5rem;
    }
    .news_listContainer li {
        width: 100%;
        color: #333;
        height: 2.5rem;
        box-sizing: border-box;
        border-bottom: 1px solid #f0f0f0;
        background-color: transparent;
        cursor: pointer;
    }
    .news_listContainer {
        width: calc(100% - 1rem)!important;
        /* height: calc( 181px * 6 ); */
        margin-top: 0.5rem;
    }
    .news_listContainer li {
        width: 100%;
        color: #333;
        height: 1.9rem;
        box-sizing: border-box;
        border-bottom: 1px solid #f0f0f0;
        background-color: transparent;
        cursor: pointer;
    }
    .news_listContainer li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .news_listContainer .news_list_date {
        width: 1.2rem;
        height: 1rem;
        border-right: 1px solid #f0f0f0;
        padding-left: 0;
        box-sizing: border-box;
        float: left;
        margin-top: 0.35rem;
    }
    .news_listContainer .news_list_date p:first-child {
        font-size: 0.6rem;
        line-height: 0.5rem;
    }
    .news_listContainer .news_list_date span {
        display: block;
        width: 0.5rem;
        height: 0.03rem;
        background-color: #e5e5e5;
        margin-right: 0;
        margin-top: 0.2rem;
    }
    .news_listContainer .news_list_date p:last-child {
        font-size: 0.24rem;
        line-height: 1;
        opacity: 0.5;
        margin-top: 0.2rem;
    }
    .news_listContainer .news_list_msgbox {
        width: calc(100% - 1.5rem);
        height: 1rem;
        margin-left: 0.3rem;
        float: left;
    }
    .news_listContainer .news_list_msgbox h3 {
        font-size: 0.3rem;
        font-weight: bold;
        height: 0.5rem;
        line-height: 0.5rem;
        /* width: auto !important; */
        display: inline-block;
        vertical-align: middle;
        /* padding-right: 32px; */
        /* padding-right: 100px; */
        position: relative;
        box-sizing: border-box;
        max-width: 100%;
        margin-top: 0.15rem;
    }
    .news_listContainer .news_list_msgbox h3 p {
        display: inline-block;
        font-size: 0.3rem;
        font-weight: bold;
        height: 0.4rem;
        line-height: 0.4rem;
        vertical-align: middle;
        max-width: 100%;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news_listContainer .news_list_msgbox p {
        font-size: 0.23rem;
        line-height: 1.8;
        color: #666;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
        margin-top: 0.15rem;
    }
}












