

/*图片上的文字*/
.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;
}
/*.in_banner .inBan_txt .inBan_T3:hover{*/
/*  background-color: #f9f9f9;*/
/*  cursor: pointer;*/
/*  color: #007AEF;*/
/*}*/
.inBan_txt{
    display: flex;
    /*position: absolute;*/
    left: 286px;
}
.inBan_txt>img{
    width: 22px;
    height: 22px;
}
inBan_T2 .last{
    font-weight: 900;
    color: red;
    font: bold;
}
.newsD_T1 .title{
    width: 100%;
}
.inBan_txt .inBan_T1 {
    font-size: 16px;
    line-height: 32px;
}
.inBan_txt>.inBan_T2{

    font-size:20px;
    line-height:38px;
    margin-left:10px;
    letter-spacing: 0 !important;
}
.btn_list{
    margin: 50px auto 100px;
    color: #0a001f;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /*position: absolute;*/
}
.last{
    font-weight: bold;
}
.btn_list .btn{
  background: #F6F6F6;
    font-size: 16px;
    text-align: start;
    box-sizing: border-box;
    padding-left: 10px;
    width: 220px;
    height: 52px;
    line-height:52px;
    border:1px solid #F2F2F2;
}
/*.btn_list .btn:hover{*/
/*  border-color: #007AEF;*/
/*}*/
.inBan_T2 .fh{
    margin-left: 3px;
    margin-right: 3px;
}
.btn_list .active {
    background: #D3EAFF;
    color:#007AEF;
}


/*--文章内容--*/
.in_main {
    position: relative;
    margin-top: 38px;
}
/*标题*/
.main_title{
    position: absolute;
    left: 2%;
    top: 2%;
}
.newsD_T1 .title{
    color: black;
}
.newsD_T1 {
    /*position: absolute;*/
    /*top: 54px;*/
    /*left: 504px;*/

}
.newsD_T3{
    width: 756px;
    position: absolute;
    top: 15%;
    left: 2%;
    max-height: 500px; /* 设置最大高度 */
    overflow-y: auto; /* 启用垂直滚动 */
    padding-right: 10px; /* 为滚动条留出空间 */
}
.newsD_main  .newsD_T3{
    padding: 0;
    /* 隐藏滚动条但保持滚动功能 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
/* 隐藏Webkit浏览器的滚动条 */
.newsD_main .newsD_T3::-webkit-scrollbar {
    display: none;
}
/*.party_new{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin: 80px auto 100px;*/
/*}*/

/*.party_news_list{*/
/*  width: 65%;*/
/*  margin: auto;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.party_news_list .party_new_item{*/
/*  width: 367px;*/
/*  display: grid;*/
/*  border-radius: 3%;*/
/*  position: relative;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.party_new_item:hover{*/
/*  background-color: #FFFFFF;*/
/*}*/

/*.party_new_item .party_new_item_img{*/
/*  width: 100%;*/
/*  height: 245px;*/
/*  overflow: hidden;*/
/*  object-fit: cover;*/
/*  border-top-left-radius: 3%;*/
/*  border-top-right-radius: 3%;*/
/*}*/

/*.party_new_item_img .imgScale{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.party_new_item .item_title{*/
/*  color: #333333;*/
/*  height: 173px;*/
/*  padding: 44px 33px 44px 39px;*/
/*  font-family: Source Han Sans CN, Source Han Sans CN;*/
/*  font-weight: bold;*/
/*  font-size: 18px;*/
/*}*/

/*.party_new_item .item_text{*/
/*  color: #333333;*/
/*  display: flex;*/
/*  height: 44px;*/
/*  justify-content: space-between;*/
/*  padding: 0 33px;*/
/*}*/

.item_text .text_date{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}

.item_text .text_more{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}


