.family li {
    float: left;
    width: 360px;
    height: 65px;
    margin-bottom: 20px;
}

.family li:nth-child(2n+1) {
    margin-right: 25px;
}

.family li h2 {
    width: 250px;
    padding: 0 15px;
    float: left;
    height: 65px;
    font-size: 16px;
    color: #333;
    background: #E1DACC;
    display: flex;
    align-items: center;
}


.family li>a {
    width: 80px;
    float: left;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    color: #fff;
    background: #BFB195;
    text-align: center;
    cursor: pointer;
}

.family li>a:hover {
    text-decoration: underline;
}


.rhfz-list li {
    margin-right: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.rhfz-list li:nth-child(3n) {
    margin-right: 0;
}

.rhfz-list .box {
    width: 318px;
    height: 318px;
    display: block;
    background: #f6f6f6;
    border: 1px solid rgba(232,232,232,1);
    position: relative;
}

.rhfz-list .box:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #2647A4;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.rhfz-list .box img {
    width: 100%;
    height: 218px;
}

.rhfz-list .box h2 {
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 700;
}

.rhfz-list .box p {
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}



.detail-rhfz {
    height: 232px;
    margin-bottom: 40px;
}

.detail-rhfz .pic {
    width:318px;
    height: 218px;
    border:1px solid rgba(225, 225, 225, 1);
    float: left;
    overflow: hidden;
}

.detail-rhfz .pic img {
    width: 318px;
    height: auto;
}

.detail-rhfz .box {
    float: right;
    width: 590px;
    height: 219px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.detail-rhfz .box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.detail-rhfz .box .level1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.detail-rhfz .box .level2 {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.detail-rhfz .box .sizeControlWrap {
    position: absolute;
    right: 0;
    bottom: 10px;
}



.party-box {
    height: 130px;
    margin-bottom: 20px;
}

.party-box a {
    float: left;
    width:323px;
    height: 130px;
    margin-right: 15px;
}

.party-box a:nth-child(3) {
    margin-right: 0;
}

.party-list li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.party-list li:last-child {
    margin-bottom: 0;
}

.party-list li .date {
    width: 90px;
    height: 90px;
    border: 1px solid #E1E1E1;
    text-align: center;
    color: #999;
    float: left;
}

.party-list li .date .year {
    font-size: 16px;
    margin-top: 10px;
}

.party-list li .date .day {
    font-size: 40px;
}

.party-list li .con {
    width: 620px;
    float: right;
}

.party-list li .con .top {
    height: 105px;
    position: relative;
}

.party-list li .con .top::after {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #E1E1E1;
    content: '';
}

.party-list li .con h2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}

.party-list li .source {
    margin-top:5px;
    color: #999;
    font-size: 14px;
}

.party-list li .source span {
    margin-right: 10px;
}



.party-list li .desc {
    font-size: 14px;
    color: #999;
}


.tzzgx-list li {
    overflow: hidden;
    margin-bottom: 20px;
}

.tzzgx-list .date {
    width: 90px;
    height: 90px;
    border: 1px solid #E1E1E1;
    text-align: center;
    color: #999;
    float: left;
}

.tzzgx-list .date .year {
    font-size: 16px;
    margin-top: 10px;
}

.tzzgx-list .date .day {
    font-size: 40px;
}

.tzzgx-list .con {
    width: 580px;
    float: right;
    padding-right: 40px;
    height: 91px;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}

.tzzgx-list .con h2 {
    line-height: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}

.tzzgx-list a:hover h2 {
    color: #2647a4;
}

.tzzgx-list a:hover > .arrow {
    display: block;
}

.tzzgx-list .con .arrow {
    position: absolute;
    right: 15px;
    top: 36px;
    width: 11px;
    height: 19px;
    background: url('../image/arrow.png') 0 0 no-repeat;
    display: none;
}