.wrapper {
    font-size: 16px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.row1 {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row2 {
    width: 100%;
    display: -ms-flexbox;
    /* IE 10 */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.juece-wrapper {
    padding-top: 460px;
    background: url("../images/juece/banner.png") no-repeat top center;
    background-color: #fff;
    margin-bottom: 435px;
}

.juece-wrapper .part {
    position: relative;
    z-index: 11;
}

.juece-wrapper .main {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 34px;
    padding: 30px 40px;
    background: url("../images/juece/bg.png") no-repeat top center;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.juece-wrapper .main:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF5EC;
}

.juece-wrapper .part-list .list-tab {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.juece-wrapper .part-list .list-tab .label {
    float: left;
    margin-right: 60px;
    margin-bottom: 10px;
}

.part-list .list-tab a.more-btn {
    float: right;
    font-weight: normal;
    line-height: 14px;
    padding: 20px 17px 14px 0;
    font-size: 14px;
    color: #999;
    background: url("../images/dangjian/more.png") no-repeat right 20px;
}

.part-list .list {
    overflow: hidden;
}

.part-list .list .list-item {
    display: block;
    height: 20px;
    position: relative;
    color: #333333;
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
}

.part-list .list .list-item p.row1,
.part-list .list .list-item p.row2 {
    position: absolute;
    padding-left: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 800px;
}

.part-list .list .list-item .time {
    margin-left: 800px;
}

.part-list .list .list-item:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 16px;
    background: #D40C0C;
    transform: rotate(15deg);
    position: absolute;
    left: 3px;
    top: 4px;
}

.part1 {
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #D40C0C;
}

.part1 .label-img {
    display: block;
    margin: 0 auto;
}

.part1 .title {
    font-weight: bold;
    font-size: 32px;
    color: #990000;
    text-align: center;
    line-height: 32px;
    margin: 20px 0 40px;
}

.part1 .desc {
    height: 96px;
    color: #2E2424;
    line-height: 32px;
    text-indent: 2em;
    overflow: hidden;
    position: relative;
}

.part1 .desc .all-btn{
    display: inline-block;
    height: 32px;
    color: #990000;
    text-align: right;
    line-height: 32px;
    position: absolute;
    right:0;
    bottom:0;
    background-color: #FFF5EC;
}

.part2 {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D40C0C;
}
.part2:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}