#page_title{
background:#113d79;
}
#contents1{
padding:80px 0;
}
#contents1 article{
width:1050px;
background:url('../images/index/bg1.jpg');
margin:0 auto;
color:#fff;
padding:30px 0;
}
#contents1 article h3{
text-align:center;
margin:0 0 20px 0;
}
#contents1 .comment{
margin:0 20px 20px 20px;
padding:20px 0 20px 30px;
border-top:20px solid #ec5c00;
border-bottom:20px solid #ec5c00;
}
#contents2{
background:#f1f1f1;
	padding:60px 0;
}
#contents2 article{
max-width:1400px;
	display:flex;
	justify-content:space-between;
margin:0 auto;
}
#about_l{
	width:48%;
box-sizing:border-box;
}
#about_r{
	width:48%;
	padding-top:50px;
}
#about_l h3{
font-size:24px;
margin:0 0 20px 0;
color:#183d6e;
text-align:center;
}
#about_l table{
width:100%;
}
#about_l th,
#about_l td{
padding:10px;
font-weight:normal;
text-align:left;
}
#about_l th{
border-bottom:1px solid #183d6e;
}
#about_l td{
border-bottom:1px solid #8e8e8e;
}