

.content {
    width: 100%;
    background: #f8f8f8;
}

.content .contentbox {
    width: 1300px;
    margin: 0 auto;
}

.content .contentbox .headtitle {
    display: flex;
}

.content .contentbox .headtitle .title-name {
    width: 320px;
    height: 140px;
    margin-top: -70px;
    background: url("../images/title-bg.png") no-repeat;
    background-size: cover;
    font-size: 32px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 100px;
    padding-left: 40px;
    position: relative;
}

.content .contentbox .headtitle .title-name::before {
    content: '';
    position: absolute;
    top: 94px;
    left: 40px;
    width: 62px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 3px;
}

.content .contentbox .headtitle .title-nav {
    margin-left: 40px;
    display: flex;
    width: 940px;
    justify-content: space-between;
    padding: 23px 2px;
}

.headtitle .title-nav .leader {
    height: 22px;
    font-size: 22px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #121212;
    line-height: 22px;
}

.headtitle .title-nav .local {
    display: flex;
    align-items: center;
}

.headtitle .title-nav .local img {
    width: 14px;
    height: 14px;
    padding: 0 5px;
}

.headtitle .title-nav .local span:nth-child(1) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898989;
    line-height: 14px;
}

.headtitle .title-nav .local span:nth-child(2),
.headtitle .title-nav .local span:nth-child(4) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #121212;
    line-height: 14px;
}

.organ-leader {
    height: 20px;
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #121212;
    line-height: 20px;
    text-indent: 1.5rem;
    position: relative;
    margin-top: 23px;
}

.organ-leader::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: #004FA7;
    left: 0;
}

.headtitle .title-nav .local span:nth-child(6) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #004FA7;
    line-height: 14px;
}

.content .contentbox .centerbox {
    background: #fff;
    display: flex;
}

.content .contentbox .leftnav {
    width: 300px;
    margin-left: 20px;
}

.content .contentbox .leftnav li {
    width: 100%;
    height: 72px;
    background: #F5F6F9;
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    line-height: 72px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.content .contentbox .leftnav .navactive {
    background: #fff;
    position: relative;
}

.content .contentbox .leftnav .navactive a {
    color: #004FA7;
}

.content .contentbox .leftnav .navactive::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 72px;
    background: #004FA7;
    left: -6px;
}

.content .contentbox .leftnav li a {
    color: #121212;
}

.content .contentbox .xynews {
    width: 940px;
    margin-left: 40px;
    margin-bottom: 25px;
    padding-right: 28px;
}

.content .contentbox .xynews .xynewsbox {
    margin-top: 20px;
min-height: 400px;
}

.contentbox .xynews .xynewsbox .news {
    cursor: pointer;
    display: flex;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.xynews .xynewsbox .news .news-img {
    width: 181px;
    height: 136px;
    margin-right: 24px;
}

.xynews .xynewsbox .news .news-img img {
    width: 100%;
    height: 100%;
}

.xynews .xynewsbox .news .newsbox {
    width: 699px;
}

.xynews .xynewsbox .newsnoimg .newsbox {
    width: 100%;
}

.xynews .xynewsbox .news .newsbox .newstitle {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #121212;
    line-height: 26px;
}

.xynews .xynewsbox .news:hover .newstitle {
    color: #004fa7;
}

.xynews .xynewsbox .news .newsbox .newsinfo {
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.xynews .xynewsbox .news .newsbox .newdate {
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 22px;
    margin-top: 10px;
}

#demo-laypage-all {
    margin-left: 100px;
}