html,
body {
    position: relative;
    height: 100%;
    font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}

.swiper {
    --swiper-pagination-color: #008F40;
    --swiper-pagination-bullet-inactive-color: #FFFFFF;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 10px;
}

.bg_f7 {
    background-color: #f7f7f7;
}

.red {
    color: #ff0000;
}

#screen {
    width: 100%;
    height: 100%;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 22px;
    height: 22px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 16px;
    height: 16px;
    background-color: #C0C0C0;
    margin: 0 auto;
    left: 6px;
    top: auto;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 22px;
    height: 22px;
    background-color: white;
    border: 6px solid #008F40;
    margin: 0;
    left: 3px;
    top: -1px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    left: 8px;
}

header {
    height: 142px;
    overflow: hidden;
}

header .con {
    width: 1200px;
    height: 70px;
    margin-top: 36px;

}

header .con .logo img {
    width: 360px;
}

header .search {
    width: 400px;
    height: 40px;
    border: 1px solid #008B3E;
    margin-top: 14px;
}

header .search #keyword-input {
    width: 318px;
    height: 40px;
    line-height: 38px;
    border: none;
    background-color: transparent
}

header .search #keyword-submit {
    width: 82px;
    background-color: #008B3E;
    color: white;
}

header .user-box {
    min-width: 150px;
    height: 40px;
    margin-top: 14px;
    border: 1px solid #DCDCDC;
    background-color: #F3F3F3;
    font-size: 14px;
    padding: 0 10px;
}

header .user-box .icon {
    width: 15px;
    height: 18px;
}

header .user-box .info {
    line-height: 40px;
}

.navbar-menu {
    width: 100%;
    height: 48px;
    background-color: #008F40;
}

.navbar-menu .item {
    width: 135px;
    line-height: 48px;
    position: relative;
}

.navbar-menu .item a {
    color: white;
}

.navbar-menu .item:hover,
.navbar-menu .item.active,
.navbar-menu .item .sub .sub-item:hover {
    background-color: #007132;
}

.navbar-menu .item .sub {
    width: 100%;
    position: absolute;
    z-index: 9999;
    background-color: #008F40;
    display: none;
}

#big-ad .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url("/vendor/common/images/left-arrow.png");
}

#big-ad .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 330px;
}

#big-ad .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 330px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.tsqk .swiper-button-next:after,
.tsqk .swiper-button-prev:after,
.zzfc .zzfcSlide-next:after,
.zzfc .zzfcSlide-prev:after {
    content: '';
}

#big-ad .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url("/vendor/common/images/right-arrow.png");
}

#big-ad .swiper-pagination {
    width: 140px;
    height: 24px;
    left: 50%;
    border-radius: 12px;
    background-color: rgba(10, 106, 161, 0.4);
    position: absolute;
    z-index: 999;
    display: none;
}

#big-ad .swiper-pagination span {
    margin-bottom: 1px;
}

#big-ad .pagination .flex-control-nav {
    bottom: -7px;
}

#big-ad .pagination .flex-control-paging li a {
    background: white;
    box-shadow: none;
}

#big-ad .pagination .flex-control-paging li a.flex-active {
    background: #008F40;
}

.section .section-more {
    margin: 50px auto;
    width: 100px;
    text-align: center;
}

.section .section-more img {
    margin: 0 auto;
}

.xwdt {
    width: 1200px;
    margin: 0 auto;
}

.xwdt .con .tab {
    margin-top: 55px;
    width: 690px;
    height: 40px;
    line-height: 40px;
}

.xwdt .con .tab .item {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #EDEDED;
    color: #3C3C3C;
    cursor: pointer;
}

.xwdt .con .tab .item.active {
    background-color: #008F40;
    color: white;
}

.xwdt .con .tab-content {
    width: 100%;
    height: 420px;
    margin-top: 36px;
}

.xwdt .con .tab-content .item {
    display: none;
}

.xwdt .con .tab-content .item.active {
    display: block;
}

.xwdt .con .tab-content .swiper {
    width: 520px;
    height: 420px;
    margin: 0;
}

.xwdt .con .tab-content .swiper .swiper-slide img {
    width: 100%;
}

