.list-page {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
    margin-top: 50px !important;
    
}

.list-right {
    padding-left: 50px;
    width: 77%;
}

.list-main {
    min-height: 400px;
}

.list_ul>ul {
    min-height: 500px;
}


/* 侧边栏 */

.sidebar {
    width: 23%;
}

.Column_Name {
    background-color: #308dd3;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 95px;
    position: relative;
    color: #fff;
    margin-bottom: 18px;
display:block;
}

.Column_Name:after {
    content: "";
    width: 46%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -23%;
    top: 80%;
}

#wp_listcolumn_w127 .wp_listcolumn .wp_column {
    background: #f5f5f5;
    text-align: center;
}

#wp_listcolumn_w127 .wp_listcolumn .wp_column:hover {
    background: #308dd3;
}
#wp_listcolumn_w127 .wp_listcolumn .wp_column a.selected{
 background-color:#308dd3 !important;

}
#wp_listcolumn_w127 .wp_listcolumn .wp_column:hover a {
    color: #fff;
}
#wp_listcolumn_w127 .wp_listcolumn .wp_column a{
   border:none;
}
.sidebar>ul .current {
    background: #308dd3;
}

.sidebar>ul .current a {
    color: #fff;
}

#wp_listcolumn_w127 .wp_listcolumn .wp_column a {
    font-size: 16px;
    color: #424243;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

#wp_listcolumn_w127 .wp_listcolumn .wp_column:hover a {
    color: #fff;
}

#wp_listcolumn_w127 .wp_listcolumn .wp_column a:after {
    content: ">>";
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.sidebar>ul .current a:after,
#wp_listcolumn_w127 .wp_listcolumn .wp_column:hover a:after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/* 当前位置开始 */

.Breadcrumbs {
    border-bottom: solid 1px #d2d2d2;
}

.Breadcrumbs p,
.Breadcrumbs a {
    display: inline-block;
    font-size: 15px;
    color: #010101;
    line-height: 50px;
}

.Breadcrumbs p {
    padding-left: 23px;
    background: url(../images/position_ico.png) no-repeat left center;
}

.Breadcrumbs a:hover {
    color: #308dd3;
}


/* 当前位置结束 */


/* 内容页 */

.content h2 {
    font-size: 24px;
    color: #040404;
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-align: center;
}

.Author {
    margin-bottom: 20px;
    text-align: center;
}

.Author span {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    margin: 0 20px 0 0;
}

.content {
    margin-top: 15px;
}

.content-main p {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}

.content-main table p {
    text-indent: 0;
}

.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}

.content-main img {
    max-width: 100%;
    display: inline-block;
}

.content-main p img {
    margin-left: -2em;
}

.page_ a {
    color: #7d7d7d;
    line-height: 30px;
}


/* 列表页 */

.list_ul ul li {
    position: relative;
    transition: all .3s;
    border-bottom: 1px solid #eee;
}

.list_ul ul li:hover {
    transform: translateY(-5px);
}

.list_ul ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #308dd3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.list_ul ul li a {
    font-size: 16px;
    color: #010101;
    line-height: 50px;
}

.list_ul ul li:hover a {
    color: #308dd3;
}

.list_ul ul li span {
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #010101;
}

.content #vsb_content_2 P {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav-item {
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s;
}

/* 单条hover效果 */
.sidebar-nav-item:hover > .sidebar-nav-header {
    background: #308dd3;
    color: #fff;
}

.sidebar-nav-item:hover > .sidebar-nav-header .sidebar-nav-link {
    color: #fff;
}

.sidebar-nav-item:hover > .sidebar-nav-header .sidebar-toggle {
    color: #fff;
}

/* 展开状态的停留样式 */
.sidebar-nav-item.active > .sidebar-nav-header {
    background: #308dd3;
    color: #fff;
}

.sidebar-nav-item.active > .sidebar-nav-header .sidebar-nav-link {
    color: #fff;
}

.sidebar-nav-item.active > .sidebar-nav-header .sidebar-toggle {
    color: #fff;
}

.sidebar-nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    flex: 1;
    transition: color 0.3s;
}

.sidebar-toggle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    transition: transform 0.3s;
}

.sidebar-nav-item.active .sidebar-toggle {
    transform: rotate(180deg);
}

.sidebar-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}

.sidebar-nav-item.active .sidebar-submenu {
    max-height: 1000px;
}

.sidebar-submenu li {
    border-top: 1px solid #f0f0f0;
}

.sidebar-submenu a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.sidebar-submenu a:hover {
    background: #f0f0f0;
    color: #308dd3;
    padding-left: 45px;
}

.sidebar-submenu a.active {
    background: #e8f4fc;
    color: #308dd3;
    font-weight: 500;
}

.sidebar h1 {
    background-color: #308dd3;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    position: relative;
    color: #fff;
    margin-bottom: 18px;
}

.sidebar h1:after {
    content: "";
    width: 46%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -23%;
    top: 80%;
}

/* 旧侧边栏样式 - 仅针对 #wp_listcolumn_w127 */
#wp_listcolumn_w127 .wp_listcolumn li {
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}

#wp_listcolumn_w127 .wp_listcolumn li:hover {
    background: #308dd3;
}

#wp_listcolumn_w127 .wp_listcolumn li:hover a {
    color: #fff;
}

#wp_listcolumn_w127 .wp_listcolumn .current {
    background: #308dd3;
}

#wp_listcolumn_w127 .wp_listcolumn .current a {
    color: #fff;
}

#wp_listcolumn_w127 .wp_listcolumn li a {
    font-size: 16px;
    color: #424243;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

#wp_listcolumn_w127 .wp_listcolumn li:hover a {
    color: #fff;
}

#wp_listcolumn_w127 .wp_listcolumn li a:after {
    content: ">>";
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

#wp_listcolumn_w127 .wp_listcolumn .current a:after,
#wp_listcolumn_w127 .wp_listcolumn li:hover a:after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/* 当前位置开始 */

.Breadcrumbs {
    border-bottom: solid 1px #d2d2d2;
}

.Breadcrumbs p,
.Breadcrumbs a {
    display: inline-block;
    font-size: 15px;
    color: #010101;
    line-height: 50px;
}

.Breadcrumbs p {
    padding-left: 23px;
    background: url(../images/position_ico.png) no-repeat left center;
}

.Breadcrumbs a:hover {
    color: #308dd3;
}


/* 当前位置结束 */


/* 内容页 */

.content h2 {
    font-size: 24px;
    color: #040404;
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-align: center;
}

.Author {
    margin-bottom: 20px;
    text-align: center;
}

.Author span {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    margin: 0 20px 0 0;
}

.content {
    margin-top: 15px;
}

.content-main p {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}

.content-main table p {
    text-indent: 0;
}

.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}

.content-main img {
    max-width: 100%;
    display: inline-block;
}

.content-main p img {
    margin-left: -2em;
}

.page_ a {
    color: #7d7d7d;
    line-height: 30px;
}


/* 列表页 */

.list_ul ul li {
    position: relative;
    transition: all .3s;
    border-bottom: 1px solid #eee;
}

.list_ul ul li:hover {
    transform: translateY(-5px);
}

.list_ul ul li:after {
    content: "";
    width: 4px;
    height: 4px;
display:none;
    background: #308dd3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.list_ul ul li a {
    font-size: 16px;
    color: #010101;
    line-height: 50px;
}

.list_ul ul li:hover a {
    color: #308dd3;
}

.list_ul ul li span {
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #010101;
}
.sidebar-nav-link.active {
    color: #308dd3;
    font-weight: 600;
}

.content #vsb_content_2 P {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}
