@charset "utf-8";
/* 版块 */
.content {
	padding:10px;
	background-color:#fff;
}
.main {
	width:710px;
}
.side {
	width:208px;
}
.menu {
	background:url(/images/col/menu.png) 0 100% no-repeat;
	padding-bottom:5px;
}
.menu h2 {
	height:50px;
	background:url(/images/col/menu.png) 0 0 no-repeat;
	color:#fff;
	padding:5px;
}
.menu h2 b {
	display:block;
	padding-left:20px;
	font:normal 20px/24px microsoft yahei;
}
.menu h2 span {
	display:block;
	padding-left:20px;
	font:normal 14px/16px microsoft yahei;
}
.menu .list-a {
	background-color:#fff;
	border-left:3px #116fc7 solid;
	border-right:3px #116fc7 solid;
	padding:5px;
}
.menu .list-a li {
	width:192px;
	height:26px;
	background:url(/images/col/menu_li.png);
	line-height:26px;
	margin-bottom:5px;
}
.menu .list-a li a {
	padding-left:60px;
	font-weight:bold;
	color:#fff;
}
.menu .list-a li a:hover {
	color:#ff0;
}
.where {
	border-bottom:2px #39A8D8 solid;
	line-height:30px;
}
.content .list-t {
	padding:15px;
}
.content .list-t li {
	background:url(/images/index/dot.png) 0 50% no-repeat;
	padding-left:15px;
	line-height:30px;
}
/* 列表自定义 */
.list-b-t li, .list-p-t li {
	padding:10px 0;
	border-bottom:1px #ccc dotted;
}
.list-p-t li a.pic {
	float:left;
}
.list-p-t li h4, .list-p-t li p {
	margin-left:130px;
}
.list-r {
	background:url(/images/rank.png) no-repeat;
}
.list-r li {
	line-height:25px;
	padding-left:15px;
}
.list-r li .num {
	position:absolute;
	top:0;
	right:0;
}
/* 正文自定义 */
.article h2 {
	padding:15px;
	font:bold 20px/2em microsoft yahei;
	color:#048;
}
.article-box {
	padding:20px 70px;
}
.article-box p {
	line-height:1.5em;
	margin-bottom:1em;
	font-size:14px;
}
.article-box table {
	width:90%;
	margin:0 auto;
}
.article-box table th, .article-box table td {
	border:1px #ccc solid;
	padding:5px;
}
.article-box table th {
	background-color:#f8f8f8;
	text-align:center;
	font-weight:bold;
}
.opt {
	text-align:right;
	padding:0 20px;
}
.related h3 {
	font:bold 14px/30px 宋体;
}
.related li {
	width:45%;
	padding:0 2% 0 3%;
}


.pages{ width:540px; margin:10px auto;}
.pages a { width:40px; margin:0px 10px; font-size:12px; color:#333333;}
/* 正文组图 */
.photos {
	width:620px;
	margin:0 auto;
	position:relative;
}
.photos .pic {
	text-align:center;
	position:relative;
}
.photos .pic img {
	min-height:360px;
}
.photos .pic span {
	display:block;
}
.photos .pic .tips {
	display:none;
	width:200px;
	font-size:14px;
	line-height:40px;
	background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	color:#fff;
	padding:0 10px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -110px;
}
.photos h4 {
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding:10px 0;
}
.photos .preview { /* 容器大小、溢出隐藏 */
    width:620px;
    height:80px;
    position:relative;
    overflow:hidden;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
	background-color:#fff;
	margin:0 auto;
	padding:1px 0;
}
.photos .preview ul {
	height:80px;
	background-color:#f2f2f2;
}
.photos .preview li { /* 子元素大小 */
    width:124px;
    height:70px;
	line-height:70px;
	font-size:14px;
	text-align:center;
	padding:5px 0;
}
.photos .preview li a {
	width:112px;
	height:66px;
	display:block;
	border:2px #f2f2f2 solid;
	margin:0 auto;
}
.photos .preview li.current a {
    border:2px #2c94df solid;
}
.photos .preview li a span {
	width:110px;
	height:64px;
	display:block;
	border:1px #fff solid;
	background-color:#fff;
	overflow:hidden;
	cursor:pointer;
}
.photos .preview li a img {
	width:110px;
}
.photos p .prev, .photos p .next {
	display:block;
	width:23px;
	height:23px;
	border:none;
	background-image:url(http://www.wsyu.edu.cn/images/arr2.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:30px;
	cursor:pointer;
	z-index:3;
	font:0/0 lx;
	overflow:hidden;
	margin:0;
}
.photos p .prev {
	left:0;
}
.photos p .next {
	background-position:100% 0;
	right:0;
}
.photos .pic .prev, .photos .pic .next {
    width:50%;
    _height:2000px;
    background-image:url(about:blank);
    position:absolute;
    top:0;
	bottom:0;
}
.photos .pic .prev {
	cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
    left:0;
}
.photos .pic .next {
	cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto; 
	right:0;
}
div#content_text {
	font-family: Tahoma;
}