@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}



/**主体模块样式**/
#m-container {}

#m-container .inner {}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hide-text4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/**页面全局宽度**/
#header {
    background: #214a83;
    background: url(images/head.png) no-repeat center;
    background-size: cover;


}

.header .inner {

    padding-top: 17px;
    padding-bottom: 16px;
    box-sizing: border-box;

}

.header-left {
    float: left;
}

.sitelogo {}


.header .head-left {
    float: left;
    margin-top: 16px;

}

.header .sitelogo {


}

.sitelogo img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.header .sitelogo .logo {
    display: inline-block;
    width: 727px;
    height: 70px;
    vertical-align: top;
    margin-top: 22px;
}

.header .sitetitle {
    margin-left: 40px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #ffffff;
    vertical-align: top;
}


.head-right {
    float: right;
    text-align: center;
    padding-bottom: 6px;
    background: #FFFFFF;
}


.weix {
    width: 103px;
    /* height: 122px; */

}

.we {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3A4D00;

}

/* 
默认主导航样式 */
#nav {
    background: linear-gradient(180deg, #B5E61D, #98C802);
    box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

#nav .inner {
    height: 60px;
}





/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    /* width: 12.5%; */
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0px 19px;
    box-sizing: border-box;



}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    background: #98C802;
    width: auto;
    min-width: 100%;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 28px;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #000;
}

.wp-panel {
    float: right;
    width: 80%;
}

.xin {
    float: left;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
    line-height: 55px;
}

.bigmian {
    padding-top: 40px;
    padding-bottom: 36px;
    box-sizing: border-box;
    background: url(./images/main-bgc.png) no-repeat;
    background-size: cover;
}

.main1big {
    float: left;
    width: 354px;
    margin-right: 22px;

}



/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
}

.wp-search {
    position: relative;
    width: 354px;
    height: 44px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0px solid rgba(255, 255, 255, 0.4);
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 60px;
}

.wp-search .search-input input.search-title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    color: #333;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 60px;
    height: 40px;
    position: absolute;
    right: 11px;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    border: 0;
    outline: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    width: 73px;
    height: 44px;
    background: #79A001;
    border-radius: 5px;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.main1-box {
    margin-top: 23px;
    padding: 28px 24px 26px 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(100, 132, 0, 0.3);
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 20px;
}



.book {
    width: 100%;
    height: 418px;
    margin-bottom: 24px;
}

.book img {
    width: 100%;
    height: auto;
}

.text p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}

.text .di {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    display: block;


}

.text .di p:first-child {
    width: 27%;


}

.text .di:nth-child(6) p:first-child {
    width: 100%;

}
.text .di:nth-child(7) p:first-child {
    width: 100%;

}


.text .di p:nth-child(2) {
    width: calc(100% - 30%);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}

.onlin {
    margin-top: 23px;
}

.onlin-top {
    padding: 17px 0px 14px 64px;
    box-sizing: border-box;
    background: url(./images/bg.png) no-repeat;
    position: relative;
}

.onlin-top::after {
    position: absolute;
    content: "";
    left: 18px;
    background: url(./images/coffice.png) no-repeat;
    width: 37px;
    height: 27px;
    top: 14px;

}

.onlin-top p {
    width: 121px;
    line-height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}



.onlin0bit {
    padding: 28px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(100, 132, 0, 0.3);
    border-radius: 1px 5px 5px 5px;
}

.onlin0bit li {
    border: 1px solid #D5E1B0;
    background: linear-gradient(0deg, rgba(121, 160, 1, 0.4) 0%, rgba(121, 160, 1, 0) 100%);
    position: relative;
    border-radius: 6px;
    padding: 20px 70px 20px 125px;
    box-sizing: border-box;
    margin-bottom: 22px;


}

.onlin0bit li:last-child {
    margin-bottom: 0px;

}

.onlin0bit li::after {
    position: absolute;
    content: "";
    background: url(./images/office1.png)no-repeat;
    width: 25px;
    height: 25px;
    top: 17px;
    left: 83px;


}

.onlin0bit li:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(./images/office2.png)no-repeat;
    width: 25px;
    height: 25px;
    top: 17px;
    left: 83px;


}

.onlin0bit li:nth-child(3):after {
    position: absolute;
    content: "";
    background: url(./images/office3.png)no-repeat;
    width: 28px;
    height: 28px;
    top: 17px;
    left: 75px;


}


