:root {
    --color: #003371;
    --deepcolor: #06234C;
    --qiancolor: #2981EB;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1230px;
    outline: none;

}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;
   
}

.justify_between {
    justify-content: space-between;
}

.align_item_center {
    align-items: center;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.welcome {
    background-color: var(--color);
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.nav_box {
    padding: 20px 0px;
}



.nav li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding: 5px;
}

.nav li {
    position: relative;
   margin-right: 100px;
}

.nav li.act>a {
    border-bottom: 4px solid var(--deepcolor);
}

.nav li .subnav {
    position: absolute;
    width: 100%;
    background-color: var(--color);
    display: none;
    z-index: 999;
}

.nav li .subnav a {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    color: #fff;
}

.nav li .subnav a:hover {
    background-color: var(--qiancolor);
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: var(--color);
}
.logo{
    display: flex;
    align-items: center;
}
.logo p{
    font-weight: bold;
    color: var(--color);
    font-size: 44px;
    margin-left: 30px;
}
.login_box a{
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
}
.login_box a img{
    margin-right: 5px;
}
.index_imgnews_box{
    width: 580px;
}
.news_swiper img{
    width: 590px;
    height: 380px;
    object-fit: cover;
    transition: all 1s;
}
.news_swiper img:hover{
    transform: scale(1.2);
}
.news_swiper_page{
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}
.news_swiper p{
    position: absolute;
    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% - 150px);
}
.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;
}
.news_swiper_page .swiper-pagination-bullet-active{
    background-color: var(--color);
    color: #fff;
}
.index_news_list{
    width: 590px;
}
.news_tabs{
    border-bottom: 1px solid var(--color);
}
.news_tabs a{
   
    font-size: 22px;
    margin-right: 40px;
    line-height: 50px;
}
.news_tabs a.act{
    color: var(--color);
    font-weight: bold;
}
.index_news_ul li{
    display: none;
}
.index_news_ul li.act{
    display: block;
}
.index_news_ul li a{
    display: block;
    margin-top: 20px;
}
.index_news_ul li a p{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.index_news_ul li a span{
    display: block;
    color: #666;
    margin-top: 10px;
    padding-left: 17px;
    font-size: 16px;
}
.index_news_ul li a p::before{
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: var(--color);
    margin-right: 10px;
}
.index_news_ul li a p i{
    display: block;
    font-style: normal;
    margin-left: auto;
    color: #666;
    font-size: 16px;
}
.cgxx_bg{
    background: url(../images/cgbg.jpg) top center no-repeat;
    padding-top: 50px;
}
.index_title p{
    font-size: 24px;
    font-weight: bold;
    color: var(--color);
}
.index_title a{
    font-size: 24px;
    font-weight: bold;
    color: var(--color);
}
.cgxx_tabs{
    height: 60px;
background: #F1F1F1;
margin-top: 40px;
}
.cgxx_tabs a{
    display: block;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 230px;
    font-size: 18px;
    font-weight: bold;
    color: var(--color);
}
.cgxx_tabs a.act{
    background-color: var(--color);
    color: #fff;
}
.cgxx_tabs a.act::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: -14px;
    left: 50%;
   
}

