/***专题列表***/
.speciallistdiv{
	border:1px solid #ba0001;
}
.speciallistdiv .special-list{
	height:auto;overflow:hidden;
	padding:10px;
}
.special-list li{
	height:200px;width:30%;float:left;overflow:hidden;
	box-shadow: 0px 0px 20px #d9d9d9;
	position:relative;
	margin:17px;
}
.special-list li img{
	width:100%;
	-webkit-transition: ease-in-out 600ms;-moz-transition: ease-in-out 600ms;-ms-transition: ease-in-out 600ms;-o-transition: ease-in-out 600ms;transition: ease-in-out 600ms;
}
.special-list li:hover img{transform: scale(1.1);}

.nowrap{position:relative;z-index:5;top:170px;height:30px;line-height:30px;text-align:center;background:rgba(0,0,0,.3);color:#fff;font-weight:bold;}

/***专题文章列表***/
.deflloatspecial{
	padding:5px;
}
.specialtitle{
	height:30px;line-height:30px;font-size:25px;font-weight:bold;
}
.deflloatspecial .speciallist{
	border:1px solid #ba0001;margin-top:10px;
}
.specialctype{
	height:40px;line-height:40px;overflow:hidden;border-bottom:1px solid #ba0001;padding-left:5px;font-weight:bold;font-size:16px;color:#ba0001;
}
.specialitme{
	padding:5px;
}
.specialitme .itmelist{
	height:90px;overflow:hidden;margin:5px 0px;border-bottom:1px dashed #ba0001;padding-bottom:5px;
}
.itmeimg{
	height:100%;margin:0px 5px;
}
.itmeimg img{
	max-height:100%;max-width:120px;
}


/***专题文章列表2***/
.article_list{height:30px;line-height:30px;border-bottom:1px dashed #ba0001;}
.article_list:hover{background-color:#f1eeee};