.banner {
    position: relative;
    width: 100%;
    padding-top: 45%;
    overflow: hidden;
}
.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.banner-image.active {
    display: block;
}

.banner-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.banner-prev, .banner-next {
    background-color: rgba(0, 0, 0, 0);
    color: #bfbfbf;
    border: none;
    /* padding: 10px; */
    /* cursor: pointer; */
    font-size: 100px;
    /* border-radius: 50%; */
    margin-top: -30px;
}

.banner-prev:hover, .banner-next:hover {
    background-color: rgba(0, 0, 0, 0);
}

.banner-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}

.Clinical {
    width: 100%;
    height: 470px;
    background: #F7F7F7;
    position: relative;
}

.Clinical_title {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; 
}

.Clinical_title_left {
    width: 50%;
    margin-top: 20px;
}

.Clinical_title_left_1 {
    width: 100%;
    font-size: 26px;
    color:#2372D3;
    font-weight: 100;
}
.Clinical_title_left_2 {
   width: 100%;
   font-size: 26px;
   margin-top: 5px;
   color:#333333
}



.Clinical_title_right_1 {
    background: #2372D3;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 30px;
    margin-right: 50px;
    text-align: center;
}
.Clinical_title_right_2 {
    border-radius: 10px;
    width: 100px;
    height: 59px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
    float:right
}

.prev-btn-0, .next-btn-0 {
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    height: 59px;
    width: 30px;
    z-index: 10;
    background: #F7F7F7;
    background-size: 100% 100%;
}

.prev-btn-0 {
    width: 15px;
    height: 30px;
}

.next-btn-0 {
    right: 30px;
    width: 15px;
    height: 30px;
}

.Clinical_title_right a{
    color: #FFFFFF
}
.Selected_title_right {
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 150px;
}
.Selected_title_right ul{
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    list-style: none; /* 鍘绘帀榛樿鐨勫垪琛ㄦ牱寮� */
    width: 100%;
}

.Selected_title_right li{
    background: #2372D3;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    width: 100px;
    box-sizing: border-box;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;

}
.Selected_title_right li a{
    color: #FFFFFF
}


.Clinical_con {
    width: 90%;
    height: 320px;
    margin: 0 auto;
    background: #FFFFFF;
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */
    overflow: hidden;
    margin-top: 70px;
 }
 

.Clinical_con ul {
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    list-style: none; /* 鍘绘帀榛樿鐨勫垪琛ㄦ牱寮� */
    width: 100%;
}

.Clinical_con li {
    font-size: 18px;
    color: #666666;
    height: 130px;
    flex: 0 0 100%; /* 璁剧疆瀹藉害涓�33.33% */
    /*  border: 1px solid #eeeeee;宸︿晶绔栨潬 */
}

.Clinical_content {
    padding: 10px;
}

.Clinical_content_title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: -100px;
}

.Clinical_content_title a{
    color: #333333;
}
.Clinical_content_description {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color: #666666;
    overflow: hidden;
}
.Clinical_content_time {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}

.Clinical_content_img img {
    width: 100%;
    height: 220px;
    object-fit: fill; /* 纭繚鍥剧墖濉厖瀹瑰櫒 */
}




.Clinical_1 {
    width: 100%;
    height: 470px;
    background: #FFFFFF;
    position: relative;
}

.Clinical_1_title {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; 
}

.Clinical_1_title_left {
    width: 70%;
    margin-top: 20px;
}

.Clinical_1_title_left_1 {
    width: 100%;
    font-size: 26px;
    color:#2372D3;
    font-weight: 100;
}
.Clinical_1_title_left_2 {
   width: 100%;
   font-size: 26px;
   margin-top: 5px;
   color:#333333
}

.prev-btn, .next-btn {
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    height: 59px;
    width: 30px;
    z-index: 10;
    background: #FFFFFF;
    background-size: 100% 100%;
}

.prev-btn {
    width: 15px;
    height: 30px;
}

.next-btn {
    right: 30px;
    width: 15px;
    height: 30px;
}

.Clinical_1_title_right_1 {
    background: #2372D3;
    border-radius: 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 30px;
    margin-right: 10px;
    text-align: center;
    float: left;
}
.Clinical_1_title_right_2 {
    border-radius: 10px;
    width: 100px;
    height: 59px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
    float:right
}

.Clinical_1Clinical_title_right a{
    color: #FFFFFF
}
.Selected_title_right {
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 150px;
}
.Selected_title_right ul{
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    list-style: none; /* 鍘绘帀榛樿鐨勫垪琛ㄦ牱寮� */
    width: 100%;
}

.Selected_title_right li{
    background: #2372D3;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    width: 100px;
    box-sizing: border-box;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;

}
.Selected_title_right li a{
    color: #FFFFFF
}


.selected_con {
    width: 90%;
    height: 330px;
    margin: 0 auto;
    background: #F7F7F7;
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */
    overflow: hidden;
    margin-top: 70px;
 }
 

