@charset "utf-8";

/*全局元素默认设置*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}


/*始终显示浏览器右侧滚动条*/

body {
	background-color: #F0F0F0;
	overflow-y: scroll;
	*overflow-y: auto;
	/*兼容ie7*/
}

img {
	border: none;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input,
button {
	outline: none;
}


/*鼠标移入的状态*/

a:active,
a:hover {
	outline: 0
}
@font-face {
  font-family: 'iconfont';
  src: url("../font_yy/iconfont.woff2"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font_yy/iconfont.woff2*/) format('woff2'),
       url("../font_yy/iconfont.woff"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font_yy/iconfont.woff*/) format('woff'),
       url("../font_yy/iconfont.ttf"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font_yy/iconfont.ttf*/) format('truetype');
}
@font-face {
	font-family: "iconfont";
	src: url("../font/iconfont.eot"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font/iconfont.eot*/);
	/* IE9*/
	src: url("../font/iconfont.eot#iefix"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font/iconfont.eot#iefix*/) format('embedded-opentype'), /* IE6-IE8 */
	url("../font/iconfont.woff"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font/iconfont.woff*/) format('woff'), /* chrome, firefox */
	url("../font/iconfont.ttf"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font/iconfont.ttf*/) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url("../font/iconfont.svg#iconfont"/*tpa=https://www.xtsdwyy.cn/eystatic/index/font/iconfont.svg#iconfont*/) format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/* 单行溢出省略 */

.el {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*顶部*/

.head {
	background: url("../img/head_bg.png"/*tpa=https://www.xtsdwyy.cn/eystatic/index/img/head_bg.png*/)no-repeat center center;
	height: 120px;
}

.nav {
	background: #10A4C2;
	height: 50px;
}

.logo {
	padding-top: 26px;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0);
}

#soso {
	position: relative;
	z-index: 9999;
	    height: 120px;
    padding-top: 34px;
	display: inline-block;
}

.soso-box {
	display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    width: 232px;
    top: 120px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    right: -90px;
    border-radius: 3px;
}

.soso-box input {
	height: 30px;
	padding: 0 5px;
	border: 1px solid #dddddd;
	outline: none;
	border-radius: 3px;
}

.soso-box input[type=submit] {
	background: #10A4C2;
	color: #FFFFFF;
	border: none:;
	;
}

.soso-icon {
	background: url("../icon/soso.png"/*tpa=https://www.xtsdwyy.cn/eystatic/index/icon/soso.png*/)no-repeat;
	height: 50px;
	display: inline-block;
	width: 50px;
	cursor: pointer;
}

#wx {
	position: relative;
	z-index: 9999;
	    height: 120px;
    padding-top: 34px;
	display: inline-block;
}

.wx-box {
	display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 9px;
    top: 120px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    right: -142px;
    border-radius: 3px;
}

.wx-box img {
	height: 170px;
}

.wx-icon {
	background: url("../icon/wx.png"/*tpa=https://www.xtsdwyy.cn/eystatic/index/icon/wx.png*/)no-repeat;
	height: 50px;
	display: inline-block;
	width: 50px;
	cursor: pointer;
}

#share {
	position: relative;
	z-index: 9999;
	    height: 120px;
    padding-top: 34px;
	display: inline-block;
}

.share-box {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding: 9px;
	top: 120px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	right: -4px;
	border-radius: 3px;
}

.share-box img {
	width: 29px;
	margin: 9px;
}

.share-box a:hover {
	opacity: 0.6;
}

.share-icon {
	background: url("../icon/share.png"/*tpa=https://www.xtsdwyy.cn/eystatic/index/icon/share.png*/)no-repeat;
	height: 50px;
	display: inline-block;
	width: 50px;
	cursor: pointer;
}

.share {
	text-align: right;
}

.share>div>span {
	margin-left: 5px;
}

.head-phone {
	text-align: right;
	padding-top: 18px;
	padding-right:20px;
}
.share-btn{
	/*height: 85px;*/
}
#soso:hover .soso-box{
	display: block;
}
#wx:hover .wx-box{
	display: block;
}
#share:hover .share-box{
	display: block;
}

/*导航*/

.nav-box>li {
	float: left;
	width: 10%;
	text-align: center;
}

.nav-box>li>a {
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 17px;
	line-height: 48px;
}

.nav-box>li.active {
	background: #07bfe4;
}

.nav-box>li:hover {
	background: #07bfe4;
}


.nav-box>li:hover ul {
	display: block;
}