.cgxx_ul li{
    background-color: #fff;
    padding: 50px;
    padding-top: 10px;
    box-shadow: 0px 0px 10px #ddd;
    display: none;
    min-height: 550px;
}
.cgxx_ul li.act{
    display: block;
    min-height: 580px;
}
.cgxx_table{
    width: 100%;
}
.cgxx_table th{
    border-bottom: 1px solid var(--color);
    padding: 20px 0px;
}
.cgxx_table td{
    padding: 20px 0px;
    color: #666;
    border-bottom: 1px solid #dfdfdf;
}
.table_title{
    width: 750px;
}
.cgxx_more{
    display: block;
    width: 150px;
    margin: 0px auto;
    color: var(--color);
    font-size: 18px;
    margin-top: 30px;
}
.hzdw_box{
    flex-wrap: wrap;
    padding-bottom: 50px;
   
}
.hzdw_box a{
    margin-right: 135px;
    text-align: center;
    margin-top: 30px;
    display: block;
    font-size: 18px;
   
    
}
.hzdw_box a:nth-child(4n){
    margin-right: 0px;
}
footer{
    background-color: var(--color);
    padding: 30px 0px;
}
.foot_contact_info{
    color: #fff;
    margin-left: 30px;
}
.foot_contact_info p{
    margin-bottom: 20px;
}
.foot_contact_info span{
    display: block;
    font-size: 14px;
    margin-top: 5px;   
}
.qr{
    text-align: center;
    color: #fff;
}
.qr img{
    width: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qr_box{
    margin-left: 20px;
    font-size: 14px;
}
.copyright{
    background-color: var(--deepcolor);
    color: #fff;
    padding: 5px 0px;
}
.copyright a{
    color: #fff;
    margin: 0px 10px;
    
}
.copyright p{
    color: #fff;
    margin: 0px 10px;
    
}
.copyright .main{
    justify-content: center;
    font-size: 14px;
}
/* 列表页 */
.speedlink{
    background-color: #eee;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.left_box{
    width: 240px;
}
.right_box{
    width:940px;
    min-height: 600px;
    padding-bottom: 30px;
}
.classname{
    font-size: 20px;
    background-color: var(--color);
   
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #fff;
}
.classlist{
    background-color: #f6f6f6;
    border:1px solid #ddd;
    border-bottom:0px;
}
.classlist li{
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.classlist li a{
   display: block;
}
.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: 60px;
    height: 60px;
    font-size: 18px;
    color: var(--color);
}
.news_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 5px #bbb;
    margin-top: 20px;
    transition: all 0.5s;
}
.news_list li a:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.news_list li a  .n_newsdate{
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.news_list li a .n_newsdate p{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.news_list li a .n_newsdate p img{
    width: 20px;
    margin-right:5px;
}
.news_list li a .n_newsinfo span{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #888;
}
.news_list li a .n_newsinfo p{
    color: #333;
    font-size: 18px;
}
.news_list li a:hover .n_newsinfo p{
    color: var(--color);
}

/*个人中心列表*/
.user_news_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 5px #bbb;
    margin-top: 20px;
    transition: all 0.5s;
}
.user_news_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.user_news_list li  .n_newsdate{
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.user_news_list li  .n_newsdate p{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.user_news_list li  .n_newsdate p img{
    width: 20px;
    margin-right:5px;
}
.user_news_list li  .n_newsinfo span{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #888;
}
.user_news_list li  .n_newsinfo p{
    color: #333;
    font-size: 18px;
}
.user_news_list li: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;
}
.news_title{
	
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
	
	text-align: center;
}
.news_date{
	
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	color: #999;
	border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: block;
}
.news_date span{
	display: inline-block;
	margin: 0px 10px;
}
.news_info{
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	
}
.news_content img{
    display: inline;
}
.img_list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.img_list li{
    width: 290px;
    margin-top: 20px;
}
.img_list li a{
    display: block;
    border: 1px solid #ddd;
   
    text-align: center;
}
.img_list li a p{
    width: calc(100% - 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0px;
}
.img_list li a img{
    transition: all 0.3s;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.img_list li a:hover img{
    transform: scale(1.1);
}
.img_list li a:hover{
    box-shadow: 0px 0px 5px #ddd;
}
.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_content{
    padding-top: 20px;
    line-height: 32px;
}
.doctor_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.doctor_info{
    flex: 1;
}
.info_line{
    margin-top: 40px;
    padding: 10px;
    background-color: var(--qiancolor);
    color: #fff;
}
.zb_table{
    width: 100%;
    background-color: #dfdfdf;
}
.zb_table td{
    padding: 15px;
    background-color: #fff;
}
.zb_table .zb_title{
    background-color: #f6f6f6;
    
}
.zb_btn{
    display: block;
    margin: 30px auto;
    width: 150px;
    height: 50px;
    text-align: center;
    background-color: var(--color);
    color: #fff;
    border: 0px;
    font-size: 18px;
    line-height: 50px;

}
.zb_btn:hover{
    color: #fff;
    background-color: #4980F7;
}
.reg_bg{
    background-color: #EFF6FA;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.reg_logo{
    text-align: center;
    display: flex;
    justify-content: center;
}
.reg_box{
    background-color: #fff;
    margin-top: 40px;
    padding: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #ddd;
}
.reg_title{
    color: #0962CD;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.form_item{
    margin-top: 30px;

}
.form_item label{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.form_item label i{
    font-style: normal;
    color: red;
}
.form_item .inp{
    width: 380px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #ddd;
}
.form_item .sminp{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #ddd;
}
.midden_line{
    height: 320px;
    margin-top: 30px;
    width: 1px;
    background-color: #ddd;
}
.reg_btn{
    margin: 40px auto;
    display: block;
    width: 180px;
    height: 51px;
    background: #0962CD;
    border: 1px solid #0962CD;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
}
.login_bg{
    background: url(../images/login_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.login_logo{
    margin-top: 100px;
}
.login_container{
    width: 450px;

background: #FFFFFF;
box-shadow: 0px 0px 10px #ddd;
padding: 30px;
margin-top: 200px;
}
.login_title{
    font-size: 28px;
    text-align: center;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 20px;
}
.login_user{
    width: 100%;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 40px;
    text-indent: 60px;
    background: url(../images/user.png) 15px center no-repeat;
}
.login_captcha{
    width: 250px;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;

    text-indent: 20px;
}
.mt40{
    margin-top:40px
}
.login_pass{
    width: 100%;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 40px;
    text-indent: 60px;
    background: url(../images/pass.png) 15px center no-repeat;
}
.login_btn{
    width: 300px;
height: 60px;
background: #0962CD;
border-radius: 30px;
display: block;
margin: 0px auto;
margin-top: 40px;
font-size: 20px;
color: #fff;
border: 0px;
}
.login_link{
    margin-top: 40px;
    text-align: center;
}
.login_link a{
    display: inline-block;
    margin: 0px 20px;
}
.forgot_container{
    width: 450px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px;
   margin: 0px auto;
   margin-top: 50px;
}
.forgot_inp{
    width: 100%;
    height: 50px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 30px;
    text-indent: 20px;
}
.align_center{
    text-align: center;
}
.index_list_box{
    width: 580px;
    margin-top: 20px;
	min-height:200px;
}
.index_list{
    margin-top: 20px;
}
.index_list a{
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #ddd;
}
.index_list a span{
    color: #999;
}
.index_list a p{
    display: block;
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex_warp{
    flex-wrap: wrap;
}
.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_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;
}
.a_btn{
    display: block;
    background-color: var(--color);
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.a_btn:hover{
    color: white;
}