* {
    margin: 0px;
    padding: 0px;
}




#cases_dt .solution-detail {padding:0 40px;margin:30px 0 60px;background-color:#fff;}
#cases_dt .solution-detail .title {font-size:30px;line-height:50px;border-bottom:1px solid #eee;padding:40px 0 30px;}
#cases_dt .solution-detail .title span{font-size:14px;line-height: 22px;color: #777777;margin: 0 0 0 50px;}
#cases_dt .solution-detail .content {padding:30px 0;height:auto;}
#cases_dt .solution-detail .content img {max-width:100%;}
#cases_dt .solution-detail .detail-bottom {padding:30px 40px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-between;}
#cases_dt .solution-detail .detail-bottom .left {font-size:16px;color:#999;}
#cases_dt .solution-detail .detail-bottom .left .pg {line-height:30px;}
#cases_dt .solution-detail .detail-bottom .left .pg .item {color:#999;}
#cases_dt .solution-detail .detail-bottom .left .pg:hover .item {color:#333;}
#cases_dt .solution-detail .detail-bottom .back {width:130px;height:40px;line-height:40px;font-size:14px;color:#999;border:1px solid #ddd;text-align:center;display:block;}


/* 隐藏所有滚动条但保持滚动功能 */

/* 隐藏滚动条 */
.container {
    height: auto;

}

.container::-webkit-scrollbar {
    display: none;
}


.header-box {
    height: 680px;
    width: 100%;
    position: relative;
}

.banner-box {
    position: absolute;
    left: 0;
    top: 0;
}

.top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 109px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12.5vw;
    box-sizing: border-box;
}

.logo-img {
    height: 52px;
}

.menu-box {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;

}

.menu-item {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}

.menu-line {
    width: 45px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 0.43;
    margin-top: 10px;
}

.content-box {
    margin: 0px 0 89px 0;
    padding: 0 12.5vw;
}

.news-item {
    width: 100%;
    height: 165px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 22px;
	margin-bottom:30px;
}

.news-time {
    width: 120px;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.news-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
}

.news-date {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.news-day {
    font-weight: bold;
    font-size: 48px;
    color: #2A2A2A;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.news-line {
    width: 33px;
    height: 1px;
    background: #A4A4A4;
    margin-right: 19px;
}

.news-title {
    font-weight: bold;
    font-size: 18px;
    color: #2A2A2A;
    margin-bottom: 13px;
}

.center-time {
    font-weight: 400;
    font-size: 14px;
    color: #9E9F9F;
    margin-bottom: 21px;

}



.news-img {
    width: 321px;
    height:auto;
    margin-left: 24px;
}

.footer-box {
    height: 277px;
    background: #333333;
    padding: 38px 12.4vw 0 12.4vw;
    display: flex;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
}

.footer-line {
    width: 1px;
    height: 150px;
    background: #FDFDFD;
    opacity: 0.1;
    margin: 0 140px;
}

.footer-code {
    width: 91px;
    height: 91px;
    margin-top: 19px;
}

.footer-right {
    display: flex;
}

.footer-label {
    font-weight: 400;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 38px;
}

.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.pagination-box span {
    font-weight: 400;
    font-size: 20px;
    margin: 0 15px;
    color: #2A2A2A;
}

.pagination-box img {
    width: 9px;
    height: 17px;
    margin: 0 15px;
}

.ativePage {
    color: #2899FF !important;
}