
* {
    font-family: "微软雅黑";
}

.content {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.slide-picture {
    width: 100%;
    height: 350px;
    /*border: 1px solid red;*/
    position: relative;
    overflow: hidden;
}

.slide-picture .img-slide {
    width: 100%;
    margin: 0 auto;
    /*margin-top: -120px;*/
    /*margin-left: 0;*/
    position: relative;
}

.slide-picture img {
    position: absolute;
    /*height: 300px;*/
    width: 400px;
    height: 300px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.7);
}

.main-content {
    width: 820px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 120px 10px;
}

.plan-box {
    width: 820px;
    height: 30px;
    margin: 0 auto;

}

.plan-innerbox {
    width: 260px;
    height: 100%;
    float: right;
    margin-right: 10px;
}

.search-box {
    width: 140px;
    height: 100%;
    border-bottom: 1px solid #ccc;
    margin: 1px 0 6px;
    float: left;
}

.search-box #search {
    width: 110px;
    height: 100%;
    border: none;
    outline: none;
    float: left;
}

.search-box #plan-button {
    width: 30px;
    height: 30px;
    float: left;
    border: none;
    outline: none;
    background: url(../img/fangdajing.png) center center no-repeat;
}

#want-plan {
    float: right;
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.show-item {
    margin-right: 10px;
    width: 260px;
    height: 320px;
    float: left;
}

.works-name {
    width: 220px;
    height: 18px;
    line-height: 18px;
    padding: 15px 32px 17px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 16px;
    font-weight: bold;
}

.works-infor {
    width: auto;
    height: 14px;
    margin-top: 15px;
}

.works-infor #planer {
    width: 62px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 14px;
}

.works-infor #plan-line {
    widows: 1px;
    height: 12px;
    border-left: 1px solid #999;
    float: left;
}
