@charset "utf-8";

/*文章详情*/
.comm_view{}
.comm_view .comm_title{ border-bottom: 1px  solid #dddddd ;padding-bottom: 15px;}
.comm_view .comm_title  h2{ font-size: 20px;font-weight: bold;width: 90%;margin: 0 auto;text-align: center;line-height: 2em;padding: 20px 0 10px;}
.comm_view .comm_title  h4{ font-size: 13px;width: 90%;margin: 0 auto;text-align: center;line-height: 2em;}
.comm_view .comm_title  h4 span{ margin: 0 12px;}
.comm_view .comm_title  h4 i{ /*color: red;*/}
.comm_view .comm_content{ padding: 15px 0;border-bottom: 1px solid #dddddd ;min-height: 200px;}
.comm_view .comm_content p{font-size:16px;line-height:25px;text-indent: 0;}
.comm_view .comm_content p img{display:block;margin:auto;max-width:100%;}
.comm_view .comm_neighbor{ padding: 15px 0;}
.comm_view .comm_neighbor div.prev{ width: 48%;float: left;height: 30px;line-height: 30px;overflow: hidden;}
.comm_view .comm_neighbor div.next{ width: 48%;float: right;height: 30px;line-height: 30px;overflow: hidden;text-align: right;}
.comm_view .download-btn{ margin: 20px 0;text-align: center;}
.comm_view .download-btn a{ display: inline-block;height: 38px;	line-height: 38px;	padding: 0 18px;	background-color: #009688;	color: #fff;	white-space: nowrap;	text-align: center;	font-size: 14px;	border: none;	border-radius: 2px;	cursor: pointer;}
.comm_view .download-btn a:hover{ opacity: 0.8;}

/*翻页 -- 如果使用了bootstrap，可以删除翻页样式*/
#cms_page{ margin-top: 20px;}
#cms_page .cms_page_relative{margin:auto;}
#cms_page .pagination{width:auto;float:right;}
#cms_page .pagination li{ display: inline-block;border: 1px solid #e2e2e2;float: left;margin-left: -1px;}
#cms_page .pagination li a,#cms_page .pagination li span{ display: block;height: 25px;line-height: 25px;padding: 0 10px;font-size: 14px;}
#cms_page .pagination li.active{ border-color: #0bbbb9;border-radius: 2px;}
#cms_page .pagination li.active span{ background: #0bbbb9;color: #ffffff;}
#cms_page .pagination li.disabled span{ color: #d2d2d2;cursor: not-allowed;}
#cms_page .pagination li:first-child{ border-radius:4px 0 0 4px;}
#cms_page .pagination li:last-child{ border-radius:0 4px 4px 0;}


#insider_content{
	margin-top:15px;
	margin-bottom:55px;
}
#insider_content .location{ 
	font-size:1.5em;
	line-height: 40px;
	text-align: left;
	margin-bottom: 20px;
}
#insider_content .location .path_current{ 
	color: #0bbbb9;
}
#insider_content .location .path a:hover{ 
	color: #0bbbb9;
}
.insider_img{
	width:100%;
	max-height:200px;
	overflow: hidden;
	/*position: relative;*/
}
.insider_img img{
	width:100%;
	height:100%;
	/*position: absolute;*/
}
.leftmenu{ 
	float:left; 
	width:52px; 
	height:52px; 
	position:fixed; 
	background:#424f63;
	left:0px;
	top:35%;
}
	
.leftmenu ul{ 
	float:left;
	width:52px; 
	height:auto;
	z-index:99999;
}
.leftmenu>ul>li{ 
	width:52px; 
	height:104px;
	float:left; 
	height:auto; 
	position:relative;
}
.leftmenu>ul>li>a{ 
	width:52px; 
	height:45px; 
	float:left; 
	display:block; 
	line-height:45px; 
	color:#FFF; 
	cursor:pointer;
}
.leftmenu>ul>li>a.j_a_list{
	font-size:25px;
	line-height:52px;
	font-weight:bold;
}
.leftmenu>ul>li>a.j_a_list>i{
	margin-left:12px;
}
.leftmenu>ul>li>a.j_a_list1{ 
	width:52px;
	height:52px;
	background-color:#ef7d63;
}
.leftmenu>ul>li>a.j_a_list2{ 
	width:52px;
	height:52px;
	background-color:#ef7d63;
}

