/**!
 * [大连]
 * date:2018-12-12
 * author: [黄伟平];
 */
.box {
	position: relative;
	height: 100%;
	overflow: auto;
	background-color: #fff;
}

.theme-skin-black .box {
	position: relative;
	height: 100%;
	overflow: auto;
	background-color: #21385C;
}

.theme-skin-black .survey-title{
	height: 80px;
	border-bottom: 1px solid #6b6c78;
	margin: 0 13px;
} 

.survey-title {
	height: 80px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 13px;
}

.survey-title>h1 {
	line-height: 80px;
	text-align: center;
	font-size: 22px;
	color: #2081d4;
}

.back-btn {
	float: right;
	display: block;
	width: 80px;
	height: 36px;
	border-radius: 4px;
	background-color: rgba(32, 129, 212, .8);
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	margin-top: -55px;
}

.back-btn:hover {
	background-color: #2081d4;
}

.download-nav {
	position: absolute;
	left: 0;
	top: 26px;
	width: 310px;
	bottom: 14px;
	padding-right: 10px;
}

.download-list {
	margin-left: 14px;
}

.download-list>li {
	margin-bottom: 14px;
}

.download-list>li>a {
	display: block;
	border: 1px solid #f0f0f0;
	padding-bottom: 25px;
	font-size: 14px;
}

.theme-skin-black .download-list>li>a{
	display: block;
	border: 1px solid #6b6c78;
	padding-bottom: 25px;
}

.download-list>li>a:hover {
	border: 1px solid #fff;
	box-shadow: 0px 5px 9.4px 0.6px rgba(114, 114, 114, 0.1);
}

.download-list>li>a:hover .down-btn {
	background-color: #2081d4;
	color: #fff;
	transition: all .5s;
}

.theme-skin-black .download-content {
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 28px 12px 18px;
	color: #fff;
}

.download-content {
	display: block;
	font-size: 14px;
	line-height: 36px;
	padding: 20px 28px 12px 18px;
	color: #4f6c8f;
}

.download-content>span {
	color: #2081d4;
}

.down-btn {
	display: block;
	width: 78px;
	height: 34px;
	border: 1px solid #2081d4;
	color: #2081d4;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	line-height: 34px;
	margin-left: 200px;
	transition: all .5s;
}

.pdf-box {
	position: absolute;
	left: 334px;
	right: 14px;
	top: 26px;
	bottom: 14px;
}