<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*学校简介*/

.scintro-content h2 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-family: "黑体";
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.scintro-content p {
	color: #444;
	font-size: 14px;
	text-align: justify;
	text-indent: 30px;
	line-height: 170%;
	padding: 0 20px;
}


/*分页*/

/*上一页下一页*/
.yh_page_total{
	width: 100%;
	color: #999;
	text-align: center;
	padding-bottom: 10px;
}
.yh_page_info{
	width: 800px;
	margin:0 auto;
	text-align: center;
}
.yh_page_info span.current{
	padding: 0 5px;
	color:#4eb52e;
	margin: 0 5px;
}
.yh_page_info a{
	margin: 0 5px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius:-moz-calc(8px);
	border-radius: -webkit-calc(8px);
	border-radius: calc(8px);
	padding: 6px 10px;
	background: #4eb52e;
}
.yh_page_info .next{
    color: #ffffff;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.yh_page_info .prev{
    color: #ffffff;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*详情页*/

.detail-page {
	width: 960px;
}

.detail-page .content {
	overflow: hidden;
	border: 1px solid #0859a7;
	border-top: none;
}

.detail-head h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	font-family: "微软雅黑";
}

.detail-head h5 {
	text-align: center;
	font-weight: 100;
}

.detail-content img {
	width: 80%;
	height: auto;
	margin: 10px auto;
}

.detail-content p {
	padding: 0 30px;
	font-size: 14px;
	line-height: 22px;
	text-indent: 32px;
	text-align: justify;
}

.detail-content table {
	width: 90%;
	margin: 20px auto;
	border: #ccc solid 1px;
}

.detail-content table td {
	text-align: center;
	border: #ccc solid 1px;
}

.detail-foot {
	width: 90%;
	margin: 0 auto;
}

.detail-foot a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#divDescription table {
	border: none;
}

#divDescription table td {
	border: none;
}


/*ä¸Šç¯‡ä¸‹ç¯‡*/

.page-lf-rt {
	padding: 15px 0;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	border-top: #ff6600 dashed 1px
}

.page-lf-rt .rt,
.page-lf-rt .lf {
	width: 50%;
}

.page-lf-rt .rt a:hover,
.page-lf-rt .lf a:hover {
	color: #ff6600 text-decoration: underline;
}


/*导航*/

.topNav {
	position: relative;
	z-index: 5;
	height: 35px;
	line-height: 35px;
	font-family: "Microsoft YaHei", SimSun;
	font-size: 12px;
}

.topNav-width {
	/*width: 1000px;*/
	margin: 0 auto;
}

.topNav .tab {
	font-weight: normal;
	font-size: 100%;
}

.topNav dl {
	zoom: 1;
	/*margin: 0;*/
	/*width: 900px;*/
}

.topNav .tnLeft {
	/*float: left;*/
}

.topNav .tnRight {
	float: right;
}

.topNav dd {
	background: url(../../images/yey/nav-mao.gif) no-repeat 0 50%;
	float: left;
	position: relative;
	width: 60px;
	padding: 0 5px;
	text-align: center;
	margin: 0;
}

.topNav dd .tab {
	float: left;
	width: 100%;
}

.topNav dd .tab a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	color: #00583c;
	font-weight: normal;
	font-size: 14px;
}

.topNav dd .tab a:hover,
.topNav dd.on .tab a {
	color: #00583c;
}

.topNav dd ul {
	display: none;
	/*默认隐藏*/
	position: absolute;
	width: 100px;
	top: 60px;
	left: 50%;
	margin-left: -50px;
	border: 1px solid #FFF;
	border-top: 0;
	background: #fff;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.topNav dd ul li {
	line-height: 26px;
	border-bottom: 1px solid #FFF;
	background: #5a8e5e;
}

.topNav dd ul li a {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
}

.topNav dd ul li a:hover {
	background: #32704a;
	color: #fff;
}

.topNav dd ul li a span {
	color: #FF8400;
	margin-left: 5px;
}


/*Banner图片轮播*/

.slideBox {
	width: 1100px;
	height: 414px;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ddd;*/
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) -3px 5px 6px;
}

.slideBox .hd {
	height: auto ;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin: 5px;
	width: 16px;
	height: 16px;
	
	background: url(../../images/yey/ball-green.png);
	cursor: pointer;
	
}

.slideBox .hd ul li.on {
	background:url(../../images/yey/ball-yellow.png);
	
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1100px;
	height: 414px;
	display: block;
}


/*文本滚动*/


/* 本例子css */

.txtScroll-top {
	width: 850px;
	overflow: hidden;
	position: relative;
}

.txtScroll-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/icoUp.gif") no-repeat;
}

.txtScroll-top .hd .next {
	background: url("images/icoDown.gif") no-repeat;
}

.txtScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-top .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.txtScroll-top .hd ul li.on {
	background-position: 0 0;
}

.txtScroll-top .bd {
	padding: 8px;
}

.txtScroll-top .infoList li {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txtScroll-top .infoList li .date {
	float: right;
	color: #999;
}


/*滚动图片*/

.picMarquee-left {
	border-top: none;
	margin-top: -2px;
	width: 688px;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../../images/yey/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px;
	padding-top: 15px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 169px;
	height: 147px;
	display: block;
}


/*.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }*/

.picMarquee-left .bd ul li .title {
	color: #666;
	margin-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	width: 152px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.picMarquee-left .bd ul li .title a {
	text-decoration: none;
	color: #333;
}

.picMarquee-left .bd ul li .title a:hover {
	text-decoration: underline;
}

.picMarquee-left .tempWrap {
	width: 100% !important;
}





/*Tab*/
.slideTxtBox{ width:450px;  text-align:left;  }
.slideTxtBox .hd{position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-25px;   }
.slideTxtBox .hd ul li{ float:left; cursor:pointer;  }

.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }

.slideTxtBox .bd li .date{ float:right; color:#999;  }</pre></body></html>