.sec1 .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 140px
}

.sec1 .wrap .title {
    padding: 0 0 40px;
    border-bottom: 1px solid #9C0C18;
    margin-bottom: 50px
}

.sec1 .wrap .title p {
    font-weight: 300;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin: 24px 0 0
}

.sec1 .wrap .title .title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec1 .wrap .title .title_flex h1 {
    font-weight: bold;
    font-size: 30px;
    color: #800000;
    line-height: 1
}

.sec1 .wrap .title .title_flex .share {
    display: flex;
    align-items: center
}

.sec1 .wrap .title .title_flex .share h5 {
    font-weight: 300;
    font-size: 18px;
    color: #999999;
    line-height: 1;
    margin-right: 15px
}

.sec1 .wrap .title .title_flex .share .iconfont {
    display: block;
    color: unset;
    padding: 0 15px;
    position: relative
}

.sec1 .wrap .title .title_flex .share .iconfont:after {
    content: "";
    width: 1px;
    height: 17px;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.sec1 .wrap .title .title_flex .share .iconfont:nth-last-child(1) {
    padding: 0 0 0 15px
}

.sec1 .wrap .content p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em
}
.sec1 .wrap .content p img{
    max-width: 100%;
    transform: translateX(-2em);
    height: auto !important;
}

.sec1 .wrap .content p span {
    color: #111111
}

.sec1 .wrap .content h3 {
    font-weight: bold;
    font-size: 24px;
    color: #800000;
    line-height: 36px;
    text-align: center
}

.sec1 .wrap .content h5 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 36px
}

.sec1 .wrap .content h4 {
    font-weight: bold;
    font-size: 20px;
    color: #C8161D;
    line-height: 36px;
    position: relative;
    padding-left: 21px
}

.sec1 .wrap .content h4:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #C8161D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 62.5vw;
        padding: 4.1666666667vw 0 7.2916666667vw
    }

    .sec1 .wrap .title {
        padding: 0 0 2.0833333333vw;
        margin-bottom: 2.6041666667vw
    }

    .sec1 .wrap .title p {
        font-size: 0.7291666667vw;
        margin: 1.25vw 0 0
    }

    .sec1 .wrap .title .title_flex h1 {
        font-size: 1.5625vw;
    }

    .sec1 .wrap .title .title_flex .share h5 {
        font-size: 0.9375vw;
        margin-right: 0.78125vw
    }

    .sec1 .wrap .title .title_flex .share .iconfont {
        padding: 0 0.78125vw;
    }

    .sec1 .wrap .title .title_flex .share .iconfont:after {
        height: 0.8854166667vw;
    }

    .sec1 .wrap .title .title_flex .share .iconfont:nth-last-child(1) {
        padding: 0 0 0 0.78125vw
    }

    .sec1 .wrap .content p {
        font-size: 0.9375vw;
        line-height: 1.875vw !important;
    }

    .sec1 .wrap .content h3 {
        font-size: 1.25vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .content h5 {
        font-size: 0.9375vw;
        line-height: 1.875vw
    }

    .sec1 .wrap .content h4 {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        padding-left: 1.09375vw
    }

    .sec1 .wrap .content h4:after {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
    }

}

@media screen and (max-width: 1024px) {
    .sec1 .wrap {
        width: 90%;
        padding: 60px 0;
    }
    .sec1 .wrap .title .title_flex h1{
        font-size: 20px;
        line-height: 1.6;
    }
    .sec1 .wrap .title .title_flex .share h5 {
        font-size: 14px;
        margin-right: 5px;
    }
    .sec1 .wrap .title .title_flex .share .iconfont:after{
        height: 15px;
    }
    .sec1 .wrap .title .title_flex .share .iconfont{
        padding: 0 10px;
    }
    .sec1 .wrap .title p{
        font-size: 12px;
        margin-top: 10px;
    }
    .sec1 .wrap .title{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .content p{
        font-size: 14px;
        line-height: 1.6 !important;
    }
    .sec1 .wrap .title .title_flex{
        flex-direction: column;
        align-items: start;
    }
    .sec1 .wrap .title .title_flex h1{
        margin-bottom:10px;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .wrap{
        padding: 50px 0;
    }
    .sec1 .wrap .title .title_flex h1{
        font-size: 18px;
    }
}