﻿@charset "utf-8";
/* CSS Document */

@import url("global.css");

.setTop{position:fixed;right:13px;bottom:40px; width:30px;height:30px;border: solid 5px red;

float:right;}
#ad_main{
	width: 950px;
	margin: 20px auto 10px auto;
}
#info{
	margin: 20px auto 0px auto;
	padding: 15px;
	width: 918px;
	border: 1px solid  #CCC;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	display: block;
	clear:both;
	height:100%;
	overflow:hidden;

}
.info{
	width: 49%;
	float:left;	
}
.info_img{
	width:160px;
	float: left;
	margin: 0px 10px auto 0px;
	border: none;
}
.info_img img{
	display: block;
	width: 160px;
	height: 120px;
	border: none;
}
.info_img span{
	width: 100%;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size:12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor:pointer;
}
.info_list{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
	border: 0px solid #CCC;
}

.info_list li{
	font-size: 14px;
	line-height: 28px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../../2011/images/ico_list.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.info_list li.h1{
	margin: 0px;
	padding: 0px;
	background-image:none;

}
.info_list li.h1 h1{
	line-height: 24px;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
#info .info_list li.more{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-image:none;
	text-align: right;
	font-size:12px;
}


#ad_main a img{
	border: 0px;
	
}
#ad_main figcaption{
	display:none;	
}

/*img { 
	-moz-box-shadow:2px 2px 10px #06C;
	-webkit-box-shadow:2px 2px 10px #06C; 
	box-shadow:2px 2px 10px #06C; 
} 
*/
.normal img {
　　border: solid 5px #000;
　　-webkit-border-radius: 20px;
　　-moz-border-radius: 20px;
　　border-radius: 20px;
　　-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
　　-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
　　box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}
#link{
	width: 950px;
	height: 150px;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#link ul{
	margin: 0px;
	padding: 0px;
	display:block;
}
#link li{
	list-style: none;
	width: 230px;
	height: 150px;
	display:block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display:block;

}
#link li.e{
	margin: 0px;
}
#link li a{
	
		
	}
#link li a span{
	position: absolute;
	float:left;
	display:block;
	z-index:100;
	margin: -120px 0px 0px 30px !important; /* IE9 */
	*margin: 30px 0px 0px -200px !important;/* IE7、IE8 */
	margin: 30px 0px 0px -200px;/* IE6 */
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #333;
}
#link li a:hover{
	text-decoration:none;
}
#link li a:hover span{
	filter:alpha(opacity=90); /*IE滤镜，透明度*/
	-moz-opacity:0.9; /*Firefox私有，透明度*/
	opacity:0.9;/*其他，透明度*/
	color: #03C;
}
#link li a img{
	border: 0px;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
}
#link li a:hover img{
	-moz-box-shadow:0px 2px 2px #666;
	-webkit-box-shadow:0px 2px 5px #666; 
	box-shadow:0px 2px 5px #666; 
	
	
}


.pop-app-qr {
	width: 160px;
	min-height: 160px;
	position: fixed;
	z-index: 999;
	top: 150px;
	right: 20px;
	display: flex;
	}
.pop-app-qr a{
	display: flex;
	}
.pop-app-qr img{
	width: 100%;
	height: 100%;
border:none;
}