body {
    background: #F5F2F2
}

body .sec1 h1 {
    text-align: center;
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    margin-bottom: 60px;
    position: relative
}

body .sec1 h1:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #C41619;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%)
}

body .sec1 .wrap {
    padding: 80px 0 0;
    width: 1200px;
    margin: 0 auto
}

body .sec1 .wrap .text p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em
}

body .sec2 h1 {
    text-align: center;
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    margin-bottom: 60px;
    position: relative
}

body .sec2 h1:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #C41619;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%)
}

body .sec2 .wrap {
    padding: 90px 0 100px;
    width: 1200px;
    margin: 0 auto
}

body .sec2 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

body .sec2 .wrap .flex .item {
    width: 590px;
    /* height: 130px; */
    background: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    padding: 25px 30px
}

body .sec2 .wrap .flex .item:after {
    content: "";
    width: 4px;
    height: 100%;
    background: #C8161D;
    position: absolute;
    top: 0;
    left: 0
}

body .sec2 .wrap .flex .item h5 {
    font-weight: bold;
    font-size: 24px;
    color: #800000;
    line-height: 1;
    margin-bottom: 10px
}

body .sec2 .wrap .flex .item p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
}
@media screen and (max-width: 1920px) {
    body .sec1 h1 {
        font-size: 1.875vw;
        margin-bottom: 3.125vw;
      }
      body .sec1 h1:after {
        width: 3.125vw;
        height: 0.20833333vw;
        bottom: -0.83333333vw;
      }
      body .sec1 .wrap {
        padding: 4.16666667vw 0 0;
        width: 62.5vw;
      }
      body .sec1 .wrap .text p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
      }
      body .sec2 h1 {
        font-size: 1.875vw;
        margin-bottom: 3.125vw;
      }
      body .sec2 h1:after {
        width: 3.125vw;
        height: 0.20833333vw;
        bottom: -0.83333333vw;
      }
      body .sec2 .wrap {
        padding: 4.6875vw 0 5.20833333vw;
        width: 62.5vw;
      }
      body .sec2 .wrap .flex .item {
        width: 30.72916667vw;
        /*height: 6.77083333vw;*/
        margin-bottom: 1.04166667vw;
        padding: 1.30208333vw 1.5625vw ;
      }
      body .sec2 .wrap .flex .item:after {
        width: 0.20833333vw;
      }
      body .sec2 .wrap .flex .item h5 {
        font-size: 1.25vw;
        margin-bottom: 0.52083333vw;
      }
      body .sec2 .wrap .flex .item p {
        font-size: 0.83333333vw;
          -webkit-line-clamp:none;
          line-height: 1.25vw;
      }
      body .sec1 .wrap .text p strong span{
        font-size: 1.0416666666vw !important;
      }
      body .sec1 .wrap .text p strong span span{
        font-size: 1.145833333vw !important;
      }
}

@media screen and (max-width: 1024px) {
    body .sec2 .wrap,
    body .sec1 .wrap{
        width: 90%;
    }
    body .sec2 .wrap .flex .item{
        margin-bottom: 20px;
        width: 49%;
        padding: 20px;
        height: 100px;
    }
    body .sec2 .wrap .flex .item h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    body .sec2 .wrap .flex .item:after{
        width:3px;
    }
    body .sec1 .wrap .text p strong span{
        font-size: 16px !important;
    }
    body .sec1 .wrap .text p strong span span {
        font-size: 18px !important;
    }
    body .sec1 .wrap .text p{
        font-size: 12px;
        line-height: 1.6;
    }
    body .sec1 h1,
    body .sec2 h1{
        font-size: 24px;
        margin-bottom: 50px;
    }
    body .sec1 .wrap{
        padding-top: 40px;
    }
    body .sec1 h1::after,
    body .sec2 h1:after{
        width: 30px;
        height: 3px;
        bottom: -13px;
    }
    body .sec1 .wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    body .sec2 .wrap .flex .item p{
        font-size: 14px;
        line-height: 1.6;
    }
    body .sec2 .wrap .flex .item{
        height: auto;
    }
}
@media screen and (max-width: 540px) {
    body .sec1 h1, body .sec2 h1{
        font-size: 20px;
    }
    body .sec2 .wrap .flex .item{
        width: 100%;
    }
    body .sec2 .wrap{
        padding: 40px 0;
    }
    body .sec2 .wrap .flex .item h5 {
        font-size: 16px;
    }
}
