/*隐藏原来的公告内容*/
#profile_block{
    display:none
}
.catListTitle{
    display:none
}
/*------------------*/

.aboutme{
    
}
.aboutme h2{
font-size: 14px;
color: rgb(51, 51, 51);
text-align: center;
border-bottom: 3px solid rgb(221, 221, 221);
font-weight: bold;
line-height: 2.1em;
margin-top: 10px;
margin-bottom: 10px;
letter-spacing: 2px;
font-family: 微软雅黑;
}

.bascInfo label{
font-family: 'Comic Sans MS'; 
color: #00183d;
display:block;
margin-top: 5px;
}

/*随便和分类*/
.catListTitle{
font-size: 13.5px;
color: rgb(51, 51, 51) !important;
text-align: center;
border-bottom: 3px solid rgb(221, 221, 221);
font-weight: bold;
line-height: 2.1em;
margin-top: 10px;
margin-bottom: 10px;
letter-spacing: 2px;
font-family: 微软雅黑;
display:block;
background:white  !important;
}

/*header */
#header{
background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(30, 73, 127)), color-stop(20%, rgb(27, 51, 92)), color-stop(50%, rgb(1, 1, 73)), color-stop(100%, rgb(0, 5, 73))) !important;
}