.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.mt-100 {
	margin-top: 100px;
}
.banner {
	height: 719px;
	background: url(../images/banner.jpg) top center no-repeat
}
.container {
	width: 930px;
	margin: 30px auto;
}
.lead {
    height: 108px;
    padding-top: 7px;
    font-size: 36px;
    text-align: center;
    background: url(../images/lead.png) top center no-repeat;
    color: #c46c59;
    line-height: 1.4;
}
.txt-cell {
	text-align: justify;
	line-height: 2;
	margin: 30px 0;
}
.list {
	margin: 0 -10px;
}
.list .itm {
	width: 455px;
	margin: 10px;
	float: left;
}
.list .itm .pic {
	width: 455px;
	height: 340px;
	display: block;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
.list .itm .pic img {
	display: block;
	width: 455px;
}
.list .itm .pic img:hover {
	opacity: .85;
	filter: alpha(opacity = 85);
}
.list .itm .u-tt {
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list .itm .u-tt a {
	color: #c46c59;
}
.list .itm .u-tt a:hover {
	text-decoration: underline;
}
.more {
    display: block;
    width: 300px;
    text-align: center;
    font-size: 18px;
    margin: 20px auto 0;
    line-height: 40px;
    border-radius: 40px;
	background: #dfdfdf;
}