.xwdt .con .tab-content .swiper .swiper-slide .title {
    width: 100%;
    height: 54px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.xwdt .con .tab-content .swiper .swiper-slide .title a {
    color: white;
}

.xwdt .con .tab-content .swiper .swiper-pagination {
    width: 100px;
    right: 0;
    bottom: 5px;
    left: 210px;
}

.xwdt .con .tab-content .news-box {
    width: 660px;
    height: 420px;
}

.xwdt .con .tab-content .news-box .l, .xwdt .con .tab-content .news-box .r {
    width: 322px;
}

.xwdt .con .tab-content .news-box .box1 {
    width: 100%;
    height: 200px;
    background-color: white;
    overflow: hidden;
}

.xwdt .con .tab-content .news-box .box1 .t {
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    margin: 9px 15px 5px;
    overflow: hidden;
}

.xwdt .con .tab-content .news-box .box1 .t a {
    color: #21222C;
}

.xwdt .con .tab-content .news-box .box1 .c {
    margin: 0 15px;
    color: #797979;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 13px;
    overflow: hidden;
}

.xwdt .con .tab-content .news-box .box1 .d {
    margin: 9px 15px;
}

.xwdt .con .tab-content .news-box .box1 .d .date {
    width: 55px;
    color: #797979;
}

.xwdt .con .tab-content .news-box .box1 .d .date .day {
    font-size: 26px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.xwdt .con .tab-content .news-box .box1 .d .date .year-month {
    font-size: 12px;
}

.xwdt .con .tab-content .news-box .box1 .d .more {
    width: 30px;
}

.xwdt .con .tab-content .news-box .box2 {
    width: 100%;
    height: 127px;
    background-color: white;
    overflow: hidden;
}

.xwdt .con .tab-content .news-box .box2 .d {
    width: 80px;
    height: 80px;
    margin-top: 24px;
    border-right: 1px solid #ececec;
}

.xwdt .con .tab-content .news-box .box2 .d .date {
    width: 50px;
    height: 70px;
    color: #797979;
    margin-top: 5px;
}

.xwdt .con .tab-content .news-box .box2 .d .date .day {
    width: 25px;
    font-size: 26px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.xwdt .con .tab-content .news-box .box2 .d .date .year-month {
    font-size: 12px;
}

.xwdt .con .tab-content .news-box .box2 .t {
    width: 205px;
    margin: 24px 10px 0 0;
}

.tsqk {
    width: 1324px;
    margin: 0 auto;
}

.tsqk .con .tab {
    margin-top: 31px;
    width: 260px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #008F40;
}

.tsqk .con .tab .item {
    width: 130px;
    height: 40px;
    background-color: white;
    color: #008F40;
    cursor: pointer;
}

.tsqk .con .tab .item.active {
    background-color: #008F40;
    font-weight: bold;
    color: white;
}

.tsqk .con .tab-content {
    width: 1342px;
    height: 625px;
    margin: 36px auto 0;
}

.tsqk .con .tab-content .item {
    display: none;
    position: relative;
}

.tsqk .con .tab-content .item.active {
    display: block;
}

.tsqk .con .tab-content .book-list {
    height: 525px;
}

.tsqk .con .tab-content .book-list .book {
    width: 225px;
    height: 254px;
    text-align: center;
    border: 1px solid #e6e6e6;
    display: grid;
    justify-items: start;
}

.tsqk .con .tab-content .book-list .book .img {
    width: 180px;
    height: 180px;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsqk .con .tab-content .book-list .book .img img {
    width: 80%;
    max-height: 180px;
    margin: 0 auto;
}

.tsqk .con .tab-content .book-list .book .title {
    width: 100%;
    height: 28px;
    font-size: 16px;
}

.tsqk .con .tab-content .swiper {
    width: 1200px;
}

@media (max-width: 1200px) {
    .tsqk {
        width: 1200px;
    }

    .tsqk .con .tab-content {
        width: 1200px;
    }

    .tsqk .con .tab-content .swiper {
        width: 1000px;
    }

    .tsqk .con .tab-content .book-list .book {
        width: 180px;
    }

    .tsqk .con .tab-content .book-list .book .img {
        width: 150px;
        height: 150px;
    }
}

.tsqk .con .tab-content .swiper-button-prev {
    width: 42px;
    height: 70px;
    top: 48%;
    background: url("/vendor/common/images/left-arrow3.png") no-repeat;
}

.tsqk .con .tab-content .swiper-button-next {
    width: 42px;
    height: 70px;
    top: 48%;
    background: url("/vendor/common/images/right-arrow3.png") no-repeat;
}

#section4 {
    background: url("/vendor/common/images/zzfc-bg.png") 0 center no-repeat;
    background-size: cover;
}

.zzfc {
    width: 1200px;
    margin: 0 auto;
}

.zzfc .zz-list {
    margin-top: 10px;
}

.zzfc .zz-list .zz {
    width: 388px;
    height: 272px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    margin: 18px 6px 0;
}

.zzfc .zz-list .zz .img, .zzfc .zz-list .zz .info {
    width: 50%;
    height: 272px;
    position: relative;
}


.zzfc .zz-list .zz .img {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.zzfc .zz-list .zz .img img {
    max-width: initial;
    height: 272px;
}

.zzfc .zz-list .zz .img .left-arrow, .zzfc .zz-list .zz .img .right-arrow {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 48%;
}

.zzfc .zz-list .zz .img .left-arrow {
    right: 0;
    border-color: transparent #2AB96A transparent transparent;
}

.zzfc .zz-list .zz .img .right-arrow {
    left: 0;
    border-color: transparent transparent transparent #2AB96A;
}

.zzfc .zz-list .zz .info {
    color: white;
    background-color: #2AB96A;
}

.zzfc .zz-list .zz .info .name {
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
    font-family: '宋体', serif;
}

.zzfc .zz-list .zz .info .subtitle {
    margin-top: 5px;
    text-align: center;
    opacity: .4;
    font-size: 16px;
    font-family: '宋体', serif;
}

.zzfc .zz-list .zz .info .brief {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 18px;
}

.zzfc .zz-list .zz .info .more {
    position: absolute;
    bottom: 16px;
    right: 19px;
}

.zzfc .action, .tsqk .action {
    margin-top: 30px;
}

.zzfc .action .zzfcSlide-pagination .swiper-pagination-bullet-active,
.gjsp .action .gjspSlide-pagination .swiper-pagination-bullet-active,
.tsqk .action .tsqkSlide1-pagination .swiper-pagination-bullet-active,
.tsqk .action .tsqkSlide2-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background-color: #008F40;
}

.zzfc .action .zzfcSlide-pagination,
.gjsp .action .gjspSlide-pagination,
.tsqk .action .tsqkSlide1-pagination,
.tsqk .action .tsqkSlide2-pagination {
    min-width: 40px;
    width: auto;
    margin: 0 6px;
}

.zzfc .action .zzfcSlide-prev,
.zzfc .action .zzfcSlide-next,
.gjsp .action .gjspSlide-prev,
.gjsp .action .gjspSlide-next,
.tsqk .action .tsqkSlide1-prev,
.tsqk .action .tsqkSlide1-next,
.tsqk .action .tsqkSlide2-prev,
.tsqk .action .tsqkSlide2-next {
    margin-top: 3px;
}

#section5 {
    background: url("/vendor/common/images/gjsp-bg.png") no-repeat;
}

.gjsp .gjsp-list {
    width: 100%;
    margin-top: 80px;
}

.gjsp .gjsp-list .item {
    width: 570px;
    height: 440px;
    border: 2px solid #E6E6E6;
    overflow: hidden;
    border-radius: 2px 2px 2px 60px;
    background-color: white;
}

.gjsp .gjsp-list .item.swiper-slide-active {
    border: 4px solid #1BAB5B;
}

.gjsp .gjsp-list .item .mask {
    width: 100%;
    height: 440px;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
}

.gjsp .gjsp-list .item.swiper-slide-active .mask {
    display: none;
}


.gjsp .gjsp-list .item .info {
    width: 100%;
    height: 195px;
}

.gjsp .gjsp-list .item .info .date {
    width: 90px;
    height: 120px;
    color: #797979;
    margin: 30px 0 0 20px;
}

.gjsp .gjsp-list .item .info .date .day {
    width: 25px;
    font-size: 26px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.gjsp .gjsp-list .item .info .date .year-month {
    font-size: 12px;
}

.gjsp .gjsp-list .item .info .date .link {
    margin-top: 20px;
    font-size: 14px;
}

.gjsp .gjsp-list .item .info .date .link a {
    color: #005B22;
}

.gjsp .gjsp-list .item .info .content {
    width: 375px;
    margin: 28px 0 0 0;
}

.gjsp .gjsp-list .item .info .content .title {
    font-size: 16px;
    line-height: 26px;
}

.gjsp .gjsp-list .item .info .content .title a {
    color: #21222C;
}

.gjsp .gjsp-list .item .info .content .description {
    color: #787878;
    font-size: 14px;
    margin-top: 15px;
}

.gjsp .gjsp-list .item .img {
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}

.gjsp .gjsp-list .item .img img {
    width: 100%;
    top: -10%;
    position: absolute;
}

.gjsp .action {
    margin: 20px auto;
}

.gjsp .action .swiper-horizontal > .swiper-pagination-bullets,
.gjsp .action .swiper-pagination-bullets.swiper-pagination-horizontal,
.gjsp .action .swiper-pagination-custom,
.gjsp .action .swiper-pagination-fraction {
    width: auto;
}

#section6 {
    background-color: #F7F7F7;
}

.pxxx .title {
    margin-bottom: 40px;
}

.pxxx .pxxx-list {
    width: 1200px;
    height: 600px;
    margin: 10px auto;
}

.pxxx .pxxx-list .item1 {
    width: 388px;
    height: 320px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.pxxx .pxxx-list .item1:hover .info,
.pxxx .pxxx-list .item2:hover .info {
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.pxxx .pxxx-list .item1 .info,
.pxxx .pxxx-list .item1 .mask,
.pxxx .pxxx-list .item2 .info,
.pxxx .pxxx-list .item2 .mask {
    display: none;
}

.pxxx .pxxx-list .item1:hover .info .content,
.pxxx .pxxx-list .item2:hover .info .content {
    width: 305px;
    height: 90px;
    margin: 85px auto 30px;
    font-size: 16px;
    line-height: 30px;
    color: white;
}

.pxxx .pxxx-list .item1:hover .info .link,
.pxxx .pxxx-list .item2:hover .info .link {
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background-color: #EDEDED;
    border-radius: 20px;
    text-align: center;
}

.pxxx .pxxx-list .item1:hover .info .link a,
.pxxx .pxxx-list .item2:hover .info .link a {
    font-size: 16px;
    color: #3c3c3c;
}

.pxxx .pxxx-list .item1:hover .mask,
.pxxx .pxxx-list .item2:hover .mask {
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(38, 204, 112, 0.9);
}

.pxxx .pxxx-list .item2 {
    width: 388px;
    height: 260px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.pxxx .pxxx-list .item2:hover .mask,
.pxxx .pxxx-list .item2:hover .info {
    height: 260px;
}

.pxxx .pxxx-list .item2:hover .info .content {
    margin-top: 50px;
}

footer {
    width: 100%;
    height: 610px;
    background-color: #474747;
    overflow: hidden;
}

footer .con {
    width: 1200px;
    margin: 40px auto 0;
    color: white;
}

footer .con .external-link {
    width: 1000px;
    margin: 100px auto 0;
}

footer .con .external-link .title {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    height: 50px;
    font-family: 宋体, serif;
}

footer .con .external-link .list {
    width: 800px;
}

footer .con .external-link .list .item {
    width: 230px;
    height: 40px;
}

footer .con .external-link .list .item a{
    color: #b1b1b1;
}

footer .con .qrcode {
    width: 100%;
    margin: 60px auto 0;
}

footer .con .qrcode .list .item {
    width: 200px;
    text-align: center;
}

footer .con .qrcode .list .item .name {
    margin-top: 12px;
}

footer .copyright {
    margin-top: 40px;
    text-align: center;
    color: #b1b1b1;
}

footer .copyright p {
    line-height: 40px;
}

.pagination {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination a {
    padding: 5px 10px;
    border: 1px solid #787878;
    border-radius: 2px;
    background-color: white;
    color: #787878;
}

.pagination a.current {
    background-color: #00A84B;
    border: 1px solid #00A84B;
    color: white;
}

.article-detail,
.article-list,
.book-list,
.author-list,
.author-detail,
.guestbook-list,
.search-list {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    margin-top: 22px;
}

.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #787878;
}

.breadcrumb span {
    color: #000000;
}

.article-detail .title {
    margin: 55px 0 18px;
}

.article-detail .tool {
    padding-bottom: 17px;
    border-bottom: 1px solid #D8D8D8;
    color: #787878;
    font-size: 14px;
    line-height: 28px;
}

.article-detail .tool .share .social-share .social-share-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 18px;
}

.article-detail .tool .font {
    width: 60px;
}

.article-detail .tool .font #plus {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url("/vendor/common/images/plus.png");
}

.article-detail .tool .font #plus:hover {
    width: 18px;
    height: 18px;
    background-image: url("/vendor/common/images/plus-active.png");
}

.article-detail .tool .font #reduce {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url("/vendor/common/images/reduce.png");
}

.article-detail .tool .font #reduce:hover {
    width: 18px;
    height: 18px;
    background-image: url("/vendor/common/images/reduce-active.png");
}

