
#banner{
	width: 100%;
	min-width: 1100px;
    position:relative;
    overflow: hidden;
   /* height: 340px;*/
}
#main{
	min-width:1100px;
}
.contents {
    width: 70%;
    min-height: 150px;
    min-width: 900px;
    height: auto;
    border: 1px solid #D0D0D0;
    padding: 0 40px 43px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom:50px;
}
.contents h3{
	border-left: 6px solid #005CAA;
	padding-left: 22px;
	font-size: 30px;
	color: #343434;
	margin: 20px 0 10px;
}
.time{
	padding-left: 28px;
	font-size: 12px;
	color: #9B9B9B;
}
.article{
	font-size: 14px;
	color: #505050;
	letter-spacing: 0;
	line-height: 34px;
}
.article p{
	text-indent: 28px;
}
.contents img{
	width: auto;
	max-width: 100%;
	margin-top:34px;
}
#top{
	background: url(../images/top2.jpg) 0 0 no-repeat;
	background-size:cover ;
	width: 48px;
	height: 46px;
	position: fixed;
	right: 60px;
	bottom: 120px;
	display: none;
	cursor:pointer;
}
#top:hover{
	background: url(../images/top.jpg) 0 0 no-repeat;
	background-size:cover ;
}
.title{
	width: 70%;
    min-width: 900px;
    margin: 0 auto;
    padding: 30px 0 24px 0;
}
