.swiper-container{
    height: 100%;
}
.navbar li>a{
    color: #fff;
}
.headerSty .headCN{
    color: #fff;
}
.newCon{
    width:1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.newTab{
    width: 100%;
    display: flex;

}
.newTab{
    width: 100%;
    display: flex;
}

.newTabItem{
    width: 160px;
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 18px;
    font-weight: 250;
    line-height: 50px;
    color: #333;
    text-align: center;
    background: #E5E5E5;
    margin-right: 60px;
}
.newTabItem:hover{
    background: #134B9F;
    color: #fff;
}
.active{
    background: #134B9F;
    color: #fff;
}

.newList{
    width: 100%;
    margin-top: 30px;
}
.newItem{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding:30px 0;
}
.newItem:hover{
    cursor: pointer;
    background: #F5F5F5;
    padding:30px 0 30px 30px;
}
.newItemImg{
   
    display: flex;
    align-items: center;
    border-right: 1px solid #E5E5E5;
    margin-right: 30px;
}
.newItemImg img{
    width: 230px;
    height: 150px;
    display: block;

}
.newItemDate{
    height:100%;
    margin:0 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newItemDate p{
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #808080;
}




.newItemCon{
    flex: 1;
}
.newItemTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 18px;
    font-weight: 250;
    margin-bottom: 14px;
    color: #134B9F;
}
.newItemText{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 250;
    line-height: 22px;
    color: #666666;
}
.newItemMore{
    width: 40px;
    height: 40px;
 
    box-sizing: border-box;
    border: 1px solid  #999999;
    border-radius: 50%;
    position: relative;
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 30px;

}
.newItemMore:before{
    content: "";
    width: 14px;
    height: 14px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.newItemMore:hover{
    cursor: pointer;
    background: #134B9F;
}


.newDetail{
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 40px 60px ;
}
.newDetailTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 18px;
    font-weight: 250;
    line-height: 25px;
    letter-spacing: normal;
    /* company news> */ 
    color: #383838 

    /* 新闻详情 */ 
    color: #000000 

}
.newCon2{
    background: #fff;
    margin-top: 40px;
}


.newTab2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 40px;
}

.newTabItem2{
    width: 30%;
    height: 44px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    line-height: 44px;
    color: #333;
    text-align: center;
    border: 1px solid  #999999;
    /* 溢出省略隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.active2{
    background: #134B9F;
    color: #fff;
}
.newMainText{
    width:1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.new_text_head{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 250;
    line-height: 27px;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
}
.new_text{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 250;
    line-height: 22px;
    letter-spacing: normal;
    color: #666666;
}
.new_detail_img{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;

}




@media screen and (max-width: 1276px){
    .newCon{
        width:100%;
        padding: 60px 20px;
    }
    .newItem{
        width: 100%;
        flex-direction: column;
    }
    .newItemImg{
        border-right: none;

    }
    .newItemMore{
        display: none;
    }
    .newTab{
        justify-content:center;
    }
    .newTabItem{
        margin-right: 0
    }
    .newMainText{
        width:100%;
        padding: 60px 20px;
    }
}