* {
    font-family: "微软雅黑";
}

p, ul, li, button, h1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

body, html {
    margin: 0;
    padding: 0;
}

a.fontcolor {
    color: #999;
}

.banner {
    width: 980px;
    height: 350px;
    margin: 0 auto;
}

ol.slidePoint {
    position: absolute;
    left: 49%;
    bottom: 10px;

}

.slidebox {
    width: 980px;
    height: 350px;
    text-align: center;
    overflow: hidden;
}

.slidebox img {
    max-height: 350x;
    max-width: 980px;
    width: expression(this.width > 980 && this.width > this.height ? 980 : auto);
    height: expression(this.height >350 ? 350 : auto);
}

#middle-line {
    width: 980px;
    height: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.filter-join-box {
    width: 800px;
    height: 60px;
    margin: 0 auto;
    padding-top: 20px;
}

.filter-join-box span {
    height: 30px;
    font-size: 14px;
    color: #555;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 25px;
}

.filter-join-box .status {
    color: #333333;
}

.filter-join-box span.mline {
    border-left: 1px solid #555;
    height: 14px;
    margin-top: 8px;
}

.filter-join-box span.status {
    color: #333;
    font-weight: 600;
}

.over {
    cursor: pointer;
}

.filter-join {
    width: 320px;
    height: 100%;
    float: right;
}

.publish {
    float: right;
    margin-left: 12px;
}

.btn-size {
    width: 200px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    outline: none;
}

.show-box {
    width: 820px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 130px;
}

.show-box:after {
    display: block;
    clear: both;
    content: "";
}

.show-item {
    margin-left: 10px;
    width: 260px;
    height: 340px;
    float: left;
}

.show-pic a {
    display: block;
    width: 260px;
    height: 220px;
    overflow: hidden;
}

.show-pic a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.works-name {
    width: 220px;
    height: 33px;
    padding: 15px 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 16px;
    font-weight: 600;
}

.works-infor {
    width: auto;
    padding: 15px 8px 0;
    margin-bottom: 10px;
}

.works-infor #planer {
    width: auto;

    display: inline-block;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 14px;
}

.works-infor #plan-line {
    width: 1px;
    height: 14px;
    border-left: 1px solid #ccc;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.Ingorover {
    width: auto;
    text-align: left;
    line-height: 14px;
    font-size: 14px;
    color: #999;;
    padding: 5px 0 0 8px;

}

.likeNum {
    font-style: normal;
    color: hsl(0, 0%, 60%);
    margin-left: 5px;
    font-size: 12px;
    line-height: 12px
}

.likeInfo {
    float: right;
}