.article-detail .content {
    padding: 50px 20px;
}

.article-detail .content img {
    display: initial !important;
}

.article-detail .other-link {
    margin-top: 20px;
    color: #21222C;
}

.article-detail .other-link .title {
    font-size: 16px;
}

.article-detail .other-link ul {
    margin: 10px 0 85px;
}

.article-detail .other-link ul li {
    margin-bottom: 18px;
}

.article-detail .other-link ul li:before,
.article-list .right ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #B0B0B0;
    vertical-align: middle;
    margin-right: 14px;
}

.article-list .right ul li:before {
    margin-top: 17px;
}

.article-detail .other-link ul a, .article-detail .navigation-link a {
    color: #21222C;
}

.article-detail .navigation-link {
    width: 100%;
    margin-bottom: 55px;
}

.article-detail .navigation-link div {
    width: 410px;
}

.article-list .left {
    width: 240px;
    margin-bottom: 40px;
}

.article-list .right {
    width: 920px;
    margin-bottom: 40px;
}

.article-list .category-list .item {
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    border-radius: 2px;
}

.article-list .category-list .item.active {
    border: 1px solid #008F40;
    border-top: 6px solid #008F40;
    line-height: 53px;
}

.article-list .category-list .item.active a {
    color: #008F40;
}

.article-list .category-list .item a {
    color: #8C8C8C;
}

