@media only screen and (min-width:750px){
	/*子页导航*/
	.banner-nav-wrap {
		position: relative;
		background-color:rgba(204,204,204,0.9);
		/*background-image:url(../images/img/bg.jpg);*/
		background-image:url(../images/bg.jpg);
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		}
	.banner-nav-wrap .banner-nav {
		height: 70px;
		line-height: 50px;
		text-align: center;
	}
	.banner-nav-wrap .banner-nav h1 {
		line-height: 70px;
		font-weight: 700;
		font-size: 30px;
		color: #fff;
		position:relative;
	}
	.banner-nav-wrap .banner-nav h1 span.cattitle::after,.banner-nav-wrap .banner-nav h1 span.cattitle::before {
		content: '';
		/*position: absolute;
		bottom: 0%;
		left: 50%;*/
		background: #fff;
		width: 5%;
		height: 2px;
		display:inline-block;
		margin-left:2em;
		margin-right:2em;
	}
	.layout {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-nav-wrap .banner-nav-list > ul {
		position: relative;
		height: 50px;
	}
	.banner-nav-wrap .banner-nav-list > ul > li {
		position: relative;
		float: left;
		padding: 0 25px;
		border-radius: 6px 6px 0 0;
	}
	.banner-nav-wrap .banner-nav-list > ul > li.cur {
		background-color: #18918b;
	}
	.banner-nav-wrap .banner-nav-list > ul > li.ncur {
		background-color: red;
	}
	.banner-nav-wrap .banner-nav-list > ul > li > a {
		position: relative;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		color: #fff;
	}
	.banner-nav-wrap .banner-nav-list > ul > li.cur::after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: 3px;
		width: 37px;
		height: 2px;
		margin-left: -18.5px;
		background-color: #7fc9ee;
	}
	.banner-nav-wrap .banner-nav-list > ul > li:hover {
		background-color: #18918b;
	}
	.banner-nav-wrap .banner-nav-list > ul > li:hover::after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: 3px;
		width: 37px;
		height: 2px;
		margin-left: -18.5px;
		background-color: #7fc9ee;
	}
	/*子页导航*/
	.showbg {background: url(../images/img/bac.jpg);width: 100%;}
	.index_fnli_fied {background-color: rgba(0,0,0,0.15);}
	.xwarp {
		width: 1280px;
		margin: 0px auto;}
	.clearfix {
		*zoom: 1;
	}
	.clearfix::before, .clearfix::after {
		display: table;
		content: "";
		line-height: 0;
		font-size: 0;
		clear: both;
	}
	.newt_nav{padding:10px 0px;border-bottom: 1px solid #c4bcb5;font-size: 0px;}
	.newt_nav p{font-size: 16px;color: #bf1c2d;display: inline-block;}
	.newt_nav span{font-size: 16px;margin:0px 5px;color: #8c8989;}
	.newt_nav a{display: inline-block;font-size: 16px;}
	.newt_nav a:hover{color: #bf1c2d;
		transition:background-color 0.3s linear;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	.newt_nav a.active{color: #bf1c2d;}
	.newt_warp{padding:40px 0px;}
	.new_fl{width: 100%;height:auto;overflow:hidden;}
	.new_list .index-common-title {
		margin-bottom: 23px;
	}
	.new_list .index-common-title {
		display: block;
		line-height: 1;
		padding-bottom: 19px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}
	.new_list .index-common-title a {
		transition: color .3s linear 0s;
		-webkit-transition: color .3s linear 0s;
		-moz-transition: color .3s linear 0s;
		-o-transition: color .3s linear 0s;
	}
	.new_list .index-common-title .title {
		float: left;
		font-size: 30px;
		color: #333;
	}
	.new_list .index-common-title.bigger .title {
		font-size: 32px;
	}
	.new_list .index-common-title .title.cur {
		position: relative;
		font-weight: 700;
		color: #025ca8;
	}
	.new_list .index-common-title .title.cur::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 50px;
		height: 4px;
		background-color: #025ca8;
		transition: background-color .3s linear 0s;
		-webkit-transition: background-color .3s linear 0s;
		-moz-transition: background-color .3s linear 0s;
		-o-transition: background-color .3s linear 0s;
	}
	.new_list .index-common-title .more {
		float: right;
		font-size: 14px;
		color: #555;
		margin-top: 10px;
		transition: color .3s linear 0s;
		-webkit-transition: color .3s linear 0s;
		-moz-transition: color .3s linear 0s;
		-o-transition: color .3s linear 0s;
	}
	.new_list .index-common-title .more span {
		display: inline-block;
		position: relative;
		top: -1px;
		width: 17px;
		height: 17px;
		text-align: center;
		line-height: 17px;
		font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		margin-left: 7px;
		color: #fff;
		background-color: #025ca8;
		transition: background-color .3s linear 0s;
		-webkit-transition: background-color .3s linear 0s;
		-moz-transition: background-color .3s linear 0s;
		-o-transition: background-color .3s linear 0s;
	}
	.newt_wbac{background-color:rgba(255,255,255,0.5);margin-top: 30px;margin-bottom: 30px;}
	.newt_dul{font-size: 0;}
	.newt_dul li.newt_dlifl1{padding: 30px;border-bottom: 1px solid #e6e6e6;}
	.newt_dul .newt_dlifl1 .newt_dimg{float: left;width: 280px;height: 160px;margin-right: 30px;display:block;}
	.newt_dul .newt_dlifl1 .newt_dimg img {display: block;width: 100%;height: 100%;object-fit: cover;}
	.newt_dul .newt_dlifl1 .newt_dfr{overflow: hidden;}
	.newt_dul .newt_dlifl1 .newt_dtit{font-size: 20px;color: #000;line-height: 50px;width: 100%;height: 50px;display: block;
		overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	}
	.newt_dul .newt_dlifl1 .newt_dtis{font-size: 16px;color: #666;line-height: 30px;width: 100%;height: 60px;overflow: hidden;display: block;}
	.newt_dul .newt_dlifl1 .newt_tmt{margin-top: 20px;}
	.newt_dul .newt_dlifl1 .newt_dtime{font-size: 14px;color: #222;line-height: 26px;float: left;}
	.newt_dul li.newt_dlifl2{display: inline-block;width: 290px;height: 315px;padding:20px;margin-right: 15px;margin-left:17px;margin-bottom: 20px;
		box-sizing:border-box;-webkit-box-sizing: border-box;
		/*background-color:rgba(255,255,255,0.5);*/
	}
	.newt_dul li.newt_dlifl2:nth-of-type(3n){margin-right: 0px;}
	.newt_dul .newt_dlifl2 .newt_dtit{display: block;
		font-size: 18px;color: #000;line-height: 30px;height: 60px;width: 100%;overflow: hidden;border-bottom: 1px solid #e6e6e6;padding:15px 0px;margin-bottom: 15px;white-space:nowrap;text-overflow:ellipsis;}
	.newt_dul .newt_dlifl2 .newt_dtit:hover {text-overflow:inherit;overflow:visible;white-space:normal;}
	.newt_dul .newt_dlifl2 .newt_dtis{display: none;}
	.newt_dul .newt_dlifl2 .newt_fx{display: none;}
	.newt_dul .newt_dlifl2 .newt_dimg{width: 250px;height: 140px;display:block;}
	.newt_dul .newt_dlifl2 .newt_dimg img {display: block;width: 100%;height: 100%;object-fit: cover;}
	.newt_dul .newt_dlifl2 .newt_dtime{font-size: 14px;}
	.newt_dul li.newt_dlifl3{padding:15px 30px;position: relative;}
	.newt_dul .newt_dlifl3 .newt_dimg{display: none;}
	.newt_dul .newt_dlifl3 .newt_dtis{display: none;}
	.newt_dul .newt_dlifl3 .newt_hide{display: none;}
	.newt_dul .newt_dlifl3 .newt_ytime{width: 60px;height: 60px;border:1px solid #726457;text-align: center;padding-top: 8px;float: left;margin-right: 20px;
		box-sizing:border-box;-webkit-box-sizing: border-box;
	}
	.newt_dul .newt_dlifl3 .newt_yym{font-size: 12px;color: #726457;display: block;}
	.newt_dul .newt_dlifl3 .newt_ys{font-size: 28px;color: #bf1c2d;margin-top: 2px;display: block;}
	.newt_dul .newt_dlifl3 .newt_fx{margin-top: 25px;}
	.newt_dul .newt_dlifl3 .newt_dtit{font-size: 20px;color: #000;width: 600px;height: 30px;line-height: 30px;
		position: absolute;top: 15px;left: 115px;
		overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	}
	.newt_dul .newt_dlifl3 .newt_form{font-size: 14px;position: absolute;top: 50px;left: 115px;}
	
	.newt_dul li.newt_xdlifl3x{padding:15px 30px;position: relative;
border-bottom: 1px solid #e6e6e6;}
	.newt_dul .newt_xdlifl3x .newt_dimg{display: none;}
	.newt_dul .newt_xdlifl3x .newt_dtis{display: none;}
	.newt_dul .newt_xdlifl3x .newt_hide{font-size:14px;}
	.newt_dul .newt_xdlifl3x .newt_dtime {font-size: 14px;color: #222;line-height: 26px;float: left;}
	.newt_dul .newt_xdlifl3x .newt_ytime {margin-right:1rem;}
	.newt_dul .newt_xdlifl3x .newt_yym{font-size: 14px;}
	.newt_dul .newt_xdlifl3x .newt_ys{font-size: 14px;}
	.newt_dul .newt_xdlifl3x .newt_fx{float: right;font-size: 0;}
	.newt_dul .newt_xdlifl3x .newt_dtit{font-size: 20px;color: #000;width: 600px;height: 30px;line-height: 30px;
		/*position: absolute;top: 15px;left: 115px;*/
		overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	}
	.newt_dul .newt_xdlifl3x .newt_form{font-size: 14px;}
	.bdsharebuttonbox{/*float: left;*/}
	.newt_fx{float: right;font-size: 0;}
	.newt_fx p{font-size: 14px;color: #726457;float: left;line-height: 24px;}
	.newt_fxa{width: 24px;display: inline-block;cursor: pointer;
		transition:background-color 0.3s linear;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
		margin:0px 0px 0px 5px !important;
		height: 24px !important;
		padding-left: 0px !important;
	}
	.fx1{background: url(../images/img/fx1z.png) no-repeat !important;}
	.fx2{background: url(../images/img/fx2z.png) no-repeat !important;}
	.fx3{background: url(../images/img/fx3z.png) no-repeat !important;}
	.fx1:hover{background: url(../images/img/fx1sz.png) no-repeat !important;}
	.fx2:hover{background: url(../images/img/fx2sz.png) no-repeat !important;}
	.fx3:hover{background: url(../images/img/fx3sz.png) no-repeat !important;}
	.new_fy{font-size: 0px;text-align: center;padding:30px 0px;}
	.new_fy a{font-size: 14px;display: inline-block;width: 45px;height: 45px;line-height: 45px;background: #fff;text-align: center;margin:0px 5px;}
	.new_fy a:hover{background: #726457;color: #fff;
		transition:background-color 0.3s linear;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	.new_fy a.new_fyg{width: 90px;}
	.new_fy a.active{background: #726457;color: #fff;}
	.newt_glist{margin-top: 30px;width: 915px;}

	.newt_gtime{font-size: 14px;color: #222;}
	.newt_fxbac{background-color:rgba(255,255,255,0.5);padding:30px;margin-bottom: 30px;}
	.newt_ylist{}
	.newt_ylist li{padding:0px 0px 30px;border-bottom: 1px solid #e6e6e6;margin-bottom: 30px;}
	.newt_ylista{display: block;width: 680px;float: left;}
	
	.newt_ytii{overflow: hidden;}
	
	.newt_ytis{font-size: 14px;color: #222;margin-top: 5px;}
	.newt_yfx{margin-top: 35px;}

	.new_fr{width: 350px;float: right;}
	.lwidth {width:55%;}
	.rwidth {width:40%;}
	.rwidth .newt_dul .newt_dlifl3 .newt_dtit {width:390px;}
	.newtr_wbac{background-color:rgba(255,255,255,0.5);padding:20px;margin-top: 30px;margin-bottom: 30px;}
	.newtr_fire{}
	.newtr_fire a{padding-bottom: 10px;border-top: 1px solid #e6e6e6;display: block;padding-top: 10px;}
	.newtr_fire a:nth-of-type(1){border-top: none;padding-top: 0px;}
	.newfire_num{width: 32px;height: 32px;line-height: 32px;font-size: 16px;color: #fff;background: #726457;border-radius: 3px;text-align: center;float: left;margin-top: 14px;margin-right: 10px;}
	.newfire_active .newfire_num{background: #bf1c2d;}
	.newfire_til{overflow: hidden;font-size: 18px;color: #000;line-height: 30px;height: 60px;}

	.newtr_splist{}
	.newtr_splist a{display: block;border-top: 1px solid #e6e6e6;padding-top: 20px;}
	.newtr_splist a:nth-of-type(1){border-top: none;padding-top: 0px;}
	.newtr_splist a img{width: 310px;height: 215px;}
	.newtr_splist a p{font-size: 18px;color: #333;text-align: center;line-height: 60px;}

	.newtbac_tima{width: 270px;margin:0px auto;}
	.newtimg{float: left;}
	.newtname{color: #f4cfa3;margin:0px 30px;font-size: 36px;float: left;line-height: 44px;}
	.tit_imgt{background: url(../images/img/newtbac.png) no-repeat;width: 183px;height: 53px;line-height: 40px;color: #fff;font-size: 20px;padding-left: 15px;
		box-sizing:border-box;-webkit-box-sizing: border-box;display: inline-block;
	}
	.tit_imgt:hover{color: #fff;}
	
	.swiper_zjlist .swiper-wrapper {height:auto;display:flex;flex-wrap: wrap;}
	.swiper_zjlist .swiper-wrapper .swiper-slide {width:213px;overflow:hidden;height:auto;}
	/*领导信息20210531*/
	.leaderList {padding-bottom:10px;}
	/*领导信息20210531*/
	.xw_list .news_img {width:100%;height:185px;overflow:hidden;}
	.xw_list .news_img img {object-fit: cover;display: block;width: 100%;height: 100%;}
	/*栏目、内容*/
	/*科室首页*/
	.dpt-index-row {background-color:#fff;width:100%;height:auto;overflow:hidden;}
	.introduce-row {padding: 3rem 0;}
	.doctor-index-row  {background-color:#fff;width:100%;height:auto;overflow:hidden;}
	.doctor-index-row .swiper_list3 {padding-left:0.5rem;padding-right:0.5rem;margin-top:3rem;}
	.doctor-index-row .swiper_list3 .list3_con {background:#fff;border:#ccc 1px solid;box-shadow:0px 5px 10px #c4bcb5;}
	.doctor-index-row .swiper_list3 .list3_con:hover {box-shadow:0px 5px 10px #229cdb;}
	.doctor-index-row .swiper_list3 .list3_con .name {color:#111;}
	.doctor-index-row .swiper_list3 .list3_con .zc_name {color:#111;}
	.doctor-row {padding: 3rem 0;}
	.dptnews-index-row  {width:100%;height:auto;overflow:hidden;}
	.dptnews-row {padding: 3rem 0;}
	.inner-cat-title {height: 20px;line-height: 20px;padding-bottom: 18px;border-bottom: 1px solid #c4bcb5;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
	.inner-cat-title .cat-name {line-height: 20px;color: #666;height: 20px;margin-bottom: 18px;position: relative;font-size: 20px;}
	.inner-cat-title .cat-name::after {height: 5px;width: 50%;bottom: -19px;left: 0;position: absolute;content: '';background-color: #229cf2;}
	.fontmore {color:#229cf2;}
	.fontmore i {color:#229cf2;}
	.func-list {position: relative;top: -2px;}
	.func-list a {
    width: 34px;
    height: 34px;
    line-height: 34px;
	}
	.func-list a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 2px;
    color: #cbcbcb;
	}
	.func-list a i {font-size:20px;}
	.func-list .cellphone.cur-active {color: #229cf2;}
	.inner-introduce-item .inner-page-content {
    position: relative;
    margin-top: 25px;
	}
	.inner-introduce-item .inner-page-content .introduce-info p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
	}
	.inner-introduce-item .inner-page-content .introduce-info .more-info {
    width: 123px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    display: block;
    margin-top: 27px;
    position: relative;
    box-sizing: border-box;
    padding-left: 37px;
	}
	.inner-introduce-item .inner-page-content .introduce-info .more-info {
    line-height: 30px;
    color: #fff;
	}
	.inner-introduce-item .inner-page-content .introduce-info  .more-info::before {
    border: 9px solid #fff;
    background-color: inherit;
    padding: 2px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    content: '';
	}
	.inner-introduce-item .inner-page-content .introduce-info .more-info {
    background-color: #229cf2;
	}
	
	.inner-dptnews-list {position: relative;margin-top: 25px;}
	.inner-dptnews-list ul li {width: 290px;height: 260px;background-color: #fff;box-sizing: border-box;border: 1px solid #f2f2f2;float: left;transition: all .3s;padding: 20px;color: #999;}
	.inner-dptnews-list ul li:hover {border-color:#229cf2;box-shadow:0px 15px 20px rgba(27,102,97,0.2)
	}
	.inner-dptnews-list ul li+li {margin-left: 40px;}
	.inner-dptnews-list ul li .dptnews-tit {padding: 20px;font-size: 15px;font-weight: normal;text-align: justify;}
	.inner-dptnews-list ul li .dptnews-tit {padding: 0;}
	.inner-dptnews-list ul li .dptnews-tit a {
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
	}
	.inner-dptnews-list ul li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify;
	}
	.inner-dptnews-list ul li .separator-border {
		margin-top: 20px;
		padding-top: 10px;
		border-top: 1px solid #e5e5e5;
		text-align: center;
		line-height: 58px;
		height: 58px;
	}
	.inner-dptnews-list ul li .separator-border span {
		line-height: 1.2;
	}
	.inner-dptnews-list ul li .separator-border b {
		display: block;
		font-size: 36px;
		line-height: 40px;
		font-weight: normal;
		margin-bottom: 2px;
	}
	.inner-dptnews-list ul li .separator-border .ifontcolor {
		border:solid 1px #229cf2;
		color: #229cf2;
		display:inline-block;
		width:3rem;
		height:3rem;
		line-height:3rem;
		border-radius:3rem;
	}
	.inner-dptnews-list ul li .separator-border .ifontcolor:hover {
		background:#229cf2;
		color:#fff;
		box-shadow:0 3px 10px rgba(27,102,97,1);
	}
	.focusBox { float:left; position: relative; width: 595px; height: 350px; margin-bottom:10px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
	.swiper-container-index {
	  width: 595px;
	  height: 350px;
	  position:relative;
    }

    .swiper-container-index .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.swiper-container-index .swiper-slide img {
		width: 595px;
		height: 350px;
	}
	.swiper-container-index .swiper-slide .titletext {display:block;position:absolute;left:0;bottom:0;text-align:left;color:#fff;height:60px;width:100%;z-index:99;font-size:14px;line-height:60px;text-indent:10px;background-color:rgba(0,0,0,30%);}
	.swiper-container-index .swiper-pagination {z-index:9999;}
	.swiper-container-index .swiper-pagination .swiper-pagination-bullet {width:10px;height:10px;background-color:#fff;}
	.swiper-container-index .swiper-pagination .swiper-pagination-bullet-active {background-color:#007aff;}
	.swiper-container-index .focusimgwh {width:595px;height:350px;}
	.swiper-container-index .focusimgwh img {display:block;width:100%;height:100%;object-fit:cover;}
	.swiper-container-index .swiper-pagination-fraction, .swiper-container-index .swiper-pagination-custom, .swiper-container-index .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 10px;
		left: 0;
		width: 100%;
	}
	.introduce-row .inner-focus-item {width:595px;overflow:hidden;height:auto;}
	.introduce-row .inner-introduce-item {width:595px;overflow:hidden;height:auto;}
	/*科室首页*/
	.dpttype {
		padding-bottom: 10px;
		border-bottom: 1px solid #c4bcb5;
		overflow:hidden;
		width:100%;
		height:auto;
	}
	.dpttype .layout {
		position: relative;
		box-sizing: border-box;
		padding-left: 80px;
	}
	.dpttype .dpttype-title {
		position: absolute;
		left: 0;
		font-size: 14px;
		color: #999;
	}
	.dpttype ul .type-cur {
		color: #fff;
		background-color: #229cf2;
	}
	.dpttype ul li {
		width: 140px;
		height: 32px;
		line-height:32px;
		text-align: center;
		color: #555;
		font-size: 16px;
		background-color: #c4bcb5;
		cursor: pointer;
		margin-bottom: 20px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		float:left;
	}
	.fl {
		float: left !important;
	}
	.dpt-list {
		margin-top:15px;
		display:block;overflow:hidden;width:100%;height:auto;">
		}
	.dpt-list ul li {
		width: 381px;
		margin: 0 15px 30px;
	}

	.dpt-list ul li {
		height: 190px;
	}
	.dpt-list ul.ztlist li {
		height:7rem;
	}
	.dpt-list ul li:hover {
	 -moz-box-shadow:0px 0px 15px rgba(18,112,106,0.6);
	 -webkit-box-shadow:0px 0px 15px rgba(18,112,106,0.6);
	 box-shadow:0px 0px 15px rgba(18,112,106,0.6)
	}
	.dpt-list ul li .type-inner {
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 20px 30px 0;
		border: 1px solid #c4bcb5;
		overflow: hidden;
		background-color:#fff;
	}
	.dpt-list ul li .type-inner .type-name {
		position: relative;
		height: 40px;
		line-height: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #c4bcb5;
		margin-bottom: 13px;
	}
	.dpt-list ul li .type-inner .type-name span {
		position: relative;
		top: 4px;
		display: inline-block;
		font-size: 20px;
		color: #555;
		line-height: 20px;
		font-weight: 700;
	}
	.dpt-list ul.ztlist li .type-inner .type-name span {
		position: relative;
		top: 4px;
		display: inline-block;
		font-size: 1.1rem;
		color: #555;
		line-height: 2rem;
		font-weight: 600;
	}
	.dpt-list ul li .type-inner .type-name::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 20%;
		height: 5px;
		background-color: #229cf2;
	}
	.dpt-list ul li .type-inner .type-dsc {
		font-size: 14px;
		color: #797979;
		line-height: 24px;
	}
	/*科室设置首页*/
	/*内容*/
	.content {
		background-color:#fff;box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
		width:100%;padding-left:50px;padding-right:50px;padding-bottom:60px;padding-top:2em;}
	.content .news-content p {font-size: 18px;line-height: 35px;}
	.content, .pic-show {
		text-align: justify;
	}

	.content .content-title, .pic-show .content-title {
		font-size: 32px;
		line-height: 1.5;
		font-weight: bold;
		padding: 8px 0;
		color: #555;
	}

	.content .news-info, .pic-show .news-info {
		color: #999;
		line-height: 40px;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.content .fl {
		float: left !important;
	}
	.content .news-info .content-mark span, .pic-show .news-info .content-mark span {
		font-size: 14px;
		margin-right: 10px;
	}
	.content .fr {
		float: right !important;
	}
	.content .news-info .share span, .pic-show .news-info .share span {
		display: inline-block;
	}
	.color-share .bdsharebuttonbox, .color-share span {
		display: inline-block;
		vertical-align: middle;
	}
	.content .news-info .share a, .pic-show .news-info .share a {
		vertical-align: middle;
	}

	.news-code-wrap {
		text-align: center;
	}
	.news-code-wrap .news-code {
		width: 132px;
		margin: 25px auto;
	}
	.news-code-wrap .news-code p {
		color: #999;
		font-size: 12px;
		padding-bottom:10px;
	}
	.news-code-wrap .news-code img {
		width: 132px;
		height: 132px;
		object-fit: cover;
	}
	.news-footer-share {
		text-align: right;
		border-bottom: 3px solid #ccc;
		padding-bottom: 20px;
	}

	.mt25 {
		margin-top: 25px;
	}

	.content .news-content, .pic-show .news-content, .content .page-content{
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		text-align: justify;
	}
	.content .news-content {
		font-size:18px;
		line-height: 35px;
	}
	
	.content .page-content {
		padding:0px 50px;
		line-height:35px;
		min-height:800px;
	}
	
	.content .page-content img {
		max-width:600px;
		height:auto;
	}

	.showbg {background: url(../images/img/bac.jpg);width: 100%;}
	.newtbac{background: url(../images/img/newbac.jpg);width: 100%;height: 260px;text-align: center;padding-top: 100px;
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		box-sizing:border-box;-webkit-box-sizing: border-box;
	}
	.new_tnav a{background: url(../images/img/new.png);width: 120px;height: 36px;line-height: 36px;display: inline-block;font-size: 18px;text-align: center;}
	.new_tnav a:hover{background: url(../images/img/news2.png);color: #fff;
		transition:background-color 0.3s linear;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	/*内容*/
	/*专家*/
	.xswiper-container {padding-left:0.5rem;padding-right:0.5rem;}
	.newt_wbac .swiper_zjlist .swiper-slide {margin:1rem 1.3rem 1.2rem 1.1rem;}
	.newt_wbac .swiper_zjlist .list3_con {background:#fff;border:#ccc 1px solid;text-align:center;}
	.newt_wbac .swiper_zjlist .list3_con  .zjthumb {
		width:213px;
		height:287px;
		overflow:hidden;
	}
	.newt_wbac .swiper_zjlist .list3_con img {
		width:100%;
		height:100%;
		object-fit:cover;
		
	}
	.newt_wbac .swiper_zjlist .list3_con .name {text-align:center;font-size:1.2rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0 .4rem;}
	.newt_wbac .swiper_zjlist .list3_con .zc_name {text-align:center;white-space:nowrap;}
	.newt_wbac .swiper_zjlist .list3_con:hover {box-shadow:0px 5px 10px #c4bcb5;}
	.newt_wbac .swiper_zjlist .list3_con .name {color:#111;}
	.newt_wbac .swiper_zjlist .list3_con button {
		color: #26ada4;
		margin-top: 13px;
		margin-bottom: 18px;
		width: 45%;
		height: 30px;
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
	}
	.newt_wbac .swiper_zjlist .list3_con button:hover {
		background-color:#26ada4;
		color:#fff;
	}
	.newt_wbac .swiper_zjlist .list3_con .zc_name {color:#111;}
	.container-inner {
    padding: 30px 0 50px;
	}
	.doctor-details {
		border-bottom: 1px solid #e4e4e4;
		overflow: hidden;
		margin-bottom: 40px;
		margin-top: -30px;
		min-height: 258px;
		position:relative;
	}

	.clearfix {
		*zoom: 1;
	}
	.doctor-details > .layout {
		position: relative;
	}
	.clearfix::before, .clearfix::after {
		display: table;
		content: "";
		line-height: 0;
		font-size: 0;
		clear: both;
	}
	.doctor-details .doctor-resume {
		padding: 29px 0;
		padding-left: 0px;
		width: 50%;
		position: relative;
		padding-left: 165px;
	}
	.doctor-details .doctor-resume .doctor-img {
		position: absolute;
		top: 29px;
		left: 0;
		width: 144px;
		height: 200px;
		overflow: hidden;
	}
	.doctor-details .doctor-resume .doctor-img img {
		width: 144px;
		height: 200px;
		object-fit: cover;
	}
	.doctor-details .doctor-resume h1 {
		font-size: 28px;
		color: #175b56;
		line-height: 44px;
		margin-bottom: 8px;
	}
	.doctor-details .doctor-resume p {
		line-height: 30px;
		font-size: 15px;
		margin-bottom: 0;
	}
	.doctor-details .doctor-resume p u {
		color: #999;
	}
	.doctor-details .doctor-resume p a {
		color: #444;
		outline: none;
		transition: all .3s;
			/*transition-property: all;
			transition-duration: 0.3s;
			transition-timing-function: ease;
			transition-delay: 0s;*/
	}
	.doctor-details .doctor-resume p i {
		font-size: 16px;
		color: #0093dd;
		margin-left: 4px;
		position: relative;
		top: 1px;
		display: inline-block;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.doctor-details .doctor-resume .good-at {
		line-height: 24px;
	}
	.doctor-details .doctor-code {
		width: 468px;
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
		text-align: right;
		font-size: 0;
		min-height: 259px;
	}
	.doctor-details .doctor-code .qr-img {
		width: 233px;
		min-height: 228px;
		border-left: 1px solid #e4e4e4;
		text-align: center;
		height: 100%;
		box-sizing: border-box;
		padding-top: 30px;
		color: #999;
		font-size: 15px;
		display: inline-block;
	}
	.doctor-details .doctor-code .qr-img img {
		width: 157px;
		height: 157px;
		display: block;
		margin: 0 auto 15px;
	}
	.inner-list-item {
		position: relative;
	}

	.inner-list-item .inner-list-tit {
		height: 20px;
		line-height: 20px;
		padding-bottom: 18px;
		border-bottom: 1px solid #e4e4e4;
	}
	.fl {
		float: left !important;
	}
	.inner-list-item .inner-list-tit .fl {
		line-height: 20px;
		color: #666;
		height: 20px;
		margin-bottom: 18px;
		position: relative;
		font-size: 20px;
	}
	.inner-list-item .inner-list-content {
		position: relative;
		margin-top: 20px;
	}
	.doctor-items .doctor-items-intro {
		font-size: 0.9rem;
		line-height:1.6rem;
		padding-bottom: 15px;
	}
	/*专家*/
	
}
	/*领导信息*/
	.leaderList{ overflow:hidden; }
	.leaderList li{ padding: 0 32px 20px 0; height: 150px; float:left; width:100%; margin: 30px 0 0 14px; display:inline;}
	.leaderList li{border-bottom:dashed #999 1px;}
	.leaderList li .title .job{ display:block; color: #000;padding:8px 0; font-size:16px;}
	.leaderList li .title a{ font-size: 20px; font-weight:bold; color: #000; }
	.leaderList li .pic{ width:158px; float:left; padding:3px; border:1px solid #e3e3e3; background:#fff;
	-webkit-box-shadow: #ccc 0 0 5px;
	-moz-box-shadow: #ccc 0 0 5px;
	box-shadow: #ccc 0 0 5px;
	 }
	.leaderList li .pic img{ width:150px; height:200px; }
	.leaderList li .con{ line-height: 160%; margin-left:5px;}
	.leaderList li .con .intro{ line-height:160%; }
	.leaderList li .leftispic {float:left;margin-left:2em;width:80%;}
	.leaderList li .btns{ display:none}

	ul.leaderList li{list-style: none;background-image:none;display: block;height: auto;overflow: hidden;}
	.newt_wbac ul.leaderList{width:100%;}
	.newt_wbac ul.leaderList li span{float:none;}
	.newt_wbac ul.leaderList li .intro {line-height: 2em; text-align: left; text-indent: 0em; font-size: 1.2em;}
	.leaderColumn{ overflow:hidden; padding-bottom:0px;margin-left:20px;border-bottom:dashed 1px #999;}
	.leaderColumn .boxPic{ width:160px; float:left;  }
	.leaderColumn dl .title h1{ font-size:16px; text-align:left; color: #000; padding:5px 0; font-weight:bold; }
	.leaderColumn dl .title h3{ text-align:left; color: #000;font-size:14px;font-weight:normal;}
	.leaderColumn dl{ margin:0 30px 0 190px;border-left:dashed 1px #aaa;padding-left:10px;margin-bottom:10px;}
	.leaderColumn dt{ height:35px; line-height:35px; font-size:16px; color:#fff; background:#035f93; display:inline-block; padding:0 20px;}
	.leaderColumn dd{ padding:20px 0 0 0; font-size:14px; line-height:200%}