.news_detail {
    display: flex;
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.44rem;
    padding-bottom: 0.72rem;
}

.news_detail .detail_center {
    position: relative;
    width: 9.22rem;
    padding-left: 0.82rem;
}

.news_detail .detail_center .ce_title {
    width: 100%;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid #F2F2F2;
    margin-bottom: 0.26rem;
}

.detail_center .ce_title .ce_title1 {
    margin-bottom: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.48rem;
}

.detail_center .ce_title .ce_title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #3D3D3D;
    line-height: 0.18rem;
}

.detail_center .ce_title .ce_title2 span {
    color: #9295A4;
    margin-left: 0.14rem;
}

.news_detail .detail_center .ce_con {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
}

.news_detail .detail_center .ce_con img {
    max-width: 100%;
}

.detail_mod {
    position: fixed;
    /*left: 2.6rem;*/
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}

.detail_mod a {
    display: block;
    margin-bottom: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #3D3D3D;
    line-height: 0.19rem;
    text-align: center;
}

.detail_mod a .aImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.01rem solid #EDF1FD;
    margin-bottom: 0.02rem;
    margin:0 auto 0.02rem;
}

.detail_mod a .aImg img {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
}

.news_detail .detail_right {
    width: 3.4rem;
    margin-left: 0.6rem;
}

.news_detail .detail_right .detail_title {
    margin-bottom: 0.11rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.28rem;
}

.news_detail .detail_right a {
    display: flex;
    margin-bottom: 0.18rem;
}

.detail_right a .detail_right_img {
    width: 1.12rem;
    height: 0.75rem;
    border-radius: 0.02rem;
    overflow: hidden;
}

.detail_right a .detail_right_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.detail_right a .detail_right_img:hover img {
    transform: scale(1.1);
}

.detail_right a .detail_right_right {
    width: 2.11rem;
    margin-left: 0.16rem;
}

.detail_right_right .detail_right_title {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.11rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.25rem;
}

.detail_right_right .detail_right_time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #9295A4;
    line-height: 0.16rem;
}

.detail_right_right .detail_right_time span {
    margin-left: 0.14rem;
}
@media only screen and (max-width: 1024px) {
    .news_detail{
        margin-top: 1rem;
        display: block;
        width: 100%;
    }
.news_detail .detail_center{
    width: auto;
    padding: 0 .3rem;
}
.detail_center .ce_title .ce_title1{
    font-size: 0.34rem;
}
.detail_center .ce_title .ce_title2{
    font-size: 0.24rem;
}
.news_detail .detail_center .ce_con{
    font-size: 0.24rem;
}
.news_detail .detail_right {
  width: auto;
  margin-left: 0;
  padding: 0 .3rem;
}
.news_detail .detail_right .detail_title{
    font-size: 0.24rem;
}
.detail_right a .detail_right_img{
    width: 30%;
    height: auto;
}
.detail_right a .detail_right_right {
  width: 65%;
  margin-left: 3%;
}
.detail_right_right .detail_right_title{
    font-size: 0.24rem;
}
.detail_right_right .detail_right_time{
    font-size: 0.24rem;
}
.detail_mod{
    right: 2%;
    left: inherit;
}
.detail_mod a{
    font-size: 0.2rem;
}
.news_detail .detail_center .ce_con img {
  height: auto;
}

}