.mainContent{
    padding: 20px 40px;
}
.pageTPList li {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.pageTPList .pic {
    float: left;
    margin-right: 15px;
    width: 140px;
}
.pageTPList .pic img {
    width: 100%;
    height: 85px;
}
.pageTPList .con {
    overflow: hidden;
    zoom: 1;
}
.pageTPList .title {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pageTPList .intro {
    margin-bottom: 10px;
    line-height: 25px;
    color: #888;
    max-height: 50px;
    _height: 50px;
    overflow: hidden;
    font-size: 14px;
}
.pageTPList .title a:hover {
    text-decoration: none;
}
.pageTPList .intro .more {
    display: none;
}
.pageTPList .others {
    font-size: 13px;
    color: #aaa;
}
.pageTPList .others span {
    margin-right: 15px;
}
.pageTPList .node {
    color: #aaa;
    margin-right: 15px;
}
.pageTPList .on {
    background: #FAFAFA;
}

.detailsArea .title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    color:#444;
}
.detailsArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.detailsArea .property {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    padding: 6px 10px;
    color: #777;
    border-bottom: 1px solid #ddd;
    position:relative;
}
.detailsArea .property span {
    padding: 0 10px;
}
.detailsArea .property .size{
    position:absolute;
    right:10px;
    top:6px;
}
.detailsArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.detailsArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}
.detailsArea .conTxt p,.detailsArea .aboutTxt p {
    margin-bottom: 20px;
}
.detailsArea .conTxt table p{
    margin-bottom:0;
}

.detailsArea .conTxt em {
    font-style: italic;
}
.detailsArea .conTxt ul, .detailsArea .conTxt ol {
    padding-left: 2em;
}
.detailsArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}
.detailsArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.detailsArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.detailsArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.detailsArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.detailsArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.detailsArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.detailsArea .conTxt h1, .detailsArea .conTxt h2, .detailsArea .conTxt h3, .detailsArea .conTxt h4, .detailsArea .conTxt h5, .detailsArea .conTxt h6, .detailsArea .conTxt b, .detailsArea .conTxt strong {
    font-weight: bolder;
}

.detailsArea .userControl {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 0;
}

.prev, .next{
    padding: 5px 0;
}
.others a:hover {
    color: #eb5a02;
}