﻿* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333
}

body {

    min-width: 1100px;
}

a,
p,
span,
strong {
    text-decoration: none;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 微软雅黑;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clearfix {
    *zoom: 1;
}

.navbg {
    background: #539513;
    width: 100%;
    min-width: 1100px;
}

.logo {
    float: left;
    margin-top: 5px;
}

.logo img {
    max-height: 80px;
}

.nav {
    width: 1100px;
    margin: 0 auto;
}

.inNav {
    float: right;
}

.inNav li {
    height: 80px;
    line-height: 80px;
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 1px;
    position: relative;
}

.inNav>ul>li>a {
    font-size: 14px;
    color: #FFF;
    display: block;
}

.inNav>ul>li>a:hover {
    background: #b2df00;
    height: 76px;
    color: #FFF;
    border-bottom: #e5ea04 solid 4px;
}

.row {
    background: #b2df00;
    height: 76px;
    color: #FFF;
    border-bottom: #e5ea04 solid 4px;
}

.inNav dl {
    position: absolute;
    top: 80px;
    left: 0;
    background: #f3f3f3;
    border-bottom: #e5ea04 solid 4px;
    z-index: 999;
    width: 140px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
    transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
}

.inNav>ul>li:hover dl {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    display: block;
    transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
}

.inNav dl dd {
    line-height: 40px;
    border-bottom: #dddddd dotted 1px;
}

.inNav dl dd a {
    color: #888;
    font-size: 14px;
}

.inNav dl dd:hover {
    background: #8fbe49;
}

.inNav dl dd:hover a {
    color: #FFF;
}



.mainbanner {
    height: 510px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.mainbanner_window {
    left: 50%;
    width: 1920px;
    height: 510px;
    overflow: hidden;
    margin-left: -960px;
    position: absolute;
}

.mainbanner_window ul {
    width: 999999px;
    height: 6400px;
    position: relative;
}

.mainbanner_window li {
    background: #fff;
    
    height: 510px;
    text-align: center;
    font-size: 0px;
    float: left;
    display: inline;
}

.mainbanner_list {
    width: 105px;
    top: 470px;
    height: 15px;
    position: absolute;
    right: 45%;
}

.mainbanner_list li {
    width: 15px;
    height: 15px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0 5px;
    
    border-radius: 8px;
    box-shadow: 1px 1px 2px #CCC;
}

.mainbanner_list a {
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
}

.mainbanner_list li.active a {
    background: #ddc866;
}

.about {
    margin: 40px auto;
    width: 1000px;
}

.hd img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.hd p {
    text-align: center;
    font-size: 16px;
    color: #848484;
}

.inAbout {
    margin-top: 40px;
}

.aboutfl {
    float: left;
}

.aboutfl img {
    width: 360px;
    height: 200px;
}

.aboutfr {
    width: 610px;
    float: right;
}

.aboutfr h4 {
    font-size: 20px;
    color: #555555;
}

.aboutfr em {
    display: inline-block;
    width: 30px;
    background: #b2df00;
    height: 1px;
    margin: 15px 0;
}

.aboutfr p {
    font-size: 14px;
    color: #969696;
    line-height: 26px;
    height: 110px;
    overflow: hidden;
}

.aboutfr a {
    width: 80px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background: #b2df00;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 10px;
}

.chanPbg {
    padding: 40px;
    background: #61ace3;
}

.chanP {
    width: 1000px;
    margin: 0 auto;
}

.zilan {
    margin: 40px 0 20px;
}

.zilan p {
    text-align: center;
}

.zilan p a {
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    border: #FFF solid 1px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}

.zilan p a:hover {
    background: #b3e000;
}

.row1 {
    background: #b3e000 !important;
}

.inchanP {
    margin-top: 30px;
}

.inchanP li {
    float: left;
    width: 330px;
    height: 240px;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.Cbg {
    width: 330px;
    height: 240px;
    position: absolute;
    top: -240px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}

.Cbg h5 {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-top: 90px;
}

.Cbg p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
    line-height: 24px;
}

.inchanP li:hover .Cbg {
    top: 0;
    transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}

.inchanP li img {
    width: 330px;
    height: 240px;
}

.more a {
    font-size: 18px;
    color: #FFF;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    display: block;
    border: #a2d8ff solid 1px;
}

.more a:hover {
    background: #3a9de5;
}

.hui a {
    font-size: 18px;
    color: #666;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    display: block;
    border: #b2df00 solid 1px;
}

.hui a:hover {
    background: #b2df00;
    color: #FFF;
}

.fuwu {
    margin: 40px auto;
    width: 1000px;
}

.zhaoS {
    margin-top: 30px;
}

.zhaoS li {
    width: 271px;
    padding: 20px 30px 5px;
    float: left;
    border: #FFF solid 1px;
}

.zhaoS li img {
    width: 271px;
    display: block;
}

.zhaoS li h5 {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 10px 0;
}

.zhaoS li:hover {
    border: #b2df00 solid 1px;
}

.footer {
    background: #464646;
    padding: 30px 0;
    width: 100%;
    min-width: 1100px;
}

.infooter {
    width: 1100px;
    margin: 0 auto;
}

.footerfl {
    float: left;
}

.footerfl li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

.footerfl span {
    color: #FFF;
    font-size: 14px;
}

.footerfl p {
    line-height: 25px;
}

.footerfl p,
a {
    color: #FFF;
    font-size: 14px;
}

.footerfr {
    float: right;
}

.footerfr h5 {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.footerfr a {
    padding: 0 10px;
    position: relative;
}

.ewm {
    position: absolute;
    top: -200px;
    left: -55px;
    display: none;
}

.ewm img {
    width: 170px;
    height: 170px;
}

.footerfr a:hover .ewm {
    display: block;
}

.banquan {
    width: 100%;
    min-width: 1100px;
    height: auto;
    margin: 0 auto;
    border-top: #b19c9c solid 1px;
}

.banquan p,
strong {
    color: #FFF;
    font-size: 14px;
}

.banquan p {
    text-align: center;
    color: #FFF;
    background: #464646;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 15px
}

.changshi {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 30px;
}

.inChangshi {
    margin-top: 50px;
    margin-bottom: 40px;
}

.inChangshi ul {
    width: 1040px;
}

.inChangshi li {
    padding: 15px;
    width: 290px;
    float: left;
    height: 240px;
    margin-right: 17px;
    border: #eeeeee solid 1px;
    border-bottom: #d3d3d3 solid 3px;
    margin-bottom: 15px;
}

.inChangshi li:hover {
    border-bottom: #38b55b solid 3px;
    box-shadow: 2px 2px 10px #CCC;
    -moz-box-shadow: 2px 2px 10px #CCC;
    -ms-box-shadow: 2px 2px 10px #CCC;
    -o-box-shadow: 2px 2px 10px #CCC;
    -webkit-box-shadow: 2px 2px 10px #CCC;
}

.inChangshi li:hover em {
    box-shadow: 2px 2px 6px #CCC;
    -moz-box-shadow: 2px 2px 6px #CCC;
    -ms-box-shadow: 2px 2px 6px #CCC;
    -o-box-shadow: 2px 2px 6px #CCC;
    -webkit-box-shadow: 2px 2px 6px #CCC;
}

.inChangshi li:hover strong {
    box-shadow: 2px 2px 6px #CCC;
    -moz-box-shadow: 2px 2px 6px #CCC;
    -ms-box-shadow: 2px 2px 6px #CCC;
    -o-box-shadow: 2px 2px 6px #CCC;
    -webkit-box-shadow: 2px 2px 6px #CCC;
}

.shi {
    margin-bottom: 25px;
}

.shi strong {
    font-weight: normal;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: #FFF;
    font-size: 30px;
    float: left;
    background: #8bb93d;
}

.shi span {
    color: #1675a6;
    font-size: 16px;
    margin-left: 10px;
    padding-top: 32px;
    float: left;
}

.inChangshi li h5 {
    font-size: 16px;
    color: #676767;
    margin-bottom: 15px;
}

.inChangshi li p {
    color: #9d9d9d;
    line-height: 24px;
}

.inChangshi li em {
    font-style: normal;
    padding: 5px 20px;
    color: #FFF;
    background: #38b55b;
    display: inline-block;
    margin-top: 30px;
}

.neiye {
    width: 1094px;
    margin: 0 auto;
    border-left: #539513 solid 6px;
}

.daohang {
    margin-left: 40px;
    padding-top: 30px;
    border-bottom: #CCC solid 1px;
    padding-bottom: 10px;
}

.daohang a {
    color: #333;
}

.NavN {
    padding: 20px 0 20px 40px;
}

.NavN li {
    float: left;
    width: 110px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.NavN li a {
    display: block;
    border: #CCC solid 1px;
    color: #333;
}

.NavN li:hover a {
    background: #539513;
    color: #FFF;
    border: #539513 solid 1px;
}

.Nrow {
    background: #539513;
    color: #FFF !important;
    border: #539513 solid 1px !important;
}

.neibiao {
    padding-left: 40px;
    position: relative;
}

.yuan {
    position: absolute;
    top: 50px;
    left: -15px;
}

.neibiao h5 {
    font-size: 30px;
    font-weight: normal;
    color: #4a8611;
    margin-bottom: 10px;
}

.neibiao h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.innianli li {
    margin-bottom: 20px;
}

.innianli li strong {
    display: inline-block;
    width: 100px;
    float: left;
    font-family: 微软雅黑;
    color: #539513;
    font-weight: normal;
}

.innianli li p {
    width: 600px;
    float: right;
    line-height: 26px;
    color: #666;
}

.lichengtu {
    float: right;
    margin-top: 20px;
}

.lichengtu img {
    width: 330px;
}

.inNei {
    margin-left: 40px;
    padding-bottom: 40px;
}

.jieshao p {
    font-size: 14px;
    line-height: 30px;
}

.xinwenN1 {
    border: #CCC solid 1px;
}

.xinwenN1 li {
    padding: 20px 0;
    border-bottom: #CCC dotted 1px;
}

.xinwenN1 li:hover {
    background: #eeeeee;
}

.xinwenN1 li .xinN1 {
    padding: 0 30px;
}

.xinwenN1 li .xinN1 span {
    font-size: 12px;
    color: #999;
    padding: 2px 0;
    display: block;
}

.xinwenN1 li .xinN1 h5 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}

.xinwenN1 li .xinN1 P {}

.xinwenN1 li .xinN1 em {
    font-style: normal;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.xinwenN1 li img {
    float: right;
    width: 200px;
    height: 100px;
    padding-left: 20px;
}

#pages {
    padding: 14px 0 10px;
    font-family: '宋体';
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #CCC;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    background: url(404.png) no-repeat 0 5px;
    width: 56px;
    padding: 0;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #539513;
    border: 1px solid #539513;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.xinwenXq p {
    line-height: 30px;
    font-size: 14px;
}

.biaoT {
    margin-bottom: 20px;
}

.biaoT h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.biaoT h6 {
    text-align: center;
    font-weight: normal;
}

.biaoT h6 span {
    color: #999;
    padding: 0 5px;
}

.inchanP1 {
    margin-top: 30px;
}

.inchanP1 li {
    float: left;
    width: 330px;
    height: 240px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    margin: 10px;
}

.Cbg1 {
    width: 330px;
    height: 240px;
    position: absolute;
    top: -240px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}

.Cbg1 h5 {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-top: 90px;
}

.Cbg1 p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
    line-height: 24px;
}

.inchanP1 li:hover .Cbg1 {
    top: 0;
    transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}

.inchanP1 li img {
    width: 330px;
    height: 240px;
}

.dinggou {
    padding: 0 20px 20px;
    border: #CCC solid 1px;
}

.dinggou h6 {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #093;
    border-bottom: #CCC solid 1px;
    font-size: 16px;
}

.dinggou span {
    float: left;
    line-height: 35px;
}

.dinggou span {
    display: inline-block;
    width: 80px;
    text-align: left;
    font-size: 14px;
}

.dinggou p {
    margin-bottom: 10px;
    margin-left: 240px;
}

.dinggou .shuru {
    width: 380px;
    border: #CCC solid 1px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
}

.dinggou textarea {
    width: 380px;
    height: 100px;
    border: #CCC solid 1px;
    line-height: 25px;
    padding-left: 5px;
}

.anniu {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
    font-size: 16px;
    font-family: "微软雅黑";
    border: 0;
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}

.anniu.blue {
    background: #069;
    margin-left: 95px;
}

.anniu.red {
    background: #C60;
    margin-left: 40px;
}

.lianxi1 img {
    float: right;
    width: 110px;
    height: 110px;
}

.lianxi1 h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lianxi1 p {
    font-size: 16px;
    line-height: 30px;
}

.yuanG li {
    width: 310px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.yuanG li p {
    font-size: 14px;
    line-height: 22px;
}

.yuanG li img {
    width: 310px;
    height: 210px;
}


.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}





.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}



.z1e50ameta-tags {
    padding: 20px 0;
}

.z1e50ameta-tags .z1e50atagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.z1e50ameta-tags .z1e50atagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z1e50ameta-tags .z1e50atagitem:not(:last-child) {
    margin-right: 10px;
}



.z1e50acontainer {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .z1e50acontainer {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .z1e50acontainer {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .z1e50acontainer {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .z1e50amain,
    .z1e50acontainer {
        width: auto;
    }
}

.z1e50aplace {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.z1e50arow .z1e50arowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.z1e50arow .z1e50arowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.z1e50arow .z1e50arowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}


.z1e50acontent {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.z1e50acontent p {
    padding-bottom: 20px;
}

.z1e50acontent .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.z1e50acontent .contain:hover {
    background: #EFEFEF;
}

.z1e50acontent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.z1e50acontent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.z1e50acontent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.z1e50acontent .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}


.z1e50anews_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}