body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td,
section,
a,
input,
span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
input,
textarea {
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-webkit-font-smoothing: antialiased
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	/* font-weight: normal; */
}

ol,
ul {
	list-style: none
}

caption,
th,
td {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

input[type=button],
button {
	-webkit-appearance: none;
	-webkit-user-select: none
}

a,
img,
input,
select,
li {
	-webkit-tap-highlight-color: transparent
}

a,
img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

a,
input,
img,
select,
textarea {
	outline: none
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

::-webkit-scrollbar {
	display: none;
	width: 0
}

img {
	-webkit-touch-callou: none
}

* {
	-webkit-tap-highlight-color: transparent
}

.show {
	display: block !important
}

.hide,
.none {
	display: none !important
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*.clearfix {
	zoom: 1
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

* {
	box-sizing: border-box
}

.lef {
	float: left
}

.rig {
	float: right
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	font-weight: normal
}

.top {
	margin-top: 40px
}

.toolTip-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5px 10px 6px;
	box-sizing: border-box;
	border-radius: 6px;
	max-width: 600px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	color: #fff;
	text-align: justify;
	opacity: 1;
	z-index: 1000;
	letter-spacing: 2px
}

.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000
}

.article {
	width: 845px;
	padding: 25px 8px 40px;
	color: #333;
}

.article .ar_title h3 {
    font-size: 20px;
    color: black;
    text-align: left;
}
.article .ar_title .other {
    margin-top: 32px;
    margin-bottom: 20px;
}
.article .ar_title .other span {
    font-size: 14px;
    color: #999999;
    margin-right: 50px;
    text-align: left;
}

.article .ar-content p {
	font-size: 14px;
	line-height: 30px;
	text-indent: 28px;
	margin-bottom: 43px;
}

.article .ar-content {
	margin-top: 36px;
}

.article .ar-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: auto !important
}
.article .article_entrance {
    margin-top: 28px;
}
.article .article_entrance p:first-child {
    margin-bottom: 15px;
}
.article .article_entrance a:first-of-type {
    width: auto;
}
.article .article_entrance a {
    color: #0089e1;
    font-size: 14px;
    width: 500px;
    display: inline-block;
    vertical-align: text-bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}