
/*图片上的文字*/
.in_banner .inBan_txt{
    width: 490px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.in_banner .inBan_txt .inBan_T1{
    color: #D6E2F6 ;
    font-size: 55px;
}
.in_banner .inBan_txt .inBan_T2{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0;
}
.in_banner .inBan_txt .inBan_T2 span{
    color: #D7E0E5;
    font-size: 26px;
}
.in_banner .inBan_txt .inBan_T3{
    width: 274px;
    height: 66px;
    border: 1px solid #FFFFFF ;
    border-radius: 4%;
    font-size: 26px;
    text-align: center;
    line-height: 66px;
    color: #D6E2F6;
    cursor: pointer;
}
.inBan_txt{
    display: flex;
    /*position: absolute;*/
    left: 286px;
}
.inBan_txt>.inBan_T2{

    font-size:20px;
    line-height:38px;
    margin-left:10px;
    letter-spacing: 0 !important;
}

/*内容区域*/
.newsD_main {
justify-items: normal ;
}
.newsD_main .newsD_T1{
    display: block;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 28px;
    color: #000000;
}
.newsD_main .newsD_T3{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.newsD_main .newsD_cls{
    margin: 0 20px;
}
.rel{
   min-height: 950px ;
   overflow: auto; 
}