html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
img,
a {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    min-width: 1200px;
    font-family: 宋体;
    font-size: 16px;
    line-height: 27px;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 1170px;
    height: 156px;
}

.logo {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 45px;
}

#navList {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#navList>li {
    float: left;
    margin-left: 20px;
}

.menu {
    display: inline-block;
    padding: 5px 3px;
    color: #444;
    text-decoration: none;
}

.menu:hover {
    border-bottom: 1px solid;
}

#sidebar_search {
    position: fixed;
    top: 156px;
    left: 0;
    width: 100%;
    height: 66px;
    background-color: #f1f1f1;
    color: #444;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#sidebar_search .mySearch {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 1170px;
}

.catListTitle {
    display: none;
}

.div_my_zzk {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.input_my_zzk {
    position: relative;
    top: -1px;
    border: none;
    height: 22px;
    line-height: 22px;
    padding: 5px 6px 4px 6px;
    vertical-align: middle;
    display: inline-block;
    width: 160px;
    font-size: 16px;
    margin-left: -4px;
    outline: none;
}

.btn_my_zzk {
    display: inline-block;
    border: none;
    line-height: 20px;
    height: 31px;
    vertical-align: middle;
}

#main {
    margin: 0 auto;
    padding: 36px 0;
    width: 1170px;
    min-height: 100vh;
}

.day {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
    width: 360px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.postTitle,
.dayTitle {
    text-align: center;
}

.dayTitle {
    padding-bottom: 10px;
}

.postTitle {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.postTitle>a {
    text-decoration: none;
    font-size: 28px;
    line-height: 30px;
    color: #454a4e;
}

.dayTitle>a {
    text-decoration: none;
    color: #5a6065;
    font-size: 16px;
    line-height: 27px;
}

.desc_img {
    position: absolute;
    width: 360px;
    top: 0;
    left: 0;
    z-index: -1;
}

.c_b_p_desc {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
    line-height: 27px;
}

.postDesc{
    clear: both;
    text-align: center;
}

.postDesc > a{
    display: none;
}

.c_b_p_desc_readmore{
    float: right;
    margin: 20px 0;
    color: #444;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    box-sizing: border-box;
}

.c_b_p_desc_readmore:hover{
    color: black;
    border: 1px solid;
}

#footer{
    clear: both;
    color: #7b8690;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #232323;
}

#sideBar{
    float: right;
}

/* 公告暂时不要 */
.newsItem{
    display: none;
}

#sidebar_categories{
    width: 360px;
}