/*News on Top*/
.news_top>div{
    position: relative;
    float: left;
}
.news_top_l{
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    width: 848px;
    margin-right: 2px;
  }
.news_top_l h2{
    width: 848px;
}


.news_top_l ul li {
    font-size: 15px;
    line-height: 30px;
    border-bottom:1px dashed #dee2e6;
}
.news_top_l ul li button{
    font-size: 20px;

}
.news_top_l ul li button:hover{
    color:red;
}
.news_top_l ul li:hover{
    color:#17a2b8;

}
.my_news_top{
    font-size: 20px;
    height: auto;
    margin-left: 10px;
    width: 800px;
float: left;
}
.my_news_top ul{
    margin-top: 20px;
}
.my_news_top ul li{
    margin-top: 10px;
    font-size: 20px;
}
.my_news_top .collapsible .my_new_l{
    float: left;
    width: 750px;
    height: 320px;
}
.my_news_top .collapsible .my_news_r {
    float: right;
}
.my_news_top .collapsible .my_news_r img{
    width: 300px;
    height: 200px;
}

.my_news_top_r{
    overflow: hidden;
    height: 200px;
    width: 350px;
    margin-top: 5px;
    text-align: center;
}
.my_news_top_r h3{
    width: 350px;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height:38px;
    color: #17a2b8;

}
.my_news_top_r ul li{
    margin-top: 5px;
}
.my_news_top_r ul li a{
    font-size: 18px;
    color: #17a2b8;
    border-radius: 5px;
    border: 1px solid #17a2b8; /* 边框 */
    font-weight: 550;
    padding: 1px; /* 内边距 */
    width: fit-content; /* 根据内容调整宽度 */
    text-align: center; /* 文字居中 */
}
.my_news_top_r a:hover{
    color:  #c81623;
}

.newest-rr{
    background-color: #f5f5fa;
   /*border: 1px solid #dfdfdf;*/
    border-radius: 1em;
    border: 5px none  #bbbbbd;
    text-align: center;
    margin-top: 10px;
}
.newest-rr .newest-rr-td{
    width: 250px;
}













/*news*/
.news{
    overflow: hidden;
    margin-top: px;
    position: relative;
  }

.news ul li {
    font-size: 15px;
    line-height: 30px;
    border-bottom:1px dashed #dee2e6;
}
.news ul li button{
    font-size: 20px;

}
.news ul li button:hover{
    color:red;
}
.news ul li:hover{
    color:#17a2b8;

}
.my_news{
    width: 1200px;
    font-size: 20px;
    height: auto;
margin-top: 20px;
}
.my_news ul{
    margin-top: 15px;
}
.my_news ul li{
    margin-top: 10px;
    font-size: 20px;
}
.my_news .collapsible .my_new_l{
    float: left;
    width: 700px;
    height: 320px;
}
.my_news .collapsible .my_news_r {
    float: right;
}
.my_news .collapsible .my_news_r img{
    width: 500px;
    height: 320px;
}




/*Choose*/
.Choose >div{
    position: relative;
    float: left;
}
.Choose ul li {
    font-size: 16px;
    line-height: 30px;
}
.Choose ul li:hover{
    color: #000;
}
.Choose-l{
    height: 300px;
    width: 848px;
    margin-right: 2px;
    margin-top: 10px;
    font-weight: 700;
}
.Choose h3{
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    color: #17a2b8;
}
.Choose-r{
    height: 150px;
    width: 350px;
    margin-top: 10px;
    text-align: center;

}
.Choose-r li a{
    font-size: 18px;
    color: #17a2b8;
    border-radius: 5px;

}
.Choose-r a:hover{
    color:  #c81623;
}

.Choose-rr{
    background-color: #f5f5fa;
   /*border: 1px solid #dfdfdf;*/
    border-radius: 1em;
    border: 5px none  #bbbbbd;
    text-align: center;
    margin-top: 20px;
}