.banner {
    width: 100%;
    height: auto;
}

.banner>img {
    width: 100%;
    display: block;
    /* height: 470px; */
}

.dsj {
    box-sizing: border-box;
    padding-left: 135px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.jt_img {
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 10;
}

.jt_img:after {
    content: "";
    border-left: 2px dotted #666;
    height: 8px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9;
}

.jt_img>img {
    width: 30px;
}

.dsj_border_content {
    width: 100%;
    border-left: 2px dotted #666;
    padding-bottom: 15px;
}

.dsj_item {
    box-sizing: border-box;
    position: relative;
    width: 85%;
    padding-left: 150px;
    margin-bottom: 25px;
}

.dsj_item-left {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -136px;
    top: 20px;
}

.dsj_item-left>p {
    font-size: 18px;
    /* font-weight: bold; */
    margin-right: 10px;
    font-weight: bold;
    width: 110px;
}

.dsj_item-text {
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    /* display: flex; */
    /* justify-content: center; */
    /*align-items: flex-end; */
    position: relative;
    background-color: #fff;
}

.left_jt {
    position: absolute;
    width: 40px;
    height: 30px;
    left: -14px;
    top: 30px;
    transform: rotateZ(30deg);
    z-index: -1;
}

.left_jt_content {
    width: 30px;
    height: 20px;
    transform: skewX(-30deg);
    border: 1px solid #ddd;
}

.dsj_item-text>p {
    font-size: 16px;
    color: #5d5d5d;
    text-indent: 35px;
    line-height: 25px;
    text-align: justify;
}

.dsj_item-text>img {
    width: 200px;
    margin-left: 20px;
}

.dsj_right {
    left: -11px !important;
}

.dsj_right>img {
    margin-right: 10px;
}