﻿@charset "utf-8";
/* CSS Document */
body {
margin:0; 
padding:5px; 
font-size:12px; 
font-family:"微软雅黑"}
#slideshow {
list-style:none; 
color:#fff}

#slideshow span {display:none}

#wrapper {
	width:980px;
	display:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: 0px;
}

#wrapper * {margin:0; padding:0}

#fullsize {
	position:relative;
	width:980px;
	height:480px;
	padding:0px;
	background:#FFF
}

#information {
	position:absolute;
	bottom:0;
	width:980px;
	height:0;
	background:#000;
	color:#ffffff;
	overflow:hidden;
	z-index:667;
	opacity:.7;
	filter:alpha(opacity=70)
}

#information h3 {
	padding:4px 8px 3px;
	font-size:24px;
	font-family: "微软雅黑";
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
}

#information h3 a{
	padding:4px 8px 3px;
	font-size:24px;
	font-family: "微软雅黑";
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
}
#information h3 a:hover{
	padding:4px 8px 3px;
	font-size:24px;
	font-family: "微软雅黑";
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
}
#information p {padding:0 8px 8px}

#image {
	width:980px;
	height:480px;
}

#image img {
	position:absolute;
	z-index:25;
	width:980px;
	height:480px;
}

.imgnav {
	position:absolute;
	height:265px;
	cursor:pointer;
	z-index:150;
	width: 5%;
}

#imgprev {
	left:0;
	background-image: url(//spanish.news.cn/fotos/left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#imgnext {right:0; background:url(//spanish.news.cn/fotos/right.gif) right center no-repeat}

#imglink {
	position:absolute;
	height:500px;
	width:800px;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}

.linkhover {
	background-image: url(//spanish.news.cn/fotos/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#thumbnails {margin-top:5px}

#slideleft {
	float:left;
	width:10px;
	height:70px;
	background-color:#222;
	background-image: url(//spanish.news.cn/fotos/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#slideleft:hover {background-color:#333}

#slideright {
	float:right;
	width:10px;
	height:70px;
	background-color: #222;
	background-image: url(//spanish.news.cn/fotos/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#slideright:hover {background-color:#333}

#slidearea {
	float:left;
	position:relative;
	width:950px;
	margin-left:5px;
	height:70px;
	overflow:hidden;
	background-position: center;
}

#slider {
	position:absolute;
	left:0;
	height:40px
}

#slider img { cursor:pointer; }

/*大图样式*/
#showpic { border:1px solid #ccc; text-align:left;}
#showpic .picarea { padding:2px;}
#showpic .picarea img { width:973px; height:580px; }
#showpic .infoarea{ background:#fafafa; padding:10px; border-top:1px solid #ccc; overflow:hidden; _display:inline-block; font-size:12px; line-height:20px;}
#showpic .infoarea ul{ float:left; width:740px; color:#8a8a8a;}
#showpic .infoarea ul li{ display:none;}
#showpic .infoarea h3{ font-size:20px; color:#2b2b2b; font-weight:bold; line-height:40px; margin:0; padding:0;}
#showpic .infoarea h3 a{ font-size:20px; color:#2b2b2b; font-weight:bold; line-height:40px; margin:0; padding:0; text-decoration:none;}
#showpic .infoarea .num{ float:right; width:150px; margin-top:15px;}
#showpic .infoarea strong{ font-weight:bold; font-size:20px; color:#8a8a8a; font-family:"微软雅黑"}
#showpic .infoarea strong .curr{  font-size:40px; color:#f37108; padding:0 5px; font-family:Arial; font-weight:normal; line-height:40px;}
#showpic .infoarea span{ color:#a1a1a1;}
#showpic .infoarea em{ font-style:normal;color:#f37108; padding:0 3px;}
/*滚动图片效果样式*/
.flexslider .slides > li { display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider { position: relative; height:580px; overflow:hidden;}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; background:#E9E9E9; }
.flex-direction-nav li a { width: 35px; height: 55px; display: block; background:url("//imgs.xinhuanet.com/icon/zt/shen9/images/left.gif") no-repeat; position: absolute; top: 260px; cursor: pointer; text-indent: -9999px;  outline:none;}
.flex-direction-nav li a.next { background:url("//imgs.xinhuanet.com/icon/zt/shen9/images/right.gif") 0 0 no-repeat;right:0;}
.flex-direction-nav li a.prev { left:0;; }
.flex-direction-nav li a.disabled { opacity: .3; filter:alpha(opacity=30); cursor: default; }
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; display:none; }
