body{
    margin: 0;
}
.xny-searchBox-ipt{font-weight: 400;}
.xcp-news{
    width: 100%;
    margin-bottom: 120px;
}
.xcp-news .xcp-news-mulu{
    position: relative;
}
.xcp-news .xcp-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.xcp-news .xcp-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}

.xcp-news .news-mulu .news-mulu-list:nth-child(2){
    color: #4573F5;
}

.xcp-news .news-mulu .news-mulu-list a:nth-child(2){
    border-bottom: 4px solid #fff !important;
}
.xcp-news .yd-nav .yd-nav-list a:nth-child(2){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
}
.xcp-news .news-content1{
    width: 1200px;
    margin: 0 auto;
}
.xcp-news .news-content1 .content1-txt ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video_pic{
    border-radius: 10px;
    overflow: hidden;
}

.run-open:hover{
    transform: translateY(-20px);
}
.run-open .video_btn{
    top:43%
}
.run-open h3{
    font-family: AlibabaPuHuiTi;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0px;
    color: #323233;
    position: relative;
    margin-top: 10px;
    background: url("../image/swap-right.png") right/59px 7px no-repeat;
}
.xcp-news .news-content1 .content1-txt .run-open{
    /* width: 320px; */
    position: relative;
    /* margin-right: 70px; */
    /* margin-bottom: 30px; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
}
.xcp-news .news-content1 .news-content1-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 100px  0;
}
.xcp-news .news-content1 .news-content1-mulu{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.xcp-news .news-content1 .content1-mulu-list{
    display: flex; 
}
.xcp-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;
}
.xcp-news .news-content1 .content1-mulu-list a:nth-child(1){
    border-radius: 8px 0 0 8px;
    color: #FFF;
    background: #4573F5
}
.xcp-news .news-content1 .content1-mulu-list a:nth-child(2){
    border-radius: 0px 8px 8px 0px;
}
.xcp-news .news-content1 .content1-mulu-list a:hover{
    color: #fff;
    background: #4573F5
}