.news_details_sec1 .details_img,
.news_details_sec2 .details_img,
.news_details_sec3 .details_img{
    position: relative;
}
.details_img{
    width: 100%;
    height: 5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec1_img{
    background-image: url(../../../Public/Phone/images/news_detail/news_b1.jpg);
}
.sec2_img{
    background-image: url(../../../Public/Phone/images/news_detail/news_b2.jpg);
}
.sec3_img{
    background-image: url(../../../Public/Phone/images/news_detail/news_b3.jpg);
}
.common_title{
    font-weight: bold;
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: -1.5rem;
    width: 90%;
    height: 2.6rem;
    line-height: 2rem;
    text-align: center;
    background: url(../../../Public/Phone/images/news_detail/news_title.png) no-repeat center/cover;
    margin: 0 auto;
}
.details_txt{
    padding: 16% 5% 6%;
    background-color: #fff;
}
.details_txt>p{
    font-size: .375rem;
    color: #333;
    line-height: 0.75rem;
    margin-bottom: 1rem;
}
.details_txt>p:last-child{
    margin-bottom: 0;
}
.details_sec2_box{
    padding: 8% 5%;
}
.sec2_swiper .swiper-slide,
.sec3_swiper .swiper-slide{
    width: 100%!important;
    background: url(../../../Public/Phone/images/news_detail/news_bg.png) no-repeat center/cover;
    padding: 1rem 0;
}
.sec2_swiper .swiper-slide>.title,
.sec3_swiper .swiper-slide>.title{
    font-size: .375rem;
    color: #002a86;
    width: 4.4rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #fff;
    border-radius: .48rem;
    margin: 0 auto .32rem;
}
.sec2_swiper .swiper-slide>p,
.sec3_swiper .swiper-slide>p{
    width: 90%;
    font-size: .375rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .64rem;
    margin: 0 auto;
    letter-spacing: 1px;
}
.sec2_pagination,
.sec3_pagination{
    width: .25rem;
    height: .25rem;
    background: transparent;
    border-color: #707070;
}
.news_details_sec3 .details_txt>h6{
    font-weight: bold;
    font-size: .375rem;
    color: #333;
    margin-bottom: .2rem;
}
.news_details_sec3 .details_txt>p{
    margin-bottom: .2rem;
}
.news_details_sec3 .details_txt .details_txt_p>p{
    font-size: .375rem;
    margin-bottom: .2rem;
}
.news_details_sec3 .details_txt .details_txt_p>p>a{
    color: #1783ff;
}
.news_details_sec4 .details_sec4_box1{
    background-color: #fff;
    padding: .75rem;
}
.news_details_sec4 .details_sec4_box1 ul li{
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #1783ff;
    border-radius: .48rem;
    margin-bottom: .25rem;
}
.news_details_sec4 .details_sec4_box1 ul li a{
    display: inline-block;
    font-size: .375rem;
    color: #1783ff;
    margin-left: .7rem;
}
.news_details_sec4 .details_sec4_box2{
    padding: .8rem 0;
}
.news_details_sec4 .details_sec4_box2>.sec4_box2_title{
    font-weight: bold;
    font-size: .6rem;
    color: #333;
    text-align: center;
    margin-bottom: .7rem;
}
.news_details_sec4 .details_sec4_box2>ul{
    display: flex;
	justify-content: space-around;
    align-items: center;
}
.news_details_sec4 .details_sec4_box2>ul>li img{
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    margin-bottom: .3rem;
}
.news_details_sec4 .details_sec4_box2>ul>li>p{
    font-size: .35rem;
    color: #333;
    text-align: center;
}
.news_details_sec5 .details_sec5_box1{
    display: block;
    width: 100%;
}
.news_details_sec5 .details_sec5_box2{
    padding: 1.25rem .45rem;
    background-color: #fff;
}
.news_details_sec5 .details_sec5_box2>.sec5_box2_title{
    font-weight: bold;
    font-size: .6rem;
    color: #333;
    text-align: center;
    margin-bottom: .6rem;
}
.news_details_sec5 .details_sec5_box2>p{
    font-size: .375rem;
    color: #333;
    line-height: .75rem;
}