﻿/*
copyright: 四川兴蜀公路建设发展有限公司
for: 末级
data: 2017-06
*/
/* CSS Document */
h1.title {
	width: 100%;
	padding: 0 2%;
	font-size: 18px;
	color: #333;
	line-height: 1.6em;
	text-align: center;
	padding: 1em 0 .5em;
	font-weight: bold;
}
.info {
	font-size: 12px;
	color: #999;
	line-height: 1.6em;
	padding-bottom: 1em;
	border-bottom: 1px solid #b1b1b1;
	text-align: center;
}
.article {
    width: 925px;
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 32px;
}
.article,
.article a {
	color: #686767;
}
.article a:hover {
	color: #3b703b;
}
.article img {
	max-width: 925px;
	height: auto;
}
.article .video {
	margin: 10px auto;
}