.main {
	width: 1300px;
	margin: 0 auto;
}

.banner {
	height: 350px;
	margin: 20px auto;
}

.banner .imgLists {
	overflow: hidden;
	position: relative;
	height: 350px;
}

.banner .imgLists ul {
	position: absolute;
	top: 0;
	left: 0;
}

.banner .imgLists ul li {
	float: left;
	width: 1300px;
	height: 350px;
}

.banner .imgLists ul li img {
	display: block;
	width: 1300px;
	height: 350px;
}

.banner .imgLists .pages {
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0;
	z-index: 2;
	text-align: center;
}

.banner .imgLists .pages li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.3);
	margin: 5px;
	border-radius: 50%;
}

.banner .imgLists .pages li.current {
	background: rgb(255, 255, 255);
}

.banner .imgLists .switch {
	display: none;
}

.banner .imgLists .switch .prev {
	display: inline-block;
	padding: 14px 10px;
	background: rgba(0, 0, 0, .3);
	border-style: solid;
	border-color: rgba(127, 127, 127, .0);
	position: absolute;
	top: 139px;
	left: 0;
	z-index: 2;
	color: #fff;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	border-radius: 0 3px 3px 0;
}

.banner .imgLists .switch i {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
}

.banner .imgLists .switch .prev i {
	background-image: url(../images/bg.png);
	background-position: -127px 0;
}

.banner .imgLists .switch .next {
	display: inline-block;
	padding: 14px 10px;
	background: rgba(0, 0, 0, .3);
	border-style: solid;
	border-color: rgba(127, 127, 127, .0);
	position: absolute;
	top: 139px;
	right: 0;
	z-index: 2;
	color: #fff;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	border-radius: 3px 0 0 3px;
}

.banner .imgLists .switch .next i {
	background-image: url(../images/bg.png);
	background-position: -144px 0;
}

.banner_recom {
	background: #878787;
	zoom: 1;
	border-radius: 4px;
}

.banner_recom {
	padding: 0 20px;
	overflow: hidden;
}

.banner_recom ul.imgItem li {
	width: 300px;
	height: 185px;
	float: left;
	margin: 20px 20px 20px 0;
}

.banner_recom ul.imgItem li:last-child {
	margin-right: 0;
}

.sp_area {
	background: #9e9e9e;
	border-radius: 4px;
	overflow: hidden;
}

.blockTit {
	padding: 0 20px;
	text-align: right;
	background: url(../images/bt_bg.gif) repeat-x;
	height: 56px;
	line-height: 56px;
	color: #4C4C4C;
}

.blockTit a {
	color: #4c4c4c;
	margin-left: 15px;
}

.blockTit h2 {
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.blockTit h2 img {
	font-size: 0;
	margin: 0 10px 3px 0;
}

ul.imageTextItem {
	padding-left: 20px;
}

ul.imageTextItem li {
	height: 250px;
	width: 300px;
	font-size: 12px;
	float: left;
	margin: 0 20px 20px 0;
}

ul.imageTextItem li .thumb {
	position: relative;
}

ul.imageTextItem li .thumb video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
	background: #000;
}

