.section {
    width: 100%;
    overflow: hidden;
}

.news .lpage a,
.job .lpage a,
.service .lpage a {
    background: #f5f5f5
}




.news {
    padding-top: 60px;
    padding-bottom: 80px;
}



.container {
    padding: 0 35px;
}

.news-left {
    width: 70.7%;
    float: left;
}


.news-left ul {
    padding: 0 0 40px 0px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
    overflow: hidden;
}

.news-left li:first-child {
    padding-top: 0;
}

.news-left li {
    height: 144px;
    margin-bottom: 60px;
    /* padding: 30px 0; */
}

.news-left li:nth-last-child(1) {
    margin-bottom: 0;
}

.news-left li a {
    display: flex;
    position: relative;
    height: 100%;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

.news-left-img {
    width: 198px;
    margin-right: 5%;
    overflow: hidden;
}

.news-left-text {
    flex: 1;
    min-width: 0;
    /* padding: 38px 0; */
}

.news-left-img img {
    height: 100%;
    width: 100%;
    transition: ease .5s;
}

.news-left-time {
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.news-left-label {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #fe0000;
    padding: 2px 12px;
    margin-left: 20px;
}

.news-left-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    transition: ease .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-left-p {
    font-size: 16px;
    color: #666;
    margin-top: 27px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

/* 分页 */
.lpage {
    text-align: center;
}

.lpage-cs,
.lpage-a {
    display: inline-block;
}

.lpage-cs,
.lpage-a {
    display: inline-block;
}

.lpage-a .fistpage {
    display: none;
}

.lpage a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 5px;
    font-family: 'monstre';
    transition: ease .5s;
    background: transparent;
    padding: 10px 15px;
}

.lpage a:hover,
.lpage a.on {
    color: #fff;
    background: #fe0000;
}

.lpage-cs,
.lpage-a {
    display: inline-block;
}

.page-choose {
    display: inline-block;
    margin-left: 10px;
}

.lpage span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-left: 10px;
}

.news .page-choose input,
.job .page-choose input,
.service .page-choose input {
    background: #f5f5f5;
}

.page-choose input {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    width: 40px;
    padding: 5px 10px;
}

.lpage-a .lastpage {
    display: none;
}

/* 分页 */


.inside-menu {
    border-bottom: 1px solid #e5e5e5;
    overflow-x: auto;
    white-space: nowrap;
}

.inside-menu a {
    display: inline-block;
    font-size: 18px;
    color: #666;
    transition: ease .5s;
    padding: 20px 26px;
}

.inside-menu a:hover,
.inside-menu a.on {
    color: #fff;
    background: #fe0000;
}




