/* your styles go here */
code table tr td{
	border: none;
	background-color:rgb(255, 255, 255)
}
code table tr{
	border:none;

}


table {
	width: 100%;
	padding: 0px;
	word-break: initial;
}
table tr {
	border-top: 1px solid rgb(204, 204, 204);
	margin: 0px;
	padding: 0px;
}
table tr:nth-child(2n) {
	background-color: rgb(248, 248, 248);
}
table tr th {
	font-weight: bold;
	border-width: 1px 1px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-image: initial;
	border-bottom-style: initial;
	border-bottom-color: initial;
	text-align: left;
	margin: 0px;
	padding: 6px 13px;
}
table tr td {
	border: 1px solid rgb(204, 204, 204);
	text-align: left;
	margin: 0px;
	padding: 6px 13px;
}
table tr th:first-child, table tr td:first-child {
	margin-top: 0px;
}
table tr th:last-child, table tr td:last-child {
	margin-bottom: 0px;
}
.daohang {
	align-content: center
}
/*--------------------------------------------------
Tags
---------------------------------------------------*/

p{text-align:justify;text-indent: 2em}
p.read-more, p.weibojx,p.scjx,p.bkjx,p.text-center,p.super-paragraph{text-indent:0;text-align:center;}
p.copyright,p.credit,p.time{text-indent:0}

blockquote p{text-indent:0}
.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.tags li {
	float: left;
}
.tags li .tag {
	background: #e1e1e1;
	border-radius: 3px 0 0 3px;
	font-size: 12px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #333;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.tags li .tag:hover {
	background-color: #2b90d9;
	color: white;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.tags li .tag::before {
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}
.tags li .tag::after {
	background: #f7f7f7;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #e1e1e1;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.tags li .tag:hover::after {
	border-left-color: #2b90d9;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.tags_orange li .tag:hover {
	background-color: #FFA500;
	color: white;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.tags_orange li .tag:hover::after {
	border-left-color: #FFA500;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}



.tags_violet{
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.tags_violet li {
	float: left;
}
.tags_violet li .tag_violet {
	background: #e1e1e1;
	border-radius: 3px 0 0 3px;
	font-size: 12px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #333;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.tags_violet li .tag_violet:hover {
	background-color:  #9055A2;
	color: white;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.tags_violet li .tag_violet::before {
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}
.tags_violet li .tag_violet::after {
	background: #f7f7f7;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #e1e1e1;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.tags_violet li .tag_violet:hover::after {
	border-left-color:  #9055A2;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}


img {
	display: block;
	width: 100%;
}
.zhuye {
	display: block;
	width: 18px;
}
.zhuye-2 {
	display: block;
	width: 12px;
}
.search-box {
	margin-bottom: 0;
	float: right;
}
.search-box p {
	margin-bottom: 0;
}
.search-box input.search_bar {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	outline: none;
	width: 38px;
	border-radius: 19px;
	margin: 8px auto 0 auto;
	padding: 18px;
	background: white url(../img/src.png) no-repeat center center;
	border: 2px solid #e1e1e1;
	-webkit-transition-property: border;
	-moz-transition-property: border;
	-o-transition-property: border;
	transition-property: border;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.search-box input.search_bar:hover {
	cursor: pointer;
	border: 2px solid #333;
	-webkit-transition-property: border;
	-moz-transition-property: border;
	-o-transition-property: border;
	transition-property: border;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.search-box .btn-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
	background-repead: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAYElEQVQoU2NkYGD4D8SMQEwq+A/TRKoBYPXINhJrAFwdunMJGYAij82vuAzAEMcVUOgKsRqIL5RhGnB6hVAU4Q0DmthMtp/JDm2y45mQRljax0hhxGpEMQAU2qRqhBsAAMdkHQ5jnOygAAAAAElFTkSuQmCC);
	cursor: pointer;
	opacity: .5;
}
.search-box .btn-close:hover {
	opacity: 1;
}
.search-box .help {
	display: none;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.7;
}
.active.search-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	padding: 2em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #1a1a1a;
}
.active.search-box .btn-close, .active.search-box .help {
	display: block;
}
.active.search-box input[type=text] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 28px;
	border: none;
	background-color: transparent;
	color: #1a1a1a;
	outline: none;
	width: 100%;
	height: 31px;
	padding: 0;
	margin: 0;
	letter-spacing: -0.05em;
	-webkit-appearance: none;
}
.active.search-box input.search_bar {
	background: none;
}
 .active.search-box input[type=text].placeholder, .active.search-box input[type=text]:-moz-placeholder, .active.search-box input[type=text]::-webkit-input-placeholder {
 color: #eeeeee;
}
