/* 监督平台页面样式 */
.sp_box{
    display: flex;
    margin-top: 26px;
    position: relative;
}

.sp_bg img{
    width: 100%;
    height: auto;
    min-height: 200px;
    vertical-align: middle;
    object-fit: cover;
}

.contact{
    width: 60%;
    min-width: 260px;
    height: auto;

    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.con_item{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 0 8px 20%;
    margin-bottom: 14px;

    background: url(../images/pc/inner/ny_tu13.png) no-repeat;
    background-size: 100% 100%;
}

.con_item img{
    width: 34px;
    height: auto;
    margin-right: 10px;
}

.con_item p{
    font-size: 18px;
    color: #595959;
}

.con_item h3{
    font-size: 24px;
    color: #333333;
}

@media screen and (max-width: 1400px){
    .contact{
        top: 30%;
    }

    .con_item{
        padding: 8px 0 8px 5%;
    }
}

@media screen and (max-width: 1200px){
    .my_tab{
        margin-top: 0;
    }

    .sp_box{
        margin: 16px 0 30px;
    }

    .con_item{
        margin-bottom: 6px;
    }

    .con_item p{
        font-size: 14px;
    }

    .con_item h3{
        font-size: 16px;
    }

    .con_item img{
        width: 20px;
    }
}

@media screen and (max-width: 450px){
    .con_item{
        padding: 8px 0;
    }
}