
/* 页面公共样式 */

body {
	min-width: 320px;
	background: #ffffff;
	line-height: 1.5;
}

/* 底部工信部链接样式 */
a.index-bottom-link {
	text-decoration: none;
	color: #ffffff;
}

a.index-bottom-link:hover {
	text-decoration: underline;
}

a.sub-bottom-link {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
}

a.sub-bottom-link:hover {
	text-decoration: underline;
}

iframe {
    height: 70vw;
}