body {
    padding-top: 87px;
    background: #F8F7F7;
}

.searchTop {
    margin-top: 50px;
    padding: 26px 50px 0px 50px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 96, 172, 0.06);
    border-radius: 6px;
}

.searchTop label {
    display: flex;
    padding-bottom: 40px;
}

.searchTop input {
    flex-grow: 1;
    line-height: 60px;
    background: url(../images/search.png)no-repeat left 30px center, #FAFAFA;
    background-size: 18px 18px;
    border-radius: 4px 0px 0px 4px;
    padding: 0px 30px 0px 64px;
    border: 0px;
    outline: none;
    position: relative;
}

.searchTop .searchTopBtn {
    flex-shrink: 0;
    width: 170px;
    line-height: 60px;
    background: #0060AC;
    border-radius: 0px 4px 4px 0px;
    border: 0px;
    color: #fff;
    cursor: pointer;
}

.searchList {
    list-style: none;
    display: flex;
}

.searchList li {
    cursor: pointer;
    margin-right: 66px;
    color: #333;
    padding-bottom: 24px;
    position: relative;
}

.searchList p {
    font-weight: 500;
}

.searchList span {
    padding-left: 10px;
}

.searchList .searchActive {
    color: #0060AC;
}

.searchList .searchActive::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #0060AC;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

/* 条数统计 */
.statistics {
    display: flex;
    color: #999;
    padding: 40px 0px 60px 0px;
}

.statistics span {
    color: #0060AC;
    padding: 0px 10px;
}

/* 页码 */
.page {
    padding: 60px 0px 70px 0px;
}

/* 搜索结果 */
ul {
    list-style: none;
}
.searchResults{
	min-height: 600px;
	padding-top: 70px;
}
.searchItem {
    display: none;
}

/* 1、新闻 */
.xinwen {
    display: flex;
    flex-wrap: wrap;
}

.xinwen a {
    display: block;
}

.xinwen img {
    width: 100%;
    height: 214px;
}

.xinwen li {
    width: 380px;
    height: 380px;
    margin-right: 30px;
    margin-bottom: 50px;
    border: 1px solid #F8F7F7;
    background: #fff;
    position: relative;
    transition: all .3s;
}

.xinwen li:nth-child(3n) {
    margin-right: 0px;
}

.xinwen li::after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background: #DF0C11;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all .3s;
}

.xinwen li:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
    transition: all .3s;
}

.xinwen li:hover::after {
    height: 3px;
    transition: all .3s;
}

.newsCard {
    padding: 10px 16px 0px;
}

.newsItem a {
    display: block;
}

.newsItem img {
    width: 100%;
    height: 214px;
}

.newsCard h3 {
    font-weight: 500;
    line-height: 26px;
    color: #333333;
    margin-bottom: 56px;
}

.newsCard span {
    font-weight: 400;
    line-height: 26px;
    color: #999999;
    margin-right: 24px;
}

/* 2、案例 */
.caseBox {
    padding-bottom: 70px;
}

.caseBox li {
    margin-bottom: 30px;
    padding: 26px 30px;
    background: #fff;
}

.caseBox li:last-child {
    margin-bottom: 0px;
}

.caseBox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseBox div {
    width: 54%;
}

.caseBox img {
    width: 40%;
}

.caesTxt {
    text-align: left;
}

.caesTxt h2 {
    font-weight: 500;
    line-height: 38px;
    color: #333333;
    margin-bottom: 4px;
    transition: all .3s;
}

.caseTime p {
    display: inline-block;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
    margin-right: 16px;
}

.caseTime {
    margin-bottom: 14px;
}

.caesTxt>p {
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin-bottom: 14px;
}

.caesTxt span {
    font-weight: 400;
    line-height: 28px;
    color: #DF0C11;
}

.caseBox li:hover h2 {
    color: #DF0C11;
    transition: all .3s;
}

/* 3、资料 */
.download li {
    margin-bottom: 20px;
}

.download li>div {
    width: 100%;
    height: 125px;
    background: #fff;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download li:last-child {
    margin-bottom: 0px;
}

.downloadL {
    display: flex;
    align-items: center;
}

.downloadL img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 16px;
    border: 1px solid #F8F7F7;
}

