body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
}

a:link,
a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    color:black;
}

.logo-box {
    background: #fcfcfc;
    padding: 30px;
}

.logo {
    background: url(images/logo.png);
    background-size: 1200px 80px;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.main_menu_box {
    width: 100%;
    height: 50px;
    background: #00a44e;
    margin: 0px;
    border-top: 1px solid #0C7124;
}

.main_menu {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.menu {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}

.menu a,
.menu a:hover {
    text-decoration: none;
    color: white;
}

.menu li {
    color: white;
    float: left;
    width: 150px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.sub-menu li {
    float: none;
}

.menu > li:hover {
    height: 50px;
    background: #3a7154;
}

.menu li:hover > div {
    display: block;
}

.sub-menu-box {
    display: none;
    position: absolute;
    z-index: 1000;
}

.sub-menu {
    background: #505050d1;
    list-style: none;
    padding: 0px;
    position: relative;
    width: 150px;
    margin: 0px;
}

.sub-menu-box-array {
    border-color: transparent transparent #2196F3;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    top: 0px;
    margin: 0 auto;
    position: relative;
}

.sub-menu li {
    line-height: 45px;
    font-size:14px;
}

.sub-menu li:hover {
    background: #00a44e;
}

.find-box {
    float: right;
    border-radius: 4px;
    border: 1px solid #989898;
    height: 24px;
    overflow: hidden;
    margin-top: 82px;
    width: 198px;
    margin-right: 30px;
}

.bt_find {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
    color: black;
}

.find {
    margin-top: 0px;
    border: 0;
    margin-left: 15px;
    font-size: 16px;
    width: 146px;
    outline: 0;
    position: absolute;
    background: none;
    color: #858585;
}

.bigimg {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.bigimg img {
    width: 100%;
    height: 500px;
}

.content {
    width: 1200px;
    min-height: 550px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row {
    width: 100%;
    height: 383px;
    /* margin-top: 20px; */
}

.row2 {
    width: 100%;
    height:170px;
}

.wx {
    margin-top: 20px;
}

.column {
    width: 31%;
    float: left;
    margin-left: 20px;
}

.news {
    /*border: dotted 1px #2196f3;*/
    padding: 5px 5px 5px 15px;
    box-shadow: 5px 8px 28px rgba(89, 89, 89, 0.1);
}

.news-title-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #2196f3;
}

.news-title {
    width: 300px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
}

.news-title-img {
    width: 60px;
    /*height: 23px;*/
    padding-top: 10px;
}

.news-title-more {
    width: 25px;
    padding-top: 10px;
}

.news ul {
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0px;
    font-size: 9pt;
}

.tail {
    height: 100px;
    background: #f3f3f3;
}

.copyright-box {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: url(images/tail.png);
}

.copyright {
    width:600px;
    margin:0 auto;
}

/*.left {
    float:left;
    min-height: 500px;
    width: 200px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}

.right{
    width: 900px;
    float: left;
    min-height: 500px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}*/

.position {
    padding: 10px 0px 10px 20px;
}
.row1-col1 {
    float: left;
    width:790px;
}

.row1-col1-images {
    float: left;
    width:380px;
}

.row1-col1-images img {
    width:380px;
    height: 280px;
}

.row1-col1-news {
    float: left;
    margin-left: 20px;
    width: 390px;
}

.row1-col1-news ul {
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.row1-col1-news ul li {
    list-style: none;
    float: left;
    margin: 0px 0px 20px 0px;
}

.title-box {
    float: left;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #00a44e;
    margin-bottom: 20px;
}

.title-title {
    float: left;
    font-size: 18px;
    /*border-bottom: 2px solid #d0bf99;
    padding-bottom: 10px;*/
    color: white;
    /* font-weight: 600; */
    background: #00a44e;
    padding: 12px;
}

.row1-col1-content {
    float: left;
}

.row1-col1-content ul {
    float: left;
    padding-left: 0px;
    margin-top: 0px; 
    width: 100%;
    height: 310px;
}

.row1-col1-content ul li {
    list-style: none;
    float: left;
    margin: 0px 0px 6px 0px;
}

.title-more {
    float: right;
    margin-right: 10px;
    margin-top: 28px;
}

.news-date {
    float: left;
    width: 80px;
    height: 50px;
    background: url(images/date.png);
    background-size: 80px 60px;
    padding-top: 8px;
}

.news-date3 {
    float: left;
    width: 80px;
    height: 50px;
    background: url(images/date2.png);
    background-size: 90px 58px;
    padding-top: 8px;
}

.news-date4 {
    width: 50px;
    float: right;
    margin-top: 2px;
    color: #999494;
}

.news-date-day {
    float: left;
    width: 80px;
    text-align: center;
    color:red;
    font-weight: 600;
}

.news-date-day3 {
    float: left;
    width: 30px;
    color: #fda608;
    margin-top: 8px;
    margin-left: 40px;
    font-weight: 600;
}

.news-date-year {
    float: left;
    width: 80px;
    text-align: center;
    margin-top: 5px;
}

.news-date-year3 {
    float: left;
    width: 59px;
    margin-left: 23px;
    margin-top: 2px;
    font-size: 12px;
    color: #f8b845;
}

.row1-col2 {
    float: left;
    margin-left: 20px;
    width: 380px;
}

.news-date2 {
    float: left;
    width: 80px;
    height: 50px;
    background: #faf2e1;
    padding-top: 8px;
}

.wx img {
    width:1200px;
}

.row3-col1-news {
    float: left;
}

.row3-col1-content ul {
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 310px;
}

.row3-col1-content ul li {
    list-style: none;
    float: left;
    margin: 0px 0px 20px 0px;
}

.row3-col2 {
    float: left;
    margin-left: 20px;
    width: 490px;
}

.row3-col1 {
    float: left;
    width: 690px;
}

.news-title2 {
    width: 400px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;

}

.row4 {
    width: 100%;
    height: 90px;
    background: #eefff2;
    margin-top: 30px;
    padding-top: 20px;
}

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

.row4 ul li {
    margin: 0 25px;
    line-height: 70px;
    float: left;
    background: url(images/yuan.png) no-repeat left center;
    padding-left: 25px;
}

.foot {
    height: 160px;
    background: #0C7124;
    clear: both;
    margin-top: 20px;
    padding-top: 40px;
}

.txfc-img {
    float: right;
    margin-left: 20px;
}

.txfc-img img {
    width:150px;
    height: 85px;
}

.news-title3 {
    width: 420px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
}

.smallimg {
    width:100%;
    height: 180px;
    margin:0 auto;
}

.smallimg img {
    width:100%;
    height: 180px;
}

.col-left {
    width: 270px;
    min-height: 500px;
    float: left;
    margin-right: 30px;
}

.col-right {
    width: 900px;
    min-height: 500px;
    float: left;
}

.list_right_pos {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #d0bf99;
    height: 35px;
}

.list_right_content {
    font-size: 15px;
}

.article-box {
    padding: 0px 10px 0px 10px;
}

.list-pos {
    margin-bottom: 10px;
    font-size: 18px;
}

.list-split {
    width: 100%;
    float: left;
    height: 3px;
    background: #d0bf99;
    margin-bottom: 20px;
}

.article-title {
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.article-info {
    text-align: center;
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
    font-family: kaiti;
    font-size: 16px;
}

.article-content {
    margin-top: 20px;
}

.orbit-wrapper {
  width:100%!important;
}

#featuredw02 {
  width:100%!important;  
}

.list_name {
    font-size: 20px;
    margin-bottom: 10px;
    width: 230px;
    background: #fbde9b;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7c673a;
    box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
}

.wp_article_list {
    list-style: none;
    padding: 0px;
}

.wp_article_list .list_item {
    height: 30px!important;
    line-height: 30px!important;
}

.wp_listcolumn {
  border:0px!important;
  padding: 0px;
}

#wp_listcolumn_w04 .wp_listcolumn .wp_column a {
    display: initial;
    margin-top: 10px;
    background: #c5a14f;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 12px 10px;
}

#wp_listcolumn_w04 .wp_listcolumn .wp_column a .column-name {
line-height: initial!important;
}

#wp_listcolumn_w04 .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 40px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    width: 180px;
    height: 40px;
}

.dtjt9_div_text .dtjt9_div_text_title {
    background: #faf2e1!important;
}

div.timer {
  display:none;
}

div.orbit > a {
    width:100%!important;
}