.page_title{
    width: 1200px;
}
.page_title img{
    width: 42%;
}
.station_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    /* padding: 0 50px; */
}

.station_list a{
    width: 32%;
    margin-right: 20px;
}
.station_list li{
    margin-top: 14px;
    width: 100%;
}
.station_list li img{
    width: 100%;
}
.station_list a:nth-child(3n){
    margin-right: 0;
}
.station_list_phone{
    display: none;
}
/* 国际人才空间站 */
.discover_guide{
    border-bottom: none;
    font-family: "times new roman";
}
.talent_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.talent_content .page_title{
    width: 50%;
    margin: 0 auto;
}
.center_content .page_title{
     width: 38%;
}
.talent_content .page_title img{
    width: 100%;
}
.page_title_phone{
   display: none;
}
.content_pic{
    width: 100%;
    margin-top: 36px;
}
.content_pic img{
    width: 100%;
}
.content_pic_phone{
    display: none;
}
.station_content .page_title{
    width: 34%;
}
.content_block{
    /* padding: 0 50px; */
    box-sizing: border-box;
}
.content_block p{
    font-size: 18px;
    line-height: normal;
}
.content_block li{
    margin-bottom: 60px;
}
.content_block li:last-child{
    margin-bottom: 0;
}
.content_wrap_title{
    font-size: 18pt;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.content_wrap_main p{
    margin-top: 18px;
}
@media only screen and (max-width: 768px) {
    .page_title{
        width: 94%;
    }
    .page_title img{
        width: 88%;
    }
    .station_list{
        display: none;
    }
    .station_list_phone{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .station_list_phone a{
        width: 48%;
    }
    .station_list_phone li{
        margin-top: 14px;
        width: 100%;
    }
    .station_list_phone li img{
        width: 100%;
    }
    .discover_guide{
        display: none;
    }
    .talent_content{
        width: 90%;
    }
    .talent_content .page_title{
        display: none;
    }
    .center_content .page_title{
        display: block;
        width: 100%;
    }
    .page_title_phone{
        display: block;
    }
    .page_title_phone img{
        width: 100%;
    }
    .content_block{
        padding: 0;
        padding-bottom: 30px;
    }
    .content_pic{
        display: none;
    }
    .content_pic_phone{
        display: block;
        width: 100%;
        margin-top:20px;
    }
    .content_pic_phone img{
        width: 100%;
    } 
    .center_content .content_pic_phone{
        width: 68%;
    }
    .station_content .page_title{
        display: block;
        width: 90%;
    }
    .content_wrap_title{
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        line-height: 20pt;
    }
    .content_wrap_main p{
        margin-top: 10px;
    }
    .content_block li{
        margin-bottom: 10px;
    }
}