/*  ====== 新闻详情 start======  */

.factsDetail {
    padding: 55px 0px 85px
}

.factsDetail:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.factsDetail .public_subtitle {
    width: 100%;
    text-align: left;
    padding-bottom: 28px;
}

.factsDetail .public_subtitle span {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: #0850CC;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

.factsDetail .date {
    width: 100%;
    color: #999;
    font-family: Barblow;
    padding-left: 30px;
    background: url(../images/dateico.png) no-repeat left center;
}

.factsContent_text {
    padding: 45px 0px 30px;
}

.factsContent_text img {
    width: 100%;
    height: auto;
}

.subNewsList {
    width: 320px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 13px 27px 0px rgba(38, 46, 58, 0.08);
    padding: 20px;
    margin-bottom: 50px;
}

.subNewsList li {
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #E0E0E0;
}

.subNewsList li:first-child {
    border-top: none;
}

.subNewsList li a {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 18px 0px;
}

.subNewsList li a h4 {
    width: 100%;
    line-height: 30px;
    color: #333;
    margin: 0px;
}

.subNewsList li p {
    width: 100%;
    color: #999;
    font-family: Barblow;
    padding: 8px 0 0;
}

.subNewsList li:hover a h4 {
    color: #0850CC;
}

.subNewsList li:hover a p {
    color: #0850CC;
}


/*  ====== 新闻详情 end ======  */


/*  ====== 招聘详情 start======  */

.facts_text {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px 0px
}

.facts_text h4,
.recruitment_text p {
    width: 100%;
    color: #333;
    line-height: 30px;
    margin: 0px;
}

.facts_text h4 {
    margin-top: 25px;
}

.factsTags {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.factsTags span {
    display: inline-block;
    width: auto;
    padding: 0px 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: #F2F2F2;
    margin-right: 14px;
}


/*  ====== 招聘详情 start======  */

@media (max-width: 767px) {
    .factsDetail {
        padding: 20px 4% 10px;
        box-sizing: border-box;
    }
    .factsDetail .public_subtitle {
        padding-bottom: 10px;
        line-height: 35px;
    }
    .factsContent_text {
        padding: 20px 0px 10px;
    }
    .factsContent_text p {
        margin-bottom: 10px;
    }
    .factsDetail .public_subtitle {
        padding-top: 0;
    }
    .subNewsList {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        box-shadow: 0px 0px 0px 0px rgb(38 46 58 / 8%);
    }
    .subNewsList li a {
        padding: 10px 0px;
    }
    .factsTags {
        margin-top: 20px;
    }
    .factsTags span {
        height: 42px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .facts_text h4 {
        margin-top: 20px;
    }
    .facts_text {
        padding: 20px 0px 10px;
    }
    .subNewsList li a h4 {
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .factsContent {
        padding-bottom: 10px;
    }
}