.bio {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3A4D00;
position: relative;


}
.bio:before {
   position: absolute;
    content: "";
    left: 0px;
    width: 90%;
    height: 2px;
    bottom: 0px;
background: #000;
display:none;
  


}

.onlin0bit li:hover .bio:before {
display:block;
   

}

.ds {}

.qikan {
    margin-top: 23px;

}

.onlin-top1 {
    padding: 17px 0px 14px 64px;
    box-sizing: border-box;
    background: url(./images/bg.png) no-repeat;
    position: relative;
}

.onlin-top1::after {
    position: absolute;
    content: "";
    left: 18px;
    background: url(./images/online.png) no-repeat;
    width: 34px;
    height: 29px;
    top: 14px;

}

.onlin-top1 p {
    width: 121px;
    line-height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.qiklan-bottom {
    padding: 37px 38px 36px 43px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(100, 132, 0, 0.3);
    border-radius: 1px 5px 5px 5px;

}


.ad {
    padding-bottom: 15px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #79A001;
    text-align: center;
    margin-bottom: 16px;

}

.ad:last-child {
    margin-bottom: 0px;

}

.ad::before {
    position: absolute;
    content: "";
    left: 18px;
    background: url(./images/benkan-dian.png) no-repeat;
    width: 7px;
    height: 7px;
    bottom: 0px;
    left: 0;


}

.ad-bioato {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}

.ad:hover .ad-bioato {
    color: #648400;
}

.main2big {
    width: 662px;

    border-radius: 5px;
    float: left;

}


.post-21 {
    width: 662px;
    height: 472px;
    margin-bottom: 27px;


    /* border: 1px solid #000; */
}


.post-21 .post-tu {
    height: 472px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.post-21 .swiper-container {
    height: 100%;
}

.post-21 .swiper-slide {
    position: relative;
    background-size: cover;
}

.post-21 .news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(0, 0, 0, 0.5);

    padding-right: 80px;
    box-sizing: border-box;
    color: #fff;
}

.post-21 .news-title .news_bt {
    position: relative;
    font-size: 16px;
    padding-left: 37px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.post-21 .news-title .news_bt::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #B5E61D;
    border-radius: 50%;
    left: 3%;
    top: 47%;

}

.post-21 .news-title a {
    color: #fff;
}

.post-21 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 18px;
    left: auto;
    right: 8px;
    width: auto;
    font-size: 0;
}

.post-21 .swiper-pagination-bullet {
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 0;
    line-height: 6px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-21 .swiper-pagination-bullet-active {
    background: #036eb7;
    color: #fff;
}

.xian {
    width: 93%;
    height: 5px;
    background: #B5E61D;
}

.post-21 .swiper-button-next,
.swiper-button-prev {
    /* bottom: 0!important;
top: 0!important; */
    top: 99.5%;

}

.post-21 .swiper-button-next {
    background: url(./images/right.png);
    width: 24px;
    height: 24px;


}

.post-21 .swiper-button-next:hover {
    background: url(./images/right-hover.png);
    width: 24px;
    height: 24px;


}

.post-21 .swiper-button-prev {
    background: url(./images/left.png);
    width: 24px;
    height: 24px;
    right: 43px;
    left: auto;


}

.post-21 .swiper-button-prev:hover {
    background: url(./images/left-hover.png);
    width: 24px;
    height: 24px;
}

.main2big-bot {
    padding: 23px 25px 17px 25px;
    box-sizing: border-box;
    background: #fff;

}

.nidguidg {
    border-bottom: 1px solid #79A001;
    padding-bottom: 13px;
}

.nidguidg ul {
    display: flex;
    justify-content: space-between;
    width: 35%;

}

.nidguidg li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #9FAD73;
    position: relative;
    padding: 0px 8px;
    box-sizing: border-box;
    cursor: pointer;


}

.nidguidg li::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 5px;
    background: linear-gradient(180deg, #B5E61D 0%, #79A001 100%);
    bottom: -13px;
    left: 0;
    display: none;

}


.nidguidg li.selected {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3A4D00;
}

.nidguidg li.selected::after {
    display: block;
}


.nidguidg-boxsas {}

.box1 {
    padding: 15px 0px 0px 0px;
    box-sizing: border-box;
    padding-left: 30px;

}

.boxlist-biao {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #79A001;
 margin-bottom: 9px;

}

.box1list::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 20px;
    background: url(./images/book.png);
    left: -28px;
    top: -1px;
}

.box1list {
    position: relative;
    padding-bottom: 3px;
    box-sizing: border-box;
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 10px;

}

