/* 广告轮播图 begin */
.banner {
    width: 100vw;
    height: 47.7vw;
    overflow: hidden;
}
.banner img { width: 100vw; }

/* 公司新闻 begin */
/* 公司新闻-列表 */
.newsList {
    margin-top: 3vw;
    border: 1px solid #cfcfcf;
    border-top: 0;
}
.newsList > dt {
    height: 12.6vw;
    background-color: #6db135;
}
.newsList > dt > a {
    position: relative;
    display: block;
    width: max-content;
    padding: 0 4vw;
    font-size: 4.8vw;
    text-align: center;
    color: #fff;
    line-height: 12.6vw;
    background-color: #368944;
}
.newsList > dt > a::after {
    content: "";
    position: absolute;
    left: 38%; bottom: -1.5vw;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 2vw solid #368944;
    width: 0; height: 0;
}
.newsList > dd {
    width: 94%;
    margin: auto auto;
    line-height: 10vw;
}
.newsList > dd > a {
    display: flex;
    justify-content: space-between;
}
.newsList > dd > a > h4 {
    font-weight: normal;
    width: 74%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公司新闻-图 */
.newsPic { margin-top: 3vw; }
.newsPic > dt {
    height: 70vw;
    overflow: hidden;
}
.newsPic > dt > img {
    width: 100%;
    height: 100%;
}

.newsInfo {
    padding: 0 5vw;
    border: 1px solid #cfcfcf;
    border-top: none;
}
.newsInfo > .time {
    position: relative;
    width: 14vw;
    height: 15vw;
    background-color: #368944;
}
.newsInfo > .time::after {
    position: absolute;
    left: 0; bottom: -1px;
    content: "";
    border-left: 7vw solid transparent;
    border-right: 7vw solid transparent;
    border-bottom: 3.5vw solid #fff;
    width: 0; height: 0;
}
.newsInfo > .time > span {
    display: block;
    color: #fff;
    text-align: center;
}
.newsInfo > .time > span:nth-child(1) {
    font-size: 5.8vw;
    line-height: 1.2;
}
.newsInfo > .time > span:nth-child(2) {
    font-size: 3vw;
}
.newsInfo > h4 {
    padding: 3vw 0;
    font-size: 5vw;
    line-height: 1.5;
    text-align: justify;
    border-bottom: 1px solid #bababa;
}
.newsInfo > p {
    margin-top: 4vw;
    text-align: justify;
    line-height: 1.5;
    color: #666;
}
.newsInfo > a {
    margin: 5vw 0;
    display: block;
    width: 30vw;
    height: 7.6vw;
    line-height: 7.6vw;
    color: #666;
    border: 1px solid #cfcfcf;
    text-align: center;
}
.newsInfo > a:hover {
    background-color: #368944;
    color: #fff;
}
/* 公司新闻 end */


/* 关于我们 begin */
.about {
    margin-top: 3vw;
    padding-top: 47.8vw;
    background: url("../../images/computer/aboutTit.jpg") no-repeat;
    background-size: 100% auto;
}

.about > h3 {
    margin: 1vw auto;
    font-size: 5vw;
    line-height: 8vw;
    font-weight: normal;
}
.about > p {
    margin: auto 2vw;
    text-indent: 8vw;
    color: #666;
    line-height: 1.5;
}
/* 关于我们 end */

/* 成员单位 begin */
.member {
    margin-top: 3vw;
    padding-top: 31.8vw;
    background: url("../../images/computer/memberPic.jpg") no-repeat;
    background-size: 100% auto;
}

.memberTit {
    margin: 2vw auto;
    height: 8vw;
    line-height: 8vw;
    border-bottom: 1px solid #f5f5f5;
}
.memberTit > h3 {
    font-size: 5vw;
    font-weight: normal;
    float: left;
}
.memberTit > a {
    float: right;
    color: #666;
}
.memberTit > a:hover { color: red; }


.memberList > a {
    position: relative;
    display: block;
    line-height: 2;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.memberList > a:hover { background-color: rgba(102, 102, 102, 0.1); }
/* 成员单位 end */

/* 公司业务 begin */
.business {
    margin: 3vw auto 5vw auto;
    padding-top: 47.8vw;
    background: url("../../images/computer/businessPic.jpg") no-repeat;
    background-size: 100% auto;
}

.businessTit {
    margin: 2vw auto;
    height: 8vw;
    line-height: 8vw;
}
.businessTit > h3 {
    font-size: 5vw;
    font-weight: normal;
    float: left;
}
.businessTit > a {
    float: right;
    color: #666;
}
.businessTit > a:hover { color: red; }

.businessList > a {
    position: relative;
    display: block;
    line-height: 2;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.businessList > a:hover { background-color: rgba(102, 102, 102, 0.1); }
/* 公司业务 end */