.nav-box>li ul {
	display: none;
	background: #FFFFFF;
	padding: 5px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nav-box>li ul li a {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 6px 0;

}

.nav-box>li ul li:hover{
	background: #07bfe4;
	color: #FFFFFF;

}
.nav-box>li ul li:hover a{
	color: #FFFFFF;

}

.nav-btn-m {
	text-align: right;
	line-height: 60px;
}

.nav-btn-m img {
	width: 30px;
}


/*轮播图*/

.banner .swiper-container {
	z-index: 666;
	height: 600px;
	width: 100%;
}

.banner .swiper-slide {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.banner .swiper-slide img {
	height: 100%;
	position: absolute;
	top: 0;
	width: 1920px;
	margin-left: -960px;
}
.indzj{
background: #F0F0F0;padding-bottom: 10px;text-align: center;
}
.indzj img{margin-bottom: 10px}


/*通知*/

.inform {
	background: #FFFFFF;
	padding: 10px 0;
	height: 60px;
	overflow: hidden;
}

.inform-box img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.inform-box a {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.inform-box span {
	display: inline-block;
	vertical-align: middle;
	color: #888888;
}

.inform-box-con {
	width: 90%;
	display: inline-block;
}

.inform-box-con a {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

.inform-box-con span {
	width: 19%;
	text-align: right;
}

.swiper-container-inform {
	height: 38px;
}

.swiper-container-inform-m {
	height: 38px;
}

.news {
	background: #FFFFFF;
	padding: 30px 0;
	margin: 20px 0;
}

.news-title {
	font-size: 26px;
	color: #10a4c2;
	text-align: center;
	margin-bottom: 30px;
}

.news-con-img {
	position: relative;
	height: 367px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #000;
	box-shadow: 0 0 7px rgb(230, 230, 230);
}

.news-con-img p {
	position: absolute;
	bottom: 13px;
	left: 20px;
	color: #fff;
}

.news-con-img img {
	width: 100%;
}

.news-con-con {
	width: 100%;
	height: 176px;
	padding: 30px;
	box-shadow: 0 0 7px rgb(230, 230, 230);
	position: relative;
}

.news-con-con a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
	text-align: justify;
}

.news-con-con span {
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #777777;
}

.news-more {
	display: inline-block;
	border: 1px solid #e4e4e4;
	color: #a0a0a0;
	padding: 9px 59px;
	border-radius: 20px;
	margin: 10px auto;
}

.keshi {
	border-top: 4px solid #10A4C2;
	border-bottom: 4px solid #10A4C2;
	padding: 30px 0;
}

.keshi-con {
	text-align: center;
	display: block;
	width: 100%;
	background: #007DDB;
	padding: 22px;
	color: #fff;
	font-size: 19px;
	height: 170px;
	font-weight: 600;
	position: relative;
}

.keshi-con:hover img {
	display: none;
}

.keshi-con:hover p {
	display: none;
}

.keshi-con:hover .hove {
	display: block;
}.keshi-fenlei:hover{
	opacity: 0.8;
}
.keshi-fenlei:hover img{
	display:inline-block;
}
.keshi-fenlei:hover p{
	display:block;
	color: #FFFFFF;
}

.keshi-con p {
	margin-top: 15px;
}

.sheng {
	background: #D58481;
}

.gan {
	background: #9DACD3;
}

.fei {
	background: #5CA697;
}

.pifu {
	background: #ffd772;
}

.lei {
	background: #C5B8A7;
}

.fuchan {
	background: #F4B5D0;
}

.teihui {
	background: #A1D8F6;
}

.waike {
	background: #F7A34D;
}

.kouqiang {
	background: #10A4C2;
}

.erke {
	background: #F5B3B4;
}

.yiji {
	background: #7cc7b9;
}

.hove {
	display: none;
	padding: 6px 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background: rgba(255, 255, 255, 0.3);
	overflow:hidden;
}

.hove h3 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	padding-bottom: 7px;
	color: #000;
	margin-bottom: 3px;
	text-align: center;
}

.hove ul li {
	display: inline-block;
}

.hove ul li a {
	font-weight: 500;
	margin: 5px 10px;
	font-size: 14px;
}

.zhuanlan {
	background: #FFFFFF;
	margin-top: -9px;
	border-bottom: 4px solid #10A4C2;
}

.zhuanlan .layui-tab-title {
	text-align: center;
}

.zhuanlan .layui-tab-title li {
	font-size: 18px;
	border: 1px solid #10a4c2;
	margin-left: -1px;
	margin-top: 39px;
	color: #10a4c2;
	line-height: 48px;
	padding: 0 18px;
}

.zhuanlan .layui-tab-title {
	position: relative;
	left: 0;
	height: 130px;
	white-space: nowrap;
	font-size: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border: none;
}

.zhuanlan .layui-tab-brief>.layui-tab-title .layui-this {
	color: #fff;
	background: #10a4c2;
}

.zhuanlan .layui-tab-title li:last-child {
	border-radius: 0 25px 27px 0;
}

.zhuanlan .layui-tab-title li:first-child {
	border-radius: 25px 0 0 27px;
}

.zhuanlan-con a {
	width: 74%;
	display: inline-block;
	font-size: 15px;
}

.zhuanlan-con span {
	text-align: right;
	width: 25%;
	display: inline-block;
}

.zhuanlan .layui-tab-item {
	padding: 20px 0 !important;
}

.zhuanjia {
	background: #FFFFFF;
	padding: 40px 0;
	border-bottom: 4px solid #10A4C2;
}

.zhuanjia-con {
	overflow: hidden;
	box-shadow: 0 0 7px rgb(230, 230, 230);
	border-radius: 4px;
	padding: 20px;
}

.zhuanjia .swiper-slide img {
	width: 100%;
}

.gaikuang {
	padding: 40px 0;
}

.gaikuang-con {
	overflow: hidden;
	display: block;
}

.gaikuang-con img {
	height: 280px;
	object-fit: cover;
    object-position: center;
}

.gaikuang-con p {
	width: 100%;
	background: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

.gaikuang-con-img {
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

.gaikuang-con-img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
    object-position: center;
}
.gaikuang-con-img>div{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	/*text-shadow: #ebf6f8 1px 1px 1px;*/
	}
.gaikuang-con-img h1{
	font-weight:bold;
}
.affiche>div>div:hover h3{
	color: #006B1D;
}
.gaikuang-con-img hr{
    background: #ffffff;
    width: 36%;
    display: inline-block;
}
.gaikuang-con-img a{
    color: #ffffff;
    display: block;
    font-size: 14px;
}
.gaikuang-con-img span{
    color: #ffffff;
    display: block;
    font-size: 14px;
}

.gaikuang-con-img p {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.culture-con-img {
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.culture-con-img img {
    width:100%;
height:152px;
object-fit: cover;
object-position: center;
}
.culture-con-img>div{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	/*text-shadow: #ebf6f8 1px 1px 1px;*/
	}
.culture-con-img h1{
	font-weight:bold;
}
.culture-con-img hr{
    background: #ffffff;
    width: 36%;
    display: inline-block;
}
.culture-con-img a{
    color: #ffffff;
    display: block;
    font-size: 14px;
}
.culture-con-img span{
    color: #ffffff;
    display: block;
    font-size: 14px;
}

.culture-con-img p {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.hospital-culture-container {
height: 100%;
display: flex;
flex-direction: column;
gap: 15px;
}
.culture-con-img>div{
	top: 5%;
	}
.hospital-culture-item {
height:152px;
overflow: hidden;
}

.links {
	background: #FFFFFF;
	padding: 20px 0;
}

.links li {
	display: inline-block;
	margin-right: 20px;
}

.footer {
	border-top: 4px solid #10A4C2;
	padding: 40px 0;
	clear: both;
}

.footer p {
	text-align: center;
	margin: 5px;
	color: #7c7c7c;
}
.content *{
    padding-top: 15px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.size-big *{
    font-size: 20px;
    line-height: 40px;
}
.size-cen *{
    font-size: 16px;
    line-height: 33px;
}
.size-min *{
    font-size: 14px;
    line-height: 28px;
}


/*侧边栏*/

.sidebar {
	position: fixed;
	right: 15px;
	bottom: 15%;
	z-index: 999;
}

.sidebar>ul>li {
	text-align: center;
	background: #FFFFFF;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}

.sidebar>ul>li>a {
	color: #10A4C2;
	position: relative;
}

.sidebar>ul>li>a i {
	font-size: 27px;
	line-height: 50px;
}

.sidebar>ul>li>a p {
	display: none;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
}
.sidebar>ul>li>a span {
	font-size: 15px;
	line-height: 25px;
	color:#FF0000;
	font-weight:bold;
}

.sidebar>ul>li:hover p {
	display: block;
}

.sidebar>ul>li:hover i {
	display: none;
}

.top {
	display: none;
}

.cover {
	height: 260px;
	clear: both;
}

.cover h1 {
	font-weight: 600;
	color: #10A4C2;
	padding-top: 145px;
	margin-bottom: 15px;
}

.layui-breadcrumb a {
	color: #5e5e5e!important;
}

.layui-breadcrumb a:hover {
	color: #10A4C2 !important;
}

.second-level {
	height: 50px;
	background: #FFFFFF;
}

.wrapper {
	position: relative;
	height: 50px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper .scroller {
	position: absolute
}

.wrapper .scroller li {
	color: #333;
	/*float: left;*/
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	text-align: center
}

.wrapper .scroller li a {
	color: #333;
	display: block;
    margin: 0 15px;
	/*padding: 0 .1rem*/
}

.wrapper .scroller li.cur a {
	color: #10A4C2;
	height: 50px;
	border-bottom: 3px solid #10A4C2
}
.clearfix{
	width: 1200px;
	text-align: center;
}
.bg{
	background: #FFFFFF;
	padding: 20px;
	margin: 15px 0;
}
.news-list-img{
	float: left;
	width: 30%;
	height: 150px;
}
.news-list-img img{
	width: 100%;
	height: 100%;
	border:#e6e6e6 1px solid;
	padding:4px;
}
.news-list-txt{
	float: right;
	width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 150px;
    margin-bottom: 15px;
}
.news-list-txt h3{
	font-size: 18px;
	color: #10A4C2;
	font-weight: 600;
	margin-bottom: 10px;
}
.news-list-txt p{
	font-size: 15px;
	text-align: justify;
}
.news-list-txt .new-list-time{
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 15px;
    font-size: 14px;
    text-align: justify;
}
.news-list-txt .new-list-share{
    position: absolute;
    bottom: 0px;
    right: 17px;
    font-size: 14px;
    text-align: justify;
}
.new-list-share img{
	height: 29px;
}
.news-box hr{
	margin: 20px 0;
}
.new-list-rig{
	padding-left: 20px;
}
.new-list-rig h3{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	color: #10a4c2;
	font-weight: 600;
	border-bottom: 2px solid #10a4c2;
	padding-bottom: 10px;
}
.new-list-rig ul li a{
font-size: 15px;
    display: block;
    margin: 9px 0;
}
.page{
	margin-top: 20px;
	text-align: center;
}
.page li{
	display: inline-block;
}
.page li a,.page li span{
    border: 1px solid #e3e3e3;
    color: #000000;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    margin: 5px;
}
.page li.active a,.page li.active span{
    border: 1px solid #10A4C2;
    background: #10A4C2;
    color: #fff;
}
.new-show-title span{
	margin-top: 4px;
	font-size: 14px;
	color: #777777;
	display: inline-block;
}
.fontsize{
	text-align: center;
	font-size: 15px;
}
.fontsize a{
	font-size: 15px;
	margin: 0 6px;
}
.nav-box>li {
    position: relative;
}
.nav-box>li ul {
    position: absolute;
    width: 100%;
    z-index: 999999;
}
.article {
    display: block;
    margin: 0 0 16px 0;
    padding: 1px;
    background: white;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.07);
    transition: all 220ms;
}
.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 0 0px 0;
}
.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.wall {
  display: inline-block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 33.333333%;
  float: left;
  padding: 0 7px;
  box-sizing: border-box;
}
.rongyu{
    background: #FFFFFF;
    padding: 24px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wall-txt{
	padding: 12px;
}
.wall-txt h2{
	text-align: left;
	font-size: 18px;
}
.wall-txt p{
	text-align: right;
}
.baokan{
    background: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.baokan-img{
	width: 50%;
	height: 190px;
	overflow: hidden;
	display: inline-block;
}
.baokan-img img{
	width: 100%;
}
.baokan-text{
    width: 45%;
    vertical-align: top;
    height: 190px;
    display: inline-block;
    padding: 15px;
    position: relative;
}
.baokan-text span{
    position: absolute;
    bottom: 20px;
    right: -5px;
}
.gonggao-title{
	width: 9%;
	height: 110px;
}
.gonggao-txt{
	width: 90%;
	height: 108px;
	margin-bottom: 0;
}
.gonggao-txt p{
	overflow:hidden;
	color: #6c6a6a;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.gonggao-title .ri{
	width: 100%;
    height: 62px;
    line-height: 61px;
    font-size: 32px;
    font-weight: 600;
    background: #F3F3F3;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.gonggao-title .yue{
    width: 100%;
    height: 45px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #9D9E9E;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.gaikuang-box{
	padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #000000;
	width:100%;
}
.gaikuang-box:hover{
	background: #F7F7F7;
}
.gaikuang-box:hover .ri{
	background: #3AB5CC;
	color: #FFFFFF;
}
.gaikuang-box:hover .yue{
	color: #000;
}
.gaikuang-box .gonggao-txt h3{
	color: #353535;
}
.gaikuang-box:hover .gonggao-txt h3{
	color: #3AB5CC;
}
.gaikuang-box:hover .gonggao-txt p{
	color: #000;
}
.keshijieshao{
	text-align: center;
}
.zhuajialist{
	background: #FFFFFF;
}
.zhuajialist-title{
	border-bottom: 3px solid #32B7D0;
}
.zhuajialist-title span{
    display: inline-block;
    padding: 9px 19px;
    background: #32B7D0;
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.zhuajialist-box-con{
	border: 1px solid #e7e7e7;
	padding: 5px;
	cursor: pointer;
	
}
.zhuajialist-box{
	padding: 20px;
}
.zhuajialist-img{
	height: 170px;
	width: 120px;
	overflow: hidden;
    display: inline-block;
}
.zhuajialist-img img{
	width: 100%;
}
.zhuajialist-text{
	    display: inline-block;
    width: 63%;
    padding-left: 10px;
    vertical-align: top;
    text-align: justify;
}
.zhuajialist-con{
	position: relative;
	height: 48px;
}
.zhuajialist-con h1{
    color: #089FB2;
    font-size: 24px;
    padding-top: 8px;
}
.zhuajialist-zhicheng{
    position: absolute;
    top: 5px;
    left: 100px;
    font-size: 12px;
}
.zhuajialist-keshi{
    position: absolute;
    top: 26px;
    left: 100px;
    font-size: 12px;
}
.zhuajialist-zhicheng1{
    position: absolute;
    top: 5px;
    left: 80px;
    font-size: 12px;
}
.zhuajialist-keshi1{
    position: absolute;
    top: 26px;
    left: 80px;
    font-size: 12px;
}

.chaxun{
	padding: 10px;
	text-align: center;
}
.chaxun input{
	height: 40px;
	width: 360px;
	padding: 0 10px;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #cecece;
}
.chaxun span{
	font-size: 18px;
	vertical-align: middle;
	color:#757575;
}
.chaxun button{
	font-size: 16px;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 25px;
	border: none;
	background: #11A3C2;
	color: #fff;
	border-radius: 3px;
}
.zhuajiaxianqin{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	padding: 5px 20px;
}
.zhuanjia-page{
	margin-top: 20px;
}
.zhuanjia-page a{
	color: #32B7D0;
	font-size: 15px;
}
.zhuanjia-page a span{
	color: #000;
}
.zhuajiaimg{
	text-align: center;
}
.zhuajiaimg h1{
	color: #32B7D0;
	font-size: 30px;
	margin: 15px;
}
.zhuajiaimg div span{
	margin: 0 10px;
}
.zhuanjialei{
    padding-top: 8px;
	height: 70px;
	border-bottom: 2px solid #10A4C2;
	margin-bottom: 20px;
}
.suozai{
    background: #10A4C2;
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    line-height: 65px;
    text-align: center;
    height: 70px;
}
.keshileibaio{
	padding-top: 0;
	padding-left: 0;
}
.keshinav{
	padding: 0 20px;
	cursor: pointer;
}
.keshinav>div{
    padding: 0px 18px;
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 2px;
}
.keshinav>div img{
	height: 28px;
	margin-right: 15px;
}
.keshinav:hover .keshinav-con{
	display: block;
}
.keshinav-con{
	display: none;
	padding: 0 !important;
}
.keshinav-con a{
	display: block;
    color: #fff;
    padding-left: 58px;
    font-size: 20px;
    line-height: 47px;
    height: 50px;
   	border-bottom: 2px solid #FFFFFF;
}
.zhuajialist-box-con:hover{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.swiper-container-keshi {
	
}
.swiper-keshi{
	box-shadow: none;
}
.swiper-keshi .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -10px;
}
.swiper-keshi .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -10px;
}
.keshifenlei{
	border: 1px solid #E7E7E7;
	padding: 10px;
	height: 180px;
}
.keshi-title{
	position: relative;
}
.keshi-title h3{
	font-size: 22px;
	font-weight: 600;
	color: #10A4C2;
	display: inline-block;
}
.keshi-title span{
	position: absolute;
    top: 3px;
	color: #10A4C2;
    right: 3px;
    font-size: 16px;
    vertical-align: middle;
}
.keshi-title span i {
    font-size: 24px;
    color: #10A4C2;
    margin-right: 9px;
    vertical-align: middle;
}
.keshi-dizhi{
	margin: 10px 0;
}
.keshi-dizhi span{
	display: inline-block;
	width: 49%;
}
.keshifenlei p{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
.keshifenlei:hover{
	background: #F8F8F8;
}
.keshifenlei:hover p{
	color: #10A4C2;
}
.keshifenlei:hover .keshi-title h3{
	color: #07BFE4;
}
.keshifenlei:hover .keshi-title span{
	color: #07BFE4;
}
.keshifenlei:hover .keshi-title span i{
	color: #07BFE4;
}
.zhuajialist-rig{
	padding-left: 15px;
}
.weixin-code{
	position: absolute;
    right: 28px;
    top: -60px;
    display: none;
}
#weixinbtn:hover i{
	display:block;
}
#weixinbtn:hover .weixin-code{
	display:block;
}
.diaocha-title{
	text-align: center;
	padding-top: 10px;
}
.diaocha-cont{
	background: #FFFFFF;
	margin-top: 20px;
	padding: 20px;
}
.diaocha-cont-title{
	display: block;
	text-align: center;
	font-size: 18px;
    margin-bottom: 60px;
}
.diaocha-cont{
	text-align: center;
	padding: 60px;
}
.diaocha-cont label{
	margin: 40px;
	font-size: 18px;
    color: #aaa;
}
.diaocha-cont label input{
	outline: none;
}
.diaocha-cont label.active{
	color: red;
}
.diaocha-cont label i{
	font-size: 20px;
	margin: 5px;
}
.diaocha-cont button{
	display: inline-block;
    padding: 12px 106px;
	background: #10A4C2;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 50px;
}
.diaocha-cont button:hover{
	opacity: 0.8;
}
.layui-rate li i.layui-icon {
    font-size: 30px;
    /*color: #10a4c2;*/
    margin-right: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#pinfen span{
	font-size: 18px;
}
.content img{
	max-width: 100%;
}
/* 手机 */

@media (max-width: 768px) {
	.head {
		height: 60px;
		border-bottom: 1px solid #10a4c2;
	}
	.logo {
		padding-top: 10px;
	}
	.logo .logo-img {
		height: 36px;
	}
	.logo .logo-title {
		height: 23px;
	}
	.nav {
		display: none;
		height: auto;
		background: rgba(255, 255, 255, 0.94);
		/*position: fixed;*/
		top: 60;
		left: 0;
		right: 0;
		z-index: 99999999;
	}
	.nav-box {
		width: 100%;
	}
	.nav-box>li {
		float: none;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #ececec;
	}
	.nav-box>li>a {
		color: #000;
		display: inline;
		width: 100%;
		height: 50px;
		font-size: 17px;
		line-height: 48px;
	}
	.nav-box>li.active>a {
		color: #FFFFFF;
	}
	.nav-box>li:hover>a {
		color: #FFFFFF;
	}
	.nav-box>li ul {
		position: static;
		background: #ffffff;
		padding: 5px 0;
		box-shadow: none;
	}
	.nav-box>li>a {
		padding: 0 10px;
		height: 44px;
		line-height: 44px;
	}
	.nav-box>li ul li a {
		display: inline;
		width:100%;
		padding: 0px 26px;
		height: 34px;
		line-height: 34px;
		color: #7a7a7a;
	}
	.inform-box-con {
		width: 83%;
	}
	.inform-box-con a {
		width: 65%;
		text-align: left;
	}
	.inform-box-con span {
		width: 33%;
	}
	.inform-box-con {
		text-align: right;
	}
	.news-con-img a {
		display: block;
	}
	.news-con-img {
		height: auto !important;
	}
	.zhuanlan .layui-tab-title li {
		font-size: 14px;
		border: 1px solid #10a4c2;
		margin-left: -1px;
		margin-top:12px;
		color: #10a4c2;
		line-height: 40px;
		padding: 0 24px;
		width: 33%;
		padding: 0;
	}
	.zhuanlan .layui-tab-title {
		position: relative;
		left: 0;
		height: 103px;
		white-space: nowrap;
		font-size: 0;
		top:20px;
		padding-bottom:20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	.zhuanlan-con a {
		width: 100%;
		display: inline-block;
		text-align: justify;
	}
	.zhuanlan-con span {
		display:none!important
	}
	.gaikuang-con-img img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		object-position: center;
	}
	.gaikuang-con img {
		height: 220px;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
.culture-con-img>div{
	top: 30%;
	}
    .hospital-culture-item {
    height:220px;
    overflow: hidden;
    }
    .culture-con-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
    }
	.swiper-slide .banner-box {
		height: 190px;
	}
	.banner .swiper-container {
		z-index: 666;
		height: 190px;
		width: 100%;
	}
	.banner .swiper-slide {
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	.banner .swiper-slide img {
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-left: 0px;
	}
	.clearfix{
		width: auto;
		text-align: center;
	}
	.second-level {
	display:none!important
	}
	.sidebar {
	display:none;
	}
	.bg {
	    background: #FFFFFF;
	    padding: 11px;
	    margin: 15px 0;
	}
	.news-list-img {
	    float: left;
	    width: 30%;
	    height: 64PX;
	}
	.news-list-txt h3 {
	    font-size: 15px;
	    color: #10A4C2;
	    text-align: justify;
	    font-weight: 600;
	    margin-bottom: 10px;
	    overflow:hidden;
		 text-overflow:ellipsis;
		 display:-webkit-box;
		 -webkit-line-clamp:2;
		 -webkit-box-orient:vertical;
	}
	.news-list-txt {
	    float: right;
	    width: 70%;
	    padding-left: 15px;
	    padding-right: 2px;
	    position: relative;
	    height: 66px;
	    margin-bottom: 15px;
	}
	.news-list-txt .new-list-share {
	    position: absolute;
	    bottom: 0px;
	    right: 1px;
	    font-size: 14px;
	    text-align: justify;
	}
	.new-list-share img {
	    height: 23px;
	}
	.wall-column {
	    width: auto;
	    float: none;
	  }
  	.baokan-img {
	    height: 115px;
	}
	.baokan-text{
		height: 115px;
	}
	.gonggao-title .ri {
	    width: 100%;
	    height: 39px;
	    line-height: 40px;
	    font-size: 26px;
	    font-weight: 600;
	    background: #F3F3F3;
	    text-align: center;
	    border-radius: 5px 5px 0 0;
	}
	.gonggao-title .yue {
	    width: 100%;
	    height: 26px;
	    line-height: 26px;
	    font-size: 18px;
	    font-weight: 600;
	    color: #fff;
	    background: #9D9E9E;
	    text-align: center;
	    border-radius: 0 0 5px 5px;
	}
	.gonggao-title{
		width: 20%;
	}
	.gonggao-txt{
		width: 80%;
	}
	.zhuajialist-img {
	    height: 100%;
	    width: 100%;
	    overflow: hidden;
	    display: inline-block;
	}
	.zhuajialist-text {
	    display: inline-block;
	    width: 100%;
	    padding-left: 10px;
	    padding-right: 10px;
	    vertical-align: top;
	    text-align: justify;
	}
	.zhuajialist-con {
	    position: relative;
	    height: 42px;
	}
	.chaxun{
		padding: 10px;
		text-align: center;
	}
	.chaxun input{
		width: 100%;
	    margin-bottom: 10px;
	}
	.chaxun span{
		width: 100%;
		display: block;
	    margin-bottom: 10px;
	}
	.chaxun button{
		width: 100%;
	}
	.chaxun-box{
		height: auto;
	}
	.news-con-con {
		background-size: 100% !important;
		border-bottom: 4px solid #3ab4cd;
	}
	.zhuajialist-rig{
		padding-left: 0px;
	}
	.keshileibaio {
	    padding-left: 0;
	    padding-right: 0;
	}
	.diaocha-cont {
	    text-align: center;
	    padding: 21px;
	}
	.diaocha-cont-title {
	    display: block;
	    text-align: center;
	    font-size: 18px;
	    margin-bottom: 23px;
	}
	.diaocha-cont button {
	    display: inline-block;
	    padding: 12px 106px;
	    background: #10A4C2;
	    color: #FFFFFF;
	    border: none;
	    cursor: pointer;
	    border-radius: 3px;
	    margin-top: 31px;
	}
	.news-box img{
		width: 100%;
	}
	.banner img{
		width: 100%;
	}
}


/* 平板 */

@media (min-width:768px) and (max-width:992px) {
	.logo-title {
		height: 40px;
	}
	.head {
		background: url("../img/head_bg.png"/*tpa=https://www.xtsdwyy.cn/eystatic/index/img/head_bg.png*/)no-repeat center center;
		height: 104px;
		border-bottom: 1px solid #10a4c2;
	}
	.logo {
		padding-top: 17px;
	}
	.nav-btn-m img {
		width: 40px;
	}
	.nav-btn-m {
		text-align: right;
		line-height: 100px;
	}
	.nav {
		display: none;
		height: auto;
		background: rgba(255, 255, 255, 0.94);
		position: fixed;
		top: 60;
		left: 0;
		right: 0;
		z-index: 99999999;
	}
	.nav-box {
		width: 100%;
	}
	.nav-box>li {
		float: none;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #ececec;
	}
	.nav-box>li>a {
		color: #000;
		display: inline;
		width: 100%;
		height: 50px;
		font-size: 17px;
		line-height: 48px;
	}
	.nav-box>li.active>a {
		color: #FFFFFF;
	}
	.nav-box>li:hover>a {
		color: #FFFFFF;
	}
	.nav-box>li ul {
		position: static;
		background: #ffffff;
		padding: 5px 0;
		box-shadow: none;
	}
	.nav-box>li>a {
		padding: 0 10px;
		height: 44px;
		line-height: 44px;
	}
	.nav-box>li ul li a {
		display: inline;
		width:100%;
		padding: 0px 26px;
		height: 34px;
		line-height: 34px;
		color: #7a7a7a;
	}
	.inform-box-con {
		width: 93%;
	}
	.inform-box-con a {

		width: 65%;
		text-align: left;
	}
	.inform-box-con span {
		width: 33%;
	}
	.inform-box-con {
		text-align: right;
	}
	.news-con-con {
		background-size: 100% !important;
		border-bottom: 4px solid #3ab4cd;
	}
	.news-con-img {
		height: auto !important;
	}
	.gaikuang-con img {
		height: 170px;
		object-fit: cover;
		object-position: center;
	}
	.gaikuang-con-img img {
		width: 100%;
		height: 211px;
		object-fit: cover;
		object-position: center;
	}
.hospital-culture-item {
height:98px;
overflow: hidden;
}
    .culture-con-img img {
        width: 100%;
        height: 98px;
        object-fit: cover;
        object-position: center;
    }
	.clearfix{
		width: auto;
		text-align: center;
	}
	.wrapper .scroller li {
	     float: left; 
	    display: inline;
	    line-height: 50px;
	    font-size: 16px;
	    text-align: center;
	}
	.news-list-txt h3 {
	    font-size: 17px;
	    color: #10A4C2;
	    font-weight: 600;
	    margin-bottom: 10px;
	}
	.news-list-txt p{
		overflow:hidden;
		 text-overflow:ellipsis;
		 display:-webkit-box;
		 -webkit-line-clamp:2;
		 -webkit-box-orient:vertical;
	}
	.news-list-txt {
	    float: right;
	    width: 70%;
	    padding-left: 15px;
	    padding-right: 15px;
	    position: relative;
	    height: 129px;
	    margin-bottom: 15px;
	}
	.news-list-img {
	    float: left;
	    width: 30%;
	    height: 130px;
	}
	.wall-column {
	    width: 50%;
  	}
  	.baokan-img {
	    width: 50%;
	    height: 230px;
	    overflow: hidden;
	    display: inline-block;
	}
	.baokan-text {
	    height: 229px;
	}
	.gonggao-title{
		width: 13%;
	}
	.gonggao-txt{
		width: 86%;
		height: 108px;
	}
	.zhuajialist-text {
	    display: inline-block;
	    width: 60%;
	    padding-left: 10px;
	    vertical-align: top;
	    text-align: justify;
	}
	.zhuajialist-zhicheng {
	    position: absolute;
	    top: 5px;
	    left: 86px;
	    font-size: 12px;
	}
	.zhuajialist-keshi {
	    position: absolute;
	    top: 26px;
	    left: 86px;
	    font-size: 12px;
	}
	
	.zhuajialist-img-con {
	    height: 100%;
	    width: 100%;
	    overflow: hidden;
	    display: inline-block;
	}
	.zhuajialist-text-con {
	    display: inline-block;
	    width: 100%;
	    padding-left: 10px;
	    padding-right: 10px;
	    vertical-align: top;
	    text-align: justify;
	}
	.chaxun input {
	    height: 40px;
	    width: 260px;
	    padding: 0 10px;
	    vertical-align: middle;
	    border-radius: 3px;
	    border: 1px solid #cecece;
	}
}


/* 中型桌面 */

@media (min-width:992px) and (max-width:1200px) {
	.logo-title {
		height: 40px;
	}
	.head-phone {
		padding-top: 26px;
	}
	.head-phone img {
		height: 55px;
	}
	.share>div>span {
		height: 40px !important;
		width: 40px !important;
		background-size: 100% !important;
	}
	.inform-box-con {
		width: 89%;
	}
	.inform-box-con a {
		width: 70%;
	}
	.inform-box-con span {
		width: 28%;
	}
	.news-con-img img {
		width: 100%;
		height: 100%;
	}
	.news-con-con a {
		padding-top: 0;
	}
	.hove ul li a {
		font-weight: 500;
		margin: 5px 4px;
		font-size: 14px;
	}
	.clearfix{
		width: 940px;
		text-align: center;
	}
	.news-list-img {
	    float: left;
	    width: 30%;
	    height: 130px;
	}
	.news-list-txt h3 {
	    font-size: 17px;
	    color: #10A4C2;
	    font-weight: 600;
	    margin-bottom: 10px;
	}
	.news-list-txt p{
		overflow:hidden;
		 text-overflow:ellipsis;
		 display:-webkit-box;
		 -webkit-line-clamp:2;
		 -webkit-box-orient:vertical;
	}
	.news-list-txt {
	    float: right;
	    width: 70%;
	    padding-left: 15px;
	    padding-right: 15px;
	    position: relative;
	    height: 129px;
	    margin-bottom: 15px;
	}
	.baokan-img {
	    height: 150px;
	}
	.baokan-text{
		height: 150px;
	}
	.gonggao-title{
		width: 9%;
	}
	.gonggao-txt{
		width: 90%;
		height: 108px;
	}
	.zhuajialist-text {
	    display: inline-block;
	    width: 69%;
	    padding-left: 10px;
	    vertical-align: top;
	    text-align: justify;
	}
	.zhuajialist-text-con{
	    width: 59%;
	}
	.share-box {
	    top: 120px;
	    right: -10px;
	}
}
.layui-layer-content{
    /*height: 138px;*/
    padding: 21px;
    text-align: justify;
    line-height: 24px;
	font-size:15px;
}

.search{
    text-overflow:ellipsis;
	margin-top: -1px;
	padding: 15px 0;
	border-bottom: 1px solid #DADADA;
	display:block;
}
.search p{
	padding: 5px 0;
	color: #6c6a6a;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	font-size: 15px;
	text-align: justify;
}
.search p:hover{
	color: #000;
}
.search:hover{
	border-bottom: 1px solid #10A4C2;
	color: #10A4C2;
	cursor: pointer;
}
.search h3 {
	overflow:hidden;
    white-space:nowrap;
	font-size: 17px;
	font-weight: 600;
}
