/*中间内容开始*/
#corporateNews-container{
    width: 100%;
    margin: 0;
    padding: 0;
}
.banner-content{
    width: 100%;
    height: 550px;
    background: #CECECE;
}
.banner-content>.banner{
    width: 100%;
    height: 550px;
}
.corporateNews1{
    width: 1200px;
    margin: 0 auto;
}
.corporateNews1>p{
    color: #111111;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.corporateNews1>.corporateNews1_1{
    width: 1200px;
    height: 430px;
    position: relative;
    margin-bottom: 80px;
}
.corporateNews1_1 .corporateNews1_t{
    width: 60%;
    height: 430px;
    background: #333333;
}
.corporateNews1_t img{
    width: 100%;
    height: 100%;
}
.corporateNews1_1 .corporateNews1_p{
    width: 540px;
    height: 250px;
    background: #F5F5F5;
    position: absolute;
    top: 60px;
    right: 0px;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    padding: 30px;
}
.corporateNews1_p>p:nth-of-type(1){
    color: #333333;
    font-size: 20px;
    margin-bottom: 30px;
}
.corporateNews1_p>p:nth-of-type(2){
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.corporateNews1_p div{
    width: 117px;
    height: 42px;
    background: #0F329D;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 42px;
}
.corporateNews2{
    width: 100%;
    background: #F1F1F3;
}
.corporateNews2 .corporateNews2_1{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.corporateNews2_1>p{
    color: #111111;
    font-weight: bold;
    font-size: 30px;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}
.corporateNews2_1>div{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.corporateNews2_1>div .zxcontent{
    width: 600px;
    height: 172px;
    display: flex;
    margin-bottom: 40px;
}
.zxcontent img{
    width: 172px;
    height: 172px;
}
.zxcontent>div:nth-of-type(2){
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    color: #777777;
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    font-size: 14px;
}
.zxcontent>div:nth-of-type(2) .p1{
    font-size: 20px;
    width: 100%;
    color: #333333;
    margin: 0px;
    font-weight: bold;
}
.zxcontent>div:nth-of-type(2) .p2{
    height: 75px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxcontent>div:nth-of-type(2) .aniu{
    width: 90px;
    height: 35px;
    background: #0F329D;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}

.zxcontent>div:nth-of-type(2) .aniu a{
    color: #FFFFFF;
}
/*中间内容结束*/