.downloadL h2 {
    font-weight: 400;
    line-height: 27px;
    color: #333333;
    margin-bottom: 8px;
}

.downloadL p {
    display: inline;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}

.downloadL span {
    margin: 0px 10px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}

.dlBtn {
    cursor: pointer;
    width: 140px;
    line-height: 40px;
    background: #0060AC;
    border-radius: 5px;
    color: #fff;
    border: 0px;
    transition: all .3s;
}

/* 4、招聘 */
.post {
    padding-bottom: 30px;
}

.post li {
    margin-bottom: 20px;
}

.post li:last-child {
    margin-bottom: 0px;
}

.post li>div {
    background: #fff;
}

.postTop {
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.5s;
}

.postTop h2 {
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
}

.postTop p,
.postTop span {
    display: inline;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}

.postTop span {
    margin: 0px 8px;
}

.postTopL {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.postTopL div {
    flex-grow: 1;
}

.moreJt {
    display: inline-block;
    margin-left: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/zk.png)no-repeat center center;
    background-size: 20px 20px;
}

.postCon {
    /* display: none; */
	height: 0px;
    overflow: hidden;
	transition: all 0.5s;
}
.postConOn{
	height: auto;
	transition: all 0.5s;
}

.postCon>div {
    border-top: 1px solid #E5E5E5;
    padding: 30px 0px 40px;
    margin: 0px 30px;
}

.postCon h2 {
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    padding-bottom: 16px;
}

.postCon p {
    white-space: pre-line;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    padding-bottom: 40px;
}

.postBtn button {
    width: 140px;
    line-height: 36px;
    background: #0060AC;
    border-radius: 18px;
    cursor: pointer;
    color: #fff;
    border: 0px;
}



/* 移动端 */
@media (max-width: 767px) {
    .searchTop {
        width: 92%;
        padding: 20px 20px 0px 20px;
        margin: 30px 4% 0px 4%;
        box-sizing: border-box;
    }
.searchResults{
	min-height: 400px;
	padding-top: 40px;
}
    .searchTop .searchTopBtn {
        width: auto;
        padding: 0px 16px;
    }

    .searchTop input,
    .searchTop .searchTopBtn {
        line-height: 50px;
    }

    .searchTop input {
        background: url(../images/search.png)no-repeat left 14px center, #FAFAFA;
        background-size: 18px 18px;
        padding: 0px 20px 0px 40px;
    }

    .searchList {
        width: 100%;
        overflow-x: auto;
        flex: 0 0 auto;
    }

    .searchList li {
        white-space: nowrap;
        margin-right: 46px;
    }

    .searchList::-webkit-scrollbar {
        display: none
    }

    .statistics {
        padding: 26px 4% 40px 4%;
    }

    /* 1、新闻 */
    .xinwen li {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .xinwen li:last-child {
        margin-bottom: 0px;
    }

    .newsCard h3 {
        margin-bottom: 20px;
    }

    /* 2、案例 */
    .caseBox li {
        padding: 26px 20px;
    }

    .caseBox a {
        flex-direction: column-reverse;
    }

    .caseBox img,
    .caseBox div {
        width: 100%;
    }

    .caseBox img {
        margin-bottom: 18px;
    }

    .caesTxt h2 {
        line-height: 30px;
    }

    .caesTxt>p {
        line-height: 26px;
        margin-bottom: 10px;
    }

    /* 3、资料 */
    .download li>div {
        padding: 22px 16px;
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }

    .downloadL span {
        margin: 0px 6px;
    }

    .downloadL img {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .downloadL {
        margin-bottom: 20px;
    }

    .downloadL h2 {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .dlBtn {
        width: 100px;
        line-height: 36px;
    }

    /* 4、招聘 */
    .postTop {
        padding: 20px 20px;
    }

    .postTopL {
        flex-direction: column;
        align-items: flex-start;
    }

    .postTopL>span {
        margin: 2px 0px 0px;
    }

    .postTop h2 {
        line-height: 28px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .postCon>div {
        margin: 0px 16px;
        padding: 20px 0px 30px;
    }

    .postCon h2 {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .postCon p {
        font-size: 14px;
        line-height: 32px;
        padding-bottom: 30px;
    }

    .postBtn button {
        line-height: 38px;
    }

}