textarea {
				width: 100%;
				height: 157px;
				margin: 10px 0 30px;
				padding: 20px;
				background: #f9f9f9;
				resize: none;
			}

			input[type=radio]+label {
				display: inline-block;
				padding: 9px 24px;
				margin-right: 5px;
				border-radius: 3px;
				border: 1px solid #e1e1e1;
				cursor: pointer;
			}

			input[type="radio"]:checked+label {
				color: white;
				border-color: #e4393c;
				background: #e4393c;
			}

			input[type="radio"] {
				position: absolute;
				clip: rect(0, 0, 0, 0);
			}

			select {
				position: relative;
				width: 429px;
				height: 54px;
				padding: 0 20px;
				border-radius: 8px;
				border: 1px solid #e1e1e1;
				color: #999;
				appearance: none;
				-moz-appearance: none;
				-webkit-appearance: none;
				background: url(img/tri.png) no-repeat 394px center;
			}
			.hotRec{
				margin-bottom: 30px;
			}
			.hotRec li{
				width: 425px;
			    float: left;
			    
			    list-style: none;
			    height: 30px;
			    line-height: 30px;
			    
			    position: relative;
			    padding-left: 15px;
			}
			.hotRec li a{
				color: #666;
				width: 300px;
				display: inline-block;
				overflow: hidden;
			    white-space: nowrap;
			    text-overflow: ellipsis;
			}
			.hotRec li:before{
				content: "";
				position: absolute;
				top: 13px;
				left: 0;
				width: 4px;
				height: 4px;
				background: #e1e1e1;
			}
			.commentContent{
				margin: 20px 0;
				border: 1px solid #e1e1e1;
				padding: 10px;
			}
			.commentItem{
				overflow: hidden;
				padding: 10px;
				border-bottom: 1px dashed #e1e1e1;
			}
			.down{
				margin:15px 10px;
			}
			.down a{color:#666;}

			/*分页*/
			.paginator{padding: 15px 0 10px;}
			.paginator .current,.paginator a,.paginatore a:hover,.paginator span{display:inline-block;margin-right:2px;padding:0 10px;height:25px;line-height:25px;vertical-align:middle}
			.paginator a,.paginator span{color:#666;border:1px solid #e1e1e1;}
			.paginator .current,.paginator a:hover{text-decoration:none;color:#FFF;background-color:#e21912;vertical-align:middle}
			.paginator .next,.paginator .prev{font-family:"宋体"}