<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* body *{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
} */

body {
    font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    background: #f6f6f6;
    letter-spacing: 1px;
}

html,body,div,table, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, label, p, dl, dt, dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border:0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

input{
    outline: none;
}


a,a:visited {
    text-decoration:none;
}

a:hover,a:active {
    /*text-decoration:underline;*/
}

.clear {
    clear:both;
}

span {
    cursor: default;
}

.margin_right20{
	margin-right:20px;
}

* {

    margin: 0;
    padding: 0;

}

.main_body {
    width: 1200px;
    margin: 0 auto 100px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}


/*站内导航*/
.main_body .body_artical_location {
    margin-top: 40px;
    height: 36px;
    font-size: 15px;
    color: #444;
}

.ft-left{
	float:left;
}
.layui-normal-list-btn{
	background-color: red;
	width: 30px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
</pre></body></html>