.box1list:last-child {
    margin-bottom: 26px;
}

.fubiao {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
    margin-bottom:10px;
}

.article {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-bottom: 10px;
}

.short0biao {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-bottom: 10px;

}

.fontt {
    color: #79A001;


}

.times {
    color: #C51900;
}

.rea {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 13px;
}

.box1list p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3A4D00;
    margin-bottom: -1px;
}

.jianjie {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.xiazai {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #79A001;
    text-align: right;
    display: block;
}


.main3big {
    width: 338px;
    float: right;
}

.mian3-one {
    width: 100%;

    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(100, 132, 0, 0.3);
    border-radius: 5px;
    padding: 24px 19px 30px 21px;
    box-sizing: border-box;
    margin-bottom: 27px;
}

.mian3-onetop {
    border-bottom: 1px solid #79A001;
    margin-bottom: 22px;
    padding-bottom: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.look::after {
    position: absolute;
    content: "";
    background: url(./images/benkan-dian.png);
    width: 7px;
    height: 7px;
    top: 23px;
    z-index: 2;
    left: 0px;
}

.look {
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3A4D00;
    float: left;
    position: relative;
}


.mores {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3A4D00;
    float: right;
}



.mian3-bi {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 14px;
    box-sizing: border-box;
    padding-left: 27px;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}

.mian3-bi::after {
    position: absolute;
    content: "";

    width: 5px;
    height: 5px;
    background: linear-gradient(90deg, #B5E61D, #7FA704);
    border-radius: 50%;
    top: 19%;
    left: 4%;
}

.mian3-onebotlist {
    margin-bottom: 15px;
}

.mian3-onebotlist:last-child {
    margin-bottom: 0px;
}

.ds {
    margin-bottom: 23px;
}


.mian3-bi1 {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 16px;
    box-sizing: border-box;
    padding-left: 43px;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}

.mian3-bi1::after {
    position: absolute;
    content: "";

    width: 18px;
    height: 12px;
    background: url(./images/link.png);
    top: 13%;
    left: 5%;
}

.mian3-two {
    width: 100%;
    padding: 21px 0px 20px 29px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #B5E61D, #7FA704);
    border-radius: 5px;
}

.mian3-two img,
.mian3-two .fangwe {
    display: inline-block;
}

.mian3-two img {
    margin-top: 2px;
    margin-right: 10px;

}

.fangwe {


    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.footer {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 31px;
    box-sizing: border-box;
    background: #79A001;
    text-align: center;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.navi-aside-toggle {
    display: block;
    width: 34px;
    height: 34px;
    background:#78a0014b url(css/img/menu-icon-arrow-white.png) no-repeat 50%!important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 51px!important;
    margin-top: -17px;
    display: none;
 
}

/* 列表页 */

.float-left {
    width: 1009px;
    padding: 15px;
    float: left;
    background: #fff;
    box-sizing: border-box;

}

.name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}

.flbialio {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
}

.flbialio:hover {
color: #79A001;

}
.fubuoati {
    line-height: 20px;
    color: #777;
}

.duan{
    line-height: 20px;
    color: #777;
    margin-bottom: 20px;

}
.duan span{
    line-height: 20px;
    color: #79A001;
}


.fl-toplist {
    border-bottom: solid 1px #e3e3e3;
    padding: 18px 20px 14px 0px;
}


#l-container {
    padding: 26px 0px;
    box-sizing: border-box;
    background-color: #E6E6E6;

}

.float-right {
   float: right;
    width: 354px;

}

.searchbox1 {
    text-align: right;
}

.searchbox1 .wp-search {
 width: 100%;
  border: 1px solid #00000063;
}

.searchbox2 {
    text-align: right;
    margin-left: 280px;
    margin-bottom: 20px;
}

.searchbox2 .wp-search {
  width: 100%;
  border: 1px solid #00000063;
}


.book1 {
    width: 100%;
    
    margin-bottom: 24px;
}

.book1 img {
    width: 100%;
    height: auto;
}



/**文章标题**/

.article h1.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    color: #1B1B1B;
}
/**文章副标题**/

.article .arti_metas {
    padding-bottom: 30px;
    text-align: center;
    /* border-bottom: 1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 8px;
    font-size: 14px;
    color: #787878;
}
/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 300px;
}
/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 16px;
    color: #333;
}
/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none;
}

.pic img {
    width: 100%;
    height: 100%;
} 

.arti_title {
    

}

.dib {
  padding-bottom: 20px;
  box-sizing: border-box;
border-bottom: 1px solid #000;

}
.con .article  {
    padding: 15px;
}


.arti_update {
    float: left;
    line-height: 35px;
}
.shareTool {
    width: auto !important;
    float: right;
}
.shareTool li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 10px 10px 0;
    vertical-align: middle;
}
.shareTool li img {
    width: 25px;
    height: 25px;
}


.siteCounter9 {
    display: inline-block;
}

.siteCounter9 span {
padding:0px;
background-image:none;
 color: #fff;

}

.vv {
    line-height: 20px;
    color: #000;

}

.mian3-onebotlist:hover .mian3-bi {
color:#79A001

}


.bvc {
 margin-bottom: 0px!important;
}

/* 特殊栏目 */
/*特殊栏目**/
.col_list2 {}

.col_list2 .wp_listcolumn {
    border-top: 0px solid #46ab7f;
    border-bottom: 0px solid #fff;
}

.col_list2 .wp_listcolumn .wp_column a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #F6EAEA;
}

.col_list2 .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 0px 5px 28px;
    line-height: 32px;
    background: url(images/arrow1.png) 10px center no-repeat;
}

.col_list2 .wp_listcolumn .wp_column a:hover,
.col_list2 .wp_listcolumn .wp_column a.selected {
    color: #46ab7f;
    background: #eee;
}

.col_list2 .wp_listcolumn .wp_column a.selected span.column-name {
    color: #46ab7f;
}

.col_list2 .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list2 .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #2f6398;
}

