/*通用列表页*/
.list td{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.list .bt{
    width: 100%;
    text-align: center;
    position: relative;
}
.list .bt p{
    display: block;
    line-height: 60px;
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list .bt span{
    line-height: 40px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.list .bt:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dcdcdc;
}
.list tr{
    overflow: hidden;
    margin-bottom: 10px;
}
.list .wb{
    width: calc(100% - 122px);
}
.list h4{
    padding-left: 20px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}
.list h4 a{
    display: inline-block;
    max-width: 700px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.list .zy{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
}
/*文章正文*/
.zxdt{
    background: #f9fcff;
    border: 1px solid #bddaf2;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.zxdt .bt{
    width: 170px;
    background: #1d6cae;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 42px;
    margin-left: -15px;
    margin-top: -35px;
}
.zxdt .bt img{
    margin-right: 10px;
}
.zxdt ul li{
    padding: 20px 0;
}
.zxdt ul li dl{
    width: 58px;
    text-align: center;
    border: 1px solid #1d6cae;
}
.zxdt ul li dl dt{
    line-height: 42px;
    font-size: 30px;
}
.zxdt ul li dl dd{
    line-height: 20px;
    background: #1d6cae;
    font-size: 12px;
    color: #ffffff;
}

.zxdt ul li .tet{
    width: calc(100% - 70px);
    border-bottom: 1px solid #d7d7d7;
}
.zxdt ul li .tet a{
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
}
.details{
    min-height: 500px;
    padding-top: 20px;
}

.details .titles{
    width: 100%;
    height: auto;
    font-size: 30px;
    margin-bottom: 30px;
}
.details .time{
    margin:0 0 30px 0;
    padding-bottom: 20px;
    position: relative;
}
.details .time:after{
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #a9a9a9;
}

.details .time span{
    margin: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

/*分页*/
.details .pagers{
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #a7a7a7;
}
.details .pagers div{
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}