.banner {
    height: 345px;
    width: 100%;
    background: url('/img/news_banner.png') center center no-repeat;
}
.banner p{
    text-align: right;
    color: #668592;
    font-size: 38px;
    line-height: 60px;
    padding-top: 173px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family:Source Han Sans CN;
}

.news1 {
    padding-top: 77px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    min-height: 530px;
    display: flex;
    justify-content: space-between;
}

.newsLeft {
    margin-right: 27px;
    padding-bottom: 71px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.one {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    width: 756px;
    padding: 35px 0 39px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom:1px solid rgba(231,231,231,1);
}
.one img {
    width: 190px;
    height: 121px;
    margin-right: 20px;
    display: block;
}
.one div {
    width: 547px;
}
.one p:nth-child(1){
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 9px;
    overflow: hidden;
    height: 28px;
}
.one p:nth-child(2){
    color: #949A9E;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    height: 40px;
}
.one p:nth-child(3){
    color: #BABABA;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.gomore {
    width: 790px;
}
.gomore a{
    color: #003264;
    font-size: 14px;
    display: block;
    width:306px;
    height:50px;
    border:1px solid rgba(0,50,100,1);
    border-radius:18px;
    text-align: center;
    line-height: 50px;
    margin: 54px auto 0 auto;  
}
.gomore a:hover {
    background: #003264;
    color: #fff;
}
.botImg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.12;
    width:154px;
    height:105px;
}
.botImg img {
    width: 100%;
    height: 100%;
}

.newsRight {
    padding: 25px 0 0 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img1{
    width: 360px;
    height: 249px;
    margin-bottom: 19px;
}
.newsImgBox {
    position: relative;
    height: 262px;
    width: 360px;
}
.img2 {
    height: 262px;
    width: 360px;
}
.new_p p:nth-child(1){
    position: absolute;
    right: 23px;
    bottom: 145px;
    color: #333333;
    font-size: 24px;
}
.new_p p:nth-child(2){
    position: absolute;
    right: 23px;
    bottom: 116px;
    color: #555555;
    font-size: 14px;
}
.new_p p:nth-child(3){
    text-align: right;
    position: absolute;
    right: 23px;
    bottom: 27px;
    line-height: 23px;
    color: #555555;
    font-size: 12px;
}