.article-list .right ul hr {
    margin: 5px 0;
}

.article-list .right ul li {
    height: 40px;
    line-height: 40px;
}

.article-list .right ul li a {
    font-size: 16px;
    color: #21222C;
}

.article-list .right ul li .t {
    width: 800px;
    overflow: hidden;
}

.article-list .right ul li .d {
    width: 60px;
    color: #737373;
}

.author-list .author {
    width: 388px;
    height: 272px;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-radius: 4px;
    margin: 0 6px 18px;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

.author-list .author .img {
    width: 165px;
    height: 235px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 2px;
}

.author-list .author .img img {
    max-width: initial;
}

.author-list .author .info {
    width: 175px;
    height: 235px;
    overflow: hidden;
}

.author-list .author .info .title {
    height: 43px;
    font-size: 18px;
    font-family: '宋体', serif;
    border-bottom: 1px solid #BEBEBE;
    padding-right: 24px;
}

.author-list .author .info .content {
    height: 160px;
    font-size: 14px;
    line-height: 26px;
    color: #787878;
}

.author-detail .author .title {
    width: 125px;
    height: 43px;
    font-size: 18px;
    font-family: '宋体', serif;
    border-bottom: 1px solid #BEBEBE;
    margin-top: 40px;
}

.author-detail .author .content {
    padding: 50px 0;
}

.guestbook-list .tab-warp {
    width: 100%;
    height: 52px;
    background-color: #F7F7F7;
    margin: 40px 0;
}

.guestbook-list .tab-warp .tabs {
    width: 272px;
}

.guestbook-list .tab-warp .tabs .item {
    width: 136px;
    color: #8C8C8C;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.guestbook-list .tab-warp .tabs .item.active {
    background-color: #008F40;
    color: white;
}

.guestbook-list .tab-warp .ask {
    width: 120px;
    color: #008F40;
    cursor: pointer;
}

.guestbook-list .tab-warp .ask img {
    width: 16px;
    height: 16px;
}

.guestbook-list .content {
    color: #21222C;
    margin-bottom: 40px;
}

.guestbook-list .content .item {
    border-bottom: 1px solid #EDEDED;
    padding: 30px 0;
}

.guestbook-list .content .item .q .tip,
.guestbook-list .content .item .a .tip {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #85D7AA;
    text-align: center;
    font-family: '宋体', serif;
    border-radius: 2px;
}

.guestbook-list .content .item .a .tip {
    background-color: #FFC3A2;
}

.guestbook-list .content .item .q {
    margin-bottom: 30px;
}

.guestbook-list .content .item .q .b,
.guestbook-list .content .item .a .b {
    margin-top: 10px;
    color: #797979;
}

.guestbook-list .content .item .q .con,
.guestbook-list .content .item .a .con {
    width: 1150px;
}

.guestbook-list .content .item .q .con .t1,
.guestbook-list .content .item .a .con .t1 {
    font-size: 16px;
    font-weight: bold;
}

.guestbook-list .content .item .q .con .t2,
.guestbook-list .content .item .a .con .t2 {
    font-size: 14px;
}

.ask-form {
    width: 620px;
    height: 540px;
    background-color: white;
}

.ask-form .title img {
    margin: 30px auto 20px;
}

.ask-form .form {
    width: 490px;
    margin: 0 auto;
}

.ask-form .form .text {
    width: 94%;
    height: 42px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 2%;
}

.ask-form .form .textarea {
    width: 94%;
    padding: 2%;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ask-form .form #captcha {
    width: 50%;
    margin-right: 25px;
}

.ask-form .form button {
    width: 146px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #F3F3F3;
    border-radius: 4px;
}

.ask-form .form button.submit {
    background-color: #008F40;
    color: white;
}

.auth {
    width: 100%;
    background: url("/vendor/common/images/auth-bg.png") center 0 no-repeat;
    overflow: hidden;
}

.auth .wrap {
    width: 1200px;
    margin: 0 auto;
}

.auth .form {
    margin: 110px auto 125px;
    width: 480px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

.auth .register-form {
    margin: 80px auto !important;
}

.auth .form .title {
    width: 330px;
    height: 35px;
    margin: 43px auto 25px;
}

.auth .tab {
    width: 330px;
    height: 42px;
    margin: 10px auto;
    border-bottom: 1px solid #008F40;
}

.auth .tab .tab-item {
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #008F40;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    background-color: white;
    color: #008F40;
    font-size: 14px;
}

.auth .tab .tab-item.active {
    border-bottom: 1px solid #008F40;
    color: white;
    background-color: #008F40;
}

.auth .tab-content .tab-item {
    display: none;
}

.auth .tab-content .tab-item.active {
    display: block;
}

.auth .form {
    padding-bottom: 20px;
}

.auth .form .item {
    width: 310px;
    margin: 0 auto 18px;
    position: relative;
}

.auth .form .item input {
    width: 100%;
    height: 42px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    text-indent: 45px;
}

.auth .form .item i {
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 5;
    width: 30px;
    height: 18px;
    border-right: 1px solid #BEBEBE;
}

.auth .form .item .icon-auth-user {
    background: url("/vendor/common/images/icon-auth-user.png") 0 0 no-repeat;
}

.auth .form .item .icon-auth-lock {
    background: url("/vendor/common/images/icon-auth-lock.png") 0 0 no-repeat;
}

.auth .form .item .icon-auth-nick {
    background: url("/vendor/common/images/icon-auth-nick.png") 0 0 no-repeat;
}

.auth .form .item .icon-auth-email {
    background: url("/vendor/common/images/icon-auth-email.png") 0 0 no-repeat;
}

.auth .form .item .captcha {
    text-indent: 12px;
    width: 190px;
}

.auth .form .item #fetchSmsCodeBtn {
    background: #008F40;
    color: white;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    border-radius: 4px;
}

.auth .form .item #fetchSmsCodeBtn[disabled] {
    background: #6ec093 !important;
}