.leftmenu>ul>li>.j_menu_list{ 
	min-width:140px; 
	height:auto; 
	float:left; 
	font-size:14px; 
	background:#353f4f; 
	position:absolute; 
	margin-left:52px; 
	display:none;
}
.leftmenu>ul>li>.j_menu_list>span{ 
	display:block; 
	float:left; 
	margin-left:0; 
	min-width:140px; 
	height:52px;  
	color:#FFF; 
	line-height:52px; 
	text-align:center;
}
.sp1{
	background-color:#0bbbb9;
}
	
.leftmenu>ul>li>.j_menu_list>a{ 
	min-width:140px; 
	float:left; 
	height:52px; 
	line-height:52px; 
	/*text-indent:3em; */
	text-align:center;
	color:#FFF; 
	display:block;
}
.leftmenu>ul>li>.j_menu_list>a:hover{ 
	background:#2a323f;
}

button{
	outline: none;
	 -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	 -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

/*****cms_case1*******/
.cms_case1{ 
	width:100%;
	padding:15px;
}
.cms_case1 li{ 
	font-size:1.5em;
	color:#999999;
	height: 42px;
	line-height: 42px; 
	border-bottom: 1px dotted #dddddd;
	padding-left: 12px; 
	overflow: hidden; 
	background: url(../images/home/article_icon.gif) left center no-repeat; 
}
.cms_case1 li a{ 
	color:#666666;
}
.cms_case1 li span{ 
	float: right;
	color: #666666;
}
.case_title_box{
	width:100%;
	/*text-align:center;*/
	margin-bottom:5px;
}
.title_span{
	right:0;
	width:100%;
	height:50px;
	/*border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;*/
	line-height:50px;
	font-size:22px;
	font-weight:bold;
	color:#0bbbb9;
	/*text-shadow: 1px 1px 3px #000; 
	margin:auto;*/
}
.news_case_box{
	box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;
}
/*******cms_case2*********/
.cms_case2{
	width:100%;
}
.news-list{
	width:100%;
	padding:15px;
}
.news-list li{
	position:relative;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.news-list li .cover{
	width:30%;
	height:220px;
	overflow:hidden;
	margin-right:10px;
	float:left;
}
.news-list li .cover img{
	width:100%;
	height:220px;
}
.news-list li .content span,.news-list li .content_txt span{
	/*color:#aaa;*/
	color:#4d4d4d;
	display:block;
	font-size:18px;
	line-height:35px;
	max-height:200px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box !important;
}
.news-list li .content time,.news-list li .content_txt time{
	display:block;
	font-size:12px;
	color:#3c85b2;
}
.news-list li+li{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #e4e4e4;
}
.news-list li.hasimg .content{
	max-width:65%;
	overflow:hidden;
	float:left;
}
.news-list li.hasimg .content_txt{
	max-width:100%;
	overflow:hidden;
	float:left;
}
.news-list li:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.news_case_box{
	box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;
}
/*******cms_case3*********/
.doctor_container{
	width:100%;
	border:2px solid #0bbbb9;
	margin-top:15px;
	padding:1px;
	clear:both;
}
.doctor_img{
	width:40%;
	float:left;
	padding:15px;
}
.doctor_img img{
	width:100%;
}
.doctor_content{
	width:60%;
	float:left;
	padding:15px;
}
.doctor_title{
	line-height:1.3em;
	font-size:1.3em;
}
.doctor_ex_title{
	line-height:2em;
	font-size:1.2em;
}
.doctor_ex_summary{
	padding-top:8px;
	line-height:1.5em;
	font-size:1.2em;
}
/*******cms_case4*********/
.news_case4_box{
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
}
.case4_menu_title{
	background:#f0f0f0;
	line-height:70px;
	font-size:22px;
	font-weight:bold;
	height:70px;
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
	margin-bottom:20px;
	text-align:center;
}
.case4_menu_active{
	background:#0bbbb9;
	line-height:70px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	height:70px;
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
/*******cms_case5*********/
.news_case5_box{
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
}
/*******cms_case6*********/
.cms_case6{
	padding-bottom:25px;
}
.p1_case6{
	border-radius:5px;
	width:95%;
	margin:auto;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	height:50px;
	text-align:center;
}
.p1_case6 a{
	color:#fff;
}
.p2_case6{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:95%;
	margin:auto;
	/*border:1px solid #f0f0f0;*/
	border:1px solid #000;
	border-radius:5px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box ;
}
.p3_case6{
	width:100%;
	margin:auto;
	/*border:1px solid #f0f0f0;*/
	text-indent:0.5em;
	line-height:50px;
	font-size:18px;
	text-align:left;
}
.p_case6 a{
	color:#4d4d4d !important;
}

.void{
	font-size:18px;
	line-height:35px;
}

.case7_menu_title{
	width:100%;
	border-bottom:1px solid #f0f0f0;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	height: 55px;
	text-align: center;
}
.case7_menu_active{
	width:100%;
	border-bottom:1.5px solid #f0f0f0;
	background-color:#0bbbb9;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	height: 55px;
	text-align: center;
}
.cms_case7 .fallsList{
	width:95%;
	margin:auto;
}
.case7_menu_active a{
	color: #fff;
}
.news_case7_box{
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
}
.cms_case7_news{
	padding-top:15px;
	border-bottom:1.5px solid #f0f0f0;
}
.cms_case7 li a time {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 6px;
	text-align: center;
	color: #4d4d4d;
	margin-right: 25px;
	margin-top: 30px;
}
.cms_case7 li a time strong {
	display: block;
	font-size: 30px;
	line-height: 1;
}
.cms_case7 li a time u {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 5px 0;
}
.cms_case7 li a span {
	float: left;
	font-size: 16px;
	max-width: 825px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	color: #aaa;
}
.cms_case7_title{
	position: relative;
	float: left;
	font-size: 25px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	color: #000;
	margin-bottom:15px;
}
.cms_case7_title::after{
	position: absolute;
	content: "";
	width: 75px;
	height: 3px;
	background-color: #0bbbb9;
	bottom: 0;
	left: 0;
}
.cms_case7_news a:hover time, .cms_case7_news a:hover p, .cms_case7_news a:hover span{
	color: #0bbbb9;
}



.case8_container{ 
	width: 100%;
	border: 2px solid #0bbbb9;
	margin-top: 15px;
	padding: 1px;
	clear: both;
	min-height:459px;
}
.case8_img{
	width: 100%;
	padding: 15px;
	min-height:270px;
	overflow: hidden;
}
.case8_img img{
  width: 100%;
}
.case8_content{
	width: 100%;
	padding: 15px;
	overflow: hidden;
}
.case8_title{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.case8_summary{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 25px;
}
.case8_content time {
  display: block;
  font-size: 12px;
  color: #3c85b2;
  margin: 15px 0;
}
.case8_img img{
	position:relative;
	transition: all 1.5s;
}
.case8_img:hover img{
	transform: scale(1.5);
}
.cms_case8 a:hover time, .cms_case8 a:hover p{
	color: #0bbbb9;
}

.comm_view_box{
	background: -webkit-linear-gradient(left top, #fff, #c4e6e5);
	background: -o-linear-gradient(bottom right, #fff, #c4e6e5);
	background: -moz-linear-gradient(bottom right, #fff, #c4e6e5);
	background: linear-gradient(to bottom right, #fff, #c4e6e5);
	box-shadow: rgba(13, 179, 176, 0.55) 0px 2px 10px;
}
.comm_view{
	width:95%;
	margin:auto;
}
.comm_video{
    width:40%;
	margin:auto;
}
.insider_menu_container{
	padding-top:15px;
	padding-right: 0;
	padding-left: 0;
}
.owl-nav{
	margin-top:10px;
	z-index:-5;
	width:100%;
	display:block;
	text-align:right;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width:30px;
	height:30px;
	margin:5px;
	border:1px solid #4d4d4d;
	border-radius:5px;
}
.owl-next,.owl-prev{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
.menu-inspired{
	height:50px;
	text-align:center;
}
.menu_container_p{
	color:#0694a4;
	line-height:48px;
	border-radius:5px;
	border:1px solid #0694a4;
	font-size:1.5em;
	text-align:center;
	width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bi-caret-left-fill, .bi-caret-right-fill {
  padding-right: 0;
}
.news_case9_box{
	position: relative;
	height:830px;
	overflow-y:auto;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;
	border:1px solid #0bbbb9;
	padding:0 10px;
}
.news_case9_container{
	height:799px;
	min-height:800px;
	overflow-y:auto;
	padding:15px;
}
.cms_case9_title{
	font-size: 1.5em;
	color:#4d4d4d;
	line-height:1.6em;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;*/
	-webkit-line-clamp: 1;
	margin:10px 0;
}
.news_case9_link{
	height: 500px; 
	overflow:auto; 
	box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;
	border:1px solid #0bbbb9;  
	padding:15px;
}

.fallsList li a{
	cursor: pointer;
}




/**/
.news_case10_box{
	min-height:{$menu_height}px;
}
.cms_case10_news{
	padding:15px;
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
	margin-bottom:15px;
}
.cms_case10_news a time {
	float: left;
	width: 20%;
	height: 100px;
	border-radius: 6px;
	text-align: center;
	color: #4d4d4d;
	margin-right: 2.5%;
	margin-top: 30px;
}
.cms_case10_news a time strong {
	display: block;
	font-size: 30px;
	line-height: 1;
}
.cms_case10_news a time u {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 5px 0;
}
.cms_case10_news a span {
	float: left;
	font-size: 16px;
	max-width: 100%;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	color: #aaa;
}
.cms_case10_cont{
	max-width: 77%;
	float:left;
}
.cms_case10_title{
	position: relative;
	float: left;
	font-size: 25px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	color: #000;
	margin-bottom:15px;
	width:100%;
}
.cms_case10_title::after{
	position: absolute;
	content: "";
	width: 75px;
	height: 3px;
	background-color: #0bbbb9;
	bottom: 0;
	left: 0;
}
.cms_case10_news a:hover time, .cms_case10_news a:hover p, .cms_case10_news a:hover span{
	color: #0bbbb9;
}
.cms_case10 .menu-inspired {
  height: 150px;
  text-align: center;
}

.cms_case10 .insider_menu_container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 45px;
  padding-left: 50px;
}
.cms_case10 .owl-nav{
	position:absolute;
	top:55px;
	z-index:-5;
	width:100%;
	display:block;
	
	
}
.cms_case10 .owl-carousel .owl-nav button.owl-next, .cms_case10 .owl-carousel .owl-nav button.owl-prev, .cms_case10 .owl-carousel button.owl-dot {
	background: 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width:30px;
	height:30px;
	margin:5px;
	border:1px solid #0bbbb9;
	border-radius:15px;
}
.cms_case10 .owl-next, .cms_case10 .owl-prev{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
.cms_case10 >.menu-inspired{
	height:150px;
	text-align:center;
}
.cms_case10 .menu_container_p{
	color:#fff;
	line-height:2em;
	font-size:1.5em;
	text-align:center;
	width:95%;
	margin:auto;
	border:none;
}
.cms_case10 .bi-caret-left-fill, .cms_case10  .bi-caret-right-fill {
  	padding-right: 0;
	color:#0bbbb9;
}
.cms_case10 .bi-caret-left-fill::before, .cms_case10 .bi-caret-right-fill::before {
	color:#0bbbb9;
}
.cms_case10 .owl-next{
    position:absolute;
	right:-50px;
}
.cms_case10 .owl-prev{
    position:absolute;
	left:-55px;
}
.cms_case10 .tab_menu{
	width:30%;
	height:auto;
	padding-top:5px;
	text-align:center;
	cursor: pointer;
	margin:auto
}
.cms_case10 .tab_menu img{
	margin-top:15px;
	margin-bottom:10px;
}
.cms_case10 .tab_menu p{
	line-height:35px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.case13_container{ 
	width: 100%;
	border: 2px solid #0bbbb9;
	margin-top: 15px;
	padding: 1px;
	clear: both;
}
.case13_img{
	width: 100%;
	padding: 15px;
	overflow: hidden;
}
.case13_img img{
  width: 100%;
}
.case13_content{
	width: 100%;
	padding: 15px;
	overflow: hidden;
}
.case13_title{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.case13_summary{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 25px;
}

.case14_content{
	width: 100%;
	padding: 30px;
	padding-top:0;
	overflow: hidden;
}
.case14_title{
    padding-bottom:15px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.section_line{
	border:1px solid #ddd;
	line-height:30px;
	text-align:center;
	margin-bottom:10px;
}
.section_line:hover{
	border:1px solid #0bbbb9;
	background-color:#0bbbb9;
	color:#fff;
}
.sec_active{
	border:1px solid #0bbbb9;
	background-color:#0bbbb9;
	color:#fff;
}
@media screen and (max-width: 768px) {
    #insider_content{ margin-top: 4%;}
    #insider_content .location{ display: none;}
    
}




















