.title1 {
width: 487px;
margin-left: 38px;
box-sizing: border-box;
font-family:'Microsoft Yahei',Arial;
font-weight: 500;
line-height: 1.1;
margin: 0px;
font-size: 24px;
padding: 0px 0px 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: rgb(191, 191, 191);
}

.category-items {
	border:1px #D7D7D7 solid;
	padding:25px;
}
.category-items a {
    float: left;
    margin-top: 12px;
    padding: 5px 10px;
    *white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    color:#333;
    margin: 5px;

}
.category-items a.now {
    float: left;
    color: #fff;
    background-color: #FD6F6C;
}
.category-items a:hover {
    float: left;
    color: #fff;
    text-decoration: none;
    background-color: #FD6F6C;
}