body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;

}

.w-1135 {
    width: 1135px;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    /* max-width: 1920px; */
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}


/* - */
.header {
    width: 100%;
    height: 142px;
    position: relative;
    background: url(../img/top-ico.png) center bottom no-repeat;
}

.header .header-con {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}

.header h1 {
    display: inline-block;
    margin-top: 25px;
}

.header .search {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.header .search a {
    color: #ababab;
    font-size: 14px;
}

.header .search span {
    color: #ababab;
    margin: 0 10px;
}

.header .search .f-seach {
    position: relative;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #398156;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: rgba(242, 242, 242, 0.5);
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.search .f-link {
    margin-bottom: 10px;
    text-align: right;
}

.search .f-link a {
    font-size: 16px;
    color: #666;
}

.search .f-link span {
    font-size: 16px;
    color: #666;
}




.navigation {
    width: 100%;
    background: #398156;
    height: 60px;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    margin: 0 26px;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 200%;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: -50%;
    border: 1px solid rgba(30, 99, 171, 0.2);
    border-top: unset;

}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(30, 99, 171, 0.2);
    ;
}

.nav .sub li .sj {
    position: absolute;
    width: 100%;
    left: 100%;
    background: #398156;
    top: 0;
    display: none;
}

.nav .sub li:hover .sj {
    display: block;
}

.nav .sub li .sj li {
    border: none;
}

.nav .sub li .sj a {
    color: #fff;
    font-size: 14px;
}

.nav .sub li .sj li:hover {
    background: #33784F;
}

.nav .sub a {
    display: block;
    color: #333;
    font-size: 16px;
}

.nav .sub a.n:hover {
    color: #398156;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .sub a.n span {
    position: relative;
    left: 5px;
}

.nav .nLi:first-child {
    margin-left: 0;
}

.nav .nLi:last-child {
    margin-right: 0;
}

.nav .nLi.on h3 {
    height: 58px;
    border-bottom: 2px solid #fff;
}

.banlist {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banlist .bd ul li {
    zoom: 1;
    vertical-align: middle;
}

.banlist .bd ul li img {
    width: 100%;
    height: 500px;
    display: block;
}

.banlist a.prev,
.banlist a.next {
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 48%;
}

.banlist a.prev {
    background: url(../img/ban-l-ico.png) no-repeat;
    left: 2%;
    transform: none;
}

.banlist a.next {
    background: url(../img/ban-l-ico.png) no-repeat;
    right: 2%;
    transform: rotate(180deg);
}

.banlist a.prev:hover {
    background: url(../img/ban-r-ico.png) no-repeat;
    transform: rotate(180deg);
}

.banlist a.next:hover {
    background: url(../img/ban-r-ico.png) no-repeat;
    transform: none;
}

/* -- */

.column {
    margin: 50px 0 30px 0;
}

.column a.name {
    font-size: 30px;
    line-height: 34px;
    color: #3D3D3D;
    position: relative;
}

.column a.name .ico {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(57, 129, 86, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.column a.name .ico img {
    position: relative;
    top: -3px;
}

.column a.more {
    color: #999;
    position: absolute;
    right: 0;
}


.main-news {
    width: 100%;
    position: relative;
}

.main-news .right {
    width: 690px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 19px;
}

.main-news ul li.nli {
    margin: 26px 0;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.main-news ul li.nli.li7 {
    margin-bottom: 0;
}

.main-news ul li.nli a {
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;

}

.main-news ul li.nli a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}

.main-news ul li.nli .dete {
    font-size: 18px;
    float: right;
    color: rgba(153, 153, 153, 0.8);
}

.main-news ul li.nli:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.main-news ul li.nli:hover a {
    color: #398156;
    font-weight: bold;

}

.main-news ul li.nli:hover .dete {
    color: rgba(102, 102, 102, 0.8);
}

.main-news ul li.nli:hover a::before {
    background: #398156;
}


.main-news .right li.first {
    width: 100%;
    height: 150px;
    background: rgba(57, 129, 86, 0.05);
    box-sizing: border-box;
    padding: 30px;
}

.main-news .right li.first:hover .title {
    font-weight: bold;
}

.main-news .right li.first .dete {
    width: 91px;
    height: 91px;
    border: 1px solid #398156;
    backdrop-filter: blur(5px);
    float: left;
    box-sizing: border-box;
    padding: 16px;
}

.main-news .right li.first .d {
    font-size: 24px;
    color: #398156;
    text-align: center;
}

.main-news .right li.first .y {
    color: #398156;
    text-align: center;
    margin-top: 5px;
}

.main-news .right li.first .text {
    padding-left: 110px;
}

.main-news .right li.first .title {
    font-size: 18px;
    color: #398156;
}

.main-news .right li.first .desc {
    color: #999;
    line-height: 30px;
    margin-top: 10px;
}

.main-news .left .top li {
    float: left;
    width: 335px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.main-news .left .top li.li2 {
    margin-right: 0;
}

.main-news .left .top li .text {
    box-sizing: border-box;
    padding: 17px;
}

.main-news .left .top li .title {
    font-size: 18px;
    line-height: 28px;
    color: #3D3D3D;
}

.main-news .left .top li .dete {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.main-news .left .top li .img {
    overflow: hidden;
}

.main-news .left .top li .img img {
    width: 335px;
    height: 185px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.main-news .left .top li:hover .img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.main-news .left .top li:hover .title {
    color: #398156;
    font-weight: bold;
}

.main-news .left .top li:hover .dete {
    color: #666;
}



.main-news .left .list {
    box-sizing: border-box;
    padding: 20px;
    margin-top: 18px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.main-news .left .list li.li1 {
    margin-top: 0;
}

.main-news .left .list li.li3 {
    margin-bottom: 0;
}






.main-adv {
    width: 100%;
    height: 115px;
    margin-top: 35px;
    position: relative;
}


.main-adv a.prev,
.main-adv a.next {
    width: 17px;
    height: 33px;
    position: absolute;
    top: calc((115px - 33px) / 2);
    z-index: 99;
}

.main-adv a.prev {
    left: 0;
    background: url(../img/left_btn4_r.png) no-repeat;
}

.main-adv a.next {
    right: 0;
    background: url(../img/left_btn4_1.png) no-repeat;
}


.con-tzgg {
    width: 675px;
    position: relative;
}

.con-tzgg ul li {
    width: 100%;
    height: 95px;
    margin-bottom: 30px;
}

.con-tzgg ul li.li4 {
    margin-bottom: 0;
}

.con-tzgg ul li .dete {
    width: 93px;
    height: 95px;
    background: #F7F7F7;
    float: left;

}

.con-tzgg ul li .d {
    text-align: center;
    font-size: 24px;
    color: #398156;
    margin: 15px 0 10px 0;
}

.con-tzgg ul li .y {
    font-size: 16px;
    text-align: center;
    color: #333;
}

.con-tzgg ul li .text {
    box-sizing: border-box;
    padding-left: 110px;
}

.con-tzgg ul li .title {
    font-size: 18px;
    color: #3D3D3D;
}

.con-tzgg ul li .desc {
    line-height: 30px;
    letter-spacing: 0em;
    margin-top: 10px;
    color: #999;
}

.con-tzgg ul li:hover .title {
    color: #398156;
    font-weight: bold;
}

.con-tzgg ul li:hover .desc {
    color: #666;
}

.con-tzgg ul li:hover .dete {
    background: #398156;
}

.con-tzgg ul li:hover .d {
    color: #fff;
}

.con-tzgg ul li:hover .y {
    color: #fff;
}




.con-xsdt {
    position: relative;
    width: 685px;
}

.con-xsdt ul.top li {
    float: left;
    width: 325px;
    margin-right: 35px;
    position: relative;
}

.con-xsdt ul.top li.li2 {
    margin-right: 0;
}

.con-xsdt ul.top li .dete {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 53px;
    background: rgba(57, 129, 86, 0.8);
}

.con-xsdt ul.top li .d {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 2px 0;
}

.con-xsdt ul.top li .y {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.con-xsdt ul.top li .text {
    box-sizing: border-box;
    padding: 15px 0;
}

.con-xsdt ul.top li .title {
    font-size: 18px;
    line-height: 25px;
    color: #3D3D3D;
}

.con-xsdt ul.top li .desc {
    line-height: 30px;
    color: #999;
}

.con-xsdt ul.list {
    margin-top: 28px;
}

.con-xsdt ul.list li {
    width: 328px;
    height: 140px;
    float: left;
    margin-right: 29px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}




.con-xsdt ul.list li:hover .title,
.con-xsdt ul.top li:hover .title {
    color: #398156;
    font-weight: bold;
}

.con-xsdt ul.list li:hover .desc,
.con-xsdt ul.top li:hover .desc {
    color: #666;
}

.con-xsdt ul.top li .img {
    overflow: hidden;
}

.con-xsdt ul.top li .img img {
    width: 327px;
    height: 187px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-xsdt ul.top li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-xsdt ul.list li.li2 {
    margin-right: 0;
}

.con-xsdt ul.list li .dete {
    width: 109px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #398156;
    position: absolute;
    top: -15px;
    left: 20px;
}

.con-xsdt ul.list li .title {
    font-size: 18px;
    line-height: 25px;
    color: #3D3D3D;
    margin: 12px 0 8px 0;
}

.con-xsdt ul.list li .desc {
    line-height: 30px;
    color: #999;
}

.main-tealist {
    position: relative;
}

.main-tealist .bd {
    overflow: hidden;
    padding: 15px 0;
}

.main-tealist .bd .tempWrap {
    padding: 15px 0;
}

.main-tealist .bd .tempWrap ul {
    overflow: unset !important;
}

.main-tealist .bd ul li {
    width: 200px;
    height: 300px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-right: 60px;
    border: 1px solid #e5e5e5;
}

.main-tealist .bd ul li .img {
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}

.main-tealist .bd ul li .img img {
    width: 180px;
    height: 240px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.main-tealist .bd ul li .name {
    font-size: 18px;
    line-height: 34px;
    color: #3D3D3D;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.main-tealist .bd ul li:hover {
    border: 1px solid #398156;
}

.main-tealist .bd ul li:hover .name {
    color: #398156;
}

.main-tealist .bd ul li:hover .img img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}

.con-tealist {
    position: relative;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 0 65px;
}

.main-tealist a.prev,
.main-tealist a.next {
    width: 24px;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: calc((300px - 48px)/2);
}

.main-tealist a.next {
    background: url(../img/tea-btn.png) no-repeat;
    left: 0;
}

.main-tealist a.prev {
    background: url(../img/tea-btn.png) no-repeat;
    right: 0;
    transform: rotate(180deg);
}


.con-cxcy {
    width: 685px;
}

.con-cxcy .hd {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.con-cxcy .hd .ico {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(57, 129, 86, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
}

.con-cxcy .hd .ico img {
    position: relative;
    left: 3px;
}

.con-cxcy .hd ul {
    padding-left: 55px;
}

.con-cxcy .hd .more {
    float: right;
}

.con-cxcy .hd .more a {
    color: #999;
}

.con-cxcy .hd ul li {
    font-size: 24px;
    color: #666;
    display: inline-block;
    margin-right: 20px;
    cursor: context-menu;
}

.con-cxcy .hd ul li  a{
    color: #666;
}

.con-cxcy .hd ul li.on  a{
    font-size: 30px;
    color: #3D3D3D;
}

.con-cxcy .bd {
    margin-top: 34px;
}

.con-cxcy .bd .conWrap,
.con-cxcy .bd .conWrap .con {
    width: 100% !important;

}

.con-cxcy .bd ul li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding-left: 10px;
}

.con-cxcy .bd ul li::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #414141;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.con-cxcy .bd ul li a {
    font-size: 18px;
    color: #414141;
}

.con-cxcy .bd ul li .dete {
    font-size: 18px;
    color: #414141;
    float: right;
    opacity: .7;
}

.con-cxcy .bd ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-cxcy .bd ul li:hover a {
    color: #457659;
    font-weight: bold;
}

.con-cxcy .bd ul li:hover .dete {
    opacity: 1;
}


.con-zsjy {
    width: 685px;
    position: relative;
}

/* 
.con-zsjy .column {
    margin: 0;
}

.con-zsjy ul {
    margin-top: 34px;
}

.con-zsjy ul li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 3px solid #D8D8D8;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-zsjy ul li.li5 {
    margin-bottom: 0;
}

.con-zsjy ul li a {
    font-size: 18px;
    color: #414141;
}

.con-zsjy ul li .dete {
    font-size: 18px;
    color: #414141;
    float: right;
    opacity: .7;
}

.con-zsjy ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
    border-left: 3px solid #457659;
}

.con-zsjy ul li:hover a {
    color: #457659;
    font-weight: bold;
}

.con-zsjy ul li:hover .dete {
    opacity: 1;
} */


.main-links {
    margin-top: 10px;
    margin-bottom: 50px;
}

.main-links .bd ul li {
    width: 256px;
    height: 45px;
    background: #F4F4F4;
    margin-right: 30px;
    text-align: center;
    line-height: 45px;
}

.main-links .bd ul li a {
    font-size: 16px;
    color: #666;
}

.main-links .bd ul li:hover {
    background: #457659;
}

.main-links .bd ul li:hover a {
    color: #fff;
}



/* footer */

.footer {
    width: 100%;
    height: 210px;
    background: #457659;
}

.footer .yw-logo {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
}

.footer .banq p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .banq p a{
    color: rgba(255, 255, 255, 0.6);
}



.nei-banner img {
    width: 100%;
}

.nei-main {
    padding-top: 40px;
}

.sub-list {
    margin-bottom: 40px;
    background: #fff;
    border-left: 8px solid #E8E8E8;
    border-top: 5px solid #398156;
}

.sub-list .sub-nav {
    width: 260px;
    min-height: 150px;
    background: #fff;
}

.sub-list .sub-nav .sub-name {
    width: 260px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 34px;
    color: #398156;
    font-weight: bold;
    background: url(../img/sub-name-bg.png) right no-repeat;
}



.sub-list ul {
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}

.sub-list ul li {
    width: 100%;
    position: relative;
}


.sub-list .sub-nav ul li a {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    color: #333;
    line-height: 70px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding-left: 50px;
}

.sub-list .sub-nav ul li a span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../img/sublist-nav-ico.png') no-repeat;
}


.sub-list .sub-nav ul li a:hover,
.sub-list .sub-nav ul li a.on {
    color: #398156;
}

.sub-list .sub-nav ul li .thr-nav {
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px 0;

}

.sub-list .sub-nav ul li .thr-nav a {
    line-height: normal;
    border: none;
    font-size: 20px;
    color: #666;
    text-align: left;
    margin: 5px 0;
}

.sub-list .sub-nav ul li .thr-nav a span {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #D8D8D8;
    border-radius: 50%;
    margin-right: 5px;
}

.sub-list .sub-nav ul li .thr-nav a.on {
    font-weight: bold;
}

.sub-list .sub-nav ul li .thr-nav a.on span {
    background: #398156;
}

.sub-list ul li .list {
    padding: 15px 0;
    display: none;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #e3e3e3;
}

.sub-list ul li:hover .list {
    display: block;
    transition: all 0.5s ease-in-out;
}

.sub-list ul li .list a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #666;
    line-height: 36px;
    border: none;

}




.nei-main .col-content {
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 10px;
}


.nei-main .col-name-x {
    font-size: 30px;
    color: #444;
    padding-left: 10px;
    position: relative;
}

.nei-main .col-name-x::before {
    content: '';
    width: 4px;
    height: 32px;
    background: #398156;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}


.nei-main .nei-weiz p {
    font-size: 14px;
    color: #666;
}

.nei-main .nei-weiz p a {
    font-size: 14px;
    color: #666;
}


.nei-main .nei-weiz p span {
    color: #398156;
    font-size: 14px;
}

.nei-main .nei-weiz img {
    display: inline-block;
    margin-bottom: 6px;
}


ul .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #195C9E !important;
    border: 1px solid #195C9E !important;
}


.nei-main .content {
    width: 1100px;
    height: 100%;
}

.textlist {
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
}

.textlist ul li {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 30px;
}

.textlist ul li .dete {
    width: 88px;
    height: 88px;
    float: left;
    border: 1px solid #888888;
}

.textlist ul li .d {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #888;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.textlist ul li .y {
    text-align: center;
    color: #888;
}

.textlist ul li .title {
    font-size: 18px;
    color: #333;
}

.textlist ul li .desc {
    color: #999;
    line-height: 28px;
    margin-top: 10px;
}

.textlist ul li .text {
    padding-left: 110px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.textlist ul li:hover {
    background: rgba(57, 129, 86, 0.05);
    border: 1px solid rgba(57, 129, 86, 0.05);
}

.textlist ul li:hover .text {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.textlist ul li:hover .dete {
    border: 1px solid #398156;
}

.textlist ul li:hover .d {
    color: #398156;
}

.textlist ul li:hover .y {
    color: #398156;
}

.textlist ul li:hover .title {
    color: #398156;
}

.textlist ul li:hover .desc {
    color: #666;
}



.textlist ul .list-page {
    margin: 40px 0;
}



.piclist {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.piclist ul li {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    padding: 20px;
}

.piclist ul li a {
    display: inline-block;
}

.piclist ul li a .text {
    box-sizing: border-box;
    padding: 10px 30px;
    width: 730px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.piclist ul li a .title {
    color: #333;
    font-size: 18px;
    line-height: 35px;
}

.piclist ul li a .decs {
    color: #999;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.piclist ul li a .dete {
    color: #999;
    line-height: 20px;
}

.piclist ul li a .dete img {
    position: relative;
    top: -3px;
}

.piclist ul li a .img {
    overflow: hidden;
}

.piclist ul li a .img img {
    width: 325px;
    height: 185px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.tealist ul li a .img img{
   width:155px;
   height:185px;
}

.tealist ul li a .decs{
   margin:0;
}


.piclist ul li a:hover .title {
    color: #398156;
    font-weight: bold;
}

.piclist ul li a:hover .decs {
    color: #666;
}

.piclist ul li a:hover .dete {
    color: #398156;
}

.piclist ul li:hover {
    background: rgba(57, 129, 86, 0.05);
    border: 1px solid #398156;
}

.piclist ul li a:hover .text {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.piclist ul .list-page {
    margin-top: 40px;
}


.picture {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.picture ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.picture ul li .img {
    overflow: hidden;
}

.picture ul li .img img {
    width: 345px;
    height: 195px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}


.picture ul li .title {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #3D3D3D;
    border: 1px solid #F0E4D8;
    border-top: unset;
}

.picture ul li a:hover .title {
    color: #fff;
    background: #457659;
}

.picture ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


/* 详情页 */
.con-detail {
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #e3e3e3;

}

.con-detail .detail {
    padding: 40px 120px;
    border: 1px solid #DBDBDB;
}

.con-detail .detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-detail .detail .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-detail .detail .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}


.con-detail .detail .dtl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 25px;
    width: auto;
}

.con-detail .detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}


.detail .detail-page {
    line-height: 70px;
    height: 70px;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #398156;
    font-weight: bold;
}

.con-danye {
    margin-bottom: 40px;
}

.con-danye .danye {
    padding: 40px 120px;
    border: 1px solid #DBDBDB;
}

.con-danye .danye .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-danye .danye .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-danye .danye .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}


.con-danye .danye .dtl {
    padding-top: 25px;
    width: auto;
}

.con-danye .danye .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}




.tealist {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.tealist .box {
    margin-bottom: 60px;
}

.tealist .box-name {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #F4F4F4;
}

.tealist .box-name span {
    width: 137px;
    height: 55px;
    display: inline-block;
    background: #398156;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.tealist .box-list {
    margin-top: 20px;
}

.tealist .box-list ul li {
    width: 177px;
    height: 55px;
    line-height: 55px;
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.tealist .box-list ul li a {
    font-size: 18px;
    color: #3D3D3D;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 32px;
}

.tealist .box-list ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../img/box-list-ico.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 23px;
}



.tealist .box-list ul li:hover a {
    color: #398156;
}

.pb_sys_style1 .p_no_d {
    background-color: #457659 !important;
}


/* -- */
.con-zsjy .hd {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.con-zsjy .hd .ico {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(57, 129, 86, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
}

.con-zsjy .hd .ico img {
    position: relative;
    left: 3px;
}

.con-zsjy .hd ul {
    padding-left: 55px;
}

.con-zsjy .hd .more {
    float: right;
}

.con-zsjy .hd .more a {
    color: #999;
}

.con-zsjy .hd ul li {
    font-size: 24px;
    color: #666;
    display: inline-block;
    margin-right: 20px;
    cursor: context-menu;
}

.con-zsjy .hd ul li a{
    color: #666;
}

.con-zsjy .hd ul li.on a{
    font-size: 30px;
    color: #3D3D3D;
}

.con-zsjy .bd {
    margin-top: 34px;
}

.con-zsjy .bd .conWrap,
.con-zsjy .bd .conWrap .con {
    width: 100% !important;

}

.con-zsjy .bd ul li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding-left: 10px;
}

.con-zsjy .bd ul li::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #414141;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.con-zsjy .bd ul li a {
    font-size: 18px;
    color: #414141;
}

.con-zsjy .bd ul li .dete {
    font-size: 18px;
    color: #414141;
    float: right;
    opacity: .7;
}

.con-zsjy .bd ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-zsjy .bd ul li:hover a {
    color: #457659;
    font-weight: bold;
}

.con-zsjy .bd ul li:hover .dete {
    opacity: 1;
}


.con-zsjy .bd {
    margin-top: 34px;
}

.con-zsjy .bd .conWrap,
.con-zsjy .bd .conWrap .con {
    width: 100% !important;

}

.con-zsjy .bd ul li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding-left: 10px;
}

.con-zsjy .bd ul li::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #414141;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.con-zsjy .bd ul li a {
    font-size: 18px;
    color: #414141;
}

.con-zsjy .bd ul li .dete {
    font-size: 18px;
    color: #414141;
    float: right;
    opacity: .7;
}

.con-zsjy .bd ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-zsjy .bd ul li:hover a {
    color: #457659;
    font-weight: bold;
}

.con-zsjy .bd ul li:hover .dete {
    opacity: 1;
}