/*二级子栏目**/
.col_list2 .wp_listcolumn .wp_column .sub_list {
    padding-left: 28px;
}

.col_list2 .wp_listcolumn .wp_column .sub_list li.sub-item {
    float: left;
    width: 33%;
}

.col_list2 .wp_listcolumn .wp_column .sub_list a {
    color: #39ace1;
    border: 0;
    margin-top: 0;
}

.col_list2 .wp_listcolumn .wp_column .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 0px;
    cursor: pointer;
    background: none;
}

.col_list2 .wp_listcolumn .wp_column .sub_list a:hover,
.col_list2 .wp_listcolumn .wp_column .sub_list a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #46ab7f;
    background: none;
}

/*三级子栏目**/
.col_list2 .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list2 .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list2 .wp_listcolumn .sub_list .sub_list a :hover,
.col_list2 .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #79A001;
}




/**栏目新闻**/
.col_news {
    width: 100%;
    float: right;
}

.col_news .col_news_box {
    margin-left: 280px;
    background: #fff;
    min-height: 500px;
    box-sizing: border-box;
    padding: 10px 30px 40px;
    box-shadow: 0 4px 10px 0px rgba(0, 72, 17, 0.3);
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 64px;
    line-height: 64px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #333;
    border-bottom: 0px solid #036eb7;
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background: #79A001;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    color: #007263;
}

/**当前位置**/
.path_name {
    color: #79A001;
    padding-left: 25px;
    background: url(images/home.png) left center no-repeat;
}

.col_metas .col_path a {
    color: #007263;
}

.col_metas .col_path a:last-child {
    color: #007263;
}

.col_news_con {
    padding: 0;
    margin: 0;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .news_list li.news {
    border-bottom: 1px solid #e0e0e0;
}

.col_news_list .news_list li.news .title {
    display: block;
    width: calc(100% - 130px);
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
}

.col_news_list .news_list li.news .news_meta {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #999;
}


.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px" : this.width);
}

/**列表页文章图片大小限制**/
.col_news_list .wp_entry,
.col_news_list .wp_entry table {
    margin: 0 auto;
}

/** 分页栏 **/
.col_news_con .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    text-align: center;
    padding-top: 30px;
}

.col_news_con .pages li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.col_news_con .pages li a {
    font-size: 16px;
}

.col_news_con .pages li a.pgNext {
    color: #79A001;
}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #237b36;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    line-height: 34px;
    color: #79A001;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #79A001;
    background: #79A001;
    color: #fff;
}



/**主体列表页开始**/
#l-container,
#d-container {
    background: #f9f9f9;
    padding: 30px 0 40px;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    box-shadow: 0 4px 10px 0px rgba(0, 72, 17, 0.3);
}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    border-top: 4px solid #79A001
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #79A001;
    position: relative;
    padding: 0 20px;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #79A001;
}

.col_menu .col_menu_head h3.col_name:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #79A001;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    text-align: center;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 0;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
}


.text .di:nth-child(6) {
    height: 50px;
}
