html,
body,
div,
dl,
dt,
dd,
pre,
code,
form,
input,
button,
textarea,
p,
th,
td,
ul,
li {
	font-family: Arial, 'PingFang SC', 'Microsoft YaHei', Helvetica, sans-serif, SimSun;
}
body {
	background-color: #f4f4f4;
	margin: 0;
}

.header {
	position: fixed;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 52px;
	background: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
	line-height: 52px;
}
.content_header {
	width: 1080px;
}
.content_header,
.content_container {
	margin: 0 auto;
}

.header img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

.header span {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	vertical-align: middle;
	margin-left: 8px;
}

.content_container {
	width: 1000px;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 40px;
	margin-top: 62px;
}

.content_container .title {
	height: 32px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 32px;
}

.oneline div {
	display: inline-block;
	width: 300px;
	padding-top: 10px;
}

.oneline div span,
.keywordsAndBriefWrap span {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.keywordsAndBriefWrap {
	padding: 10px 0px;
	display: none;
}
.keywordsAndBriefWrap .brief {
	margin-top: 12px;
}
#subtitle_container {
	padding: 20px 0px 20px 90px;
}

#attachment_container {
	padding-bottom: 10px;
	min-height: 70px;
	background: #f4f4f4;
	border-radius: 2px;
}

.content {
	margin: 0;
	overflow: auto hidden;
}

.iframe {
	width: 100%;
	margin-top: 10px;
	position: relative;
	min-height: calc(100vh - 218px);
}

.file_num_wrap {
	padding: 14px 20px 10px;
}
.appendix-container {
	padding-left: 10px;
}
#attachment_container .file_num_wrap img {
	width: 12px;
	height: 14px;
}

#attachment_container .file_num_wrap span {
	font-weight: 400;
	font-size: 12px;
	color: #333333;
}
.appendix-container-only-one:hover .downloadWrap {
	display: block !important;
}
.appendix-container-only-one {
	position: relative;
	display: inline-block;
	background: #fff;
	margin: 0px 0px 8px 10px;
	padding: 2px 10px;
}
.appendix-container-only-one img {
	width: 12.4px;
	height: 14px;
	vertical-align: middle;
}
.appendix-container-only-one a {
	height: 17px;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	margin-left: 6px;
	margin-top: 2px;
	text-decoration: none;
}
.appendix-container-only-one > .downloadWrap > a {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-top: 0;
  line-height: 22px;
  text-align: center;
  height: 22px;
}
.appendix-container-only-one > .downloadWrap.only-one > a {
  width: 100%;
}

#columnImage {
	padding: 20px 0;
}
#columnImage img {
	width: 14px;
}
#columnImage a {
	font-size: 12px;
	color: #333;
	margin-left: 0;
	padding-left: 4px;
	text-decoration: none;
}
.textEllipsis {
	max-width: 200px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}
/* icon 颜色 */
.iconfont.txt,
.iconfont.defaultICON {
	color: #586a95;
}
.iconfont.doc,
.iconfont.ofd {
	color: #297ffb;
}
.iconfont.ppt {
	color: #ff9900;
}
.iconfont.xls,
.iconfont.img {
	color: #61b109;
}
.iconfont.pdf {
	color: #ff4141;
}
.iconfont.video,
.iconfont.rar {
	color: #3aadfb;
}
