@charset "utf-8";

.content{
	width:100%;
	background: url(../figs/content_bg_1.png) no-repeat bottom center #fff; 
	overflow: hidden;
}
.iosSliderDemo {
	clear: both;
	width: 50%;
	padding: 0 0 427px;
    margin:20px 0 0 1%;
	position: relative;
	border: 1px solid #af0a1a;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height:427px;
	overflow: hidden;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-bordert-radius: 7px;
    border-radius: 7px;
}
.sliderContainer {
	height: 100%;
	max-height:427px;
	overflow: hidden;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1; 
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
	position: relative; 
}
.iosSlider .slider .item1 {
	position: absolute; 
	top: 0px; 
}
.iosSlider .slider .item {
	width: 100%;
   max-width:1380px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
	background: none repeat scroll 0 0 #570000;
	position: absolute;
	top: 5%;
	left: 0%;
	padding: 0 1% 0 2%;
	height:auto;
	text-align: left;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:20px;
	font-weight: 700;
	line-height:160%;
	font-family:"Microsoft Yahei";
}

.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #570000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0 1% 0 2%;
	position: absolute;
	left: 65%;
	top: 20%;
	text-align: left;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-size:14px;
	line-height:160%;
	font-weight: 700;
	font-family:"Microsoft Yahei"
}

.iosSlider .slider .item .inner .text2 span a{
	color: #fff;
	line-height:160%;
	font-weight: 700;
	font-family:"Microsoft Yahei"
}

.iosSlider .slider .item .inner .more{
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	top: 6%;
   	right:0;
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
    text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"微软雅黑"
}

.sliderContainer .slideSelectors {
	position: absolute;
	bottom: 0%;
   	right:0;
	width: 40%;
	margin: 0 auto;
	z-index: 1;
	height:auto;
    vertical-align:text-bottom;
}
.sliderContainer .slideSelectors .presite {
	overflow:hidden;
	/*background: url(../figs/weew1.png) no-repeat;*/
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: -15px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../figs/arrow_left.png) no-repeat 50% 0;
	margin-left: 70px;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(../figs/arrow_right.png) no-repeat 50% 0;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #444;
	margin: 1px 1px 1px 11px;
	filter: alpha(opacity=25);
	border-radius: 10px;
	cursor: pointer;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}
	
.fw_wap{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	padding-bottom: 30px;
}

.fw_wap li{
	float: left;
	padding: 8px;
	margin-left:4%;
	background: #ddd;
	position: relative;
	height:126px;
	width: 16%;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
}

.fw_wap li p{
	position: absolute;
	top: 24px;
	opacity: 0.5;
	filter:alpha(opacity=0.5);
	left: 8px;
	width: 80%;
	z-index: 1;
	height: 30px;
	overflow: hidden;
}

.fw_wap li h3{
	position: absolute;
	top: 24px;
	left: 8px;
	font-size: 16px;
	z-index: 2;
	height: 30px;
	text-align: center;}
