﻿@charset"utf-8";

/* é€šç”¨åˆå§‹åŒ–æ ·å¼ START */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
textarea,
button,
select {
    border: none;

}

button {
    cursor: pointer;
    background: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    outline-offset: 0;
}

input {
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content {
    background-color: #f3faff;
    padding-top: 1px;
    padding-bottom: 25px;

}

.left {
    float: left;
}

.right {
    float: right;
}

.top20 {
    margin-top: 20px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f36 {
    font-size: 36px;
}

.col333 {
    color: #333;
}

.hidden {
    display: none;
}

.object-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mshow {
    display: none;
}

.bgcolor:hover {
    background: #166aab;
}

/* é€šç”¨åˆå§‹åŒ–æ ·å¼ END */
/* å¤´éƒ¨æ ·å¼ START */
.header {
    width: 100%;
    height: 300px;
    background-image: url(01-01-headbg.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    color: #9ed4ff;
    text-align: center;
}

.language {
    position: absolute;
    top: 14px;
    right: 0;
}

.logo {
    padding-top: 19px;
}

.header .mlogo {
    display: none;
}

.search .sear-box {
    display: block;
    width: 630px;
    margin: 0 auto 14px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
}

.search .menu {
    display: none;
}

.sear-box input {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 30px;
    color: #acacac;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.sear-box .sear-btn {
    position: absolute;
    top: 13px;
    right: 30px;
    width: 24px;
    height: 24px;
    background-image: url(01-01-searicon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.hots {
    text-align: left;
    margin-left: 294px;
}

/* å¤´éƒ¨æ ·å¼ END */
/* å¯¼èˆªæ æ ·å¼ */
.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -30px;
    color: #659ac4;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 1.5px 2.598px 5.94px 0.06px rgba(158, 158, 158, 0.21);
    padding: 0 24px;
}

.nav a {
    float: left;
    display: block;
    width: 14%;
    text-align: center;
    opacity: 0.9;
}

.nav a span {
    display: inline-block;
    margin-top: 16px;
    width: 17px;
    height: 16px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;
}

.nav a .navicon1 {
    background-position: 0 0;
}

.nav a .navicon2 {
    background-position: -23px 0;
}

.nav a .navicon3 {
    background-position: -42px 0;
}

.nav a .navicon4 {
    background-position: -61px 0;
}

.nav a .navicon5 {
    background-position: -83px 0;
}

.nav a .navicon6 {
    background-position: -100px 0;
}

.nav a .navicon7 {
    background-position: -123px 0;
}

.nav a.active {
    opacity: 1;
    color: #166aab;
    border-bottom: 2px solid #166aab;
}

/* å¯¼èˆªæ æ ·å¼ */
/* è½®æ’­å›¾*/
.slide-news {
    background-color: #fff;
}

.focusBox {
    width: 580px;
    height: 380px;
    position: relative;
    z-index: 0;
}

.focusBox .slide-pic {
    height: 380px;
}

.focusBox .slide-pic li {
    height: 380px;
    overflow: hidden;
}

.focusBox .slide-pic li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focusBox .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: rgb(0, 0, 0);
    opacity: 0.702;
    z-index: 1;
    padding: 0 36px 0 16px;

}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    left: 18px;
    height: 37px;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}

.focusBox .txt li {
    position: absolute;
    color: #fff;
    bottom: -37px;
    height: 37px;
    line-height: 37px;
    padding-right: 146px;
}

.focusBox .txt li a {
    position: relative;
    display: block;
    width: 400px;
}

.focusBox .disc {
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding-top: 10px;
    z-index: 99;
}

.focusBox .disc li {
    float: left;
    cursor: pointer;
    width: 11px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 5px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}

.focusBox .disc .on {
    width: 24px;
    height: 10px;
    border-radius: 10px;
    background: #c21f1f;
    background-position: 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

/* è½®æ’­å›¾*/
/* å¹¿å‘ŠåŒºåŸŸ */
.post-bg {
    width: 100%;
    margin: 18px 0 20px;
}

.post-bg img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* å¹¿å‘ŠåŒºåŸŸ */
/* æ–°é—» START*/
.news {
    width: 51.6%;
    padding: 24px 20px 15px;
    background: #fff;
    /* overflow: hidden; */
}

.news .hd {
    border-bottom: 1px solid #EAEAEA;
}

.news .hd ul li {
    float: left;
    padding: 8px 36px 9px 21px;
    cursor: pointer;
}

.news .hd ul li.on {
    color: #fff;
    background-image: url(01-01-news-active.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.news .bd ul {
    margin-top: 22px;
    padding: 0 24px;
    zoom: 1;
}

.news .bd li {
    line-height: 20px;
    margin-top: 10px;
    position: relative;
}

.news .bd li a {
    display: block;
    padding-right: 146px;
}

.circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D7D7D7;
}

.news .bd li.first-child {
    margin-top: 0;
}

.news .bd li:hover {
    color: #CC0000;
}

.news .bd li:hover span {
    color: #CC0000;
}

.news .bd li:hover::before {
    background: #CC0000;
}

.news .bd li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D7D7D7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.news .bd li .news-date {
    position: absolute;
    top: 0;
    right: 0;
    color: #9D9D9D;
}

.two-colnews {
    width: 49%;
    padding: 24px 0 15px 17px;
}

.news50 {
    width: 50%;
}

.news50 .news-list li {
    line-height: 18px;
}

.long-news {
    width: 74%;
    padding: 24px 0 20px 17px;
}

.switch .hd {
    border-bottom: none;
}

.switch .hd ul {
    position: absolute;
    z-index: 110;
    background: #fff;
}

.switch .hd ul li {
    padding: 0;
    margin-right: 10px;
}

.switch .hd ul li:last-child {
    margin-right: 0;
}

.switch .hd ul li.on {
    background: none;
    color: #166AAB;
    font-weight: bold;
}

.switch .hd img {
    padding-left: 230px;
    position: absolute;
    z-index: 100;
    background: #fff;
}

/* æ–°é—» END*/
/* æ ‡é¢˜åŒºåŸŸ */
.content-title {
    padding-right: 20px;
}

.content-title>* {
    float: left;
}

.content-title .title {
    font-weight: 700;
    color: #166AAB;
    position: absolute;
    z-index: 110;
    background: #fff;
}

.content-title img {
    padding-left: 88px;
    margin-top: 5px;
    position: absolute;
    z-index: 100;
    background: #fff;
}

.line {
    margin-top: 5px;
    width: 100%;
    height: 15px;
    background-color: #F8F8F8;
    z-index: 99;
    position: relative;
}

/* æ ‡é¢˜åŒºåŸŸ */

/* åº•éƒ¨åŒºåŸŸ */
.footer {
    text-align: center;
    color: #fff;
    background: rgb(52, 115, 166);
    padding: 20px 0;
}
.footer .container .foot-connect {
    position: relative;
}
.footer .container .foot-connect .gover-logo {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 60px;
}
.footer .container .foot-connect .gover-logo>a{
    position: absolute;
    display: inline-block;
}
.footer .container .foot-connect .gover-logo .govericon1 {
    left: 0;
}
.footer .container .foot-connect .gover-logo .govericon2 {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -65px;
}
.footer .container .foot-connect .gover-logo .govericon3 {
    left: 90px;
    bottom: -65px;
}
.connect-icon>a {
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;

}

.connect-icon .call {
    margin-left: 516px;
    background-position: 0 -260px;
}

.connect-icon .address {
    margin-left: 54px;
    background-position: -54px -260px;
}

.icon-intro {
    color: #589BD1;
}

.icon-intro span {
    margin: 0 20px;
}

.gover-logo {
    margin-bottom: 40px;
}

.footer-desc p {
    margin-top: 5px;
}

/* åº•éƒ¨åŒºåŸŸ */

/* å½“å‰ä½ç½®  */
.current-local {
    margin: 20px 0;
    padding: 22px 0 22px 15px;
    background-image: url(localicon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.current-local img {
    width: 19px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

/* å½“å‰ä½ç½® */
/* è§†é¢‘ */
.video {
    padding: 24px 16px;
    background: #fff;
}

.video .content-title {
    margin-bottom: 28px;
}

.video .list {
    margin-left: -20px;
    margin-bottom: -20px;
}

.video .list li {
    float: left;
    width: 31.6%;
    margin-left: 20px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
}

.video .list li .pic-box {
    width: 100%;
    overflow: hidden;
    height: 190px;
}

.video .list li .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video .list a p {
    padding: 18px 20px;
}

/* è§†é¢‘ */
/* é€šç”¨é¡µ */
/* é€šç”¨é¡µ */
.currency .left li {
    border-bottom: 1px solid #fff;
}

.currency .left li.active {
    background: #2D7EBD;
}

.currency .left .list {
    position: relative;
    display: block;
    width: 241px;
    height: 59px;
    line-height: 59px;
    padding-left: 58px;
    font-weight: bold;
    color: #fff;
    background: rgb(79, 145, 197);
}

.currency .left .list .icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 26px;
    width: 20px;
    height: 20px;
    background: url(01-01-sprite.png) no-repeat;
}

.currency .left .list .curicon1 {
    background-position: -380px -277px;
}

.currency .left .list .curicon2 {
    background-position: -402px -277px;
}

.currency .left .list .curicon3 {
    background-position: -424px -277px;
}

.currency .left .list .curicon4 {
    background-position: -445px -277px;
}

.currency .left .list .curicon5 {
    width: 22px;
    background-position: -466px -277px;
}

.currency .right {
    width: 79%;
}

.currency .right .content-title {
    height: 59px;
    line-height: 59px;
    padding-left: 51px;
    background-color: #fff;
    position: relative;
}

.triangle {
    display: block;
    position: absolute;
    top: 23px;
    left: 22px;
    width: 12px;
    height: 13px;
    background: url(01-01-sprite.png) no-repeat;
    background-position: -450px -300px;
}

.currency .right .news {
    width: 100%;
    background: none;
    padding: 0 18px 43px;

}

.currency .right .news li {
    line-height: 26px;
}

.currency .right .news .bd li::before {
    top: 10px;
    left: -20px;
}

.left-nav>li {
    width: 241px;
    line-height: 59px;
    font-weight: bold;
    color: #fff;
    background: rgb(79, 145, 197);
    border-bottom: 1px solid #fff;
}

.left-nav-title {
    position: relative;
    padding-left: 58px !important;
    cursor: pointer;
    font-size: 18px;
}

.left-nav-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 25px;
    top: 20px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;
}

.left-nav>li:nth-of-type(1) .left-nav-title::before {
    background-position: -380px -277px;
}

.left-nav>li:nth-of-type(2) .left-nav-title::before {
    background-position: -402px -277px;
}

.left-nav>li:nth-of-type(3) .left-nav-title::before {
    background-position: -424px -277px;
}

.left-nav>li:nth-of-type(4) .left-nav-title::before {
    background-position: -445px -277px;
}

.left-nav>li:nth-of-type(5) .left-nav-title::before {
    width: 22px;
    background-position: -466px -277px;
}

.left-nav-title::after {
    content: '>';
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 59px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.left-nav li.current .left-nav-title {
    background: #2D7EBD;
}

.left-nav li.current .left-nav-title::after {
    transform: rotate(90deg);
}

.lead-navigation .left-nav>li .icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 26px;
    width: 20px;
    height: 20px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;
}


.left-nav ul {
    display: none;
}

.left-nav>li>ul {
    width: 241px;
    color: #166AAB;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(198, 230, 255);

}

.left-nav .current>ul {
    display: block;

}

.left-nav .left-child-title.selected {
    color: #000;
    border-bottom: 1px dashed #000;
    background: none;
}

.left-nav .left-child-title {
    position: relative;
    cursor: pointer;
    line-height: 50px;
    font-weight: 400;
    padding-left: 58px !important;
    border-bottom: 1px dashed #4F91C5;
    padding-right: 10px;
}

.left-child-title .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.lead-navigation .left-nav li.current .left-nav-title {
    background: rgb(79, 145, 197);
}

.lead-navigation .left-nav li .left-child-title {
    background: none;
}

.lead-navigation .left-nav>li:nth-of-type(1) .icon {
    background-position: -378px -301px;
}

.lead-navigation .left-nav>li:nth-of-type(2) .icon {
    background-position: -400px -301px;
}

.lead-navigation .left-nav>li:nth-of-type(3) .icon {
    background-position: -422px -301px;
}

.left-nav .left-child-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 25px;
    top: 20px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;
    background-position: -450px -300px;
}

.left-nav .left-child-title.selected::before {
    background-position: -464px -300px;
}

/* é€šç”¨é¡µ */
.page {
    color: #0163D1;
    margin: 0 50px;
}

/*Â é¡µæ•°æŒ‰é’®æ ·å¼Â */
.page a {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    color: #0163D1;
    border: 1px solid #0163D1;
    text-align: center;
    margin: 0 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.page .active {
    background-color: #0163D1;
    color: #FFF
}

/*Â é¡µé¢æ•°é‡Â */
.page>span {
    color: #0163D1;
}

.page #num,
.pageSub {
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #0163D1;
    border: 1px solid #0163D1;
    text-align: center;
    margin: 0 5px;
    background: none;

}

.firstPage,
.nextPage,
.prevPage,
.pageSub,
.lastPage {
    width: 50px;
}

.nextPage,
.prevPage {
    width: 70px
}

/*Â é€šç”¨é¡µÂ */


/* é¢†å¯¼ä¿¡æ¯ */
.lead-navigation {
    font-weight: bold;
}

.lead-navigation .leadicon {
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 25px;
    background-image: url(01-01-sprite.png);
    background-repeat: no-repeat;
}

.lead-navigation .leadicon1 {
    background-position: -378px -301px;
}

.lead-navigation .leadicon2 {
    background-position: -400px -301px;
}

.lead-navigation .leadicon3 {
    background-position: -422px -301px;
}

.lead-navigation .rarrow {
    position: absolute;
    right: 25px;
}

.currency .left li.active .two-list {
    display: block;
}

.two-list {
    width: 241px;
    color: #166AAB;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(198, 230, 255);
    border-bottom: none;
    padding: 0 10px;
}

.two-list a {
    display: block;
    line-height: 50px;
    font-weight: 400;
    padding-left: 58px;
    border-bottom: 1px dashed #4F91C5;
    position: relative;
}

.two-list .triangle {
    top: 18px;
}

.two-list a:last-child {
    border-bottom: none;
}

.two-list a.active {
    color: #000;
    border-bottom: 1px dashed #000;
}

.two-list a.active .triangle {
    background-position: -464px -300px;
}

.leaders .leader {
    padding: 18px 16px 21px;
    background: #fff;
    margin-top: 20px;
}

.leaders .leader .person-box {
    width: 131px;
    height: 164px;
    overflow: hidden;
}

.leader-desc {
    width: 70%;
}

.leader-title p {
    width: 100%;
    line-height: 30px;
    color: #166AAB;
    margin: 0 21px 0 19px;
    text-align: justify;
}

.leader-desc p {
    line-height: 30px;
}

.leader-desc p {
    position: relative;
}

.leader-desc p>a {
    color: #166AAB;
    position: absolute;
    bottom: 0;
    right: 0;
}

.lead-content {
    padding: 35px 16px;
    background-color: #fff;
}

.lead-content .lead-photo {
    text-align: center;
    margin-bottom: 50px;
}

.lead-content .lead-photo .photo-box {
    width: 131px;
    height: 164px;
    margin: 0 auto;
}

.lead-content .lead-photo .photo-box img {
    width: 100%;
    height: 100%;
}

.lead-content .lead-name {
    font-weight: bold;
    margin: 25px 0 8px;
}

.lead-container .desc .lead-tit {
    color: #fff;
    padding: 12px 52px 13px 27px;
    background: url(01-01-news-active.png) no-repeat;
    background-size: 16% 100%;
    border-bottom: 1px solid #EFEFEF;
}

.lead-container .desc .lead-txt {
    margin: 32px 0 40px 27px;
}

.lead-container .desc .lead-txt p {
    text-indent: 2em;
    line-height: 36px;
}

.lead-container .desc .lead-txt .tel-icon {
    display: inline-block;
    margin-right: 11px;
    width: 18px;
    height: 18px;
    background: url(01-12-tel.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

/* é¢†å¯¼ä¿¡æ¯ */
/* åœ°å›¾ */
.web-address {
    padding: 18px 17px 10px;
    background: #fff;
}

.add-box .add-item {
    margin-bottom: 31px;
    margin-left: -21px;
}

.add-box .add-item .webitem {
    float: left;
    width: 214px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: 21px;
    margin-top: 31px;
    background: #ECF7FF;
    position: relative;
}

.add-box .add-item .webitem span {
    position: absolute;
    top: 0;
    right: 8px;

}

.add-box .add-item .webitem:hover {
    color: #fff;
    background: #4F91C5;
}

.add-box .add-item .webitem:hover .select-box {
    display: block !important;
    color: #151515;
    background: #ECF7FF;
    border: 1px solid rgb(150, 191, 223);
    z-index: 999;
    position: relative;
}

.add-box .add-item .webitem:hover .select-box li:hover {
    color: #4F91C5;
    font-weight: bold;
}

.phone-menu {
    display: none;
}

.rmore {
    float: right;
    cursor: pointer;
}

.rmore>a {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;

}

.rmore .more-list {
    position: absolute;
    top: 59px;
    right: 0;
    color: #333;
    background-color: #f8f8f8;
    z-index: 999;
    padding: 0 20px;
    text-align: center;
}

.rmore .more-list li:hover {
    color: #166AAB;
}

.channel-news .bd {
    margin-bottom: 50px;
}

.nav a:hover {
    opacity: 1;
    color: #166aab;
    border-bottom: 2px solid #166aab;
}

.disclosure ul li .default {
    cursor: default;
}

.search .sear-box input {
    color: #000;
}

.sear-box input::-webkit-input-placeholder {
    color: #acacac;
}

.sear-box input::-moz-placeholder {
    color: #acacac;
}

.sear-box input::-moz-placeholder {
    color: #acacac;
}

.sear-box input::-ms-input-placeholder {
    color: #acacac;
}

.left-nav>li>ul>li>ul {
    padding-left: 24px;
}

.left-nav p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-nav-title::before {
    background-position: -402px -277px;
}
.gener-text table {
    margin: 0 auto;
}