body {
	
}
iframe {
	display: block;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'';
	display: block;
	clear:both;
	float:none;
}

.container {
	width: 1080px;
	margin:10px auto 100px;
}
.banner{
	height:340px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.category {
	height: 41px;
	line-height: 41px;
	background: url(../images/category.png) top center no-repeat;
	position: relative;
    margin-top: 40px;
}
.category a {
	color: #fff;
    display: block;
    width: 130px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
.p-list {
	margin: 30px -10px 0;
}
.p-list .itm {
	width: 348px;
    float: left;
    margin: 9px;
    height: 261px;
    overflow: hidden;
}
.p-list .itm a {
	display: block;
}
.p-list .itm img {
	width: 100%;
    display: block;
}
.list {
	margin: 0 auto;
}
.list li {
    margin: 30px 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}
.list li:last-of-type {
	border: 0;
}
.art-pic {
	display: block;
    float: left;
    width: 300px;
    height: 168px;
    margin-right: 20px;
    overflow: hidden;
}
.art-pic img {
	 width: 300px;
	 display: block;
}
.art-pic img:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
}
.art-title {
	font-size: 20px;
	margin-bottom:15px;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:600;
}
.art-title a:hover {
	color: #e6251c;
}
.art-con {
	color:#666666;
	font-size:16px;
	text-align: justify;
}