html,
body {
    background: #fafafa;
}

.detailsHd {
    width: 1200px;
    min-height: 295px;
    margin: 31px auto 20px;
    background: #ffffff;
    padding-bottom: 20px;
}

.detailsImg {
    width: 470px;
    height: 100%;
}

.detailsTit {
    width: 705px;
    height: 100%;
}

.detailsImg img {
    display: block;
    width: 450px;
    height: 258px;
    float: right;
    margin: 19px 0;
}

.dTitle {
    width: 100%;
    height: 77px;
    border-bottom: 1px solid #F5F2F2;
    position: relative;
}

.dTitle h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    margin: 23px 0 15px;
}

.dTime {
    width: 100%;
    height: 178px;
    padding-top: 17px;
}

.dTime p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
}

.dTime span {
    display: inline-block;
    width: 65px;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
}

.recruit {
    display: block;
    width: 65px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 5px;
    background: #E8FFD4;
    font-size: 13px;
    color: #008439;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    border-radius: 10px 0 15px 10px;
}
.recruitend {
    display: block;
    width: 65px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 5px;
    background: #F0F0F0;
    font-size: 13px;
    color: #ABABAB;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    border-radius: 10px 0 15px 10px;
}
.dNums {
    font-size: 13px;
    color: #777777;
    letter-spacing: 0;
}

.layui-progress {
    width: 230px;
    margin: 6px 10px 0;
    height: 8px;
}

.layui-progress-bar {
    height: 8px;
    background: #39CF01;

}

.apply {
    background: #FF0202;
    height: 34px;
    line-height: 34px;
    margin-top: 15px;
}

.focus {
    height: 34px;
    line-height: 34px;
    margin-top: 15px;
}

.detailsCon {
    width: 1200px;
    margin: 0 auto;
    min-height: 860px;
    margin-bottom: 60px;
}

.eventDetails {
    width: 890px;
    height: 100%;
}

.eventAdress {
    width: 280px;
    height: 100%;
}

.activity {
    width: 100%;
    min-height: 232px;
    background: #ffffff;
    padding: 30px 20px;
}

.activity p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    text-indent: 2em;
}

.activity img {
    width: 450px;
    height: 258px;
    margin: 10px auto;
    display: block;
}

.leaveMsg {
    width: 100%;
    background: #ffffff;
    padding: 30px;
}

.address {
    width: 100%;
    height: 232px;
    background: #ffffff;
    
}

.organitSumary {
    width: 100%;
    min-height: 232px;
    background: #ffffff;
    padding: 15px;
    
}

.peoList {
    width: 100%;
    background: #ffffff;

}

.footerBom {
    width: 100%;
    height: 202px;
    position: relative;
}

.pubImg {
    width: 50px;
    height: 50px;
}

.pubImg img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.published{
    margin-bottom: 30px;
}
.publishedCon {
    width: 762px;
    height: auto;
    position: relative;
}

.publishedCon .layui-textarea {
    width: 100%;
    min-height: 81px !important;
    background: #FAFAFA;
}

.publishedCon button {
    width: 81px;
    height: 32px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    text-align: center;
    background: #FF0808;
    outline: none;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#msgBack li{
    margin-bottom: 20px;
}
#msgBack .publishedCon{
    border-bottom: 1px solid #F0F0F0;
    height: auto;
}
.publishedCon .replay{
    position: inherit;
    background: #ffffff;
    color: #FF0808;
    cursor: pointer;
}
.name{
    font-size: 14px;
color: #7E7E7E;
letter-spacing: 0;
margin-bottom: 6px;
}
.replaySet{
    margin-top: 10px;
}
.actName{
    margin-bottom: 23px;
}
.actName img{
    width: 56px;
    height: 46px;
}
.actName div{
    width: 170px;
}
.actName div h3{
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 5px;
    word-break: break-all;
    width: 170px;
    overflow:hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*超出部分显示省略号*/
    white-space:nowrap;/*规定段落中的文本不进行换行 */
}
.actName div p{
    font-size: 13px;
    color: #777777;
    letter-spacing: 0;
    word-break: break-all;
    width: 170px;
    overflow:hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*超出部分显示省略号*/
    white-space:nowrap;/*规定段落中的文本不进行换行 */
}
.actSummary{
    font-size: 13px;
color: #777777;
letter-spacing: 0;
line-height: 22px;
margin-bottom: 20px;
    word-break: break-word;
}
.actSummary a{
    font-size: 13px;
color: #1c9eee;
letter-spacing: 0;
line-height: 22px;
cursor: pointer;
}
.actList li{
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    text-align: justify;
    line-height: 27px;
    height: 40px;
   
}
.peoList{
    padding: 20px;
    
}
.peoList li{
    margin-bottom: 22px;
}
.peoList li img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.peoList li  div{
    width: 180px;
}
.peoList li  div p{
    font-size: 14px;
color: #777777;
letter-spacing: 0;
}
.dh-h3-title{
    padding-left: 20px;
    background: url("/resources/img/pic_yuanquan.png") no-repeat 0px;
}
.recent{
    text-align: center;
}