﻿
/*2017-8-8 copy from hnsf for atricleContent*/
.detailCenter-txt{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.detailCenter-txt img{
	max-width:100%;
}
.line{
    display:block;
    width:100%;
    height:1px;
    background-color: #999999;
    position: absolute;
    top:50%;
}
.detailCenter-name{
    display: inline-block;
    width: 150px;
    line-height: 1;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.detailCenter-tit {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
}

/* list text */
.tongzhilis{
    width: 100%;
}
.tongzhilis.spa{
    margin-right: 0;
}
.tongzhilis span{
    display: inline-block;
    width: 82px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    /* background-color: #ba5252; */
    float: right;
    /* margin-right: 12px; */
    color: #999;
    font-size: 14px;
}
.tongzhilis p{
    float: left;width: 80%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

/* donation list */
.Juantable{
    width: 100%;
    margin: 0 auto;
}
.Juantable table td {
    width: 26.33%;
    height: 70px;
    text-align: center;
    font-size: 15px;
}
.Juantable table .juanhear td {
    background-color:#87BDEF;
    color: #fff;
    height:50px;
    line-height: 50px;
}
#Searchresult tr td{
	background-color:#EDF5FD;
}

/* search list */
.detailCenter-tit{
    position: relative;
    padding:30px 0 30px;
    text-align: center;
}
.line{
    display:block;
    width:100%;
    height:1px;
    background-color: #999999;
    position: absolute;
    top:50%;
}
.detailCenter-name{
    display: inline-block;
    width: 150px;
    line-height: 1;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.detailCenter-txt{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.searchRbox{
    min-height: 300px;
    padding-bottom: 50px;
}
.searchresultlis{
    height:51px;
    box-sizing:border-box;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.searchRcon{
    float: left;
    width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
}
.searchRcon span{
    color: #ed6d51;
}
.searchRtime{
    font-size: 12px;
    color: #999;
    float: right;
    line-height: 40px;
}