:root {
    --color: #1F75C4;
    --deepcolor: #135ca0;
}

* {
    outline: none !important;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: Source Han Sans;
    min-width: 1230px;
    background-color: #f5f5f5;
    min-height: 100vh;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
}

.ov {
    overflow: hidden;
}
.pr{
    position: relative;
}
.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.v_center {
    align-items: center;
}

.h_center {
    justify-content: center;
}

.mt20 {
    margin-top: 20px;
}

.top_bg {
    background: url(../images/top_bg.png) 100% 100% no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
}

.nav_bg {
    height: 60px;
    background-color: var(--color);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.nav_bg li {
    flex: 1;
    height: 60px;
    padding-top: 15px;
    position: relative;
}

.nav_bg li .subnav {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background-color: var(--deepcolor);
    display: none;
    z-index: 99999;
}

.nav_bg li .subnav a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav_bg li .subnav a:hover {
    background-color: var(--color);
}

.nav_bg li:hover {
    background-color: var(--deepcolor)
}

.nav_bg li.act {
    background-color: var(--deepcolor)
}

.nav_bg li>a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #fff;
}

.nav_bg li:first-child>a {
    border-left: 0px;
}

.search_box {
    width: 300px;
    background-color: var(--color);
    display: flex;
}

.search_box .search_input {
    width: 240px;
    border: 0px;
    height: 40px;
    text-indent: 20px;
}

.search_box>div {
    width: 60px;
}

/* 滚动公告 */
/* 本例子css */
.txtMarquee-left {
    width: 880px;
    position: relative;
    background-color: #fff;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/icoLeft.gif") no-repeat;
}

.txtMarquee-left .hd .next {
    background: url("images/icoRight.gif") no-repeat;
}

.txtMarquee-left .bd {
    padding: 10px;
}

.txtMarquee-left .bd .tempWrap {
    width: 850px !important;
    /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: left;
    _display: inline;
    width: auto !important;
    /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

}

.txtMarquee-left .bd ul li span {
    color: #999;
    margin-left: 10px;
}

.index_left_box {
    width: 830px;
}

.index_right_box {
    width: 350px;
}

.mySwiper2 {
    width: 830px;
    height: 451px;
}

.mySwiper2 img {
    width: 830px;
    height: 451px;
    object-fit: cover;
}

.mySwiper {
    margin-top: 10px;
}

