.section {
    padding: 90px 0 150px;
}

.section .wrap .public_text {
    position: relative;
}

.section .wrap .public_text .p {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.section .wrap .public_text .p:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #888888;
    z-index: 2;
}

.section .wrap .list {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
    position: relative;
}

.section .wrap .list:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #F0F0F0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 384px;
}

.section .wrap .list .item {
    width: 630px;
    position: relative;
    z-index: 3;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 330px;
    border-radius: 6px;
    overflow: hidden;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .cir {
    width: 12px;
    height: 12px;
    background: #34A963;
    border-radius: 50%;
    margin: 50px 0 40px 22px;
}

.section .wrap .list .item .item_title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
}

.section .wrap .list .item .item_text {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 36px;
    width: 540px;
    margin: 38px 0 0;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

/*# sourceMappingURL=social.css.map */
@media screen and (max-width: 1919px) {
  .section{
    padding: 4.6875vw 0px 7.8125vw;
  }
  .section .wrap .public_text .p{
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .section .wrap .list{
    margin: 5.2083333333vw 0px 0px;
  }
  .section .wrap .list::after{
    height: 0.15625vw;
    border-radius: 0.1041666667vw;
    top: 20vw;
  }
  .section .wrap .list .item{
    width: 32.8125vw;
  }
  .section .wrap .list .item .img{
    height: 17.1875vw;
    border-radius: 0.3125vw;
  }
  .section .wrap .list .item .cir{
    width: 0.625vw;
    height: 0.625vw;
    margin: 2.6041666667vw 0px 2.0833333333vw 1.1458333333vw;
  }
  .section .wrap .list .item .item_title{
    font-size: 1.6666666667vw;
  }
  .section .wrap .list .item .item_text{
    font-size: 0.9375vw;
    line-height: 1.875vw;
    width: 28.125vw;
    margin: 1.9791666667vw 0px 0px;
  }
}
@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .section {
        padding: 40px 0 60px;
    }
    .section .wrap .public_text .p {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }
    .section .wrap .public_text .p:nth-child(1) {
        display: none;
    }
    .section .wrap .public_text .p:nth-child(2) {
        position: unset;
        color: #000000;
    }
    .section .wrap .public_text .p p {
        display: inline;
    }
    .section .wrap .list {
        display: block;
        margin: 40px 0 0;
    }
    .section .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
    }
    .section .wrap .list .item .img {
        height: 48vw;
        border-radius: 10px;
    }
    .section .wrap .list .item .cir {
        width: 8px;
        height: 8px;
        margin: 10px 0;
        display: none;
    }
    .section .wrap .list .item .item_title {
        font-size: 18px;
        margin: 15px 0 10px;
        padding: 0 0 0 15px;
        position: relative;
    }
    .section .wrap .list .item .item_title:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #34A963;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .section .wrap .list .item .item_text {
        width: 100%;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }
    .section .wrap .list .item:not(:last-child) {
        margin-bottom: 40px;
    }
}
