.banner {
    overflow: hidden;
    margin-top: 30px;
}

/* 公司新闻 begin */
.news {
    margin-top: 30px;
    height: 440px;
    overflow: hidden;
}
/* 公司新闻-列表 */
.news > .newsList {
    float: left;
    height: 438px;
    width: 599px;
    border: 1px solid #c5c5c5;
    border-right: none;
}
.newsList > dt {
    height: 78px;
    background-color: #6db135;
}
.newsList > dt > a {
    position: relative;
    display: block;
    width: 150px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 78px;
    background-color: #368944;
}
.newsList > dt > a::after {
    position: absolute;
    left: 67px; bottom: -8px;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #368944;
    width: 0;
    height: 0;
}
.newsList > dd {
    width: 532px;
    margin: auto auto;
    line-height: 60px;
}
.newsList > dd > a {
    display: flex;
    justify-content: space-between;
}
.newsList > dd > a > h4 {
    font-weight: normal;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公司新闻-图 */
.newsPic-swiper {
    position: relative;
    width: 1200px;
    float: left;
    overflow: hidden;
}

.newsPic > dt {
    float: left;
    border-right: none;
    height: 438px;
    width: 599px;
    border: 1px solid #c5c5c5;
    border-right: none;
    overflow: hidden;
}
.newsPic > dt > img {
    height: 438px;
    width: 599px;
    transition: transform .6s;
}
.newsPic > dt:hover > img { transform: scale(1.1); }

.newsInfo {
    float: left;
    width: 446px;
    height: 438px;
    padding: 0 76px;
    border: 1px solid #c5c5c5;
}
.newsInfo > .time {
    position: relative;
    width: 74px;
    height: 88px;
    background-color: #368944;
}
.newsInfo > .time::after {
    position: absolute;
    left: 0; bottom: 0;
    content: "";
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 20px solid #fff;
    width: 0;
    height: 0;
}
.newsInfo > .time > span {
    display: block;
    color: #fff;
    text-align: center;
}
.newsInfo > .time > span:nth-child(1) {
    font-size: 36px;
    line-height: 1.2;
}

.newsInfo > h4 {
    padding: 12px 0 18px 0;
    line-height: 1.5;
    font-size: 20px;
    text-align: justify;
    border-bottom: 1px solid #bababa;
}
.newsInfo > p {
    margin-top: 22px;
    text-align: justify;
    line-height: 2;
    color: #666;
}
.newsInfo > a {
    position: relative;
    margin-top: 30px;
    display: block;
    width: 148px;
    height: 38px;
    line-height: 38px;
    color: #666;
    border: 1px solid #666;
    text-align: center;
}
.newsInfo > a::after {
    position: absolute;
    left: 0;
    content: "";
    background-color: #368944;
    width: 0%;
    height: 100%;
    transition: all .2s;
    z-index: -1;
}
.newsInfo > a:hover {
    color: #fff;
}
.newsInfo > a:hover::after{
    width: 100%;
}
/* 公司新闻 end */


/* 关于我们&&成员单位&&公司业务 begin */
.section {
    margin-top: 29px;
    margin-bottom: 57px;
    height: 499px;
    overflow: hidden;
}
.section > div {
    float: left;
    width: 600px;
}

/* 关于我们 */
.about {
    padding-top: 300px;
    background: url("../../images/computer/aboutTit.jpg") no-repeat top center;
    background-size: 100% auto;
}

.about > h3 {
    margin: 8px 20px;
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
}
.about > p {
    margin: auto 20px;
    text-indent: 2rem;
    color: #666;
    line-height: 2;
}

/* 成员单位 */
.member {
    padding-bottom: 200px;
    background: url("../../images/computer/memberPic.jpg") no-repeat bottom center;
    background-size: 100% auto;
}

.memberTit {
    margin: auto 10px auto 20px;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #f5f5f5;
}
.memberTit > h3 {
    font-size: 24px;
    font-weight: normal;
    float: left;
}
.memberTit > a {
    float: right;
    color: #666;
}
.memberTit > a:hover { color: red; }

.memberList {
    margin-top: 10px;
    height: 230px;
    overflow: hidden;
}
.memberList > a {
    position: relative;
    display: block;
    line-height: 32px;
    padding: 0 10px 0 20px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.memberList > a::after {
    position: absolute;
    left: 0; bottom: 0;
    content: "";
    background-color: rgba(102, 102, 102, 0.1);
    width: 100%;
    height: 0%;
    transition: height 200ms ease;
    z-index: -1;
}
.memberList > a:hover::after { height: 100%; }


/* 公司业务 */
.business {
    padding-top: 300px;
    background: url("../../images/computer/businessPic.jpg") no-repeat top center;
    background-size: 100% auto;
}

.businessTit {
    margin: auto 10px auto 16px;
    height: 58px;
    line-height: 58px;
}
.businessTit > h3 {
    font-size: 24px;
    font-weight: normal;
    float: left;
}
.businessTit > a {
    float: right;
    color: #666;
}
.businessTit > a:hover { color: red; }

.businessList { margin-top: 10px; }
.businessList > a {
    position: relative;
    display: block;
    padding: 0 10px 0 16px;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.businessList > a::after {
    position: absolute;
    left: 0; bottom: 0;
    content: "";
    background-color: rgba(102, 102, 102, 0.1);
    width: 100%;
    height: 0%;
    transition: height 200ms ease;
    z-index: -1;
}
.businessList > a:hover::after { height: 100%; }
/* 关于我们&&成员单位&&公司业务 end */