/* 新闻中心 banner部分开始 */

.banner {
    position: relative;
}

.banner img {
    display: block;
    margin-top: 92px;
    width: 100%;
}

.about_text {
    position: absolute;
    margin-top: 16%;
    margin-left: 24%;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
}

.about_text h1 {
    font-size: 48px;
    font-weight: bold;
}

.about_text p {
    font-size: 30px;
}

@media screen and (max-width:992px) {
    .about_text h1 {
        font-size: 30px;
    }
    .about_text p {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .about_text {
        margin-top: 10%;
        margin-left: 18%;
    }
    .about_text h1 {
        font-size: 24px;
    }
    .about_text p {
        font-size: 14px;
    }
}

@media screen and (max-width:360px) {
    .about_text {
        margin-top: 6%;
    }
}


/* 新闻中心 banner部分结束 */


/* 企业动态 标题 开始 */

.companyNews {
    position: relative;
    height: 200px;
}

.companyNews p {
    /* float: left; */
    font-size: 30px;
    color: black;
    line-height: 200px;
}

.companyNews select {
    position: absolute;
    right: 0;
    height: 46px;
    width: 220px;
    margin: 76px 0;
    right: 2%;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .companyNews {
        height: 120px;
    }
    .companyNews p {
        padding-left: 20px;
        font-size: 26px;
        line-height: 120px;
    }
    .companyNews select {
        height: 40px;
        width: 160px;
        margin: 40px 0;
        right: 20px;
        font-size: 16px;
    }
}


/* 企业动态 标题 结束 */


/* 企业动态 图片 开始 */

.newsBox {
    height: 826px;
    background: #f5f5f5;
    margin-bottom: -30px;
}

.newsPicBox {
    width: 100%;
    height: 420px;
    margin-top: 110px;
}

.newsPicBox li {
    float: left;
    width: 30%;
    height: 100%;
    background: white;
    box-shadow: 5px 2px 6px #d8d8d8;
}

.newsPicBox li:nth-child(2) {
    margin: 0 4%;
}

.newsPicBox li img {
    width: 100%;
    height: 50%;
}

.newsText {
    width: 100%;
    height: 50%;
    font-size: 30px;
    text-align: left;
    color: black;
    padding: 0 8%;
}

.newsText h4 {
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    padding-top: 6%;
}

.newsPicBox h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

.newsText p {
    margin: 6% 0 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
}

.newsText a {
    position: absolute;
    margin-top: 1%;
    font-size: 12px;
}


/* 查看更多按钮 */

.more {
    float: left;
    position: relative;
    width: 100%;
    height: 250px;
}

.more button {
    position: absolute;
    width: 202px;
    height: 52px;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4d90e1;
    border: 1px solid #4d90e1;
    background: white;
    cursor: pointer;
}

.more button:hover {
    color: white;
    background: #4d90e1;
}

@media screen and (max-width:1199px) {
    .newsPicBox {
        height: 348px;
    }
    .newsText {
        padding: 0 3%;
    }
}

@media screen and (max-width:992px) {
    .newsPicBox {
        height: 268px;
    }
    .newsPicBox h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .newsText p {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .newsBox {
        height: 348px;
    }
    .newsText {
        padding: 0;
    }
    .newsPicBox {
        height: 162px;
        margin-top: 60px;
    }
    .newsText h4 {
        margin-bottom: 2px;
    }
    .newsPicBox h2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .more {
        height: 100px;
    }
    .more button {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width:360px) {
    .newsText h4 {
        display: none;
    }
}


/* 企业动态 图片 结束 */