ul.imageTextItem li a.tit {
	color: #fffefe;
	font-size: 14px;
	font-weight: bold;
	width: 276px;
	height: 30px;
	line-height: 30px;
	padding-top: 2px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.imageTextItem li em {
	color: #55ff00;
}

ul.imageTextItem li .info p {
	color: #cccccc;
	margin: 5px 0
}

ul.imageTextItem li .info p a {
	color: #cccccc;
	margin-right: 5px;
}

ul.imageTextItem li .info p a:hover {
	color: #4de600
}

ul.imageTextItem li .info p.desc {
	margin: 0 0 6px 0;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.imageTextItem li .info p.desc span {
	margin-right: 8px;
}

ul.imageTextItem li .info .tag {
	overflow: hidden;
	margin: 0 0 11px 0;
}

ul.imageTextItem li .tag a {
	float: left;
	width: 37px;
	height: 16px;
	margin-right: 7px;
	text-align: center;
	line-height: 16px;
	color: #ffffff;
	border-radius: 4px;
}

ul.imageTextItem li .tag a.col1 {
	background: #ffe400;
	color: #000;
}

ul.imageTextItem li .tag a.col2 {
	background: #c643fc;
}

ul.imageTextItem li .tag a.col3 {
	background: #48a7ff;
}

ul.imageTextItem li .tag a.col4 {
	background: #0037ea;
}

ul.imageTextItem li .info {
	padding: 0 10px 10px 10px;
	height: 90px;
	background: url(../images/info_bg.gif) repeat-x left top;
}

ul.imageTextItem li .info .anv {
	color: #cccccc;
	overflow: hidden;
}

ul.imageTextItem li .info .anv .arcVote {
	line-height: 21px;
}

ul.imageTextItem li .info .anv .arcVote span {
	margin: 0 10px 0 3px;
}

ul.imageTextItem li .info .anv .arcVote img {
	vertical-align: middle;
	margin-bottom: 3px;
}

ul.imageTextItem li .info .anv a {
	color: #cccccc
}

ul.imageTextItem li .info .anv a:hover {
	color: #55ff00
}

ul.imageTextItem li .info .anv .author {
	float: right;
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}

ul.imageTextItem li .info .anv .author.lecturer {
	float: left;
}

ul.imageTextItem li .info .anv .author img {
	width: 30px;
	height: 30px;
	font-size: 0;
	vertical-align: top;
	margin-right: 4px;
}

ul.imageTextItem li .info .anv .author .author_name {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	max-width: 140px;
}

ul.imageTextItem li .info .anv .author .author_name span {
	color: #b2b2b2;
}

ul.imageTextItem li .info .anv .author .author_name p {
	margin: 5px 0 0 0;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.imageTextItem li .info .anv .author:hover .author_name p {
	color: #4de600;
}

ul.imageTextItem li .info .anv .fast_forward {
	float: right;
	width: 56px;
	height: 16px;
	text-align: center;
	color: #b3b3b3;
	background: url(../images/fast_forward.png);
}

ul.imageTextItem li .info .anv .fast_forward:hover {
	background: url(../images/fast_forward_active.png);
}

ul.imageTextItem li .info .anv .reword_num {
	float: right;
	font-size: 12px;
	color: #fff;
	line-height: 38px;
}

ul.imageTextItem li .info .anv .reword_num i.money {
	color: #55ff00;
	font-size: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}

ul.imageTextItem li .info .anv .reword_num i.money b {
	font-weight: normal;
	font-size: 24px;
}

.banner_img {
	display: block;
	width: 100%;
	height: 115px;
	margin: 20px auto;
}

.banner_img img {
	display: block;
}

ul.addAttentionItem {
	width: 960px;
	float: left;
}

ul.addAttentionItem li {
	float: left;
	width: 280px;
	height: 60px;
	padding: 10px;
	margin: 0 20px 20px 0;
	background: url(../images/info_bg1.gif) repeat-x left bottom;
	font-size: 12px;
	overflow: hidden;
}

ul.addAttentionItem li .user_info {
	padding-top: 2px;
}

ul.addAttentionItem li .userDesc {
	height: 38px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #cccccc;
}

ul.addAttentionItem li a.face {
	float: left;
	margin-right: 5px;
}

ul.addAttentionItem li a.face img {
	display: block;
}

ul.addAttentionItem li a.uname {
	color: #e5e5e5;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
}

ul.addAttentionItem li a.uname:hover {
	color: #4de600;
}

ul.addAttentionItem li a.noticeBtn[data-type="2"] {
	color: #e6e6e6;
	cursor: default;
}

.indexWeibo {
	width: 300px;
	height: 380px;
	float: left;
	overflow: hidden;
}

.indexWeibo a img {
	display: block;
	margin-bottom: 20px;
}

.author_recom {
	padding: 20px 0 0 20px;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 20px;
}