@charset "utf-8";
/* CSS Document - news*/
#leftside_title {
	 margin-bottom:20px; 
	 }
	 

#content {
	width:680px;
	margin:0 auto;
	padding-bottom:30px;
	position: relative;
	line-height: 26px;
	margin-bottom:30px;
	list-style:none;
	border-bottom:#DDDDDD 1px dashed;
}
#content li{
	width:204px;
	padding:7px;
	list-style:none;
	height:190px;
	display:block;
	margin:0 13px 12px 0;
	float:left;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#1E93D9;
}
#content li:nth-child(3n+3){
	float:right;
	margin-right:0px;
}
#content li:hover {
	background:#1AB1A1;
}
#content li span{
	display:block;
	width:204px;
	height:153px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../data/news/top.png) center no-repeat;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li:hover span{
	filter:alpha(Opacity=1000);
	-moz-opacity:1;
	opacity: 1;
}
#content li .photo{
	width:204px;
	height:153px;
	text-align:center;
	margin-bottom:10px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	position:relative;
}
#content li .photo img{
	max-width:204px;
	max-height:153px;
	vertical-align:middle;
}
#content li .name{
	height:20px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 680px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
	padding-bottom:30px;
	margin-bottom: 30px;
	border-bottom:#D8D8D8 1px dashed;
}
#content_in .name{
	color:#FFF;
	background:#1E93D9;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
#content_in .top_box{
	display:block;
	margin-bottom:15px;
}
#content_in .top_box li {
	width: 128px;
	height: 96px;
	display:block;
	float:left;
	list-style:none;
	text-align: center;
	margin:0px 10px 10px 0px;
	position:relative;
	background:#FFF;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .top_box li:nth-child(5n+5) {
	float:right;
	margin-right:0px;
}
#content_in .top_box li:hover {
}
#content_in .top_box li img {
	max-width: 128px;
	max-height:96px;
	vertical-align:middle;
}
#content_in .top_box li span{
	display:block;
	width: 128px;
	height: 96px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../data/news/top.png) center no-repeat;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .top_box li:hover span{
	filter:alpha(Opacity=1000);
	-moz-opacity:1;
	opacity: 1;
}
.fancybox-skin{
	padding-bottom:70px !important;
}
#content_in .con {
	color:#666666;
	line-height: 24px;
	background:url(../data/dvocacy/title.jpg) 0 0 no-repeat;
	padding:40px 0 0 0;
}
#content_in .con img{
	max-width:680px;
	height:auto !important;
}
/*************************************************************/
/*************************************************************/
.fancybox-title-outside-wrap{
	position:absolute !important;
	right:30px !important;
	bottom:80px !important;
	color:#FFF !important;
	font-size:20px !important;
}

.fancybox-close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 47px;
  height: 48px;
  cursor: pointer;
  z-index: 8040;
  display: block;}