﻿.index-a-ptit {
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
}
.body-content{
    margin: 20px auto;
    width: 1000px;
    padding-bottom: 240px;
}
.body-content p{font-size: 20px;line-height: 35px;}

.c-container{
    width: 1000px;
    margin: auto;
    position: relative;
    color: #333333;
    overflow: auto;
}
.index-a-tcont{
    width: 100%;
    height: 60px;
    line-height: 60px;
    /*border-bottom: 1px solid #dfdfdf;*/
    font-size: 18px;
    margin-top: 10px;
}
.index-a-tcont .zdspan {
    display: inline-block;
    margin-top: 15px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #FF0000;
    border-radius: 5px;
    color: #FF0000;
    vertical-align: middle;
}
.index-a-tcont #news{width: 900px;float: right;height: 59px;overflow: hidden; }
.index-a-tcont ul{list-style: none;margin: 0;padding: 0;}
.index-a-tcont .zdnews{width: 1000px;overflow: hidden; white-space: nowrap;  }
.index-a-tcont .zdnews span{vertical-align: middle;margin-left: 20px;}

.pptt-list {
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 20px 0;
    cursor: pointer;
}
.pptt-list .pic {
    width: 185px;
    height: 121px;
    margin-right: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pptt-list .pic img {
    width: 185px;
    height: 121px;
}
.pptt-list .list01 {
    height: 121px;
    overflow: hidden;
    zoom: 1;
}
.pptt-list .list_des h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pptt-list .miaoshu {
    max-height: 80px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8e8e8e;
    font-size: 16px;
    padding-top: 12px;
    line-height: 25px;
}

.pptt-list .list_des .subinfo-box {
    font-size: 14px;
    margin-top: 17px;
    height: 22px;
    line-height: 22px;
}
.pptt-list .list_des .subinfo-box .lft {
    float: left;
}
.pptt-list .list_des .subinfo-box .lft .time {
    padding-left: 20px;
}
.pptt-list .list_des .subinfo-box .rig {
    float: right;
    width: 260px;
    text-align: right;
}
.pptt-list .list_des .subinfo-box .rig span {
    padding: 0 10px;
}
em, i {
    font-style: normal;
}
.pptt-list .list_des .subinfo-box .rig .line-s {
    border-right: 1px solid #E5E5E5;
    height: 13px;
    display: inline-block;
}
a.menu-active{
    display:block;
    width:125px;
    height:40px;
    color:#ffffff;
    text-decoration: none;
    font-weight:bold;
    background:#A61C00;
}

/*分页css*/
#page{
    height:40px;
    padding:20px 0px;
}
#page a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height:24px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:24px;
}
#page a:hover{
    color:#077ee3;
    border:1px #077ee3 solid;
}
#page a.cur{
    border:none;
    background:#077ee3;
    color:#fff;
}
#page p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin-right:8px;

}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
#page p.pageRemark b{
    color:red;
}
#page p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}