.bread .flex_box{
    height: 0.6rem;
}

.newsCon{
    background: linear-gradient( 180deg, #F4F4F4 0%, #FFFFFF 100%);
}
.content{
    padding: 0.8rem 0;
    align-items: flex-start !important;
}
.content .flex_box{
    align-items: flex-start !important;
}
.content .left{
    padding-right: 0.5rem;
}
.content .left .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.3rem;
    color: #D3D3D3;
}
.content .left .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.17;
    margin-bottom: 0.05rem;
}
.content .left .txt2 span{
    color: #DAA520;
    font-weight: bold;
}
.content .left .txt4{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A9A9A9;
    text-align: left;
}
.content .left .txt3 span{
    font-size: 0.3rem;
    font-weight: normal;
    margin-top: 0.12rem;
}
.newsCon .left{
    width: 4rem;
}
.newsCon .right{
    width: 12rem;
}

.newsCon .newList{
    margin-bottom: 0.5rem;
}
.newsCon .newList .newL{
    width: 100%;
    height: 2.28rem;
    background: #FFFFFF;
    margin-bottom: 0.18rem;
    padding: 0.44rem 0.6rem;
}
.newsCon .newList .newL .txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    transition: all 0.5s;
}
.newsCon .newList .newL .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #696969;
    margin-top: 0.24rem;
    margin-bottom: 0.3rem;
}
.newsCon .newList .newL .more{
    width: 1.4rem;
    height: 0.39rem;
    background: #FFFFFF;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    border: 0.01rem solid #1E458D;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #1E458D;
    line-height: 0.39rem;
    text-align: center;
    transition: all 0.5s;
}
.newsCon .newList .newL:hover .more{
    background: #1E458D;
    color: #FFFFFF;
}
.newsCon .newList .newL:hover .txt{
    color: #1E458D;
    padding-left: 0.05rem;
}
.newsDetail1{
    padding: 0.8rem 0;
    background: linear-gradient( 180deg, #F4F4F4 0%, #FFFFFF 100%);
}
.newsDetail1 .newsD1 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    padding-bottom: 0.26rem;
}
.newsDetail1 .newsD1 .hr{
    width: 100%;
    border-top: 0.01rem solid #DEDEDE;
}
.newsDetail1 .newsD1 .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    margin-top: 0.16rem;
    margin-bottom: 0.4rem;
    text-align: center;
}
.newsDetail1 .newsD1 .newsTc{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.newsDetail1 .newsD1 .newsTc img{
    display: inline;
}
.e_richText-46 .reset_style>div>img{
    display: inline;
}
.newsDetail2{
    padding: 0.8rem 0;
    background: #F3F5F7;
}
.newsDetail2 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.3rem;
}
.newsDetail2 .swiper-slide{
    width: 5.13rem;
    height: 3.45rem;
    background: #FFFFFF;
    padding: 0.15rem;
}
.newsDetail2 .swiper-slide .img{
    width: 4.83rem;
    height: 2.5rem;
    overflow: hidden;
}
.newsDetail2 .swiper-slide .title2{
    padding-top: 0.25rem;
    padding-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
}

.jdL .newL{
    width: 100%;
    height: 2.26rem;
    background: #FFFFFF;
    justify-content: space-between;
    padding: 0.12rem 0.18rem !important;
}
.jdL .newL .nLleft{
    width: 2.92rem;
    height: 2.02rem;
}
.jdL .newL .nLright{
    width: calc(100% - 3.36rem);
}
.jdL .newL .nLright .date{
    margin: 0.2rem 0;
}
.jdL .newL .nLright .contxt{
    margin-bottom: 0.2rem;
}
.jdL .newL .nLright .txt{
    margin-top: 0.05rem;
}


@media only screen and (max-width:768px){
    .flex_box{
        flex-wrap: wrap!important;
    }
    .newsDetail1{
        padding: 0.8rem 0.2rem;
    }
    .newsDetail1 .newsD1 .newsTc img{
        object-fit: contain;
    height: auto;
    }
    .newsDetail2{
        padding: 0.8rem 0.2rem;
    }
    .newsDetail2 .swiper-slide .img{
            width: auto;
    }
}