@charset "utf-8";

body {
	background: #f6f5f1;
}


/*#banner{ min-width:1200px; height:400px; position:relative; overflow:hidden;}
#banner ul{ position:absolute; left:0;}
#banner ul li{ float:left;}
#banner ul li img{ position:relative; left:0;width:1920px;height:400px;}

#btn{ position:absolute; width:100%; text-align:center; bottom:30px;}
#btn a{ cursor:pointer; display:inline-block; width:24px; height:24px; background:#606059;color:white;border-radius:50%;text-decoration:none;text-align:center;line-height:24px;font-family:"Arial";}
#btn a.myactive { background:#8a0600;} 
#btn a:hover{ background:#8a0600;}*/


.indexCon {
	min-width: 1200px;
}

.topNewsCon {
	width: 1200px;
	height: 280px;
	margin-top: 25px;
}

.topNewsCon .l_con {
	width: 400px;
	height: 280px;
	float: left;
}

.topNewsCon .c_con {
	width: 375px;
	background: #FFFFFF;
	height: 280px;
	float: left;
	margin-left: 25px;
}

.topNewsCon .r_con {
	width: 375px;
	background-color: #FFFFFF;
	height: 280px;
	float: left;
	margin-left: 25px;
}

#banner_video {
	width: 400px;
	height: 280px;
	position: relative;
	overflow: hidden;
}

#banner_video ul {
	position: absolute;
	left: 0;
}

#banner_video ul li {
	float: left;
}

#banner_video ul li img {
	position: relative;
	left: 0;
	width: 400px;
	height: 280px;
}

#btn_video {
	position: absolute;
	right: 10px;
	bottom: 8px;
	height: 24px;
}

#btn_video a {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: white;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	font-family: "Arial";
}

#btn_video a.myactive {
	background: #EB71A7;
	color: white;
}

#btn_video a:hover {
	background: #EB71A7;
	color: white;
}

#txtBlock_video {
	height: 40px;
	width: 100%;
	background: url(../images/block80.png);
	position: absolute;
	bottom: 0;
	left: 0;

}

#txtBlock_video a {
	color: white;

	width: 305px;
	height: 40px;
	line-height: 40px;
	display: none;
	margin-left: 10px;

}

.title_kz {
	margin: 7px 5px 5px 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eeeeed;
}

.title_kz .lTxt {
	float: left;
	font-size: 16px;
	color: #EB71A7;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
}
.title_kz .lTxt a{
	color: #EB71A7;
}
.title_kz .lTxt p {
	float: left;
}

.title_kz .more {
	display: block;
	width: 50px;
	height: 30px;
	background: url(../images/more.png) no-repeat right center;
	float: right;
	margin-right: 10px;
}

.rect_newsList {}

.rect_newsList li {
	height: 60px;
	margin-top: 20px;
}

.rect_newsList li .l_Txt {
	width: 60px;
	height: 60px;
	background: #EB71A7;
	float: left;
	margin-left: 10px;
}

.rect_newsList li .l_Txt .topDiv {
	height: 50%;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid white;
	line-height: 30px;
	color: white;
}

.rect_newsList li .l_Txt .bottomDiv {
	height: 50%;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid white;
	line-height: 30px;
	color: white;
}

.rect_newsList li .rightTxt {
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	float: left;
	width: 295px;
}

.rect_newsList li .rightTxt a {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.zhuanjia {
	background-color: #FFFFFF;
	height: 250px;
	margin-top: 25px;
	padding: 10px;
}

.rightBtn {
	height: 30px;
	float: right;
	margin-right: 10px;
}

.rightBtn #l_btn {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background: url(../images/l_btn.png) no-repeat center center;
}

.rightBtn #l_btn:hover {
	background: url(../images/l_btn_hover.png) no-repeat center center;
}

.rightBtn #r_btn {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../images/right_btn.png) no-repeat center center;
}

.rightBtn #r_btn:hover {
	background: url(../images/right_btn_hover.png) no-repeat center center;
}

