.det_top {
    display: flex;
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.11rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #DBDBDB;
    margin-bottom: 0.46rem;
}

.det_top .det_top_left {
    display: block;
    width: 3.98rem;
    height: 2.24rem;
    margin-right: 0.22rem;
    overflow: hidden;
}

.det_top .det_top_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.det_top .det_top_left:hover img {
    transform: scale(1.1);
}

.det_top .det_top_center {
    width: 6.82rem;
}

.det_top .det_top_center .det_top_title {
    margin-bottom: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.28rem;
}

.det_top .det_top_center .det_top_text {
    display: flex;
    margin-bottom: 0.02rem;
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #707070;
    line-height: 0.28rem;
}

.det_top_text span {
    display: flex;
    justify-content: space-between;
    min-width: 0.7rem;
}

.det_con {
    width: 14rem;
    margin: 0 auto;
    padding-bottom: 0.85rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.3rem;
}

.det_con .det_con_title {
    position: relative;
    width: 100%;
    padding-left: 0.11rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #1958B0;
    padding-bottom: 0.18rem;
    margin-bottom: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.23rem;
}

.det_con .det_con_title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    height: 0.23rem;
    background: #1958B0;
}

.det_con img {
    max-width: 100%;
}

.det_top .det_top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.17rem;
    height: 0.44rem;
    background: #144FA6;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 1.8rem;
    margin-left: auto;
}
@media only screen and (max-width: 1024px) {
    .det_top{
        width: 92%;
    }
.det_top .det_top_left {
  width: 35%;
  height: auto;
}
.det_top .det_top_center {
  width: 65%;
}
.det_top .det_top_center .det_top_text{
    font-size: 0.24rem;
}
.det_con{
    width: 92%;
    font-size: 0.24rem;
}
.det_con .det_con_title{
    font-size: 0.24rem;
}
.det_con p img{
    height: auto;
}
}