.title_line {
    margin: .6rem 2rem .25rem;
    height: 1.3rem;
    background: url(title_line.png) no-repeat;
    background-size: 100% 100%;
}

.title_line span {
    font-family: "Source Han Sans CN VF";
    font-weight: 700;
    font-size: 0.8rem;
    color: #010101;
    padding-left: 0.9rem;
    text-align: center;
}

.news_center {
    margin: 0 2rem;
    box-shadow: 0 3px 10px 3px rgba(98, 172, 246, 0.3);
}

.news_center .news_nav {
    padding-top: .5625rem;
    width: 100%;
    text-align: center;
}

.news_center .news_nav ul li {
    cursor: url('hand.png'), auto;
    display: inline-block;
    width: 19%;
    height: 1.5rem;
    font-family: "Source Han Sans CN VF";
    color: #2381D0;
    font-size: .6rem;
    border-radius: .75rem;
    text-align: center;
    line-height: 1.5rem;
    background-color: #E4F3FF;
}

.news_center .news_nav ul li.active {
    font-weight: 700;
    font-size: .65rem;
    color: #FFFFFF;
    background-color: #0083D5;
}

.news_center .new_tabs {
    display: none;
    width: 95%;
    margin: auto;
}

.news_lists ul li {
    background: url(ico01.png) no-repeat left .3875rem;
    font-family: "Source Han Sans CN VF";
    font-weight: 400;
    font-size: .65rem;
    color: #010101;
    line-height: 1.1rem;
    padding-left: .7rem;
    margin-top: .25rem;
}

.news_lists ul li:hover {
    background-color: #E6F4FD;
}

.news_lists ul li i {
    float: right;
}

.lists_more {
    background-color: #E6F4FD;
    width: 95%;
    height: 1.3rem;
    color: #2381D0;
    font-family: "Source Han Sans CN VF";
    font-weight: bold;
    font-size: .65rem;
    border-radius: .65rem;
    margin: 20px auto 0;
    line-height: 1.3rem;
    text-align: center;
}

/* 职能等级 */
.fun_level {
    margin: .375rem;
    text-align: center;
    font-size: .65rem;
    font-family: "Source Han Sans CN VF";
    font-weight: 500;
    color: #000000;
}

.fun_level .level01,
.level02 {
    height: 3.8rem;
}

.fun_level .level01 ul li {
    display: inline-block;
    width: 30%;
    height: 3.25rem;
    border: 0.01rem solid #dedede;
    border-radius: 0.2rem;
}

.fun_level .level01 ul li:nth-child(1) {
    border-bottom: 0.2rem solid #398fd7;
}

.fun_level .level01 ul li:nth-child(2) {
    border-bottom: 0.2rem solid #ee7a3a;
}

.fun_level .level01 ul li:nth-child(3) {
    border-bottom: 0.2rem solid #42c09c;
}

.fun_level .level01 ul li span {
    float: left;
    line-height: 3.25rem;
}

.inco_zwgk_box {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin: 0.9rem 0.5rem 0.5rem 0.5rem;
}

.ico_zwgk_01 {
    background: url(ico-zwgk-01.png) no-repeat;
    background-size: 100%;
    display: block;
}

.ico_zwgk_02 {
    background: url(ico-zwgk-02.png) no-repeat;
    background-size: 100%;
    display: block;
}

.ico_zwgk_03 {
    background: url(ico-zwgk-03.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level02 ul li {
    display: inline-block;
    width: 45%;
    height: 3.25rem;
    border: 0.01rem solid #dedede;
    border-radius: 0.2rem;
}


.fun_level .level02 ul li {
    display: inline-block;
    width: 45%;
    height: 3.25rem;
    border: 0.01rem solid #dedede;
    border-radius: 0.2rem;
}

.fun_level .level02 ul li:nth-child(1) {
    border-bottom: 0.2rem solid #fe7474;
}

.fun_level .level02 ul li:nth-child(2) {
    border-bottom: 0.2rem solid #fbd96a;
}

.fun_level .level02 ul li span {
    float: left;
    line-height: 3.25rem;
}

.ico_zwgk_04 {
    background: url(ico-zwgk-04.png) no-repeat;
    background-size: 100%;
    display: block;
}

.ico_zwgk_05 {
    background: url(ico-zwgk-05.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level01 ul li:nth-child(1):hover {
    background-color: #398fd7;
    color: #fff;
}

.fun_level .level01 ul li:nth-child(1):hover .ico_zwgk_01 {
    background: url(ico-zwgk-01-hover.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level01 ul li:nth-child(2):hover {
    background-color: #ee7a3a;
    color: #fff;
}

.fun_level .level01 ul li:nth-child(2):hover .ico_zwgk_02 {
    background: url(ico-zwgk-02-hover.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level01 ul li:nth-child(3):hover {
    background-color: #42c09c;
    color: #fff;
}

.fun_level .level01 ul li:nth-child(3):hover .ico_zwgk_03 {
    background: url(ico-zwgk-03-hover.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level02 ul li:nth-child(1):hover {
    background-color: #fe7474;
    color: #fff;
}

.fun_level .level02 ul li:nth-child(1):hover .ico_zwgk_04 {
    background: url(ico-zwgk-04-hover.png) no-repeat;
    background-size: 100%;
    display: block;
}

.fun_level .level02 ul li:nth-child(2):hover {
    background-color: #fbd96a;
    color: #fff;
}

.fun_level .level02 ul li:nth-child(2):hover .ico_zwgk_05 {
    background: url(ico-zwgk-05-hover.png) no-repeat;
    background-size: 100%;
    display: block;
}