* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Arial, Helvetica, sans-serif, PingFangSC, "Microsoft Yahei UI", "Microsoft Yahei", SimHei;
    font-size: 14px;
    line-height: 1.3;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s
}
a:hover {
    text-decoration: none;
}

a, input, label, button {
    outline: none;
}

/* Header */
#header {
    background: url("../img/header_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 20px 0;
    border-top: 4px solid #428558;
    border-bottom: 2px solid #428558;
}
.site-logo {
    display: inline-block;
}
.site-logo img {
    height: 100%;
}
.hr {
    float: right;
    margin-top: -62px;
    text-align: right;
}
.language {
    display: inline-block;
    color: #1d1d1d
}
.search-box {
    position: relative;
    width: 240px;
    height: 40px;
}
input[name="keyword"] {
    width: 100%;
    height: 40px;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(66, 133, 88, .4);
}
input[name="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url("../img/search_icon.png") no-repeat center;
    background-size: 20px 20px;
    border: 0;
    border-radius: 5px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
input[name="submit"]:hover {
    background: rgba( 0, 0, 0, .1) url("../img/search_icon.png") no-repeat center;
    background-size: 23px 23px;
}
/* Footer */
#footer {
    background: url("../img/footer_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 30px 0;
}
.links {
    padding: 15px 0 25px;
    border-bottom: 1px solid #74a581;
}
.links ul {
    display: block;
    text-align: center;
}
.links li {
    display: inline-block;
    border-right: 1px solid #f9f4e7;
}
.links li:last-child {
    border-right: none
}
.links li a {
    display: block;
    padding: 0 15px;
    color: #f9f4e7;
}
.copyright {
    padding: 15px 0 0;
    text-align: center;
    color: #ededed;
}




/* Slider */
#slider {
    position: relative;
}
#slider .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    height: 100%;
}
.banner-carousel {
    background: #f1f1f1;
    width: 100%;
    height: 350px;
}
.banner-carousel .swiper-slide {
    width: 1200px;
    background-size: cover!important
}
.banner-pagination .swiper-pagination-bullet {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #428558;
    width: 20px;
    border-radius: 5px
}
.site-nav {
    position: absolute;
    left: 15px;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background: rgba(66, 133, 88, .85);
}
.site-nav ul {
    padding: 15px 0;
    width: 100%;
    height: 350px;
}
.site-nav li {
    width: 100%;
    text-align: center;
}
.site-nav li:hover {
    background: rgba( 255, 255, 255, .8)
}
.site-nav li a {
    display: block;
    color: #fff;
    padding: 17px 0;
}
.site-nav li a:hover {
    font-size: 16px;
    color: #363636
}
.site-nav li:hover a::before {
    content: "-";
    padding-right: 10px;
    color: #5f9973;
}
.site-nav li:hover a::after {
    content: "-";
    padding-left: 10px;
    color: #5f9973;
}
.navbar-collapse {
    padding: 0
}
.container > .navbar-collapse {
    margin: 0 auto;
}



