@charset "utf-8";
/* CSS Document */
#news {
	padding-top:20px;	
}
#news .focus-wrap {
	height:364px;
	overflow:hidden;
	*zoom:1;
	background:#5b595a;
	position:relative;
}
#news .focus-wrap .focus-content {
	width:718px;
	height:364px;
	overflow:hidden;
}
#news .focus-wrap .focus-content figure {
	height:364px;
	position:relative;
}
#news .focus-wrap .focus-content figcaption {
	position:absolute;
	width:100%;
	height:78px;	
	left:0;
	top:286px;
}
#news .focus-wrap .focus-content figcaption .opacity {
	position:absolute;
	width:100%;
	height:100%;
	background:black;
	-moz-opacity:0.8 ;
	filter:alpha(opacity: 80);
	opacity: 0.8;
}
#news .focus-wrap .focus-content figcaption h1,
#news .focus-wrap .focus-content figcaption h2 {
	position: absolute;
	width: 94%;
	padding: 0 3%;
	overflow: hidden;
	z-index: 10;
	left: 10px;
}
#news .focus-wrap .focus-content figcaption h1 {
	height:32px;
	line-height:32px;
	top:10px;
	font-size:16px;
	color:white;	
}
#news .focus-wrap .focus-content figcaption h2 {
	color: #a7a7a7;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	top: 44px;
}
#news .focus-wrap .focus-thumb {
	width:252px;
	top:0;
	right:0;
	position:absolute;
}
#news .focus-wrap .icon {
	display:block;
	background:url(../images/news-focus-trigon.png) left center no-repeat;
	width:252px;
	padding-left:14px;
	height:73px;
	position:absolute;
	right:0;
	top:0;	
}
#news .focus-wrap .icon p {
	display:block;
	height:73px;
	background:#de0303
}
#news .focus-wrap .focus-thumb figure {
	height:62px;
	overflow:hidden;
	border-bottom:solid #444 1px;
	padding:5px 8px;
	cursor:pointer;
	color:#b4b4b4;
}
#news .focus-wrap .focus-thumb figure.active,
#news .focus-wrap .focus-thumb figure:hover {
	color:white;
}
#news .focus-wrap .focus-thumb figure img {
	float:left;
}
#news .focus-wrap .focus-thumb figcaption {
	float:right;
	width:164px;
	height:54px;
	font:normal 13px/18px "微软雅黑";
	margin:5px 0;
	overflow:hidden;
}
#news .sort-wrap .sort-title {
	overflow:hidden;
	*zoom:1;
	background:#e5e5e5;
	height:36px;
	line-height:36px;
	font-size:16px;
	padding:5px 0 0 10px;
	color:#787878;
}

#news .sort-wrap .sort-title a {
	display:inline;
	float:left;
	position:relative;
	padding:0 20px;
}
#news .sort-wrap {
	margin-top:20px;
}
#news .sort-wrap .sort-title .line {
	display:block;
	width:1px;
	height:1em;
	position:absolute;
	right:-1px;
	top:50%;
	margin-top:-0.5em;
	background:#cecece;
}

#news .sort-wrap .sort-title a.active,
#news .sort-wrap .sort-title a:hover {
	background:#f6f6f6;
	color:black;
	z-index:10;
}
#news .sort-wrap .sort-title a.active .line,
#news .sort-wrap .sort-title a:hover .line {
	display:none;	
}

#news .sort-wrap .sort-content {
	overflow:hidden;
	*zoom:1;
	margin-top:20px;
}
#news .sort-wrap .left {
	width:680px;
}
#news .sort-wrap .left img {
	max-width:680px;
}
#news .sort-wrap .right {
	width:230px;
}
#news .sort-wrap .right img {
	max-width:230px;
}
#news .qrcode-wrap {
	height:60px;
	padding:11px 0;
	background:white;
	position:relative;
}
#news .qrcode-wrap img {
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:10px;
	cursor:pointer;
 	-webkit-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000));
	-o-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#news .qrcode-wrap img:hover {
	width:174px;
	height:174px;
	margin-top:-98px;
	margin-left:-98px;
	background:white;
	padding:10px;
	border:solid #ccc 1px;
}
#news .qrcode-wrap figcaption {
	padding:0 5px 0 80px;
}
#news .qrcode-wrap figcaption h1 {
	font-size:14px;
}
#news .qrcode-wrap figcaption h1 em {
	color:#fbc90b;
}
#news .qrcode-wrap figcaption h2 {
	font-size:11px;
	color:#646464;
	margin-top:5px;
}
#news .news-list {
	margin:-10px 0 0 0;
}
#news .news-list figure {
	overflow:visible;
	*zoom:1;
	border-bottom:solid #dcdcdc 1px;
	position:relative;
	height:173px;
}
#news .news-list figure:hover h1,
#news .news-list figure:hover h2 {
	text-decoration:underline	
}
#news .news-list figure h1 {
	font-size:16px;
	padding:10px 0;
}
#news .news-list figure h2 {
	font-size:13px;
	color:#646464;
	padding:10px 0;
}
#news .news-list figure h3 {
	color:#a7a7a7;
}
#news .news-list figure img {
	float:left;
}
#news .news-list figure a:hover {
	color:inherit;
}
#news .news-list figure .btn-share {
	right:0;
	bottom:10px;
}
#news .news-list figure .btn-share:hover {
	text-decoration:none	
}
#news .news-list figure figcaption {
	float:right;
	width:500px;
}

#news .detail-title {
	width:680px;
	position:relative;
}
#news .detail-title h1 {
	font-size:24px;
	line-height:34px;
}
#news .detail-title h2 {
	color:#a7a7a7;
	padding:10px 0;
}
#news .detail-title ~ .sort-content .left,
#news .detail-title ~ .sort-content .right {
	border-top:solid #dcdcdc 1px;
	padding-top:30px;
}
#news .care-box {
	padding:5px;
	width:84px;
	height:22px;
}
#news .care-box a {
	display:inline-block;
	padding:0;
	margin:0 5px;
	width:22px;
	height:22px;
}
#news .care-box a.care-sina {
	background:url(../images/share-sina.gif) left bottom no-repeat;
}
#news .care-box a.care-weibo {
	background:url(../images/share-weibo.gif) left bottom no-repeat;
}
#news .care-box a.care-sina:hover,
#news .care-box a.care-weibo:hover
{
	background-position:left top;
}