@charset 'utf-8';

body {
	background-color: #eff2f5;
}

.sunow_hd .hd_bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.detail .content {
	padding: 35px;
	margin-bottom: 45px;
	background-color: #fff;
}

.detail .addr {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.detail .addr img {
	vertical-align: middle;
	margin-right: 10px;
}

.detail .addr i {
	vertical-align: middle;
	font-style: normal;
	color: #808080;
}

.detail .addr a {
	vertical-align: middle;
	color: #808080;
}

.detail .addr a[href] {
	cursor: pointer;
}

.detail .addr a[href]:hover {
	color: #1f6ede;
}

.detail .addr span {
	vertical-align: middle;
	color: #222222;
}

.detail .title {
	margin-top: 25px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 53px;
	font-size: 34px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e3e5e8;
}

.detail .info {
	height: 60px;
	line-height: 60px;
	margin: 40px 0;
	padding: 0 15px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #222222;
	background-color: #ebf4fd;
}

.detail .info .bf {
	float: left;
}

.detail .info .ef {
	float: right;
}

.detail .info img {
	vertical-align: middle;
	margin: 0 5px;
}

.detail .info span {
	display: inline-block;
	max-width: 370px;
	margin-right: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	overflow: hidden;
}

.detail .info .ef {
	height: 100%;
}

.detail .fstxt {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #222222;
	font-family: MicrosoftYaHei;
	padding-bottom: 50px;
}

.detail .fstxt img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
}

.detail .fstxt video {
	max-width: 100%;
	max-height: 765px;
	display: block;
	margin: 15px auto;
}

.detail .fstxt table {
	width: 100%;
	max-width: 100%;
	margin: 30px 0;
}

.detail .fstxt table,
.detail .fstxt table tr,
.detail .fstxt table tr td {
	border: 1px solid #ccc;
}

.detail .files {
	padding: 35px 0;
	border-top: 1px solid #ededed;
}

.detail .files a {
	position: relative;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding-left: 45px;
	padding-right: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #222222;
}

.detail .files a:hover {
	color: #0264cb;
}

.detail .files a em {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 28px;
	height: 37px;
	margin-top: -18px;
	background-image: url(../img/common/c9.png);
	background-repeat: no-repeat;
}

.detail .files a i {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background-image: url(../img/common/c8.png);
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.detail .files a i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}