.titleBox {width:100%;height:43rem;background-image:url("../image/titleBg.png");background-size:100% 100%;overflow:hidden;}
.ttlogo {width:17.5rem;height:6rem;background-image:url("../image/shichangLogo.webp");background-size:100% 100%;position:absolute;top:4rem;left:5rem;}
.ttlist {width:3.6rem;height:2.9rem;background-image:url("../image/menuClose.gif");background-size:100% 100%;position:absolute;top:5rem;right:5rem;}
.ttText1 {width:30rem;text-align:center;text-align:center;font-size:7.2rem;display:block;line-height:9.9rem;font-weight:bold;background:linear-gradient(270deg,#62ACFF 0%,#296BFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:14.8rem auto 0;font-family: 'MiSans-Bold';}
.ttText2 {width:45.8rem;height:5.0rem;font-size:3.6rem;line-height:5rem;background:linear-gradient(270deg,#62ACFF 0%,#296BFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0rem auto 0;font-family: 'MiSans-Medium';}
.shadow,.pages>a {box-shadow:0.8rem 0.8rem 2.4rem 0px rgba(157,154,232,0.3);}
.valueBox {width:100%;background-image:url("../image/bg.jpg");background-size:100% auto;background-position:0 8rem;background-repeat:no-repeat;margin-top:-8rem;overflow:hidden;}

.newsBox{width: 70.8%;  margin: 0 auto;}
.newBox {width: 100%; height: 40rem; border-radius: 1.2rem;background: #FFF; margin-bottom: 6rem;display: block;}
.newBox:hover .newText1{ color: #5082F3; }
.newImg {width: 44%;height: 40rem;float: left; border-radius: 1.2rem;}
.newTextBox {width: 56%;height: 40rem; padding: 6rem 8rem; box-sizing: border-box;float: left;}
.newText1 {font-size: 2.4rem;font-weight: bold;color: #4B5B7D;line-height: 3.6rem;}
.newText2 {font-size: 1.6rem;color: #7486B1;line-height: 2.4rem; margin-top: 2rem;}
.pageUl,.pages {width: 100%; height: 6rem;  display: flex;justify-content:center;}
.pageLi,.pages>a {background: #FFFFFF; cursor: pointer; width: 6rem; height: 6rem;border-radius: 3rem;;margin: 0 1.5rem; text-align: center; line-height: 6rem;font-size: 2.4rem;font-weight: bold;color: #4B5B7D;}
.pageLiFocus {background: #5082F3; color: #FFF;}
.pages .current{background: #5082F3; color: #FFF;}
.pages a:not(.current):hover{color: #5082F3;}

.news-detail{
    width: 70.8%;  margin: 0 auto;
    background: #fff;
    padding: 4rem 6rem 5rem;
    border-radius: 1.2rem;
    line-height: 3.6rem;
    font-size: 2.4rem;
    color: #4B5B7D;
}
.news-title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #2D60D5;
    margin-bottom: 1.1rem;
}
.news-time {
    color: #2D60D5;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.news-text { 
    color: #4B5B7D;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.news-img{
    display: block;
    width: 100%;
} 
.news-subtitle{
    
color: #2D60D5;
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}


