.header .top_nav {
    height: 50px;
    background: #4078be;
}

.header .top_nav ul {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.header .nav ul li {
    width: 12.5%;
    height: 100%;
    text-align: center;
    border-right: 1px solid #3069b0;
    border-left: 1px solid #5094e9;
}

.header .top_nav ul li a {
    font-size: 17px;
    color: #fff;
}

.header .top_nav ul li:first-child {
    border-left: none;
}


.list_center_content{
    margin-bottom: 70px;
}
.list_current{
    width: 100%;
    height: 90px;
    line-height: 90px;
}
.list_current span.current_icon{
    display: inline-block;
    background: url(../image/current_icon_5jp.png) no-repeat left center/18px 24px;
    padding-left: 26px;
    padding-right: 10px;
}
.list_current span,.list_current a{
    font-size: 16px;
    color: #666;
}
.list_home_content{
    display: flex;
}
.list_home_content .list_left_content{
    width: 205px;
    background: #f2f5fd;
}
.list_home_content .list_left_content .left_top{
    background: url(../image/pc_new_5jp.png);
    font-size: 26px;
    color: #fff;
}
.list_home_content .list_left_content .left_top,.list_home_content .list_left_content .list_nav li{
    width: 100%;
    height: 84px;
    text-align: center;
    line-height: 84px;
    padding: 0 20px;
    box-sizing: border-box;
}
.list_home_content .list_left_content .list_nav li a{
    padding-top: 17px;
    display: block;
    width: 166px;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
}
.list_home_content .list_left_content .list_nav li i{
    content: "";
    width: 3px;
    height: 18px;
    background: #666;
    margin-right: 12px;

}
.list_home_content .list_left_content .list_nav li.active{
    background: #fff;
    height: 84px;
    line-height: 84px;
}
.list_home_content .list_left_content .list_nav li.active a{
    height: 84px;
    line-height: 84px;
    padding: 0;
    border: none;
    color: #4377b9;
}
.list_home_content .list_left_content .list_nav li.active i{
    background: #4377b9;
}

.list_right_content{
    flex: 1;
    margin-left: 34px;
}
.list_right_content .list_name{
    height: 48px;
    border-bottom: 1px solid #d5d5d5;
}
.list_right_content .list_name h4{
    display: inline-block;
    height: calc(100% - 6px);
    padding-top: 5px;
    font-size: 24px;
    border-bottom: 2px solid #4078be;
}
.list_right_content .list_content ul{
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    padding-bottom: 20px;
}
.list_right_content .list_content ul li{
    list-style-type: disc;
    margin-left: 25px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #cbcbcb;
}
.list_right_content .list_content ul li a{
    color: #2b2b2b;
    display: flex;
    justify-content: space-between;
}
.list_right_content .list_content ul li a span.list_time{
    font-size: 14px;
    color: #999;
}
.page_num{
    width: 100%;
    height: 32px;
    margin-top: 38px;
    text-align: center;
}
.page_num ul {
    display: inline-block;
}
.page_num ul li {
    float: left;
    display: block;
    margin: 0 4px;
    line-height: 30px;
}
.page_num ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #ddd;
}
.page_num ul li input {
    width: 50px;
    height: 28px;
    border: 1px solid #ddd;
    outline: none;
    text-align: center;
}
.page_num ul li a.jump{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e4e4e4;
    outline: none;
    background: #fdfdfd;
    padding: 0;
    margin-top: 2px;
}
.page_num ul li.on{
    background: #4078be;
}
.page_num ul li.on a{
    color: #fff;
    border-color: #4078be;
}
.original{
    padding: 0 90px;
    box-sizing: border-box;
    display: flex;
}
.original .footer_left{
    width: 50%;
    margin-top: 11px;
}
.original .qr_code{
    padding-top: 16px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.original .qr_code div{
    margin-right: 40px;
    display: flex;
    flex-direction: column;
}
.original .qr_code div span{
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}
.original .qr_code div:nth-child(3) img,.original .qr_code div:nth-child(4) img{
    width: 76px;
}