.part01{
    margin-top: calc(149px + 50px);
    margin-bottom: 80px;
}
.media_logo_box img{
    max-width: 42px;
}
.media_logo_box>div{
    cursor: pointer;
}
.media_logo_box>div:hover .logo_title{
    color: #0d6efd;
}
.media_logo_box>div:hover img{
    opacity: 0.8;
}
.logo_title{
    padding-left: 10px;
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
}
.logo_title i{
    padding-left: 10px;
}
.media_title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.media_title hr{
    position: absolute;
    width: 100%;
    left: -35px;
    bottom: -12px;
    margin: 0;
}
.media_title span{
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
}
.media_margin30{
    margin-bottom: 30px;
}
.ewm-box p{
    margin-top: 10px;
    text-align: center;
}
.wechat_box{
    margin-bottom: 40px;
}
.other_box{
    margin-bottom: 88px;
}
@media screen and (min-width: 992px){
    .ewm-box {
        max-width: 190px;
        margin-right: 10%;
    }
}
@media screen and (max-width: 991px){
    .media_title hr{
        left: 0;
    }
    .part01{
        display: none;
    }
    .part02{
        margin-top: 100px;
    }
    .ewm-box {
        margin-bottom: 5%;
    }
    .wechat_box{
        margin-bottom: 0px;
    }
    .other_box{
        margin-bottom: 40px;
    }
}