@charset "utf-8";
.publish-container .bd .bd-box{
    display: none;
}
.publish-container .bd .bd-box:first-child{
    display: block;
}
/* 迭代列表 */
.iteration-list{

}
.iteration-list li {
    margin-bottom: 45px;
}
.history-list-child{
    padding-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 0 20px rgba(0,0,0,.2);
    box-shadow: 1px 0 20px rgba(0,0,0,.2);
    background: #fff;
}
.history-list-child .bar-tit{
    height: 80px;
    position: relative;
    background: #13df81;
}
.history-list-child .bar-tit .date{
    float: left;
    color: #fff;
    padding-left: 30px;
    font-family: Arial;
}
.history-list-child .bar-tit .date strong{
    display: block;
    padding: 13px 0 2px;
    font-size: 32px;
}
.history-list-child .bar-tit .date em{
    display: block;
    font-size: 16px;
}
.history-list-child .bar-tit > a{
    float: right;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 14px;
}
.history-list-child .bar-tit > a:after{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -3px 0 0 10px;
    vertical-align: middle;
    background: url("../images/update-all-ico.png") no-repeat;
}
.history-list-child .bar-tit > .more:after{
    background-position: 0 -42px;
}
.history-list-child .bar-tit > .pack:after{
    background-position: 0 -84px;
}
.history-list-child .item-list {
    height: 245px;
    margin: 20px 30px 0;
    overflow: hidden;
}
.history-list-child .item-list th{
    color: #666;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f1f1f1;
}
.history-list-child .item-list td{
    color: #666;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.history-list-child .item-list .name,
.history-list-child .item-list .bt{
    color: #666;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.history-list-child .item-list .name{
    width: 170px;
    padding: 0 10px;
    text-align: center;
}
.history-list-child .item-list .txt-left{
    text-align: left !important;
}
.history-list-child .item-list .img-ico{
    vertical-align: middle;
    margin: -3px 0 0 5px;
}
.history-list-child .item-list .bt{
    max-width: 400px;
}
.history-list-child .item-list .bt:hover{
    color: #52b268;
    text-decoration: underline;
}
.history-list-child .item-list .dz,
.history-list-child .item-list .dp{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.history-list-child .item-list .dz:before,
.history-list-child .item-list .dp:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
    background: url("../images/update-all-ico.png") no-repeat;
}
.history-list-child .item-list .dz:before{
    background-position: -70px 0;
}
.history-list-child .item-list .dp:before{
    background-position: -106px 0;
}

/* 参与投票 */
.bg-repeat-grey{
    height: 500px;
    background: url("../images/poll-banner.jpg") center no-repeat;
}
.update-poll{
    width: 470px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -235px;
}
.poll-hd{
    text-align: center;
}
.poll-hd h3{
    line-height: 36px;
}
.poll-hd h3 strong{
    display: block;
    font-size: 30px;
}
.poll-hd h3 span{
    display: block;
    font-size: 24px;
}
.poll-hd p{
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    font-size: 14px;
}
.poll-hd .poll-link{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #13df81;
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}
.poll-hd .poll-link:hover{
    color: #fff;
    background: #13df81;
}
.update_PatchDescription font{
    display: none;
}