.socialContent {
    margin-top: 34px;
}

.title {
    margin-bottom: 30px;
}

.socialContent>div:nth-of-type(2n-1) .socialLoop {
    display: flex;
}

.socialContent>div:nth-of-type(2n) {
    background-image: url(/material/images/fengyun-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0px 50px 0px;
}

.socialContent>div:nth-of-type(2n) .socialLoop {
    display: flex;
    flex-direction: row-reverse;
}

.socialContent>div:nth-of-type(2n) .socialLoop .socialLoopLeft {
    margin-right: 0px;
    margin-left: 5%;
}

.socialLoopLeft {
    width: 58%;
    position: relative;
    margin-right: 4%;
}

.socialLoopImg {
    width: 100%;
    height: 493px;
    object-fit: cover;
    overflow: hidden;
}

.socialLoopImg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.socialLoopImg img:hover{
    transform: scale(1.1);
}
.socialLoopRight {
    width: 38%;
}

.socialLoopTitle>span:last-child {
    display: inline-block;
    width: calc(100% - 15px);
}

.socialLoopText a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 25px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.socialLoopTitle a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color:#333333;
}
.socialLoopTitle a:hover{
    color: #003fa3;
}
.socialLoopMiao {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 15px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.socialLoopRightCon {
    padding: 32px 0px;
}

.socialLoopRight>div {
    border-bottom: 1px dashed #dedede;
}

.socialLoopRight>div:first-child {
    border-top: 1px solid #e5e5e5;
}

.socialLoopRight>div:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.socialLoopCon {
    margin-bottom: 50px;
}

.socialContent>div:last-child {
    margin-bottom: 70px;
}

.socialLoopDian {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003fa3;
    margin-top: -6px;
}

.socialLoopTitle span {
    vertical-align: middle;
    margin-right: 5px;
}

@media (max-width:900px) {
    .socialContent>div:nth-of-type(2n-1) .socialLoop {
        display: block;
    }
    .socialContent>div:nth-of-type(2n) .socialLoop {
        display: block;
        flex-direction: inherit;
    }
    .socialLoopLeft {
        width: 100%;
        margin-right: 0px;
    }
    .socialLoopRight{
        width: 100%;
    }
    .socialContent>div:nth-of-type(2n) .socialLoop .socialLoopLeft {
        margin-left: 0px;
    }

    .socialLoopImg {
        height: 400px;
    }
    .socialLoopText a {
        font-size: 15px;
        padding: 10px;
    }
    .socialLoopTitle a {
        font-size: 16px;
    }
    .socialLoopMiao{
        font-size: 14px;
        margin-top: 5px;
    }
    .socialLoopRightCon {
        padding: 20px 0px;
    }
    .socialLoopCon {
        margin-bottom: 30px;
    }
    .socialContent>div:last-child {
        margin-bottom: 50px;
    }
    .content{
        /* margin-top: -188px; */
    }
    .title {
        margin-bottom: 20px;
    }
    .socialContent {
        margin-top: 25px;
    }
}
@media (max-width:767px) {
.socialLoopImg {
    height: 200px;
  }
  .socialLoopTitle a {
    font-size: 15px;
}
}