.auth .form .item .submit {
    width: 310px;
    height: 42px;
    line-height: 42px;
    background: #008F40;
    text-align: center;
    color: white;
    border-radius: 4px;
}

.auth .form .item a {
    font-size: 14px;
    color: #505050;
}

.auth .msg {
    margin: 128px auto 155px;
    width: 480px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

.auth .uc-form {
    margin: 70px auto 115px;
}

.auth .uc-form .item label {
    width: 90px;
}

.auth .uc-form .item input {
    text-indent: 5px;
}

.auth .uc-form .item input[disabled] {
    background-color: #e3e3e3;
    color: #5e5e5e;
    cursor: no-drop;
}

.auth .uc-form .item .radio-group input {
    width: 18px;
    height: 18px;
}

.search-list li {
    margin-bottom: 35px;
    overflow: hidden;
    border: 1px solid white;
    padding: 5px;
}

.search-list li:hover {
    border: 1px solid #e3e3e3;
}

.search-list li .img {
    width: 215px;
}

.search-list li .info {
    width: 955px;
}

.search-list li .t {
    margin: 0 0 15px;
}

.search-list li .t a {
    color: #21222C;
}

.search-list li .c {
    color: #787878;
    font-size: 14px;
}

.search-list li .d {
    color: #505050;
    font-size: 14px;
    margin-top: 10px;
}

.search-list .hit {
    color: #FF7400 !important;
}

.empty {
    height: 400px;
    overflow: hidden;
}

.empty .title {
    margin: 100px auto 0;
    text-align: center;
}