.hopebanner{
    display: block;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}
.hopebanner .zs-wp {
    display: flex;
    padding: 0 12%;
    height: 100%;
    margin: 0 auto;
    padding-top: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.hopebanner .title{
    font-size: 60px;
    line-height: 1.35;
    color: #ff5642;
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
}
.hopebanner .date{
    width: 100%;
    font-size: 22px;
    text-align: right;
    color: #000;
    margin-top: -25px;
}
.hopebanner .desc{
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}
.hopebanner .desc p{
    text-indent: 2em;
    text-align: justify;
}
.zs-hopebox{
    display: block;
    padding: 50px 0 80px;
    background-color: #FFF;
}
.zs-hopebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-hopebox.pt0{
    padding-top: 0;
}
.zs-hopebox.p100{
    padding-top: 0;
    margin-top: -40px;
    padding-bottom: 100px;
}
.zs-hopebox.bg{
    background: linear-gradient(0deg, #ecfdf5, #FFFFFF);
}
.zs-hopebox.bg-reverse{
    background: linear-gradient(0deg, #FFFFFF, #ecfdf5);
}
.hopenews-box{
    display: flex;
    justify-content: space-between;
}
.hopenews-box .left{
    width: calc(50% + 25px);
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.hopenews-box .left .item{
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}
.hopenews-box .left .item .title{
    width: 100%;
    height: auto;
    padding: 20px 30px 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    /*background: rgba(0, 0, 0, 0.3);*/
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    text-shadow: 0 1px 5px #111;
}
.hopenews-box .left .swiper-pagination{
    bottom: 15px;
}
.hopenews-box .left .swiper-pagination-bullet {
    background: #FFF;
    opacity: 0.5;
}
.hopenews-box .left .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #FFF;
}
.hopenews-box .left .item .pic{
    display: block;
    width: 100%;
    height: 100%;
}
.hopenews-box .left .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.hopenews-box .left .item:hover img{
    transform: scale(1.05);
}
.hopenews-box .hopenews-focus{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hopenews-box .hopenews-list{
    width: calc(50% - 75px);
    height: 540px;
}
.hopenews-list{
    display: block;
    width: 100%;
    position: relative;
}
.hopenews-list ul{
    display: block;
}
.hopenews-list li{
    position: relative;
    display: block;
    width: 100%;
}
.hopenews-list li a{
    display: block;
    width: 100%;
    padding: 24px 0 24px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hopenews-list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
}
.hopenews-list li a:hover::before{
    right: 0;
}
.hopenews-list li:first-child a{
    padding-top: 0;
    margin-top: -2px;
}
.hopenews-list li .title{
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.hopenews-list li .title i {
    display: block;
    font-size: 20px;
    color: #a9bba3;
    width: 10px;
    height: 12px;
    background: url('../img/icon-hope-story.png') no-repeat left center;
    background-size: 10px 11px;
    margin-right: 10px;
    font-weight: normal;
}
.hopenews-list li:first-child .icon{
    top: 0px;
}
.hopenews-list li .icon{
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 20px;
    color: #059669;
    transition: all .5s;
    opacity: 0;
    z-index: 2;
}
.hopenews-list li:hover a .icon{
    right: 5px;
    opacity: 1;
}
.hopenews-list .sidebar-footer{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(transparent,#FFF);
    height: 20px;
    inset-inline-start: 0;
}
.hopenews-list .sidebar-footer i{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #059669;
}
.hopenews-list .sidebar-footer:hover i{
    color: #047857;
}
.hopenews-list.show .sidebar-footer{
    transform: rotate(180deg);
    background-image: linear-gradient(#FFF,transparent);
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.hopebanner {
    height: auto;
    padding: 30px 0;
}
.hopebanner .zs-wp {
    padding: 0 0;
    padding-top: 0;
}
.hopebanner .title {
    font-size: 26px;
    margin: 0 0;
}
.hopebanner .desc {
    font-size: 15px;
}
.hopebanner .date {
    font-size: 15px;
    margin-top: -5px;
}
.zs-hopebox {
    padding: 20px 0 20px;
}
.hopenews-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.hopenews-box .left {
    width: 100%;
    height: 220px;
}
.hopenews-box .left .item .title {
    padding: 10px 15px 40px;
    font-size: 15px;
}
.hopenews-box .hopenews-list {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.hopenews-list li:first-child a {
    margin-top: 0px;
}
.hopenews-list li a {
    padding: 10px 0 10px;
}
.hopenews-list li .title {
    display: block;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 15px;
}
.hopenews-list li .title i {
    flex: 0 0 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

}