.fw_wap li h3 a{
	padding: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.fw_wap li.icon4{
	margin-right: 0;
	}
.fw_wap li .img{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-bordert-radius: 6px;
    border-radius: 6px;
	border:1px solid #af0a1a;

	width: 100%;
	height:100%;
	overflow: hidden;
}

.cover1 h3:hover{
	font-weight:bold;
} /* ZB */


.con_wap{
	width: 100%;
	padding-left:5%;
	padding-right:5%;
	}
	
.height120{
	height: 120px;
	width: 100%;
	}
.height500{/*
	height: 450px;
	width: 100%;
    overflow-y:auto;*/
	}
.height300{
	width: 90%;
	margin:0 auto;
	}
	
.indexLeft{
	width: 45%;
    margin:20px 2% 20px 0;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}
.indexRight {
	width: 50%;
    margin:20px 0 0 1%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
}

.margin-center {
	text-align:center;
	margin:0 auto;
    clear:both;
	overflow:hidden;
	bottom: 0px;
	left: 8px;
}

.margin-center span{
    margin-top:20px;
    margin-bottom:20px;
    margin-left:5%;
	width: 25%;
	float:left;
	display: block;
	background: #f4f4f4;
	line-height:160%;
	color: #0008c;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-bordert-radius: 6px;
    border-radius: 6px;
	border: 1px dashed #8c0000;
	font-size:16px;
}

.new{
	overflow: hidden;
	width: 90%;
	margin-top: 35px;
	}
	
.new li{
	font-size: 16px;
	}
.new li .newstime{
	font-size: 12px;
	}
.conL li{
	font-size: 16px;
	}
	
.new h2,.conL h2,.indexLeft h2,.indexRight h2{
	font-size: 24px;
	color: #282828;
	line-height: 38px;
	border-bottom: 2px solid #8c0000;
	margin-bottom: 8px;
	padding-left: 10%;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.mainL{
	width: 80%;
	float: left;
	margin-top:5px;
	margin-left:5%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}
.mainH{
	margin-left:2.5%;
	width: 95%;
min-height:300px;
max-height:800px;

_width: expression_r(
document.body.clientWidth < 300 ? "300px" :
( document.body.clientWidth > 800 ? "800px" : "auto")
);
    overflow-y:auto;
	}
	
.new .mainL li{
	font-size: 20px;
	padding: 10px 5% 5px 5%;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	}
.mainL .portrait{
	height:auto;
	float: right;
	width: 25%;
	align: right; 
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	border: 1px dashed #8c0000;
	margin:1%;
	}
.supervisor_list{
	float: left;
	padding: 10px 5% 5px 5%;
	width: 15%;
	text-align: center;
	}
.new .mainL li.last{
	border-bottom: none;
	text-align: right;
	width: 100%;
	}
.new p{
	font-size: 18px;
	text-indent: 5%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%
	}
.mainLeft{
	width: 100%;
	float: left;
	margin-top:5px;
	margin-left:5%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}
.new p a{
	color:#8c0000;
	font-weight:bold;
	}
.mainR{
	height: 200px;
    vertical-align:bottom;
	float: right;
	width: 100%;
	margin:15px 0 0 30px;
	overflow: hidden;
	background: url(../figs/ningjuyuan1.png) no-repeat bottom left; 
	
	}
	
.newsLeft{
	width: 70%;
	float: left;
	margin-top:5px;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}
	
.newsLeft li,.indexRight li,.indexLeft li{
	padding: 3px 2% 3px 2%;
	line-height:auto; 
	height:auto; 
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 16px;
	}	
.newstitle{
	width: 80%;
	float: left;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}	
.newstime{
	font-size: 12px;
	float: right;
	}
li.last{
	border-bottom: none;
	text-align: right;
	}
.newsLeft li.last a.lastR{
	color: #8c0000;
	display:inline-block;
	background:url(../images/a_bg.jpg) no-repeat right center;
	padding-right: 17px;}
	
.newsLeft li.last a:hover{
	text-decoration: underline;
}
	
.newsRight{
	width: 29%;
	float: right;
	}
	
.newL{
	width: 48%;
	margin-top:20px;
	padding-bottom:15px;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}
	
	
.newL .portrait{
	width: 100%;
	height:80px;
	border-bottom: 2px solid #8c0000;
	}
.newL .duty{
	min-height:90px;
	}
.newL .portrait h3{
	float: left;
	width: 55%;
	margin-top:30px;
	font-size: 24px;
	margin-left:15%;
	}
.newL .portrait img{
	height:auto;
	float: right;
	width: 25%;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	border: 1px dashed #8c0000;
	}
.newL h2{
	font-size: 18px;
	text-align:left;
	/*background:url(../figs/widget_head_bg.png) repeat-x;*/
	}


.newL li{
	margin:5px 0 0px 6%;
	line-height:200%;
	width: 25%;
	float: left;
	background: #eee;
	text-align: center;
	color: #8c0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-bordert-radius: 6px;
    border-radius: 6px;
	border: 1px dashed #8c0000;
	}
.newL li a{
	color: #8c0000;
	}
.newL li a:hover{
	color: #444444;
	}

.conL{
	overflow: hidden;
	width: 60%;
	margin-top: 15px;
	float: left;
	border: 0px dashed #8c0000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-bordert-radius: 8px;
    border-radius: 8px;
	}

.conL_wap{
	overflow: hidden;
	}
.conL_wap li{ 
	line-height: 40px;
	margin-bottom: 16px;
	margin-left: 14px;
	}
.conL_wap li span{
	width: 120px;
	display: block;
	background: #f4f4f4;
	text-align: center;
	line-height:200%;
	color: #0008c;
	margin-right: 24px;
	float: left;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-bordert-radius: 6px;
    border-radius: 6px;
	border: 1px dashed #8c0000;
	}
.conL_wap li span a{
	width: 120px;
	display: block;
	background: #f4f4f4;
	text-align: center;
	line-height:200%;
	color: #0008c;
	margin-right: 24px;
	float: left;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-bordert-radius: 6px;
    border-radius: 6px;
	}
	
	
.conL_wap .fr{
	background: #a4a4a4;
	}
	
.conL_wap li a{
	display:block;
	float: left;
	}
.conL_wap ul{ 
	float: left;
	margin-bottom: 16px;
	}

.conR{
	height: 400px;
    vertical-align:bottom;
	float: right;
	width: 35%;
	margin:15px 0 0 30px;
	overflow: hidden;
	background: url(../figs/ningjuyuan1.png) no-repeat bottom; 
	
	}
	
.doctor{
	background: url(../figs/doctor.jpg) no-repeat bottom right; 
	}
	
.master{
	background: url(../figs/master.jpg) no-repeat bottom right; 
	}


@media screen and (max-width:1366px) {
.content{
	width:100%;
	background: url(../figs/content_bg_2.png) no-repeat bottom center #fff; 
	overflow: hidden;
}

.iosSlider .slider .item .inner .text1 span {

}
.iosSlider .slider .item .inner .text2 span {

}

.sliderContainer .slideSelectors .prev {
	margin-left: 30px;
}
}
 @media screen and (max-width:1200px) {
 .content{
	width:100%;
	background: url(../figs/content_bg_3.png) no-repeat bottom center #fff; 
	overflow: hidden;
}

.new h2,.conL h2,.indexLeft h2,.indexRight h2{
	font-size: 20px;
	color: #282828;
	line-height: 30px;
	border-bottom: 2px solid #8c0000;
	margin-bottom: 8px;
	padding-left: 10%;
	}
.new li,{
	font-size: 20px;
	}
.newstitle{
	width: 70%;
	float: left;
overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis;
	}	

.new  p{
	font-size: 18px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	}
}
@media screen and (max-width:1024px) {
.content{
	width:100%;
	background: url(../figs/content_bg_4.png) no-repeat bottom center #fff; 
	overflow: hidden;
}
.iosSliderDemo {
	clear: both;
	width: 100%;
	border-bottom:1px solid #af0a1a;
    margin:0px 0px;
	position: relative;
	border: 0px solid #af0a1a;
	border-bottom: 1px solid #af0a1a;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-bordert-radius: 0px;
    border-radius: 0px;
}

.indexLeft, .indexRight{
	width: 95%;
	float: left;
    margin:20px 2.5% 20px 2.5%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #8c0000;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-bordert-radius: 0px;
    border-radius: 0px;
	}
	
.newsLeft li,.indexRight li,.indexLeft li{
	padding: 5px 5% 3px 5%;
	line-height:auto; 
	height:auto; 
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 20px;
	}	
.newstime{
	font-size: 16px;
	float: right;
	}

 .content .news {
 margin-top:0;
}
.iosSliderDemo {
padding:0 0 516px;
}
.fluidHeight {
 height:516px;
}
.sliderContainer {
 max-height:516px;
}
.iosSlider .slider .item .inner .text1 span {
	font-size:30px;
}
.iosSlider .slider .item .inner .text2 span {
	font-size:24px;
}
.iosSlider .slider .item .inner .more{
	width:45px;
   height:20px;
}
.iosSlider .slider .item .inner .more a {
	font-size:16px;
   line-height:20px;
}

.sliderContainer .slideSelectors .prev {
	margin-left: 0px;
}
.fw_wap li{
	height:105px;
	}
.fw_wap li p{
	left: 8px;
	bottom: 8px;
	}
.fw_wap li h3{
	left:8px;
	bottom:8px;
	}
	
.fw_wap li h3 a{
	padding: 1px;
	}
.new li{
	font-size: 14px;
	}
.new .mainL li{
	font-size: 17px;
	}
	
.new .mainL p{
	font-size: 17px;
	}
.new .mainL p a{
	font-size: 17px;
	}
.conL li{
	font-size: 14px;
	}
}
 @media screen and (max-width:800px) {
 .content{
	width:100%;
	background: url(../figs/content_bg_5.png) no-repeat bottom center #fff; 
	overflow: hidden;
}
 .content .news {
 margin-top:0;
}
.iosSliderDemo {
padding-bottom:427px;
}
.fluidHeight {
 height:427px;
}
.sliderContainer {
 max-height:427px;
}
.iosSlider .slider .item .inner .text1 span {
	font-size:18px;
}
.iosSlider .slider .item .inner .text2 span {
	font-size:12px;
}
.iosSlider .slider .item .inner .more{
	width:45px;
   height:20px;
}
.iosSlider .slider .item .inner .more a {
	font-size:12px;
   line-height:20px;
}

.sliderContainer .slideSelectors {
	width: 152px;
	height: 15px;
}
.sliderContainer .slideSelectors .presite {
display: none;
}
.sliderContainer .slideSelectors .prev {
	margin-left: 0px;
}

.fw_wap{
	padding-bottom: 15px;
	}
.fw_wap li {
	overflow: hidden;
	padding:8px;
	height:40px; 
	width:35%; 
	margin:10px 14px 10px 0px;
	background:none;
	} 
.fw_wap li p{
	position: absolute;
	top: 14px;
	left: 8px;
	width: 175px;
	opacity:1.0; 
	overflow: hidden;
	}

.fw_wap li h3{
	padding:0 5px 0 5px;
	position: absolute;
	top: 14px;
	left: 8px;
	font-size: 16px;
	z-index: 2;
	height: 30px;
	text-align: center;
}


.mainL{
	width: 90%;
	margin-bottom:50px;
	}
.mainH{
	width: 95%;
	max-height:800px;
	overflow-y:scroll;
	margin-bottom:50px;
	}
.mainR{
	display:none;
	}
.new .mainL li{
	font-size: 14px;
	padding: 5px 5% 3px 5%;
	overflow: hidden;
	}
	
.new .mainL p{
	font-size: 14px;
	}
.new .mainL p a{
	font-size: 14px;
	}
	
.newsLeft{
	width: 99.5%;
	}
.building_d{
	background: url(../figs/building_d.png) no-repeat bottom right ; 
	}
.building_a{
	background: url(../figs/building_a.png) no-repeat bottom right ; 
	}
.building_h{
	background: url(../figs/building_h.png) no-repeat bottom right ; 
	}
.building_m{
	background: url(../figs/building_m.png) no-repeat bottom right ; 
	}
.building_v{
	background: url(../figs/building_v.png) no-repeat bottom right ; 
	}
.newsLeft li{
	background: #fff; 
	filter:alpha(opacity=75); 
	-moz-opacity:0.75; 
	opacity:0.75;
	}
.newsRight{
	display:none;
	}
	
.newL{
	width: 99.5%;
	height:auto;
	padding-bottom:15px;
	}
.conL{
	width: 90%;
	background: url(../figs/ningjuyuan1.png) no-repeat bottom right; 
	}
.conL .conL_wap{
	}
.conR{
	display:none;
	}
	
.new h2,.conL h2,.indexLeft h2,.indexRight h2{
	font-size: 18px;
	color: #282828;
	line-height: 24px;
	border-bottom: 2px solid #8c0000;
	margin-bottom: 6px;
	padding-left: 10%;
	}
.new  p{
	font-size: 16px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	}

}
 @media screen and (max-width:640px) {
.content{
	width:100%;
	background: url(../figs/content_bg_6.png) no-repeat bottom center #fff; 
	overflow: hidden;
}
 .content .news {
 margin-top:0;
}
 .content h2 {
 font-size:16px;
 line-height:50px;
}
.new h2,.conL h2,.indexLeft h2,.indexRight h2{
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	border-bottom: 2px solid #8c0000;
	margin-bottom: 4px;
	padding-left: 10%;
	}
.newsLeft li,.indexRight li,.indexLeft li{
	padding: 3px 5% 2px 5%;
	line-height:auto; 
	height:auto; 
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 12px;
	}	
.newstime{
	font-size: 10px;
	float: right;
	}
.iosSliderDemo {
padding:0 0 427px;
}
.fluidHeight {
 height:427px;
}
.sliderContainer {
 max-height:427px;
}

.iosSlider .slider .item .inner .text1 span {
	font-size:15px;
}
.iosSlider .slider .item .inner .text2 span {
	font-size:10px;
}


.new li{
	font-size: 12px;
	}
.new li .newstime{
	font-size: 8px;
	}
.conL li{
	font-size: 12px;
	}

}

