﻿@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-size: 0.9em;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c69965;
}
input, textarea, button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
img {
	background: #f1f1f1 url(//www.news.cn/2015/img2015/Loading.gif) no-repeat 50% 50%;
}
/* 清除浮动*/
.clearfix {
	display: block;
#zoom:1;
}
.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
/*实录*/
/* content */
.slimScrollBar, .slimScrollRail {
	opacity: 1!important;
	border-radius: 0!important;
}
.content .main {
}
.content .title {
	font-size: 16px;
	margin: 0 auto;
	border-bottom: 1px dotted #999999;
}
.content .title h2, .content .title h2 a {
	color: #c69965;
	font-family: "微软雅黑";
	text-align: center;
	font-size: 18px;
	margin-top: 37px;
	margin-bottom: 10px;
	padding: 15px;
	font-weight: normal
}
.content .title p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	padding: 0 20px 25px;
}
.content .guest, .content .guest a {
	color: #c69965;
	font-family: "微软雅黑";
	text-align: center;
	font-size: 18px;
	margin-top: 37px;
	margin-top: 10px;
	padding: 15px;
	font-weight: normal
}
.content .list {
	width: 765px;
	margin: 0 auto;
}
.content .list .dataItem {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s linear, box-shadow 0.3s ease-in-out;
	-moz-transition: opacity 0.4s linear, -moz-transform 0.4s linear, box-shadow 0.3s ease-in-out;
	-o-transition: opacity 0.4s linear, -o-transform 0.4s linear, box-shadow 0.3s ease-in-out;
	-ms-transition: opacity 0.4s linear, -ms-transform 0.4s linear, box-shadow 0.3s ease-in-out;
	transition: opacity 0.4s linear, transform 0.4s linear, box-shadow 0.3s ease-in-out;
	float: left;
	width: 180px;
	margin: 15px 75px 15px 0
}
.content .list .dataItem:hover {
}
.content .list .show {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.content .list h3 {
	margin-bottom: 10px;
	color: #c69965;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.content .list a {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #c69965;
	font-weight: normal;
}
.content .list p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align:center;
	height: 60px;
	overflow: hidden;
}
.content .list img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
}
.content .list .lazyLoad {
	display: none;
}
.content .list .time {
	font-size: 12px;
	color: #828282;
	text-align: right;
	margin-top: 5px;
}
.content .img {
	padding-top: 10px;
}
.content img {
	width: 275px;
	cursor:point;
	transition: width 300ms, height 300ms;
	-moz-transition: width 300ms, height 300ms, -moz-transform 300ms;
	-webkit-transition: width 300ms, height 300ms, -webkit-transform 300ms;
	-o-transition: width 300ms, height 300ms, -o-transform 300ms;
}
.content .lazyLoad {
	display: none;
}
.content img.big {
	width: 100%;
}
.content .show {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.recordSwitch {
	position: relative;
	height: 573px;
}
.recordSwitch .slimScrollDiv {
	position: absolute!important;
	top: 0px;
	left: 0px;
}
.content .main .list li.show {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.content .refresh {
	text-align: right;
	position: absolute;
	width: 100%;
	height: 30px;
	background: green;
	z-index: 1;
}
.showMore {
	width: 50%;
	margin: 30px auto;
	height: 30px;
	line-height: 30px;
	background: #f4f4f4;
	color: #999;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.hide {
	display: none;
}
