.content{
    background: #fff;
    padding-top: 20px;
}
.content__box{
    width: 1300px;
    margin: 0 auto;
}
.zxjj{
    display: flex;
    justify-content: space-between;
    height: 469px;
}
.zxjj__left{
    width: 723px;
}
.zxjj__left__img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.zxjj__right{
    width: 540px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zxjj__right__title{
    /*border-bottom: 1px solid #808080;*/
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.zxjj__title__span{
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 20px;
    color: #151515;
    line-height: 28px;
}
.zxjj__title__img{
    
}
.zxjj__right__content{
    height: 430px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    color: #5E6C78;
    line-height: 35px;
    text-indent: 32px;
    text-align: justify;
    overflow: hidden;
}
.module{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.module__box{
    width: 311px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #ACBFCC;
    position: relative;
}

.module__img{
    left: 37px;
}
.module__span{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #617689;
    left: 116px;
    letter-spacing: 8px;
}
.module__img,
.module__span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.module__box:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.module__box-active{
    background: linear-gradient(0deg, #1D7BD1, #0E60AA);
}
.module__box-active>.module__span{
    color: #fff;
}
.basic{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.basic__info{
    
}
.basic__info__box{
    width: 400px;
    height: 84px;
    background: #F6FAFF;
    border-radius: 6px;
    border: 1px solid #D7E0ED;
    margin-bottom: 6px;
    position: relative;
}
.basic__info__img{
    position: absolute;
    top: 20px;
    left: 29px;
}
.basic__info__title{
    position: absolute;
    top: 20px;
    left: 70px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #5177A9;
}
.basic__info__content{
    position: absolute;
    top: 44px;
    left: 70px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #3E6194;
}
.basic__info__title-dz{
    position: absolute;
    top: 10px;
    left: 70px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #5177A9;
}
.basic__info__content-dz{
    position: absolute;
    top: 20px;
    left: 70px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #3E6194;
}
.basic__info__content-dz2{
    position: absolute;
    top: 50px;
    left: 70px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #3E6194;
}
.basic__map{
    width: 877px;
    height: 368px;
    background: #E8E8E8;
    border-radius: 8px;
}
.basic__map>img{
    width: 100%;
    height: 100%;
}
.zxjj__title__xsimg{
    width:540px;
}
