* { box-sizing: border-box; margin: 0; padding: 0; font-size: 14px; }
a { text-decoration: none; font-size: 14px; }
li { list-style-type: none; }

/*css reset end*/
body { background: #DEDEDE; }
img { width: 200px; height: 180px; display: block; }
h2 { font-size: 24px; line-height: 50px; }
h3 { font-size: 20px; line-height: 30px; }
address { font-style: normal; line-height: 30px; }
p { font-size: 18px; text-indent: 2em; line-height: 1.5em; }
.clearfix:after { content: ""; display: block; clear: both; height: 0; }

/*css common use end*/
header { width: 100%; height: 56px; background: #333; line-height: 56px; color: #fff; padding: 0 10px; }
.top-logo { display: block; float: left; width: 200px; background: url("../images/01.png") no-repeat; text-indent: -999px; margin-left: 20px; }
.top-nav { float: right; }
.top-nav li { float: left; }
.top-nav a { color: #fff; display: inline-block; height: 56px; padding: 0 10px; font-size: 12px; }
aside { width: 400px; position: absolute; right: 15px; top: 71px; background: #fff; padding: 15px; }
article { margin: 15px 430px 15px 15px; background: #fff; padding: 15px; }
.article-2 ul { margin-top: 10px; }
.article-2 ul>li a { color: #000; font-size: 18px; line-height: 25px; }
.article-3 li { list-style-type: decimal; list-style-position: inside; font-size: 18px; }
.table { width: 90%; margin: 0 auto; border-collapse: collapse; }
.table th, .table td { border: 1px solid #dedede; padding: 2px; }
.table th { background: #333; color: #fff; text-align: left; }
.table .last-rol { background: #666; color: #fff; }
.images-box a { float: left; padding: 15px; border: 1px solid #999; margin-right: 15px; margin-top: 15px; }
.images-box span { display: block; line-height: 20px; text-align: center; color: black; }

/*article css end*/
aside h2 { border-left: 3px solid #666; padding-left: 10px; line-height: 40px; }
aside form { width: 100%; margin: 0 auto; }
aside label { display: inline-block; width: 100px; text-align: right; margin-right: 20px; }
aside textarea { vertical-align: top; }
aside .submit { display: block; width: 80%; margin: 0 auto; height: 40px; background: #3355D0; color: #fff; text-align: center; margin-top: 10px; border: 0; border-radius: 5px; font-weight: bold; font-size: 18px; }
aside input { margin: 10px 5px; }
aside p { font-size: 14px; color: #999; padding-left: 120px; text-indent: 10px; margin-bottom: 15px; }
footer { width: 100%; height: 50px; text-align: center; line-height: 50px; color: #fff; background: #333; }