@charset "utf-8";
/* css document */
body {
	font-family: "宋体";
	font-family: "微软雅黑";
	margin: 0;
	margin: 0 auto;
	font-size: 100%;
	font-size: 14px;
	background: #eee;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	color: #333;
	max-width: 640px;
}
* {
	margin: 0;
	padding: 0;
}
em, u, i {
	font-style: normal;
	text-decoration: none;
}
img, input, textarea {
	border: none;
	outline: none;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #f00;
}
img {
	-ms-interpolation-mode: bicubic;
	width: 100%;
}
.bk10 {
	clear: both;
	overflow: hidden;
	height: 10px;
	visibility: hidden;
}
.bk15 {
	clear: both;
	overflow: hidden;
	height: 15px;
	visibility: hidden;
}
.bk20 {
	clear: both;
	overflow: hidden;
	height: 20px;
	visibility: hidden;
}
.bk6 {
	clear: both;
	overflow: hidden;
	height: 6px;
	visibility: hidden;
}
.bk2 {
	clear: both;
	overflow: hidden;
	height: 2px;
	visibility: hidden;
}
.bk0 {
	clear: both;
	overflow: hidden;
	height: 0px;
	visibility: hidden;
}
.fl {
	float: left;
	overflow: hidden;
}
.fm {
	float: left;
	overflow: hidden;
}
.fr {
	float: right;
	overflow: hidden;
}
.xfl {
	float: left;
	overflow: hidden;
}
.xfm {
	float: left;
	overflow: hidden;
}
.xfr {
	float: right;
	overflow: hidden;
}
.yinc {
	overflow: hidden;
	visibility: hidden;
	display: none;
}
/*共用样式结束*/
.topad {
	text-align: center;
	height: auto;
	line-height: 0;
}
.top {
	background: #325765;
	padding: 3px;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
	z-index:1000;
}
.top .logo {
	width: 90px;
	height: 43px;
	background: #fff;
	text-align: center;
	margin-left: 2px;
	border-radius: 6px 6px 0 0;
	z-index:1050;
}
.top .logo img {
	width: 86px;
	height: 43px;
}
.top .pindao {
	position: absolute;
	top: 5px;
	left: 50%;
	color: #fff;
	font-size: 16px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: -50px;
}
.top .pindao h1 {
	display: inline;
	font-size: 16px;
}
.top .chun3 {
	width: 70px;
	text-align: center;
}
.top .chun3 a {
	display: block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-top: 3px;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 68px;
	background: #fff;
	color: #f54545;
	font-weight: bold;
	border-radius: 2px;
}
.nav {
	border: solid 3px #fff;
	background: #f5f5f5;
	overflow: hidden;
	padding: 6px 0;
}
.nav ul {
	overflow: hidden;
}
.nav ul li {
	line-height: 30px;
	text-align: center;
	float: left;
	overflow: hidden;
	height: 30px;
}
.nav ul li a {
	font-size: 14px;
	padding: 4px 5px;
	color: #333;
	border-radius: 3px;
}
.nav ul li a:hover {
	color: #fff;
	background: #b33737;
}
.sousuo {
	background: #fff;
	padding: 3px;
	position: relative;
}
.sousuo ul {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100%;
	display: block;
}
.sousuo ul .text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 88%;
	padding-left: 1px;
	display: block;
	background: #fff;
	border: solid 2px #ccc;
}
.sousuo ul .btn {
	position: absolute;
	top: 0px;
	height: 32px;
	width: 56px;
	background: #eee;
	border: solid 1px #ccc;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.ttiao {
	overflow: hidden;
	padding: 8px;
	background: #fff;
	position: relative;
}
.ttiao b {
	width: 60px;
	height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
}
.ttiao ul {
	overflow: hidden;
}
.ttiao h3 {
	text-align:center;
	display: block;
}
.ttiao a h3 {
	font-size: 18px;
	color: #f63;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
	height: 28px;
	overflow: hidden;
}
.ttiao p {
	line-height: 20px;
	color: #878787;
	text-overflow:ellipsis;
}
.news {
	overflow: hidden;
	background: #fff;
	padding: 5px 8px;
}
.news ul {
}
.news ul li {
	line-height: 39px;
	height: 39px;
	white-space: nowrap;
	color: #666;
	border-top: solid 1px #f5f5f5;
	font-size: 15px;
	font-family: "微软雅黑";
	overflow: hidden;
	padding: 2px 0;
}
.news ul li .xfr {
	font-size: 13px;
	color: #666;
}
.news ul li a {
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
}
/*主体区*/
.box1 {
	padding: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 2px #ccc;
	padding-bottom: 12px;
}
.box1 .pindao {
	text-align: center;
}
.box1 .pindao a {
	display: block;
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 0px 15px;
	border-radius: 3px;
}
.box1 .biaoti {
	height: 40px;
	color: #333;
	overflow: hidden;
	background: #f1f1f1;
	margin-bottom: 6px;
}
.box1 .biaoti li {
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
}
.box1 .biaoti li a {
	display: block;
	color: #325765;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.box1 .biaoti li .cur {
	background: #325765;
	color: #fff;
}
.box1 .biaoti li .curr {
	background: #325765;
	color: #fff;
}
.box1 ul {
	display: none
}
.box1 .tab {
	display: block;
}
.box1 ul li {
	overflow: hidden;
	padding: 6px 0;
	padding-left: 5px;
	margin: 8px 0;
	border-bottom: solid 1px #eee;
}
.box1 ul li img {
	width: 85px;
	height: 60px;
	display: block;
	margin: 5px;
	float: right;
	margin-left: 5px;
	border-radius: 0px;
}
.zbox1 ul li img {
	float: right;
	margin-left: 5px
}
.box1 ul li h3 {
	line-height: 42px;
	white-space: nowrap;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.box1 ul li a h3 {
	font-size: 16px;
	color: #333;
}
.box1 ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 13px;
}
.box1 ul .tuij {
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: relative;
}
.box1 ul .tuij img {
	width: 98%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.box1 ul .tuij h3 {
	line-height: 50px;
	white-space: nowrap;
	height: 50px;
	position: absolute;
	left: 1%;
	bottom: 0px;
	text-align: center;
	width: 98%;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	white-space: nowrap;
}
.box1 ul .tuij h3 a {
	color: #fff;
	font-size: 16px;
}
.ad1 {
	background: #fff;
	height: 50px;
	text-align: center;
	padding: 5px;
}
.ad1 ul {
	background: #b10b0b;
	height: 50px;
}
.ad1 img {
	width: 310px;
	height: 50px;
}
/*主体区*/
/*幻灯片样式开始*/
/*幻灯片*/
.deng {
	overflow: hidden;
	text-align: center;
	padding: 0 3px;
	background: #fff;
}
.homedeng {
	height: 190px;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	text-align: center;
	background: #252222;
}
.main_image {
	height: 190px;
	max-width: 640px;
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width: 9999px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	height: 190px;
	max-width: 640px;
	position: relative;
}
.main_image li p {
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	width: 100%;
	background: #333;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.main_image li p a {
	color: #fff;
	font-size: 14px;
}
.main_image li a {
	display: block;
	width: 100%;
	height: 210px;
	text-align: center;
}
.main_image li a img {
	height: 190px;
	max-width: 420px;
}
div.flicking_con {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	max-width: 600px;
	height: 21px;
	margin: 0 0 0 -50px;
}
div.flicking_con a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0 8px;
	padding: 0;
	text-align: center;
	line-height: 21px;
	background: #fff;
	color: #000;
	display: block;
	border-radius: 50px;
	font-weight: bold;
}
div.flicking_con a.on {
	background: #325765;
	color: #fff;
}
#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 41px!important;
	height: 61px!important;
	top: 50%;
	margin-top: -37px;
}
#btn_prev {
	background: url(/uploads/image/swimg/prevbtntop.png) no-repeat left top;
	left: 20px;
}
#btn_next {
	background: url(/uploads/image/swimg/nextbtntop.png) no-repeat right top;
	right: 20px;
}
/*幻灯片样式结束*/
.search {
	background: #325765;
	padding: 10px;
	position: relative;
}
.search ul {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100%;
	display: block;
}
.search ul .txt {
	position: absolute;
	left: 0px;
	top: 1px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	padding-left: 2px;
	display: block;
	background: #fff
}
.search ul .btn {
	position: absolute;
	top: 1px;
	height: 32px;
	width: 55px;
	background: #666;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
.fnav ul {
	text-align: center;
	background: #325765;
	border-top: solid 1px #325765;
	border-bottom: solid 1px #325765;
	height: 35px;
}
.fnav ul li {
	display: inline;
	line-height: 35px;
	font-size: 13px;
	color: #fff;
}
.fnav ul li a {
	margin: 0 6px;
	color: #fff;
}
.fnav ul li span {
	color: #3f3f3f;
}
.footer {
	padding: 5px;
	padding-bottom: 15px;
	overflow: hidden;
	background: #325765;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer ul {
	text-align: center;
}
.footer ul li {
	line-height: 22px;
	font-size: 13px;
}
.share {
	padding-left: 8px;
	overflow: hidden;
}
/*导航新增*/
.button{ width:34px; right:0px;position:fixed; display:inherit; padding:10px; border:2px solid #fff; color:#325765; font:bold 16px; text-align:center; color:#fff; background-color:#325765; z-index:1001;top:0px;}
.b1{ width:100%; position:fixed; display:none; border:2px solid #fff; background-color:#325765; z-index:1000;top:0px; padding:10px}
/*频道新增*/
.lanmu1 {
	padding: 5px;
	background: #fff;
	overflow: hidden;
}
.lanmu1 .title {
	border-top: solid 3px #8f908f;
	height: 1px;
	color: #999;
	position: relative;
	display: block;
	margin: 18px auto;
}
.lanmu1 .title em {
	display: block;
	height: 26px;
	line-height: 26px;
	width: 120px;
	background: #fff;
	position: absolute;
	top: -15px;
	left: 50%;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #325765;
	margin-left: -60px;
}
.lanmu1 ol {
	overflow: hidden;
	text-align: center;
	width:100%;
	position:relative;
}
.lanmu1 ol li {
	text-align: center;
}
.lanmu1 ol li img {
	width: 98%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.lanmu1 ol li h3 {
	line-height: 40px;
	white-space: nowrap;
	height: 40px;
	position:absolute;
	left:1%;
	bottom:0px;
	text-align:center;
	width:98%;
	background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
	white-space:nowrap;
}
.lanmu1 ol li h3 a {
	color: #fff;
	font-size: 16px;
}
.lanmu1 ul li {
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 5px;
	padding-left:5px;
	border-bottom: solid 1px #eee;
}
.lanmu1 ul li img {
	width: 85px;
	height: 60px;
	float:right;
	display: block;
	margin: 5px;
}
.lanmu1 ul li h3 {
	line-height: 38px;
	white-space: nowrap;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lanmu1 ul li h3 a {
	font-size: 14px;
	color: #666;
}
.lanmu1 ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 13px;
}
.lanmu1 .jru {
	text-align: center;
}
.lanmu1 .jru a {
	display: block;
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 0px 15px;
	border-radius: 3px;
}
/*列表新增*/
.listbox {
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
}
.listbox .bti {
	height: 30px;
	border-bottom: solid 3px #930;
}
.listbox .bti strong {
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 138px;
	color: #fff;
	background: #930;
	font-size:16px;
}
.listbox ul li {
	overflow: hidden;
	padding: 6px 0;
	margin: 3px 0;
	border-bottom: solid 1px #eee;
	padding-left: 5px;
}
.listbox ul li img {
	width: 90px;
	height: 55px;
	float: left;
	display: block;
	margin: 5px;
	border-radius: 0px;
	margin-left: 0;
}
.listbox ul li h3 {
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
}
.listbox ul li h3 a {
	font-size: 16px;
	color: #333;
}
.listbox ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 12px;
}
.listbox ul li p span {
	color: #999;
}
.gengxin ul li {
	overflow: hidden;
	padding: 2px 0;
	border-bottom: solid 1px #eee;
	padding-left: 5px;
	color: #f63;
}
.gengxin ul li a {
	font-size: 16px;
	color: #333;
	padding-left: 3px;
}
/*当前位置新增*/
.wzhi {
	line-height: 30px;
	background: #fff url(/uploads/image/swimg/wzhi.png) no-repeat 5px 6px;
	padding-left: 25px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
}
.wzhi a {
	font-size: 12px;
	color: #999
}
/*文章新增*/
.showbox {
	overflow: hidden;
	padding: 6px;
	background: #fff
}
.showbox .title {
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	color: #505250;
	overflow: hidden;
	font-family: "黑体";
	font-family: "微软雅黑";
	padding:5px 0;
}
.showbox .title p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.showbox .tm {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.showbox .tm span {
	font-size: 12px;
	display: inline-flex;
}
.showbox .tiyao {
	overflow: hidden;
	padding: 8px;
	margin: 5px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	background: #eee;
	font-weight: normal;
}
.showbox .content {
	line-height: 26px;
	padding: 8px;
	font-size: 14px;
	text-align: justify;
	color: #333;
	overflow: hidden;
}
.showbox .content img {
	max-width: 600px;
}
.showbox .source {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	padding-left: 10px;
	line-height: 30px;
}
.showbox .source span {
	padding-right: 15px;
}
#shipin {
	width: 95%;
	max-height: 336px;
	background: #242424;
	background-image: ;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 65px;
	border: solid 10px #242424;
	border-top: solid 5px #242424;
	text-indent: 0px;
	margin: 0 auto;
	display: block;
}
.showbox .shang {
	line-height: 36px;
	border: dashed 1px #ddd;
	padding-left: 6px;
}
.xguan {
	overflow: hidden;
	background: #fff;
	padding: 6px;
}
.xguan .bti {
	height: 38px;
	line-height: 38px;
	border-bottom: solid 3px #325765;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 6px;
	white-space: nowrap;
}
.xguan ul {
}
.xguan ul li {
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: solid 1px #eee;
}
.xguan ul li img {
	width: 60px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	border-radius: 5px;
}
.xguan ul li h3 {
	line-height: 35px;
	white-space: nowrap;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xguan ul li h3 a {
	font-size: 14px;
	color: #666;
}
.xguan ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 13px;
	line-height: 25px;
}
.like {
	overflow: hidden;
	background: #fff;
	padding: 6px;
}
.like .bti {
	height: 38px;
	line-height: 38px;
	border-bottom: solid 3px #325765;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 6px;
	white-space: nowrap;
}
.like ul li {
	line-height: 30px;
	white-space: nowrap;
	border-bottom: solid 1px #eee;
	height: 30px;
	margin-bottom: 3px;
	padding-left: 6px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-size: 14px;
	border: solid 1px #ccc;
	color: #333;
	text-indent: 0px;
}
td {
	padding-left: 10px;
	line-height: 35px;
}
table td b {
	color: #f00
}
tr {
	background: #f5f5f5;
}
table .tr {
	background: #930;
	color: #fff;
	font-size: 14px;
}
table .tr td {
	border: solid 1px #772b05;
}
.gzhu {
	padding: 1px 5px;
	background: #f5f5f5;
	color: #333;
	text-align:justify;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	margin: 6px;
	border: solid 5px #e34242;
}
/*国外高校新增*/
.box2 {
	padding: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 2px #ccc;
	padding-bottom: 12px;
}
.box2 ul{
	float:left;
}
.box2 ul li{
	width:155px;
	height:30px;
	float:left;
	font-size: 16px;
}
/*国外高校内容*/
#article{ overflow:hidden; width:100%;}
.photo-channel #article .tool{ position:relative; height:25px; padding-top:6px}
.photo-channel #article .tool .auto,.photo-channel .tool .up,.photo-channel .tool .next{background: url(/uploads/image/siv9/up-next.png) no-repeat; height:27px; width:31px;margin-right:10px; overflow:hidden; line-height:27px}
.photo-channel #article .tool .auto span,.photo-channel .tool .up span,.photo-channel .tool .next span{ visibility:hidden}
.photo-channel #article .tool .auto{background-position: -39px top;}
.photo-channel #article .tool .next{background-position: -78px top;}
.photo-channel #article .article-tool{ position:absolute; right:0; border:none; background:none; font-size:12px; font-weight:normal}
.photo-channel #article .tool .stat{ color:#999;}
.big-pic{height:270px; padding-top:10px; text-align:center; border:1px solid #ededed; background-color:#fafcfe; position: relative;overflow:hidden;}
.photo-channel #article .big-pic #big-pic{display:table-cell;vertical-align:middle;*display:block; overflow:hidden;*font-size:480px; width:896px;}
.big-pic .max{ position:absolute; bottom:0px; right:0px;background: #fff url(/uploads/image/siv9/max.png) no-repeat 5px center; z-index:101; padding:5px 5px 5px 20px}
.photo_prev{position:absolute;left:0px;top:0px;width:50%;height:94%;z-index:100}
.photo_next{ position:absolute; right:0px; top:0px; width:50%;height:94%; z-index:100}
.photo_prev a,.photo_next a{background-image: url(/uploads/image/simages/blank.gif);display:block; width:100%; height:100%; outline:none;}

#article .list-pic{ padding:10px 0 10px; width:100%; height:90px}
#article .cont{overflow:hidden; float: left; width:89%; height:80px}
#article .cont li{ float:left; width:123px; text-align:center; display:block; overflow:hidden}
#article .cont li .img-wrap{width:94%; margin:0 auto;}
#article .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
#article .cont li.on .img-wrap{ border:2px solid #ffb017}
#article .list-pic .pre,#article .list-pic .next{float:left; display:block; position:relative;background: url(/uploads/image/siv9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
#article .list-pic .pre{ left:-8px;top:-3px; margin-right:14px}
#article .list-pic .next{ right:-8px; float:right;top:-3px}
#article .list-pic .pre .img-wrap,#article .list-pic .next .img-wrap{width:82px; height:72px;border:none; padding:4px 0 8px}
#article .list-pic .pre .img-wrap a,#article .list-pic .next .img-wrap a{*font-size:53px;width:98px; height:72px; padding:0px 5px 0 4px;*padding:0px 5px 5px 0px }
#article .list-pic .pre .img-wrap a:hover,#article .list-pic .next .img-wrap a:hover{ background:none}
#article .list-pic .next{ right:-8px; float:right;bottom:-2px}
#article .pre-bnt,#article .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
#article .pre-bnt,#article .next-bnt,#article .pre-bnt span,#article .next-bnt span{background: url(/uploads/image/siv9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
#article .pre-bnt:hover, #article .next-bnt:hover,#article .pre-bnt-on,#article .next-bnt-on{background-position: 0 -78px;}
#article .pre-bnt span{background-position: -30px top;}
#article .pre-bnt:hover span,#article .pre-bnt-on span{background-position: -30px -78px;}
#article .next-bnt span{background-position: -55px top;}
#article .next-bnt:hover span,#article .next-bnt-on span{background-position: -55px -78px;}
/* endselect */
#endselect{top:45%;left:73px;position:absolute;width:230px;height:71px;border:1px solid #8a8a8a;display:none;z-index:200;}
#endselect .bg{height:100%;width:100%;background:#000;filter:alpha(opacity=50);opacity:0.5;}
#endselect .e_cont{position:absolute;top:10px;left:26px;color:#fff;font-size:14px;}
#endselect .e_cont p{padding:4px 0;zoom:1;overflow:hidden;}
#replaybut,#nextpicsbut,#endselect #endselclose{background:url(/uploads/image/siv9/big-btn.png) no-repeat}
#replaybut{float:left;width:69px;height:23px;background-position: 0px -167px;}
#nextpicsbut{float:left;width:97px;height:23px;background-position: -100px -167px;margin-left:10px;}
#endselect #endselclose{background-position: 0px -217px;position:absolute;top:3px;right:3px;cursor:pointer;width:11px;height:11px;overflow:hidden;z-index:2;}

.text{ background-color:#efefef; padding:8px 10px; zoom:1; margin-bottom:10px}
.photo-channel .relevance{ padding:5px 10px 10px}
.photo-channel .relevance h5,.comment h4{background:  no-repeat left -375px; padding-left:16px;}
.photo-channel .relevance .photo-list{ padding:0; overflow:auto; padding-top:10px}
.photo-channel .relevance .photo-list li{ float:left; width:153px; padding:0}
.photo-channel .relevance .photo-list li .img-wrap{width:110px;height:86px;margin:0 auto;background: url(/uploads/image/siv9/pic_bg.png) no-repeat; border:none; margin-bottom:6px}
.photo-channel .relevance .photo-list li .img-wrap a{*font-size:59px;width:104px; height:86px; padding:1px 5px 5px 1px }
.photo-channel .relevance .photo-list li .img-wrap a:hover{ background:none}

.box .photo-hot{padding:0 2px}
.photo-hot li{width:89px;*width:50%; text-align:center; padding:5px 0; vertical-align:top}
.photo-hot li div.img-wrap{ width:94px; margin:auto; margin-bottom:5px; height:64px;}
.photo-hot li div.img-wrap a{ width:94px; height:64px;*font-size:48px;}
