.responsibility .responsibility-img {
    width: 100%;
}
.responsibility .responsibility-deeds {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.responsibility .responsibility-deeds > img {
    width: 100%;
}
.responsibility .deeds-content {
    width: 1198px;
    position: absolute;
    left: 50%;
    height: 390px;
    top: 52px;
    background: url('/images/duty/social-img.jpg') no-repeat 100%;
    transform: translateX(-50%);
}
.responsibility .responsibility-line {
    width: 1198px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 580px;
    border-bottom: 1px solid #E60012;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.responsibility .responsibility-line> div {
    width: 137px;
    height: 2px;
    background: #E60012;
    opacity: 0.5;
}

@media only screen and (max-width: 1400px) {
    .responsibility .responsibility-line {
        top: 580px;
    }
} 

@media only screen and (max-width: 1401px) {
    .responsibility .responsibility-line {
        top: 520px;
    }
} 

.responsibility .deeds-main {
    width: 100%;
    box-sizing: border-box;
    padding: 72px 72px 65px 393px;
}
.deeds-main > p {
    font-size: 25px;
    color: #FFFFFF;
    position: relative;
    text-indent: 9px;
}
.deeds-main > p::after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 24px;
    background-color: #fff;
    left: 0;
    top: 0;
}
.deeds-main > div {
    margin-top: 64px;
    /* height: 241px; */
    height: 160px;
    box-sizing: border-box;
    padding: 0px 16px 38px 0;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.deeds-main > div::-webkit-scrollbar {
    width: 7px;      /* 设置横向滚动条宽度 */
    background-color: #F5F5F5; /* 设置滚动条背景颜色 */
}

.deeds-main > div::-webkit-scrollbar-thumb {
    /* border-radius: 5px;  */
    width: 5px;
    height: 65px;  
        /* 设置滑块边角半径 */
    background-color:#E60012;   /* 设置滑块颜色 */
}

.responsibility .responsibility-details {
    width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 94px 0;
}

.responsibility .responsibility-details li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.responsibility .responsibility-details li  > .responsibility-details-box {
    width: 480px;
    height: 320px;
    position: relative;
}

.responsibility .responsibility-details-box img {
    width: 100%;
    height: 100%;
}
.responsibility .responsibility-details-box >div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 100px;
    font-size: 16px;
    color: #fff;
    background: rgba(11, 2, 5, .5);
    text-align: center;
    box-sizing: border-box;
    padding: 20px 14px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.responsibility .li-top {
    margin-top: 80px;
}