.selected_con ul {
    display: flex; /* 璁剧疆涓� Flex 瀹瑰櫒 */
    justify-content: space-between; /* 鎴栬€呬娇鐢� space-around銆乻pace-evenly 绛� */
    list-style: none; /* 鍘绘帀榛樿鐨勫垪琛ㄦ牱寮� */
    width: 100%;
}

.selected_con li {
    font-size: 18px;
    color: #666666;
    height: 130px;
    flex: 0 0 100%; /* 璁剧疆瀹藉害涓�33.33% */
    /*  border: 1px solid #eeeeee;宸︿晶绔栨潬 */
}

.Clinical_1_content {
    padding: 10px;
}

.Clinical_1_content_title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: -100px;
}

.Clinical_1_content_title a{
    color: #333333;
}
.Clinical_1_content_description {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color: #666666;
    overflow: hidden;
}
.Clinical_1_content_time {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}

.Clinical_1_content_img img {
    width: 100%;
    height: 220px;
    object-fit: fill; /* 纭繚鍥剧墖濉厖瀹瑰櫒 */
}

.news_content{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: #F7F7F7;
    padding-top: 10px
}

.news_content ul{
    width: 100%;
    height:100%;
}

.news_content li{
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 110px;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFFFFF;

}

.news_content_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
}
.news_content_title a {
    color: #333333;
}

.news_content_time{
    width: 100%;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 10px;
    color: #555555;
}
.news_content_time a{
    color: #555555;
}

.news_content_con{
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
}

.home_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center; /* 水平居中子元素 */
}

.home_tab li {
    font-size: 18px;
    color: #666666;
    height: 30px;
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: center; /* 水平居中内容 */
    align-items: center; /* 垂直居中内容 */
    flex: 0 0 33.33%;
    text-align: center;
}

.home_tab_li {
    width: 80px;
    height: 30px;
    background: #2372D3;
    border-radius: 10px;
    line-height: 30px;
    font-size: 14px;
}
.home_tab_li a{
   color:#FFFFFF
}

.content_nav {
    height: 35px;
    width: 100%;
    background: #EFEFEF;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    border-bottom: #2372D3 1px solid;
}
.content_nav_li {
    display: flex; 
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 16px;
    color: #595757;
}

.content_nav_li a{
    color: #595757;

}

.content_con {
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
}

.content_title {
    height: 50px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 20px;
   
}

.content_time {
    color: #666666;
    font-size: 14px;
    height: 30px;
    border-bottom: #EFEFEF 1px solid;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_text {
    margin-top: 10px;
    height: auto;
    line-height: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
}

.content_text_file{
    width: 98%;
    margin: 0 auto;
    border: #2372D3 1px solid;
    border-radius: 20px;
    height: 85px;
    margin-top: 20px;
}
.content_text_file a{
   color: #333333;
}

.content_text_file_img {
    width: 57px;
    height: 62px;
    float: left
}
.content_text_file_con {
    width: calc(100% - 88px);
    height: 85px;
    margin-left: 10px;
    line-height: 85px;
    float: left;
    overflow: hidden;
    font-size: 35px;
}


.content_text img{
    width: 80%;
    margin-left:10%;
}
.content_next{
    border-top: #EFEFEF 1px solid;
    height: 80px;
    padding-top: 20px;
}
.content_next li{
    height: 30px;
    color: #595757;
    line-height: 30px;
    overflow: hidden;
}

.content_next li a{
    color: #595757;
}


.list {
    width: 100%;
    height: 70px;
    background: #EFEFEF;
}
.list_nav {
    height: 70px;
    overflow: hidden;
    width: calc(100% - 50px);
    margin: 0 auto;
}
.list_nav button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 24px;
}
.list_nav button.active {
    color: #2372D3;
    height: 70px;
    height: 70px;
    border-bottom: #2372D3 2px solid;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
.tabcontent.active {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
}

.list_sort {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    border-bottom: #BABBBB 1px solid;
}

.list_sort ul{
    display: flex; 
    list-style: none; 
    width: 100%;
    flex-wrap: wrap; /* 可选：如果需要换行 */
}
.list_sort li{
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    flex: 0 0 auto;
}

.list_sort li a{
    color: #333333;
}


.list_con {
    width: 100%;
    height: 90px;
    border-bottom: #EFEFEF 1px solid;
}

.list_con_img {
    float: left;
    width: 90px;
    height: 58px;
    margin-top: 15px;
}

.list_con_img img{
    width: 90px;
    height: 58px;
    border: #EFEFEF 1px solid;
}

.list_con_center{
    float: left;
    width: calc(100% - 100px);
    height: 80px;
    margin-left: 10px;
}

.list_con_center_time{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}

.list_con_center_title{
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    transition: color 0.3s; /* 骞虫粦杩囨浮鏁堟灉 */
    overflow: hidden;
}