@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff6e3;
}

/*==========================================================
												header
==========================================================*/

/* ============== header ============== */

/* ============== report_box_1 ============== */
.report_box_1{
	margin: 0 auto;
	padding: 0 0 40px;
}
.report_box_1 .img-title {
	text-align: center;
	margin-bottom: 20px;
	font-size:20px;
}
.report_box_1 .sub_box_1{
	width: 960px;
	margin: 30px auto;
}
.report_box_1 .sub_box_1 .text{
	width: 443px;
	float: right;
	font-size: 16px;
	line-height: 1.8;
}
.report_box_1 .sub_box_1 .text a{
	color:#8bc53f;
}

.report_box_1 .sub_box_1 .text img{
	padding-top:33px;
}
.report_box_1 .sub_box_1 .figure{
	width: 484px;
	height: 339px;
	float: left;
}
.report_box_1 .sub_box_2{
	padding: 5px 0 15px;
}
.report_box_1 .sub_box_2 .text{
	width: 920px;
	margin: 0 auto;
	font-size: 16px;
	color: #d86a66;
}
.report_box_1 .msg-wall {
	width: 850px;
	background: #fff;
	margin: 30px 45px;
	overflow: hidden;
}
.report_box_1 .msg-wall .wall-body {
	padding: 50px;
	text-align: center;
}
.report_box_1 .msg-wall .wall-body ul li {
	height: auto;
}
.report_box_1 .msg-wall .wall-body ul li:first-child {
	margin-bottom: 30px;
}
.report_box_1 .msg-wall .wall-body ul li img {
	margin: 0;
	padding: 0;
}
.introduction .report .list_2 a:hover{
	filter:alpha(opacity=80);
    opacity:0.7;
}
.img-block {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.footer{
    padding: 0px 0 10px;
}

/* util */
.mb50 {
	margin-bottom: 50px;
}
.mb20 {
	margin-bottom: 20px;
}
