@charset "UTF-8";

body {
	background-color: #ffffff;
}

.left-box {
	margin-top: 35px;
}

.slide {
	margin-top: 12px;
	margin-bottom: 50px;
}

.cont-left {
	width: 890px;
	float: left;
	overflow: hidden;
}

/* .cont-left .tab_nav li {
    float: left;
    font-size: 24px;
    margin-right: 70px;
} */
.cont-left .tab_nav li {
	float: left;
	font-size: 24px;
	margin-right: 55px;
}

.cont-left .tab_nav li a {
	color: #696969;
	padding-bottom: 5px;
}

.cont-left .tab_nav li a.active {
	color: #54A2EA;
	border-bottom: solid 3px #54a2ea;
}

.cont-left .title {
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 18px;
	border-bottom: solid 1px #adadad;
	padding-bottom: 10px;
}

.cont-left .title a {
	float: right;
	color: #696969;
}

.cont-left .title a:hover {
	color: #69b6ff;
}

/************************** 视频 start ************************/
.video {
	width: 1500px;
	height: 1105px;
	overflow: hidden;
}

.video-box {
	width: 930px;
	height: 550px;
	overflow: hidden;
}

.video li {
	float: left;
	width: 265px;
	height: 290px;
	margin-right: 40px;
}

.video li .video-img {
	width: 270px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

.video li .video-img .icon-video {
	display: block;
	width: 68px;
	height: 68px;
	background-image: url(../images/index/video.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.video li .video-img .icon-time {
	color: #ffffff;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.video li p.text {
	color: #696969;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video li div.summary {
	height: 44px;
	width: 276px;
	font-size: 3px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video li a.play, .video li a.comment {
	color: #696969;
	margin-right: 35px;
}

.video li:hover .icon-video {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/************************** 视频 end ************************/

/************************** 图片 start ************************/
.g-img-lf {
	width: 440px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.g-img-lf .hover-img {
	width: 100%;
	height: auto;
}

.g-img-lf .g-img-lf-tp {
	width: 440px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.g-img .guide-cover a.img-sc {
	display: block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #4a4849;
	color: #ffffff;
	position: absolute;
	left: 4%;
	top: 5%;
	border-radius: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.g-img .guide-cover a.img-pl {
	display: block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #4a4849;
	color: #ffffff;
	position: absolute;
	border-radius: 3px;
	left: 20%;
	top: 5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.g-img .g-img-lf-tp a.img-sc, .g-img .g-img-lf-tp a.img-pl {
	width: 36px;
	height: 26px;
	line-height: 26px;
}

.g-img .g-img-lf-tp a.img-pl {
	left: 15%;
}

.g-img .guide-cover .p-text {
	width: 85%;
	color: #ffffff;
	position: absolute;
	left: 7%;
	bottom: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.g-img .g-img-lf-tp .p-text {
	font-size: 18px;
}

.g-img-lf .g-img-lf-bt {
	width: 452px;
	padding-top: 10px;
}

.g-img-lf .g-img-lf-bt>div {
	width: 216px;
	height: 125px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: relative;
}

.g-img-rt {
	width: 450px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.g-img-rt>div {
	width: 216px;
	height: 125px;
	overflow: hidden;
	margin-left: 9px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

.g-img-rt>div .hover-img {
	width: 100%;
	height: auto;
}

.g-img .guide-cover:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.g-img .guide-cover:hover .img-sc, .g-img .guide-cover:hover .img-pl {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/************************** 图片 end ************************/

/************************** 文章 start ************************/
.article-ol {
	width: 1200px;
	height: 372px;
	overflow: hidden;
}

.article-ol ol {
	width: 250px;
	margin-right: 70px;
	list-style: decimal;
	float: left;
}

.article-ol li {
	margin-left: 25px;
	margin-bottom: 18px;
	list-style: decimal;
}

.article-ol li a {
	display: inline-block;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	color: #696969;
}

.article-ol li a:hover {
	color: #69b6ff;
}

.article-ol ol:first-child li:nth-child(1), .article-ol ol:first-child li:nth-child(2),
	.article-ol ol:first-child li:nth-child(3) {
	color: #ea9e70;
}
/************************** 文章 end ************************/

/************************** 活动规则 start ************************/
.rule .title, .prize .title {
	border-bottom-width: 3px;
}

.rule .title span, .prize .title span {
	font-size: 24px;
	border-bottom: solid 3px #54a2ea;
	padding-bottom: 10px;
}

.rule .o-three .o-title {
	display: block;
	width: 249px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #ffffff;
	background: url("../images/gossip/bg1.png");
	text-indent: 8px;
	margin-bottom: 25px;
}

.rule .o-three p {
	margin-bottom: 12px;
}

.rule .o-prize .o-title {
	display: block;
	width: 178px;
	height: 73px;
	line-height: 73px;
	font-size: 18px;
	color: #ffffff;
	background: url("../images/gossip/bg2.png");
	text-indent: 8px;
	margin-bottom: 50px;
}

.rule .o-prize p {
	width: 960px;
	font-size: 18px;
}

.rule .o-prize p>span {
	display: block;
	float: left;
	width: 250px;
	margin-right: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rule .o-prize p .gold {
	margin-left: 30px;
}
/************************** 活动规则 end ************************/

/************************** 本月得奖 start ************************/
.prize ul {
	width: 1020px;
}

.prize li {
	width: 160px;
	margin-right: 180px;
	text-align: center;
	float: left;
}

.prize li .prize-img {
	width: 152px;
	height: 152px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin-bottom: 15px;
}

.prize li .prize-img i.bg {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/gossip/p-bg.png);
	position: absolute;
	right: 30px;
	bottom: 15px;
}

.prize li .p-rank {
	font-size: 18px;
	color: #f64c1e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prize li .p-name {
	color: #ffa569;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prize li .p-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/************************** 本月得奖 end ************************/

/************************** 本月热门排名 start ************************/
.cont-right {
	width: 280px;
	float: right;
	overflow: hidden;
}

#post {
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #ffffff;
	background-color: #ffa569;
	border: none;
	outline: none;
	cursor: pointer;
}

#post:active {
	border-top: solid 1px transparent;
}

.ranking-month .title {
	border-bottom: solid 1px #cccccc;
	font-size: 18px;
	line-height: 40px;
	margin-top: 10px;
}

.ranking-month .ranking-ul li {
	margin-top: 14px;
	position: relative;
}

.ranking-month .ranking-ul li i.bg {
	position: absolute;
	display: block;
	width: 26px;
	height: 37px;
	text-align: center;
	font-style: normal;
	color: #ffffff;
	background: url("../images/gossip/g-bg.png") no-repeat;
	left: 3px;
	top: 0;
}

.ranking-month .ranking-ul li a {
	color: #696969;
}

.ranking-month .ranking-ul .ranking-img {
	width: 120px;
	height: 70px;
	overflow: hidden;
	float: left;
}

.ranking-month .ranking-ul .ranking-p {
	width: 125px;
	height: 70px;
	float: right;
}

.ranking-month .ranking-ul .ranking-p p {
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
}

.ranking-month .ranking-ul li:hover a {
	color: #69b6ff;
}

.ranking-month .ranking-ul .li-article p {
	width: 255px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-ul li:nth-child(1) i.bg, .ranking-ul li:nth-child(2) i.bg,
	.ranking-ul li:nth-child(3) i.bg {
	line-height: 37px;
}
/************************** 本月热门排名 end ************************/

/************************** 热门人物 start ************************/
.hot-person .title {
	border-bottom: solid 1px #cccccc;
	font-size: 18px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 24px;
}

.hot-person ul {
	width: 325px;
}

.hot-person li {
	width: 84px;
	height: 160px;
	float: left;
	text-align: center;
	margin-right: 78px;
	margin-bottom: 40px;
}

.hot-person li .person-img {
	height: 94px;
	border: solid 2px #ffb069;
	overflow: hidden;
	position: relative;
}

.hot-person li .person-img i.bg {
	display: block;
	width: 14px;
	height: 14px;
	background: url("../images/gossip/d-bg.png") no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.hot-person li p {
	color: #ffa569;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-person li .attention {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	background-color: #ffa569;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/************************** 热门人物 end ************************/

/************************** 更多图片 start ************************/
.m-img {
	width: 1213px;
}

.m-img li {
	float: left;
	width: 290px;
	height: 208px;
	margin-right: 13px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.m-img li a.img-sc, .m-img li a.img-pl {
	display: block;
	width: 36px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #4b6087;
	color: #ffffff;
	position: absolute;
	left: 6%;
	top: 6%;
	border-radius: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.m-img li a.img-pl {
	left: 23%;
}

.m-img li .p-text {
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000);
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}

.m-img li:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.m-img li:hover .img-sc, .m-img li:hover .img-pl {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/************************** 更多图片 end ************************/

/************************** 更多文章 start ************************/
.article-dt {
	width: 1260px;
}

.article-dt li {
	width: 460px;
	height: 120px;
	float: left;
	margin-right: 170px;
	margin-bottom: 38px;
}

.article-dt li .dt-img {
	width: 180px;
	height: 120px;
	overflow: hidden;
	float: left;
}

.article-dt li .dt-text {
	width: 200px;
	height: 120px;
	overflow: hidden;
	float: right;
}

.article-dt li .dt-text h3 {
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-dt li .dt-text p {
	font-size: 14px;
	height: 38px;
	color: #bebebe;
	margin-bottom: 15px;
	line-height: 18px;
	overflow: hidden;
	position: relative;
}

.article-dt li .dt-text p .dt-more {
	position: absolute;
	right: 0;
	bottom: 2px;
	z-index: 99;
	background-color: #ffffff;
	color: #69b6ff;
	padding-left: 25px;
}

.article-dt li .dt-text .fl-left a, .article-dt li .dt-text .fl-right a
	{
	color: #696969;
}

/************************** 更多文章 end ************************/