.doc_list {
	height: 170px;
	width: 1160px;
	margin-top: 15px;
	overflow: hidden;
	margin-left: 10px;
}

.doc_list ul {
	position: relative;
}

.doc_list ul li {
	width: 285px;
	margin-right: 10px;
	float: left;
	position: relative;
}

.doc_list ul li img {
	width: 100px;
	height: 170px;
	object-fit: cover;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 170px;
	/*background-color: #eee;*/
	/*background: url(../images/block30.png);*/
}

.doctor-item {
	display: flex;
	align-items: center; /* 垂直居中 */
	background-color: #eee;
}
.doctor-item img {
	margin-right: 10px; /* 图片右侧留出一定间距 */
}

.doc_list ul li .bottomTxt {
	width: 200px;
	height: 170px;
	overflow: hidden;
	flex-grow: 1; /* 让底部文本占据剩余空间 */
}

.ksjs {
	height: 230px;
	margin-top: 25px;
}

.ksjs .l_con {
	height: 230px;
	width: 588px;
	float: left;
background: #FFFFFF;
padding-top: 8px;
	padding-bottom: 8px;
}

.ksjs .r_con {
	width: 588px;
	height: 230px;
	float: right;
	background: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ksjs .l_con .ks {
	/* margin-top: 20px; */
	padding-left: 15px;
	padding-right: 15px;
	
}

.ksjs .l_con .ks li {
	width: 139px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.ksjs .l_con .ks li a {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.newsList {
	/* margin-top: 20px; */
	padding-left: 15px;
	padding-right: 15px;
}

.newsList li {
	height: 30px;
	line-height: 30px;
}

.newsList li a {
	float: left;

	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.newsList li span {
	float: right;
	color: #333333;
}

.ywgk {
	margin-top: 25px;
	height: 326px;
}

.ywgk .l_con {
	height: 326px;
	width: 376px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
background: #FFFFFF;
}

.ywgk .c_con {
	height: 326px;
	width: 376px;
	float: left;
	margin-left: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
background: #FFFFFF;
	
}

.ywgk .r_con {
	height: 326px;
	width: 376px;
	float: left;
	margin-left: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
background: #FFFFFF;
}

.zk {
	margin-top: 20px;
	padding-left: 15px;
	/* padding-right: 15px; */
}

.zk li {
	width: 165px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	text-align: center;
	/* background: url(../images/zkbg.png) no-repeat center center; */

	background: #EB71A7;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
}

.zk li a {
	color: white;
}

.bm {
	margin-top: 10px;

}

.bm li {
	width: 102px;
	height: 130px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

.bm li img {
	width: 100px;
	height: 100px;
	border: 1px solid #EB71A7;

	border-radius: 5px;
}

.bm li p {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.bm li p a {
	color: #666;
}

.hlyd {
	height: 240px;

	margin-top: 25px;
}

.hlyd .l_con {
	width: 376px;
	height: 240px;
	float: left;
	padding-top: 8px;
	padding-bottom: 15px;
background: #FFFFFF;
}

.hlyd .c_con {
	width: 376px;
	height: 240px;
	float: left;
	margin-left: 36px;
	padding-top: 8px;
	padding-bottom: 15px;
background: #FFFFFF;
}

.hlyd .r_con {
	width: 376px;
	height: 240px;
	float: left;
	margin-left: 36px;
	padding-top: 8px;
	padding-bottom: 15px;
background: #FFFFFF;
}

.gyjz {
	height: 223px;
	margin-top: 25px;
}

.gyjz .l_con {
	height: 223px;
	width: 582px;
	float: left;
}

.gyjz .r_con {
	height: 223px;
	width: 582px;
	float: right;
}

.adList {
	height: 106px;
	margin-top: 25px;
}

.adList .item {
	width: 290px;
	height: 106px;
	margin-right: 13.3px;
	background: url(../images/adbg.png) no-repeat center center;
	float: left;
	line-height: 106px;
	text-align: center;
	font-size: 18px;
}

.adList .item a {
	color: white;
}

.linkList {
	height: 30px;
	line-height: 30px;

}
