* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
}

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

.header-bg {
    min-height: 270px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.head_top {
    padding: 13px 0 10px;
}

.head_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.head_top ul li {
    font-size: 12px;
    color: #666;
}

.head_top ul li.fr {
    color: #0066cc;
}

.head_top ul li.fr a {
    color: #0066cc;
    text-decoration: none;
    margin-left: 15px;
}

.head_top ul li.fr a img {
    vertical-align: middle;
    margin-right: 4px;
}

.head_top ul li.fr span {
    margin: 0 8px;
    color: #ccc;
}

.head_top ul li.fr a:hover {
    text-decoration: underline;
}

.head_logo {
    padding: 55px 0 45px;
}

.head_logo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.head_logo ul li.fl img {
    vertical-align: middle;
}

.head_search {
    margin-top: 20px;
}

.head_search span {
    font-size: 13px;
    color: #666;
}

.head_search span img {
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    transform: none;
    transform-origin: center center;
}

.hdsearch_txt {
    padding: 8px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 260px;
    outline: none;
    border-radius: 20px 0 0 20px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

.hdsearch_txt:focus {
    border-color: #006633;
    box-shadow: 0 0 0 2px rgba(0, 102, 51, 0.1);
}

.hdsearch_txt:hover {
    border-color: #ccc;
}

.head_search .search {
    padding: 8px 24px;
    background-color: #006633;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.head_search .search:hover {
    background-color: #008844;
    box-shadow: 0 2px 8px rgba(0, 136, 68, 0.3);
}

.head_nav {
    height: 56px;
}

.head_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #198e44;
}

.head_nav ul li {
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
}

.head_nav ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.head_nav ul li a img {
    vertical-align: middle;
    margin-right: 8px;
}

.head_nav ul li:last-child a {
    border-right: none;
}

.head_nav ul li a:hover,
.head_nav ul li.active a {
    background-color: #006633;
}

.head_top:after,
.head_logo:after {
    content: "";
    display: table;
    clear: both;
}

.index_topnews_area {
    padding: 15px 0;
    margin-top: 10px;
}

.index_topnews_container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index_banner {
    float: left;
    width: 750px;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.index_banner .ctrl-panel {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.index_banner .m-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
}

.index_banner .m-page.focus {
    background-color: #fff;
}

.index_banner .scroll-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index_banner .scroll_box_content {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.index_banner .content_list {
    flex-shrink: 0;
    width: 750px;
    height: 100%;
    position: relative;
}

.index_banner .content_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .content_list span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_top_news {
    float: right;
    width: 420px;
    height: 300px;
    padding-left: 30px;
    box-sizing: border-box;
}

.index_top_news .top_title {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #006633;
}

.index_top_news .top_title .name {
    float: left;
    font-size: 20px;
    color: #006633;
    font-weight: bold;
}

.index_top_news .top_title .more {
    float: right;
    color: #006633;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.index_top_news .top_title .more:hover {
    color: #008844;
}

.index_top_news .index_news_top {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index_top_news .index_news_top li {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.index_top_news .index_news_top li:last-child {
    border-bottom: none;
}

.index_top_news .index_news_top li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}

.index_top_news .index_news_top li a:hover {
    text-decoration: underline;
    color: #006633;
}

.index_top_news .index_news_top li span {
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.main-content {
    margin-top: 15px;
    overflow: hidden;
}

.main-content .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.col-about {
    width: 340px;
    padding: 15px;
    background: #fff;
    border: 2px solid #006633;
    box-sizing: border-box;
    text-align: center;
    flex-shrink: 0;
}

.col-docs {
    width: 440px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    flex-shrink: 0;
}

.col-notice {
    width: 420px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    text-align: left;
    flex-shrink: 0;
}

.col-gov {
    clear: both;
    width: 100%;
    background: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    padding-bottom: 15px;
    flex-shrink: 0;
}

.col-gov .index_open {
    width: 770px;
    float: left;
}

.col-gov .index_open h2.index_title {
    font-size: 18px;
    color: #006633;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #006633;
    overflow: hidden;
}

.col-gov .index_open h2.index_title span.name {
    float: left;
}

.col-gov .index_open h2.index_title span.name img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.col-gov .index_open h2.index_title span.more {
    float: right;
}

.col-gov .index_open h2.index_title span.more a {
    color: #006633;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.col-gov .index_open ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
}

.col-gov .index_open ul li {
    float: left;
    width: 153px;
    padding: 20px 0;
    text-align: center;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}

.col-gov .index_open ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.col-gov .index_open ul li p {
    padding: 15px 0 5px;
    display: block;
    margin: 0;
}

.col-gov .index_open ul li p img {
    width: 42px;
    height: 42px;
}

.col-gov .index_open ul li p.ft18 {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.col-gov .index_open ul li:hover {
    padding-top: 24px;
    box-shadow: 0 5px 5px #eee;
}

.col-gov .index_open ul li:hover p {
    padding: 5px 0 10px;
    transition: 600ms;
}

.col-gov .index_open ul li:hover a {
    color: #198e44;
}

.col-gov .index_open ul li:hover img {
    transition: transform 1s ease-out;
    transform: rotateY(360deg);
}

.col-gov .index_icon {
    float: right;
    width: 420px;
}

.col-gov .index_icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-gov .index_icon ul li {
    width: calc(50% - 5px);
    height: 86px;
    line-height: 86px;
    padding: 0 25px;
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.col-gov .index_icon ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.col-gov .index_icon ul li img {
    vertical-align: middle;
    margin-right: 15px;
    width: 40px;
    height: 36px;
}

.col-gov .index_icon ul li:hover img {
    transition: transform 1s ease-out;
    transform: rotateY(360deg);
}

.col-gov .index_icon ul li.css_1 {
    background-color: #3dc099;
}

.col-gov .index_icon ul li:hover.css_1 {
    background-color: #12a177;
    padding: 23px 0 23px 25px;
    border-bottom: 4px solid #007d58;
}

.col-gov .index_icon ul li.css_2 {
    background-color: #f28f64;
}

.col-gov .index_icon ul li:hover.css_2 {
    background-color: #e06b38;
    padding: 23px 0 23px 25px;
    border-bottom: 4px solid #b94310;
}

.col-gov .index_icon ul li.css_3 {
    background-color: #4ec9d1;
}

.col-gov .index_icon ul li:hover.css_3 {
    background-color: #1badb6;
    padding: 23px 0 23px 25px;
    border-bottom: 4px solid #006d74;
}

.col-gov .index_icon ul li.css_4 {
    background-color: #e3ad62;
}

.col-gov .index_icon ul li:hover.css_4 {
    background-color: #c88426;
    padding: 23px 0 23px 25px;
    border-bottom: 4px solid #854d00;
}

.col-gov .index_icon ul li::after {
    content: '>';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

.col-about .about-block {
    background: linear-gradient(180deg, #fff 0%, #f5faf7 100%);
}

.col-about .section-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: none !important;
    overflow: visible !important;
    margin-bottom: 15px !important;
}

.col-about .section-title h2 {
    display: inline-block;
    font-size: 18px;
    color: #006633;
    font-weight: bold;
    padding: 0 20px;
    float: none !important;
}

.col-about .section-title:before,
.col-about .section-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #006633;
}

.col-about .section-title:before {
    left: 0;
}

.col-about .section-title:after {
    right: 0;
}

.col-about .about-content {
    text-align: center;
}

.col-about .about-content img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.col-about .about-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
}

.col-about .about-content h3 a {
    color: #006633;
    text-decoration: none;
}

.col-about .about-content h3 a:hover {
    text-decoration: underline;
}

.col-about .about-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
    text-align: left;
}

.col-about .about-content .more-btn {
    display: inline-block;
    background-color: #006633;
    color: #fff;
    padding: 6px 20px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}

.col-about .about-content .more-btn:hover {
    background-color: #008844;
}

.section-title {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #006633;
}

.section-title h2 {
    float: left;
    font-size: 18px;
    color: #006633;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
}

.section-title img {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.section-title .more {
    float: right;
    color: #006633;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.section-title .more:hover {
    color: #008844;
}

.news-list {
    margin-top: 10px;
}

.news-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.news-item a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    float: left;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item a:hover {
    color: #006633;
}

.news-date {
    float: right;
    color: #999;
    font-size: 12px;
}

.side-block {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.about-block {
    padding-bottom: 20px;
}

.about-content h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.about-content h3 a {
    color: #333;
    text-decoration: none;
}

.about-content h3 a:hover {
    color: #006633;
}

.about-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.side-list {
    list-style: none;
    margin-top: 8px;
}

.side-list li {
    padding: 7px 0;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.side-list li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-list li a:hover {
    color: #006633;
}

.side-list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.bottom-content {
    margin-top: 15px;
    overflow: hidden;
}

.bottom-left {
    float: left;
    width: 750px;
}

.bottom-right {
    float: right;
    width: 420px;
}

.bottom-block {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.bottom-links {
    margin-top: 10px;
}

.bottom-links a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 8px;
    padding: 4px 8px;
}

.bottom-links a:hover {
    color: #006633;
    background-color: #f0f8f4;
}

.banner-middle {
    width: 100%;
    margin: 25px 0;
    flex-shrink: 0;
}

.banner-middle img {
    width: 100%;
    height: auto;
    display: block;
}

.index_pic { margin: 10px 0px; padding: 15px 10px 15px 80px; width: 1198px; height: 200px; border: #ddd 1px solid; position: relative; }
.index_pic h2 { width:63px; height:170px; color:#fff; font-size:18px; line-height:26px; font-weight:bold; background:linear-gradient(to bottom, #0cc651, #0a9e44); display:block; position:absolute; left:0px; top:15px; text-align:center; padding-top: 25px; z-index: 20; }

.index_pic .layout { TEXT-ALIGN: left; MARGIN: 0; WIDTH: 1108px; OVERFLOW: hidden; border-top: 0; }
.index_pic .homebtm { POSITION: relative; HEIGHT: 170px; PADDING: 0; }
.index_pic .mainCont { width: 1108px!important; height: 170px; overflow: hidden; }
.index_pic .mainCont UL { WIDTH: 3000px; WORD-WRAP: normal; margin: 0px; padding: 0px; list-style: none; }
.index_pic .mainCont ul li { width: 257px; height: 170px; float: left; overflow: hidden; margin: 0px 10px; text-align: center; font-size: 14px; background: #fff; position: relative; }
.index_pic .mainCont ul li a { display: block; width: 100%; height: 100%; }
.index_pic .mainCont ul li img { width: 100%; height: 100%; display: block; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }
.index_pic .mainCont ul li:hover img{-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}
.index_pic .mainCont ul li p { width: 257px; padding: 10px 0px; position: absolute; display: block; left: 0px; bottom: 0; background: rgba(0,0,0,0.6); color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_pic .mainCont ul li:hover p { background:#0cbb4d}

.index_pic .leftBtn,.index_pic .rightBtn{ width: 32px; height: 32px; position: absolute; cursor: pointer; overflow: hidden; z-index: 10; border-radius: 50%; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.index_pic .leftBtn { background-color: rgba(255,255,255,0.8); border: 1px solid #ddd; left: 0px; top: 180px; }
.index_pic .leftBtn::before { content: ''; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 10px solid #006633; }
.index_pic .leftBtn:hover { background-color: #006633; border-color: #006633; transform: scale(1.1); }
.index_pic .leftBtn:hover::before { border-right-color: #fff; }
.index_pic .rightBtn { background-color: rgba(255,255,255,0.8); border: 1px solid #ddd; left: 31px; top: 180px; }
.index_pic .rightBtn::before { content: ''; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 10px solid #006633; }
.index_pic .rightBtn:hover { background-color: #006633; border-color: #006633; transform: scale(1.1); }
.index_pic .rightBtn:hover::before { border-left-color: #fff; }

.footer {
    width: 1200px;
    margin: 20px auto 0;
    background-color: #006633;
    color: #fff;
    padding: 25px 0;
}

.footer-content p {
    text-align: center;
    margin-bottom: 6px;
    font-size: 12px;
}

.sidebar {
    float: left;
    width: 220px;
}

.sidebar-nav {
    background-color: #f0f8f4;
    padding: 0;
    border: none;
}

.sidebar-nav h3 {
    font-size: 20px;
    color: #006633;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    position: relative;
    font-weight: normal;
}

.sidebar-nav h3::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, transparent, #006633, transparent);
}

.sidebar-nav h3::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, transparent, #006633, transparent);
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul li {
    margin: 0;
}

.sidebar-nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 12px 20px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}

.sidebar-nav ul li a::after {
    content: '>';
    position: absolute;
    right: 20px;
    color: #999;
}

.sidebar-nav ul li a:hover {
    color: #006633;
}

.sidebar-nav ul li.active a {
    background-color: #006633;
    color: #fff;
}

.sidebar-nav ul li.active a::after {
    color: #fff;
}

.clear {
    overflow: hidden;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sub_page {
    margin-top: 10px;
    display: flex;
    gap: 26px;
    width: 100%;
    min-height: 400px;
}

.sub_nav {
    width: 220px;
    flex-shrink: 0;
}

.sub_nav h2 {
    font-size: 20px;
    color: #006633;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-weight: normal;
    background-color: #f0f8f4;
}

.sub_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f0f8f4;
}

.sub_nav ul li {
    margin: 0;
}

.sub_nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 12px 20px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}

.sub_nav ul li a::after {
    content: '>';
    position: absolute;
    right: 20px;
    color: #999;
}

.sub_nav ul li a:hover {
    color: #006633;
}

.sub_nav ul li.on a {
    background-color: #006633;
    color: #fff;
}

.sub_nav ul li.on a::after {
    color: #fff;
}

.sub_main {
    flex: 1;
    background-color: transparent;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.sub_main h2 {
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    border-bottom: none;
    overflow: hidden;
    zoom: 1;
    height: 45px;
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, transparent 15px, #e5e5e5 15px, #e5e5e5 16px, transparent 16px) repeat-x left 15px;
}

.sub_main h2 .title {
    font-size: 18px;
    color: #088235;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #0cbb4d;
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom, #f5f5f5, #fff) repeat-x #fff;
    display: block;
    text-align: center;
    float: left;
}

.sub_main h2 .daohang {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    margin-top: 15px;
    float: right;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M12 3l-9 9h3v8h4v-5h4v5h4v-8h3z"/></svg>') no-repeat left center;
    background-size: 14px 14px;
}

.sub_main h2 .daohang a {
    color: #4a4a4a;
    text-decoration: none;
    margin: 0 5px;
}

.sub_main h2 .daohang a:hover {
    color: #c00;
    text-decoration: none;
}

.sub_main h2 .daohang .green {
    color: #169a46;
}

.sub_main_nr {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.sub_main_nr p {
    margin-bottom: 12px;
    text-indent: 2em;
}

.sub_main_nr ul.news_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub_main_nr ul.news_list li {
    font-size: 12px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 3px 3px 5px #f0f0f0;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.sub_main_nr ul.news_list li a {
    width: 730px;
    height: 75px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-left: 110px;
    overflow: hidden;
    text-decoration: none;
    color: #4a4a4a;
}

.sub_main_nr ul.news_list li a:hover {
    color: #c00;
}

.sub_main_nr ul.news_list li .date {
    width: 80px;
    height: 55px;
    padding: 10px 0;
    border-right: 1px dotted #cfcfcf;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    display: block;
}

.sub_main_nr ul.news_list li .date b {
    font-size: 50px;
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
    color: #666;
}

.sub_main_nr ul.news_list li h4 {
    font-size: 19.2px;
    color: #333;
    margin: 0;
    padding: 0 0 6px 0;
    font-weight: normal;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all ease 600ms;
}

.sub_main_nr ul.news_list li p.hui_9 {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagegreenbig {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.pagegreenbig a {
    color: #333;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
}

.pagegreenbig a:hover {
    background-color: #006633;
    color: #fff;
    border-color: #006633;
}

.pagegreenbig span.current {
    background-color: #006633;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #006633;
    margin: 0 2px;
}

.pagination {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.pagination a {
    color: #333;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    display: inline-block;
}

.pagination a:hover {
    background-color: #006633;
    color: #fff;
    border-color: #006633;
}

.pagination a.page_active {
    background-color: #006633;
    color: #fff;
    border-color: #006633;
}

.pagination a.page_white {
    border: none;
    padding: 4px 5px;
    color: #999;
}

.pagination a.page_white:hover {
    background: none;
    color: #999;
}

.content-area {
    float: right;
    width: 950px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.breadcrumb {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #006633;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.article-detail h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.article-info {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.article-info span {
    margin: 0 12px;
}

.article-body {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.article-body p {
    margin-bottom: 12px;
    text-indent: 2em;
}

.article-list h2 {
    font-size: 18px;
    color: #006633;
    padding-bottom: 12px;
    border-bottom: 2px solid #006633;
    margin-bottom: 15px;
}

.article-list ul {
    list-style: none;
}

.article-list ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.article-list ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-list ul li a:hover {
    color: #006633;
}

.article-list ul li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.news_top_title h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.news_top_title .hui_9 {
    color: #999;
}

.news_top_title .ft12 {
    font-size: 12px;
}

.news_top_title p {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.news_neirong {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.news_neirong ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_neirong p {
    margin-bottom: 12px;
    text-indent: 2em;
}

.news_xiangguan {
    margin-top: 20px;
}

.news_xiangguan h4 {
    font-size: 16px;
    color: #006633;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.news_xiangguan ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_xiangguan ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.news_xiangguan ul li img {
    vertical-align: middle;
    margin-right: 8px;
}

.news_xiangguan ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.news_xiangguan ul li span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

.news_xiangguan ul li:hover a {
    color: #006633;
}

.sub_daohang {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    padding: 25px 0;
}

.sub_daohang img {
    vertical-align: middle;
    margin-right: 5px;
}

.sub_daohang a {
    color: #006633;
    text-decoration: none;
}

.sub_daohang a:hover {
    text-decoration: underline;
}

.sub_news_main {
    border: 1px solid #ddd;
    border-top: 3px solid #006633;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.col-about .about-content .about-summary {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 15px 0;
    text-align: left;
    height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.guestbook-list {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.guestbook-list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.guestbook-list table thead th {
    background-color: #f8f8f8;
    padding: 12px 15px;
    text-align: left;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #006633;
}

.guestbook-list table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    color: #666;
}

.guestbook-list table tbody tr:hover {
    background-color: #f9f9f9;
}

.guestbook-list table tbody td a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.guestbook-list table tbody td a:hover {
    color: #006633;
    text-decoration: underline;
}

.status-replied {
    color: #006633;
    font-weight: bold;
}

.status-pending {
    color: #999;
}

.guestbook-notice {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.guestbook-notice h3 {
    font-size: 18px;
    color: #006633;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #006633;
    font-weight: bold;
}

.guestbook-notice ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guestbook-notice ul li {
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.guestbook-notice ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #006633;
}

.guestbook-notice .notice-section {
    margin-bottom: 20px;
}

.guestbook-notice .notice-section:last-child {
    margin-bottom: 0;
}

.guestbook-notice .notice-section h4 {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.guestbook-form {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.guestbook-form h3 {
    font-size: 18px;
    color: #006633;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #006633;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-group label .required {
    color: #c00;
}

.form-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}

.form-input:focus {
    border-color: #006633;
}

.form-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    min-height: 120px;
}

.form-textarea:focus {
    border-color: #006633;
}

.captcha-group {
    overflow: hidden;
}

.captcha-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-input {
    flex: 0 0 150px;
}

.captcha-question {
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.submit-btn {
    display: inline-block;
    background-color: #006633;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.submit-btn:hover {
    background-color: #008844;
}

.guestbook-detail {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.detail-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.detail-header h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.detail-info {
    font-size: 12px;
    color: #666;
}

.detail-info span {
    margin-right: 20px;
}

.detail-section {
    margin-bottom: 20px;
}

.detail-section h3 {
    font-size: 16px;
    color: #006633;
    margin: 0 0 10px 0;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #006633;
}

.detail-content {
    font-size: 14px;
    color: #333;
    line-height: 2;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.reply-section {
    background-color: #f0f8f4;
    padding: 15px;
    border: 1px solid #d0e8d8;
}

.reply-content {
    background-color: #fff;
}

.reply-time {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: right;
}

.back-link {
    margin-top: 20px;
    text-align: center;
}

.back-link a {
    color: #006633;
    text-decoration: none;
    font-size: 14px;
}

.back-link a:hover {
    text-decoration: underline;
}

.loading {
    text-align: center;
    color: #666;
    padding: 50px;
}

.error {
    text-align: center;
    color: #c00;
    padding: 50px;
}

.detail-content.pending {
    color: #999;
    font-style: italic;
}