.listConts {
    color: #666;
    line-height: 26px;
}
.listConts .title {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: white;
    color: #716f6f;
    width: 150px;
    height: 50px;
    border: 2px solid #acabab;
}
.listConts .l_ur>p, .listConts .l_ur span {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
}
.listConts .l_ur>p {
	color: #1964b5;
}
.listConts .l_ur span {
	color: #2a2a2a;
}
.listConts .info {
	font-size: 13px;
    text-align: center;
    margin: 40px auto 20px;
}
.listConts .info p {
    font-size: 21px;
	font-weight: bold;
    line-height: 28px;
    color: #666;
	margin-bottom: 10px;
}
.listConts .info small {
	font-size: 14px;
    color: #999;
	display: inline-block;
	margin: 12px 0;
}
.listConts .showimg {
    margin: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.listConts .showimg p, .listConts .showimg span {
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.listConts .showimg  img {
    max-width: 100%;
}
.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;
    margin: 15px;
}
.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;
}
.text li a {
    font-size: 14px;
    color: #333;
    line-height: 21px;
}
.text li a:hover {
	color: #c40002;
}