.listConts {
    line-height: 26px;
    color: #666;
    float: left;
    width: 950px;
    padding: 10px 15px 20px;
}

.listConts .title {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #000;
}

.listConts .info {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    width: 350px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    color: #666;
}

.listConts .info small {
    font-family: "Microsoft YaHei";
    margin-left: 8px;
    margin-right: 3px;
    color: #999;
    font-size: 12px;
}

.listConts .showimg {
    margin: 20px 0;
    text-align: center;
    min-height:390px;
    line-height:390px;
}

.listConts .showimg img {
    display:inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 1px;
    max-height: 400px;
}

.listConts .conttitle {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #2f2f2f;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

#textarea {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    padding: 0 20px;
}

.preNext {
    position: relative;
}

.preNext .line {
    height: 10px;
    overflow: hidden;
    clear: both;
    margin: 4px auto;
    padding-top: 10px;
}

.preNext .actBox {
    position: absolute;
    top: 20px;
    right: 0;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 16px;
}

.preNext .actBox li {
    display: inline;
    padding-left: 22px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.preNext .actBox li#act-pus {
    background-position: 4px -73px;
}

.preNext .actBox li#act-pnt {
    background-position: 4px -109px;
}

.preNext .actBox li a {
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.text li a {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 12px;
}

.text li a:hover {
    color: #f9bf15;
}