@charset "utf-8";

/*  下虚边框  */
.pub-border-b {
	border-bottom: 1px dotted #e1e1e1;
}

/* 背景颜色渐变   */
.pub-linear-white {
	background: linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	background: -webkit-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	/* Safari 、Chrome */
	background: -o-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	/* Firefox 3.6 - 15 */
	background: -ms-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	/* IE */
}

/**边框 padding包含在宽度内*/
.pub-boxsizing-borderbox {
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

/**标题样式*/
.pub-moduletitle {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: left;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	background: -webkit-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	background: -o-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	background: -moz-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	background: -ms-linear-gradient(to bottom, #E5E5E5 0%, #fff 50%, #E5E5E5 100%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pub-moduletitle span {
	font-size: 16px;
	margin-left: 10px;
	font-weight: bold;
}
.pub-moduletitle a {
	font-size: 12px;
	margin-right: 10px;
	float: right;
}
/**标题样式 end*/

/**各详情页样式、列表页(不包括列表项) start*/
.pub-page-box {
	float: left;
	width: 100%;
	margin-top:10px;
}
.pub-page-leftbox {
	float: left;
	width: 68%;
	margin-right: 2%;
}
.pub-page-leftbox .pub-page-top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #000000;
}
.pub-page-leftbox .pub-page-detail {
	border: 1px solid #dfdfdf;
	min-height: 200px;
}
.pub-page-leftbox .pub-page-detail > div.pub-page-detail-pd {
	padding: 25px 40px;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailTitle {
	font-size: 28px;
	/* color:red; */
	color: #000000;
	text-align: center;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailPoint {
	font-size: 12px;
	color: #666666;
	text-align: center;
	border-top: 1px solid #dddddd;
	margin-top: 20px;
	padding-top: 10px;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailShare {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailContent {
	font-size: 16px;
	margin-top: 35px;
}

.pub-page-leftbox .pub-page-detail .pub-page-detailContent table,
.pub-page-leftbox .pub-page-detail .pub-page-detailContent table tr {
	border: 1px solid #dddddd;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailContent table td {
	border: 1px solid #dddddd;
	padding: 3px 3px;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailContent p {
	line-height: 1.9;
	margin-bottom: 0px;
}
/* .pub-page-leftbox .pub-page-detail .pub-page-detailContent strong,
.pub-page-leftbox .pub-page-detail .pub-page-detailContent span,
.pub-page-leftbox .pub-page-detail .pub-page-detailContent em {
	display: inline-block;
	line-height: 1.8;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailContent span{
	float: left;
} */
.pub-page-leftbox .pub-page-detail .pub-page-detailContent img {
	/* width:100%; */
	/* margin-left:15%; */
	/* width:auto;
	height:auto; */
	max-width: 100%;
	/* max-width:60px; */
	margin: 0px auto;
	display: inline-block;
	vertical-align: middle;
	padding-top:7px;
}
.pub-page-leftbox .pub-page-detail .pub-page-detailContent embed {
	max-width: 100%;
	margin: 0px auto;
	display: block;
	vertical-align: middle;
}
.pub-page-leftbox .pub-page-comment {
	width: 100%;
	border: 1px solid #dfdfdf;
	height: auto;
	margin-top: 10px;
}
.pub-page-rightbox {
	float: left;
	width: 30%;
}
.pub-page-rightitem {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.pub-page-rightitem .pub-page-righttitle {
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 3px solid #e1e1e1;
}
.pub-page-rightitem .pub-page-righttitle a {
	color: red;
	float: right;
}
.pub-page-rightitem .pub-page-righttitle span {
	color: black;
	font-size: 16px;
}
.pub-page-rightitem .pub-page-rightlist {
	float: left;
	width: 100%;
	margin-top: 7px;
}
.pub-page-rightitem .pub-page-rightlist ul {
	float: left;
	width: 100%;
}
.pub-page-rightitem .pub-page-rightlist ul li {
	float: left;
	width: 100%;
	height: 27px;
	line-height: 27px;
}
.pub-page-rightitem .pub-page-rightlist ul li a,
.pub-page-rightlist ul li b {
	float: left;
}
.pub-page-rightitem .pub-page-rightlist ul li span {
	float: right;
}
.pub-page-rightitem .pub-page-rightlist ul li b.markred {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: red;
	border-radius:10px;
}
.pub-page-rightitem .pub-page-rightlist ul li b.markhs {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: #999999;
	border-radius:10px;
}
/**各详情页样式、列表页(不包括列表项) end*/