.header{
    background-color: #fff;
}

.logo_w{
    display: none;
}

.logo_c{
    display: block!important;
}

.header .world{
    color: #333;
}

.header .header_search {
    color: #333;
}

.header .nav1 a{
   color: #333; 
}

.con1 {
    margin-top: 83px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient( 180deg, #E8EDF6 0%, rgba(232,239,246,0) 100%);
}

.con1_top {
    display: flex;
    flex-wrap: wrap;
}

.top_lr {
    width: 38%;
}

.top_ri {
    width: 58%;
    margin-left: auto;
}

.top_lr_b {
    font-family: 'Satoshi-Bold';
    color: #333333;
    text-align: left;
}

.top_time {
    line-height: 1;
    display: flex;
    align-items: center;
    color: #999999;
    font-weight: 350;
    margin-top: 22px;
}

.top_time svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 7px;
}

.top_line {
    width: 100%;
    height: 1px;
    margin: 32px 0;
    background: rgba(51 51 51 / 0.2);
}

.xw_fx {
    width: 100%;
    display: flex;
    align-items: center;
}
.xw_fx .xq_share{
    display: flex;
    align-items: center;
}
.xw_fx .social-share-icon{
    display: block!important;
    width: 40px!important;
    height: 40px!important;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0 0 0 / 20%)!important;
    transition: 0.5s all;
    background: #D9D9D9;
    border-radius: 50%;
    border: none!important;
    position: relative;
}
.social-share .icon-weibo:before{
    content:""!important;
    width: 24px;
    height: 24px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/weibo.png);
    opacity: 0.2;
}
.social-share .icon-wechat:before{
    content:""!important;
    width: 24px;
    height: 24px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/wechat.png);
    opacity: 0.2;
}
.xw_fx .social-share-icon:hover:before{
    opacity: 1;
    filter: invert(100%);
}
.xw_fx li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.xw_fx li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0 0 0 / 20%);
    transition: 0.5s all;
    background: #D9D9D9;
    border-radius: 50%;
    overflow: hidden;
}

.xw_fx li a svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.xw_fx li:hover a{
    transform: translateY(-5px);
    background: var(--yx_Color);
    color: #fff;
}

.new_page {
    border-top: 1px solid rgba(0 0 0 / 10%);
    overflow: hidden;
}

.new_page .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_page .wrap .fy_li{
    width: 45%;
    font-family: 'Satoshi-Bold';
    color: #333;
    display: flex;
    align-items: center;
}

.new_page .fy_li span{
    color: #b3b3b3;
    margin-right: 10px;
}

.new_page .fy_li a{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.new_page .fy_li a:hover{
    color: var(--yx_Color);
        text-decoration: underline;
}

.xg_top {
    display: flex;
    align-items: center;
}

.xg_top_lr_t {
    font-family: 'Satoshi-Bold';
    color: #333;
}

.xg_top_lr_line {
    width: 85px;
    height: 1px;
    background: var(--yx_Color);
    margin-top: 20px;
}

.xg_top_ri {
    width: auto;
    margin-left: auto;
}

.sy_link {
    display: flex;
    width: 220px;
    height: 55px;
    border: 1px solid var(--yx_Color);
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    background-color: var(--yx_Color);
    transition: 0.8s all;
}

.sy_link svg {
	width: 20px;
	height: auto;
	fill: currentColor;
	margin-left: 2.2vw;
}

.sy_link:hover {
	background-color: #fff;
	color: var(--yx_Color);
}

.xg_bot {
    display: flex;
    flex-wrap: wrap;
}

.xg_bot li{
    width: 31.8%;
}

.imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;
    padding-bottom: 71%;
}

.imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xw_t {
    margin-top: 1.6vw;
    font-family: 'Satoshi-Bold';
    color: #333;
    text-align: left;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xw_s {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
    font-weight: 350;
    margin-top: 10px;
}

.xwtext {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2.3vw;
    justify-content: space-between;
}

.xw_time {
    line-height: 1;
    display: flex;
    align-items: center;
    color: #999999;
    font-weight: 350;
}

.xw_time svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 7px;
}

.xwtext_svg{
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    fill: #C4C4C4;
    transition: 0.5s all;
}

.imgBox:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}

.xw_t:hover{
    color: var(--yx_Color);
}

.xg_bot li a:hover .xwtext_svg{
    transform: rotate(-45deg) translateX(5px);
    fill: var(--yx_Color);
}


@media only screen and (min-width: 768px) {
    .xg_bot li:not(:nth-child(3n)) {
        margin-right: 2.3%;
    }
    
    .mo_link{
        display: none;
    }
}

@media only screen and (max-width: 769px) {
    .pc_link{
        display: none;
    }
    
    .con1{
        margin-top: 56px;
    }
    
    .top_lr {
        width: 100%;
    }
    
    .top_ri{
        width: 100%;
    }
    
    .top_lr_b{
        text-align: left;
        font-size: 24px;
    }
    
    .top_time{
        margin-top: 20px;
       justify-content: center;
    }
    
    .top_line{
        margin: 20px auto;
    }
    
    .xw_fx{
        display: none;
    }
    
    .new_page .wrap{
        margin-top: 20px;
        font-size: 14px;
    }
    
    .new_page .wrap .fy_li{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .xg_top{
        flex-wrap: wrap;
    }
    
    .xg_top_lr{
        width: 100%;
    }
    
    .xg_top_ri{
        width: 100%;
    }
    
    .xg_top_lr_t{
        text-align: center;
    }
    
    .xg_top_lr_line{
        margin: 20px auto 0;
    }
    
    .xg_bot li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .xw_t{
        margin-top: 15px;
    }
    
    .sy_link{
        width: 175px;
        height: 40px;
        margin: 30px auto 50px;
    }
    
    .top_ri img{
        width: auto;
        max-width: 100%;
    }
}





























