
/***此css针对引用、表格时要用到，在用到ueditor编辑的时候需要引入***/

/****添加引用样式****/
.content blockquote, .reply_txt blockquote {
	margin: 30px 0;
	padding: 23px 20px 23px 55px;
      background: #fafafa url(../themes/default/images/blockquoteup.png) 18px 20px no-repeat ;
	border: 1px solid #f3f3f3;
	line-height: 28px
}

.content blockquote p, .reply_txt blockquote p {
	padding-right: 22px
}

.content blockquote p:last-child, .reply_txt blockquote p:last-child
	{
	padding-bottom: 10px;
	background: #fafafa url(../themes/default/images/blockquotedown.png) 100% 100% no-repeat
}


/** ueditor 添加表格样式***/
div#tab_1 {
    font-size: 16px;
}
.content table {
	margin-bottom: 10px;
	width: auto;
	border-collapse: collapse !important;  
}
.content .richtext ul,
.content .richtext ol,
#tab_1  ol,
#tab_1 ul {
	padding: 0;
	padding-left: 20px;
	border-bottom: 0;
	line-height: 2;
}
.content .richtext ul li,
.content .richtext ol li,
#tab_1 ol li,
#tab_1 ul li {
	display: list-item;
	width: auto;
	float: none;
	box-sizing: content-box;
	line-height: inherit;
	text-align: left;
	list-style-type: inherit;
	list-style-position: outside;
}
.content .richtext ul p,
.content .richtext ol p,
#tab_1 ul p,
#tab_1 ul p {
	text-indent: 0 !important;
}

.jieshao blockquote,
.games_detail_wrap blockquote {
	margin: 30px 0 0;
    padding: 12px 12px 12px 40px;
    background: #fafafa url(../themes/default/images/blockquoteup.png) 10px 10px no-repeat;
    border: 1px solid #f3f3f3;
    line-height: 28px;
}
.jieshao blockquote p:last-child,
.games_detail_wrap blockquote p:last-child {
    padding-bottom: 10px;
    background: #fafafa url(../themes/default/images/blockquotedown.png) 100% 100% no-repeat;
}
.jieshao table {
	border-collapse: collapse;
}
.jieshao ul,
.jieshao ol {
	padding-left: 20px;
}
.jieshao ul li,
.jieshao ol li {
	list-style: inherit;
}

/**效正视频在移动端上面访问**/
.games_detail_wrap  iframe {
width: 100% !important;
height: auto !important;
}
.jieshao iframe {
width: 100% !important;
height: auto !important;
}