body{
    margin: 0;
}
.gsjj-news{
    width: 100%;
    margin-bottom: 200px;
}
.gsjj-news .news-content1 .content1-txt{
    display: flex;
    justify-content: space-around;
}
.gsjj-news .news-content1 .content1-foot{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-title{
    font-size: 19px;
    font-weight: 600;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-txt{
    font-size: 21px;
    color: #323233;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-txt span{
    font-size: 52px;
    color: #2A5CE8;
    font-weight: 600;
    margin-right: 5px;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-list{
    margin-right: 20px;
}
.gsjj-news .news-content1 .content1-txt img{
    width: 34%;
    height: 30%;
    margin-right: 24px;
}
.gsjj-news .news-content1 .content1-txt .content1-txt-content{
    flex: 1;
    background: #F7F8FA;
    border-radius: 16px;
    padding: 32px;
}
.content1-txt .content1-txt-content p,.content1-txt .content1-txt-content span{
    font-family: PingFangSC-Regular !important;
    color: #323233 !important;
}
.gsjj-news .gsjj-news-mulu{
    position: relative;
    
}
.gsjj-news .gsjj-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.gsjj-news .gsjj-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}

.gsjj-news .news-mulu .news-mulu-list:nth-child(2){
    color: #4573F5;
}
.gsjj-news .news-mulu .news-mulu-list a:nth-child(1){
    border-bottom: 4px solid #fff;
    font-weight: 700;
}
.gsjj-news .yd-nav .yd-nav-list a:nth-child(1){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
    font-weight: 700;
}
.gsjj-news .news-content1{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    
    
    
}
.gsjj-news .news-content1 .news-content1-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 100px  0;
}
.gsjj-news .news-content1 .news-content1-mulu{
    margin-top: 64px;
    display: flex;
    justify-content: center;
}
.gsjj-news .news-content1 .content1-mulu-list{
    display: flex;
}
.gsjj-news .news-content1 .content1-mulu-list a{
    text-align: center;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #D5D5DB;
    cursor: pointer;
}
.gsjj-news .news-content1 .content1-mulu-list a:nth-child(1){
    border-radius: 8px 0 0 8px;
    color: #FFF;
    background: #4573F5
}
.gsjj-news .news-content1 .content1-mulu-list a:nth-child(5) {
    border-radius: 0 8px 8px 0;
}
.gsjj-news .news-content1 .content1-mulu-list a:hover{
    color: #fff;
    background: #4573F5
}
.gsjj-news .news-content1 .content1-foot .content1-foot-list:nth-child(1){
    min-width: 172px;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-list:nth-child(2){
    min-width: 92px;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-list:nth-child(3){
    min-width: 172px;
}
.gsjj-news .news-content1 .content1-foot .content1-foot-list:nth-child(4){
    min-width: 82px;
}