.main {
	float: left;
	position: relative;
	width: 800px;
	padding: 0px 20px;
	background-color: #fff
}
.aside {
	float: right;
	width: 340px
}
.art-list li {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dotted #e5e5e5
}
.art-list li .art-img {
	width: 210px;
	float: left;
	margin-right: 10px
}
.art-list li .art-img img {
	width: 200px;
	height: 120px;
	border-radius: 5px
}
.art-list li .art-info {
	width: 575px;
	float: left
}
.art-list li .so-info {
	width: 943px;
}
.art-list li .art-info .art-title {
	font-size: 18px;
	font-weight: 600;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.art-list li .art-info p {
	overflow: hidden;
	margin: 10px 0;
	height: 50px;
	line-height: 25px
}
.art-list li .art-info .art-extra>span {
	margin-right: 20px;
	color: #999
}
.list {
	margin-top: -10px;
	padding: 0
}
.list .item {
	margin-right: 13px
}
.list a {
	width: 70px
}
.list span {
	padding: 0 1px
}
.aside-rank {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px
}
.aside-rank h2 {
	padding-left: 10px;
	font-size: 16px;
	line-height: 24px
}
.aside-rank h3 {
	padding-left: 15px;
	font-size: 18px;
	line-height: 24px
}
.aside-rank-list {
	margin-top: 10px
}
.aside-rank-list li {
	overflow: hidden;
	line-height: 24px
}
.aside-rank-list a {
	position: relative;
	display: block;
	height: 68px;
	padding: 12px;
	text-decoration: none
}
.aside-rank-list a:hover {
	background-color: #eee
}
.aside-rank-list img {
	float: left;
	margin-right: 20px;
	width: 75px;
	height: 75px;
}
.aside-rank-list em {
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.aside-rank-list span {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.pagination {
	border-right: none;
	border-bottom: none;
	font-size: 0;
	height: 30px;
	margin-top: 30px;
	text-align: center
}
.pagination span {
	padding: 0 6px;
	font-size: 12px;
	color: #666
}
.pagination .pagination-curr, .pagination a {
	margin: 0 4px;
	padding: 7px 12px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #666;
	background: #f5f5f5
}
.pagination .pagination-curr, .pagination a:hover {
	border-color: #ffd101;
	background: #ffd101;
	color: #fff;
	text-decoration: none
}
.news_arc {
	width: 840px;
	padding: unset;
	background-color: unset
}
.article {
	padding: 5px 20px;
	background-color: #fff;
}
.article>h1, .article>h2 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	padding-top: 20px;
	padding-left: 8px;
}
.article>p {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}
.article>p>span {
	padding-right: 15px;
	color: #999
}
.article>.content {
	margin-top: 20px;
	padding: 0 8px;
	overflow: hidden;
}
.article>.content>h2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #f96207
}
.article>.content>h3 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #f96207;
	margin-bottom: 15px
}
.article>.content p {
	line-height: 30px;
	font-size: 16px;
	margin: 30px 0
}
.article>.content img {
	max-width: 550px;
	height: auto
}
.article>.content p>img {
	max-width: 785px;
	height: auto!important;
	display: block;
	margin: 0 auto;
}
.article>.content>p>a {
	color: #428bca;
}
.article .tags {
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px
}
.article .tags>a {
	background-color: #e5e5e5;
	padding: 5px;
	color: #333;
	border-radius: 4px;
	margin-right: 8px
}
.article .tags>a:hover {
	color: #fff;
	background-color: #ffd101
}
.prevNext {
	margin-bottom: 19px;
	display: block;
	clear: both;
	overflow: hidden;
}
.prevNext .next, .prevNext .prev {
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #333
}
.prevNext .next {
	float: right
}
.prevNext a {
	color: #333
}
.prevNext .next:hover, .prevNext .prev:hover {
	color: #ffd101
}
.prevNext a:hover {
	color: #ffd101
}
.related {
	clear: both;
	padding-top: 20px
}
.commentBox {
	clear: both
}
.commentBox>h4, .related>h4 {
	margin: 10px 0 10px;
	padding-left: 12px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	position: relative
}
.commentBox h4::before, .related h4::before {
	position: absolute;
	content: "";
	top: 14px;
	left: 0;
	width: 3px;
	height: 14px;
	background-color: #ffd101
}
.related>.related-article {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px
}
.related>.related-article li {
	width: 182px;
	margin-bottom: 25px;
	margin-right: 30px
}
.related>.related-article li a {
	display: block;
	line-height: 24px;
	overflow: hidden
}
.related>.related-article li .title {
	height: 48px
}
.related>.related-article li a img {
	width: 182px;
	height: 100px;
	border-radius: 5px
}
.news_menu {
	width: 300px;
	padding: 10px 20px 5px;
	background: #fff;
	margin-bottom: 20px;
}
.news_menu .s_title {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
}
.news_menu li {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 16px;
}
.news_menu li .new-title {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.news_menu a:hover {
	color: #ffd101
}
.news_menu .time {
	color: #999999;
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 14px;
}
.title {
	position: relative;
	padding-left: 12px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
}
.title:before {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	width: 2px;
	height: 16px;
	background-color: #ffd101
}
.news {
	clear: both;
	margin-top: 20px;
	padding: 5px 20px;
	background-color: #fff;
}
.news_1ist {
	display: inline-block;
}
.news_1ist li i {
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	background: #aaa;
	margin: 15px 12px 0 2px
}
.news_1ist li a {
	display: block;
	float: left;
	width: 690px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #2e2e2e
}
.news_1ist li a:hover {
	text-decoration: none;
	color: #ffd101
}
.news_1ist li span {
	display: block;
	float: right;
	width: 92px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #9e9e9e
}
.news_1ist li span.r {
	color: red
}
.icon-eye {
	background: url(../images/eye.png) no-repeat 0px -2px;
	padding-left: 20px;
	font-size: 12px;
	color: #f96207;
}
.art_sty1, .tag_sty1 {
	width: 300px;
	padding: 10px 20px 5px;
	background: #fff;
	margin-bottom: 20px;
}
.art_sty1 .s_title, .tag_sty1 .s_title {
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
	font-weight: bold;
	display: block;
}
.art_sty1 .art_sty1_title, .tag_sty1 .tag_sty1_title {
	text-align: center;
	width: 130px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 102px;
	top: -22px;
	font-size: 18px;
	font-weight: bold;
	background: #f0f1f7 !important;
	box-shadow: none !important;
	color: #2e2e2e !important;
}
.art_sty1 ul {
	width: 100%;
	display: block;
	height: auto;
}
.art_sty1 ul li a {
	display: block;
	width: 310px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #525252;
	font-size: 15px;
}
.art_sty1 ul li:hover {
	background: #f0f1f7;
}
.art_sty1 .art_sty1_title:hover, .xcx_sty1 .xcx_sty1_title:hover, .tag_sty1 .tag_sty1_title:hover {
	color: #fff !important;
	background: -webkit-gradient(linear, left top, right top, from(#ffd101), to(#fb0)) !important;
	-webkit-box-shadow: 0 6px 22px 4px rgba(255, 155, 0, 0.4) !important;
	-moz-box-shadow: 0 6px 22px 4px rgba(255, 155, 0, 0.4) !important;
	box-shadow: 0 6px 22px 4px rgba(255, 155, 0, 0.4) !important;
}
.xcx_sty1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 0 5px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.xcx_sty1 .s_title {
	font-size: 18px;
	color: #333;
	margin: 0 20px;
	font-weight: bold;
	display: block;
}
.xcx_sty1 .xcx_sty1_list {
	width: 100%;
	height: 290px;
}
.xcx_sty1 .xcx_sty1_list ul {
	float: left;
	width: 105%;
	display: block;
	overflow: hidden;
	padding-top: 20px;
}
.xcx_sty1 .xcx_sty1_list ul li {
	float: left;
	margin: 0 0 10px 20px;
}
.xcx_sty1 .xcx_sty1_list ul li .img {
	overflow: hidden;
	display: block;
	border: 2px solid #fff;
	overflow: hidden;
}
.xcx_sty1 .xcx_sty1_list ul li .img, .xcx_sty1 .xcx_sty1_list ul li .img img {
	width: 82px;
	height: 82px;
	border-radius: 5px;
}
.xcx_sty1 .xcx_sty1_list ul li .img img:hover {
	opacity: 0.88;
}
.xcx_sty1 .xcx_sty1_list ul li p {
	width: 85px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #525252;
}
.ag_sty1_list {
	width: 320px;
	display: block;
	margin: 40px auto 0;
	height: auto;
}
.ag_sty1_list a {
	background: #edeff5;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	border-radius: 6px;
	margin: 3px 3px 6px;
	padding: 2px 5px;
}
.content p.recommend {
	overflow: hidden;
	word-break: keep-all;
	height: 24px;
}
.content p.recommend a {
	color: #428bca;
	text-decoration: none;
	margin-right: 4px;
}
/*语音*/
.audio-box {
	padding: 5px 0px;
	margin-top: 5px;
	display: inline-block;
}
.audio_player_t {
	font-size: 14px;
	font-weight: bold;
	width: 28px;
	color: orangered;
	display: inline-block;
	margin-right: 4px;
}
.head-img {
	display: inline-block;
	margin-right: 4px;
}
.head-img a {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.head-img a img {
	border-radius: 50%;
	margin-bottom: 40px
}
.audio_player {
	padding: 5px 5px 2px 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
	background: #fafafa;
	border-radius: 5px;
	width: 672px;
	display: inline-block;
}
audio {
	width: 100%;
}
/*游戏内页推荐*/
.game_rank {
	width: 100%;
	height: 390px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	margin: 20px 0;
	background: #fff;
	border-radius: 2px;
}
.game_rank .game_rank_title {
	width: 130px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #2e2e2e;
	position: absolute;
	left: 90px;
	top: -22px;
	background: #f0f1f7;
}
.game_rank .game_rank_list {
	width: 265px;
	margin: 0 auto;
}
.game_rank .game_rank_list .game_rank_ul {
	width: 100%;
	height: 520px;
	overflow: hidden;
}
.game_rank .game_rank_list .game_rank_ul li {
	display: block;
	float: left;
	width: 255px;
	height: 48px;
	line-height: 48px;
}
.game_rank .game_rank_list .game_rank_ul .part_1 span {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #9d97be;
	border: 1px solid #9d97be;
	margin: 15px 10px 0 0;
}
.game_rank .game_rank_list .game_rank_ul .part_1 a {
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 225px;
	height: 48px;
	border-bottom: 1px dashed #dfd9ff;
	font-size: 16px;
	color: #525252;
}
.game_rank .game_rank_list .game_rank_ul .part_1 a p {
	float: left;
	width: 155px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.game_rank .game_rank_list .game_rank_ul .part_1 .bq {
	float: right;
	width: 66px;
	text-align: right;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	color: #9d97be;
	font-style: normal;
}
.game_rank .game_rank_list .game_rank_ul .part_2 {
	display: none;
}
.game_rank .game_rank_list .game_rank_ul .part_2 span {
	display: block;
	float: left;
	width: 18px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #9d97be;
	height: 32px;
	line-height: 32px;
	margin: 36px 0 0 0;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .img {
	float: left;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .img img {
	width: 65px;
	height: 65px;
	border-radius: 12px;
	margin: 16px 12px;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .name {
	display: block;
	float: left;
	margin: 22px 0 0 0;
	width: 145px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #525252;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .cate_name {
	display: block;
	float: left;
	margin: 8px 0;
	width: 170px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #99b898;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .downl {
	display: block;
	float: left;
	width: 56px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #ebecf2;
	color: #5c5c5c;
	border-radius: 3px;
	font-size: 12px;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .downl:hover {
	background: #05c300;
	color: #fff;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .g_down {
	display: block;
	float: right;
	background: url(../images/look.png) no-repeat;
	height: 32px;
	width: 33px;
	margin: 6px 0 0 0;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .g_down:hover {
	background: url(../images/look2.png) no-repeat;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .bb {
	width: 100px;
	height: 20px;
	float: left;
	line-height: 18px;
	margin: 5px 0 0 0;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .bb i {
	display: inline-block;
	float: left;
	height: 6px;
	border-left: 1px solid #05c300;
	vertical-align: super;
	margin: 6px 5px 0;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .bb p {
	display: inline-block;
	max-width: 60px;
	height: 18px;
	float: left;
	overflow: hidden;
	font-size: 12px;
	color: #9e9e9e;
}
.game_rank .game_rank_list .game_rank_ul .part_2 .bb .cate_name {
	width: 130px;
	margin-top: 3px;
}
.game_rank .game_rank_list .game_rank_ul li.on {
	height: 96px;
	border-bottom: 1px dashed #dfd9ff;
}
.game_rank .game_rank_list .game_rank_ul li.on .part_2 {
	display: block;
}
.game_rank .game_rank_list .game_rank_ul li.on .part_1 {
	display: none;
}
.game_rank .game_rank_list .game_rank_ul .gli_1 .part_1 .num, .game_rank .game_rank_list .game_rank_ul .gli_1 .part_2 span {
	background: #e94646;
	color: #fff;
	border: none;
}
.game_rank .game_rank_list .game_rank_ul .gli_2 .part_1 .num, .game_rank .game_rank_list .game_rank_ul .gli_2 .part_2 span {
	background: #ff8610;
	color: #fff;
	border: none;
}
.game_rank .game_rank_list .game_rank_ul .gli_3 .part_1 .num, .game_rank .game_rank_list .game_rank_ul .gli_3 .part_2 span {
	background: #ffd37f;
	color: #fff;
	border: none;
}
.game_rank .game_rank_list .game_rank_ul {
	margin-top: 0;
	height: 330px;
	padding-top: 40px;
}
/* 语音解答列表 */
.yy_list li {
	padding: 33px 0 35px;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.yy_list li h3 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.yy_list li .left_info {
	float: left;
	padding: 0 0px 0 60px;
	position: relative;
	margin-top: 25px;
}
.yy_list li .left_info .img-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}
.yy_list li .left_info .img-block img {
	border-radius: 50%;
}
.yy_list li .left_info .user_name {
	font-size: 16px;
	height: 20px;
	overflow: hidden;
}
.yy_list li .left_info .desc {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	position: relative;
	margin: 11px 0 15px;
}
.yy_list li .left_info .desc p {
	width: 660px;
}
.yy_list li .info span {
	font-size: 14px;
	color: #bbb;
	margin-right: 20px;
}
.yy_list li .info .s-oe {
	color: #f25618!important;
} /*橙红*/
.yy_list li .voice_btn {
	margin-top: 15px;
	float: right;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.yy_list li .voice_btn p {
	margin-top: 5px;
}
/* 语音解答详情页 */
.audio-box {
	padding: 30px 5px 10px 15px
}
.audio-box h1 {
	font-size: 24px;
	color: #222;
	font-weight: 600;
	line-height: 40px;
}
.audio-box .info {
	height: 20px;
	margin-top: 22px;
	margin-bottom: 20px;
}
.audio-box .info span {
	float: left;
	color: #bbb;
	margin-right: 35px;
}
.audio-box .info span .ico-ht {
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
.audio-box .info span a {
	margin-right: 5px;
}
.audio-box .info span a:last-child {
	margin-right: 0;
}
.audio-box .info .s-gn {
	color: #01af63!important;
} /*绿色*/
.audio-box .ico-ht {
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
}
.audio-box .i-ht7 {
	width: 14px;
	height: 14px;
	background-position: -16px -40px;
}
.audio-box .i-ht10 {
	width: 9px;
	height: 12px;
	background-position: -170px -35px;
}
.audio-box .i-ht11 {
	width: 16px;
	height: 16px;
	background-position: -190px 0;
}
/* audio-conetnt */
.audio-content {
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 24px;
	width: 770px
}
.audio-content strong {
	font-size: 16px;
	color: #333;
}
.audio-content .txt {
	color: #666;
	margin-top: 11px;
}
.audio-content .txt p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 18px;
	color: #333333
}
.audio-content .txt p.author {
	text-align: center;
	margin-top: 20px;
}
.audio-content .txt p strong {
	color: red;
}
.audio-content>.txt>p>a {
	color: #428bca;
}
.audio-content .txt p > span {
	color: orangered;
}
.audio-content .txt p.author img {
	width: 770px;
	height: auto;
	border-radius: 4px;
}
.audio-content .txt img {
	max-width: 650px;
	display: block;
	margin: 20px auto
}
.audio-content .txt h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px
}
.audio-content .txt h3 {
	color: red;
	vertical-align: top;
	padding-top: 5px;
	display: inline-block;
	margin-right: 5px
}
.audio-content .txt p {
	display: inline-block;
	width: 740px
}
.audio-content .txt p+p {
	display: block
}
.copy-right {
	color: #bbb;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px dashed #e6e6e6;
}
/* related-audio */
.related-audio {
	clear: both
}
.related-audio .related-tit {
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
}
.related-audio .related-tit strong {
	font-size: 24px;
	color: #222;
	font-weight: 400;
}
