/***专题列表***/
.speciallistdiv{
	border:1px solid #e42417;margin-bottom:15px;
}
.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;}

/***专题文章列表***/

fieldset {
	border:1px solid red;
    margin: 20px 20px;
    padding: 20px;
    border-color: #e42417;
    border-width: 2px;
    border-radius: 5px;
}

legend{
	padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #e42417;
}