.mySwiper img {
    width: 200px;
    height: 80px;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper2 a {
    display: block;
    position: relative;
}

.mySwiper2 a p {
    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.ind_title {
    background-color: var(--color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding: 0px 20px;
}

.ind_title p {
    font-size: 20px;
}

.ind_title a {
    color: #fff;
}

.tzgg_list {
    background-color: #fff;
    padding: 20px;
}

.tzgg_list a {
    margin-bottom: 19px;
    display: flex;
}

.tzgg_list a p {
    flex: 1;
    line-height: 23px;
}

.tzgg_list a p span {
    color: #999;
}

.tzgg_list a::before {
    width: 7px;
    height: 7px;
    background-color: var(--color);
    border-radius: 50%;
    display: block;
    content: "";
    margin-top: 8px;
    margin-right: 10px;
}

.tzgg_list a:last-child {
    margin-bottom: 0px;
}

.right_img_list {

    margin-top: 20px;
}

.right_img_list a {
    margin-top: 3px;
    display: block;
}

.right_img_list a:first-child {
    margin-top: 0px;
}

.right_img_list a img {
    width: 100%;
}

.jyzn {
    width: 280px;
}

.yyxw {
    width: 530px;
}

.jyzn_box {
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

.jyzn_box a {
    display: block;
    width: 33%;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.jyzn_box a img {
    margin: 0px auto;
    height: 30px;
    object-fit: cover;
}

.jyzn_box a p {
    margin-top: 0px;
}

.news_swiper {
    width: 220px;
    margin: 0px;
    height: 176px;
}

.news_swiper img {
    width: 220px;
    height: 144px;
    object-fit: cover;
    transition: all 0.5s;
}

.news_swiper img:hover {
    transform: scale(1.1);
}

.news_swiper_page {
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}

.news_swiper p {
    bottom: 0px;
    display: block;
    z-index: 1900;
    color: #fff;
    width: 100%;
    line-height: 32px;
    padding-left: 15px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.news_swiper p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px);
}

.news_swiper_page .swiper-pagination-bullet {
    background-color: #fff;

}

.yyxw_box {
    padding: 20px;
    background-color: #fff;
}

/* .news_swiper_page span {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px !important;
    color: #fff;
}

 */
.yyxw_list {
    width: 245px;
}

.yyxw_list a {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.yyxw_list a:last-child{
    margin-bottom: 0px;
}

.yyxw_list a::before {
    width: 6px;
    height: 6px;
    background-color: var(--color);
    content: "";
    display: block;
    margin-right: 10px;
    border-radius: 50%;
}

.yyxw_list a p {
    width: calc(100% - 10px);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dzgk_list{
    width: 100%;
}
.dzgk_list a {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.dzgk_list a:last-child{
    margin-bottom: 0px;
}

.dzgk_list a::before {
    width: 6px;
    height: 6px;
    background-color: var(--color);
    content: "";
    display: block;
    margin-right: 10px;
    border-radius: 50%;
}

.dzgk_list a p {
    width: calc(100% - 10px);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ksjj {
    width: 830px;
}

.yyjj {
    width: 350px;
}
.ksjj_box{
    background-color: #fff;
    padding: 20px;
}
.ksjj_tabs{
    display: flex;
    justify-content: space-between;
}
.ksjj_tabs a{
    display: block;
    width: 250px;
    background-color: #f0f0f0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}
.ksjj_tabs a img{
    margin-right: 15px;
}
.ksjj_tabs a.act{
    background-color: var(--color);
    color: #fff;
}
.ksjj_container li{
    display: none;
    min-height: 165px;
}
.ksjj_container li.act{
    display: flex;
    flex-wrap: wrap;
}
.ksjj_container li a{
    display: flex;
    width: 20%;
    text-align: center;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}
.ksjj_container li a::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 10px;
}
.yyjj_box{
    background-color: #fff;
    padding: 20px;
}
.yyjj_box img{
    width: 320px;
    height: 140px;
    object-fit: cover;
}
.yyjj_box p{
    margin-top: 10px;
    font-size: 18px;
}
.yyjj_box span{
    display: block;
    margin-top: 4px;
    line-height: 23px;
}
.yyjj_box a{
    color: var(--color);
}
.zjjs{
    width: 830px;
}
.dzgk{
    width: 350px;
}
.zj_swiper img{
    width: 182px;
    height: 180px;
      object-fit: cover;
  }
  .zj_swiper p{
      text-align: center;
      background-color: #EEEEEE;
      height: 31px;
      line-height: 31px;
      transition: all 0.2s;
  }
  .zj_swiper a:hover p{
      background-color: var(--color);
      color: #fff;
  }
  .zj_box{
    padding: 20px;
    background-color: #fff;
  }
  .dzgk_box{
    background-color: #fff;
    padding: 20px;
  }
  .frlink_bg{
    background-color: var(--color);
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #C2E2FF;
  }
  .frlink p{
    font-size: 18px;
  }
  .frlink{
    align-items: center;
    
  }
  .frlink a{
    color: #fff;
    
    margin: 10px;
  }
  .frlink_box{
    display: flex;
    width: 1100px;
    flex-wrap: wrap;
    margin-left: auto;
  }
  footer{
    background-color: var(--color);
    padding: 20px 0px;
    height: 140px;
  }
  footer p{
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  footer p span{
    margin: 10px;
    display: block;
  }
  footer p span a{
    color: #fff;
    display: block;
  }
  .qr_box{
    position: absolute;
    right: 0px;
    width: 80px;
    height: 80px;
    text-align: center;
    top: 0px;
    font-size: 14px;
    color: #fff;
  }
  .qr_box img{
    width: 80px;
    height: 80px;
  }
  /* 内页 */
  .speedlink{
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.n_left{
    width: 240px;
    
}
.n_right{
    width:940px;
    min-height: 600px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.classname{
    font-size: 20px;
    background-color: var(--color);
   
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #fff;
}
.classlist{
    background-color: #fff;
    border:1px solid #ddd;
    border-bottom:0px;
}
.classlist li{
    text-align: center;
    
    border-bottom: 1px solid #ddd;
}
.classlist li a{
   display: block;
   line-height: 45px;
    height: 45px;
}
.classlist li a:hover{
    background-color: var(--color);
    color: #fff;
 }
 .classlist li.act a{
    background-color: var(--color);
    color: #fff;
 }
.currclass{
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: var(--color);
}
.n_news_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 3px #ddd;
    margin-top: 20px;
    transition: all 0.5s;
}
.n_news_list li a:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.n_news_list li a .n_newsdate{
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.n_news_list li a .n_newsdate p{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.n_news_list li a .n_newsdate p img{
    width: 16px;
    margin-right:5px;
}
.n_news_list li a .n_newsinfo span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}
.n_news_list li a .n_newsinfo p{
    color: #333;
}
.n_news_list li a:hover .n_newsinfo p{
    color: var(--color);
}
.pagination{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 14px;
}


.page-link {
  position: relative;
  display: block;
  height: 35px;
  padding:0px 14px;
  color: #666;
  background-color: #eaeaea;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  margin: 0px 5px;
}
.page-link:hover{
background-color: var(--color);
	color: #FFF;
}
.page-link.active{
	background-color:var(--color);
	color: #FFF;
}
.n_news_title{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.n_news_date{
    margin-top: 20px;
   background-color: #f4f4f4;
   line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.n_news_date span{
    display: inline-block;
    margin: 0px 10px;
}
.n_news_content{
    margin-top: 20px;
    line-height: 32px;
}
.n_news_content img{
	display:inline;
}
.ks_list{
    display: flex;
	gap:20px;
    flex-flow: wrap;
	 margin-top: 20px;

}
.ks_list li{
    width: 210px;
    background-color: #f4f4f4;
    padding: 20px;
   
    text-align: center;
    transition: all 0.3s;
}
.ks_list li p{
    
    color: var(--color);
}
.ks_list li span{
    display: block;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    color: #666;
    text-align: left;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.ks_list li a{
    background-color: var(--color);
    color: #fff;
    display: inline-block;
    margin: 10px 5px;
    font-size: 14px;
    padding:5px;
    margin-top: 20px;
}
.ks_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.doctor_list{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.doctor_list li{
    width: calc(50% - 10px);
    padding: 20px;
    display: flex;
    border: 1px solid #eee;
    margin-top: 20px;
    transition: all 0.3s;
}
.doctor_list li img{
    width: 148px;
    height: 200px;
    object-fit: cover;
    margin-right: 20px;
}
.doctor_list li p{
    color: var(--color);
}
.doctor_list li i{
    font-style: normal;
    display: block;
    margin-top: 20px;
}
.doctor_list li span{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.doctor_list li a{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    padding:5px 10px;
    background-color: var(--color);
    color: #fff;
}
.doctor_title{
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.doctor_title a{
    display: inline-block;
    
    font-size: 14px;
    padding:10px 40px;
    background-color: var(--color);
    color: #fff;

}
.doctor_content{
    padding-top: 20px;
    line-height: 32px;
}
.doctor_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.doctor_img img{
    margin-right: 20px;
    width: 148px;
    height: 200px;
    object-fit: cover;
}
.doctor_img p{
    margin-top: 30px;
    color: var(--color);
}
.doctor_img span{
    display: block;
    margin-top: 10px;
    color: #666;
}
/* 留言 */
.form_item{
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
    padding: 0px 40px;
}
.form_item span{
    width: 75px;
    text-align: right;
    margin-right: 20px;
    color: #666;
}
.form_item span i{
    font-style: normal;
    color: red;
}
.form_item .inp{
    width: 760px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
}
.form_item .biginp{
    width: 760px;
   padding: 10px;
   resize: none;
    border: 1px solid #DDDDDD;
}
.form_item .sminp{
    width: 110px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
margin-right: 10px;
}
.form_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.form_btn .btn{
    width: 116px;
height: 42px;
background: var(--color);
border-radius: 4px;
color: #fff;
text-align: center;
line-height: 42px;
border: 0px;
font-size: 14px;
margin: 20px 10px;
}
.n_news_content table{
    max-width: 100% !important;
}
.doctor_info {
    flex: 1;
}