/* content */
#content {
    padding: 30px 0;
    background: #f9f3e7;
}
.news-item {
    margin: 10px 0;
    padding: 13px 30px;
    background: #fff;
    min-height: 326px;
}
.news-item .header {
    padding: 10px 0;
    border-bottom: 1px solid #428558
}
.news-item .header .title {
    display: inline-block;
    width: 115px;
    height: 22.5px;
    background: url("../img/title.png") no-repeat;
}
.t1 {
    background-position: 0 0;
}
.t2 {
    background-position: 0 -22.5px!important;
}
.t3 {
    background-position: 0 -45px!important;
}
.t4 {
    background-position: 0 -67.5px!important;
}
.news-item .header a {
    float: right;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    background: url("../img/more_icon.png") no-repeat center
}
.content-list {
    padding: 5px 0 0;
}
.content-list li {
    margin: 15px 0;
}
.content-list li span {
    color: #979797;
    padding-right: 8px;
    border-right: 2px solid #428558
}
.content-list li a {
    display: inline-block;
    padding-left: 8px;
    color: #363636;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-list li a:hover {
    color: #428558
}
.common-list li a {
    padding-left: 0;
}
.common-list li span {
    float: right;
    border-right: 0;
    padding-right: 0px;
}
.expert-title {
    margin: 35px 0 30px;
    text-align: center;
}
.expert-title img {
    width: auto;
    height: 35px;
}
.expert-wrapper {
    background: url("../img/expert_bg.jpg") no-repeat center;
    background-size: cover;
}
.expert-carousel {
    height: auto;
}
.expert-carousel .swiper-slide {
    width: 33.333%
}
.expert-photo {
    position: relative;
    z-index: 2;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 50px auto 0;
    background-size: cover!important;
    box-shadow: 0 5px 10px rgba( 26, 79, 40, .25);
}
.expert-info {
    overflow: auto;
    position: relative;
    z-index: 1;
    margin: -60px 30px 50px;
    padding: 60px 30px 20px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.expert-info h1 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #666;
}
.expert-info span {
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 4px;
    background: #428558;
}
.expert-info p {
    text-align: left;
    color: #666;
}
.expert-info:hover {
    box-shadow: 0 5px 15px rgba( 26, 79, 40, .25);
}
.expert-button {
    opacity: .5;
}
.expert-button:hover {
    opacity: .8;
}

/* Column */
.column-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid rgba( 0, 0, 0, .1);
    padding: 10px 0;
}
.column-position {
    float: right;
    margin-top: 13px;
    font-size: 14px;
    font-weight: normal;
    color: #368355
}
.column-position a {
    color: #636363
}
.column-position a:hover {
    color: #368355
}
.column {
    padding: 20px 30px;
    background: #fff;
}
.column-position i {
    margin-right: 8px;
}
.wp_listalbumn {
    margin-top: 20px;
}

/* Info Page */
.post-content {
    width: 100%;
    background: #fff;
    padding: 20px 0 0;
}
.breadcrumb {
    text-align: center;
}
.breadcrumb a {
    color: #3a895a;
}
.breadcrumb a:hover {
    color: #636363
}
.post-title {
    padding: 20px 0 10px;
    font-size: 24px;
    text-align: center;
    color: #398859;
}
.post-attr {
    text-align: center;
    color: #979797;
}
.read-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
}
.read-content img {
    margin: 10px 0;
    max-width: 100%!important;
    height: auto;
}

/* 覆盖WP样式*/
.wp_column_article {
    margin-top: 15px;
}
/* 更改页码样式 */
.page_jump {
    display: none!important;
}
#wp_paging_w5 {
    text-align: center;
}
.wp_paging {
    float: none!important;
    display: inline-block!important;
    overflow: auto;
}
.page_nav .prev span {
    display: none!important;
}
.page_nav .prev::before {
    content: "上一页"
}
.page_nav .next span {
    display: none!important;
}
.page_nav .next::before {
    content: "下一页"
}
.wp_paging li {
    height: auto!important;
    line-height: auto!important;
}
.wp_paging li a {
    height: auto;
    background: #fafafa;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.wp_paging li a:hover {
    background: #f0f0f0;
    box-shadow: 2px 2px 10px rgba(66, 133, 88, .2);
    color: #636363;
}
#wp_news_w5 {
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    .banner-carousel .swiper-slide {
        width: 100%;
    }
    .expert-carousel .swiper-slide {
        width: 100%
    }
    .news-item {
        margin: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .hr {
        display: none;
    }
    .expert-title img {
        width: 90%;
        height: auto;
    }
    .navbar-toggle {
        z-index: 999;
        background: #fff;
    }
    .site-logo {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .site-logo img {
        height: auto;
        width: 100%;
    }
    .site-nav {
        width: 100%;
        left: 0
    }
    .content-list li a {
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: bottom;
    }
    #content {
        background: #fff;
    }
    .column {
        padding: 10px 20px;
    }
    .news-item {
        padding: 13px 10px;
    }
    
}