*{
    margin:0;
    font-size: 14px;
    padding:0
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color:#333;
}
.mt-50{
    margin-top: 50px;
}
.mt-20{
    margin-top: 20px;
}
.ml-15{
    margin-left: 15px;
}
.right{
    float: right;
}
.page{
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.page li{
    padding: 5px 10px;
    border: 1px solid #EAEAEA;
    margin-right: 15px;
    color:#71A28D;
}
.page li a{
    color:#71A28D;
}
.page .thisclass{
    background: #71A28D;
    color:#fff;
}
.center{
    width: 1200px;
    margin:0 auto
}
.font-20{
    font-size: 20px;
}
.font-16{
    font-size: 16px;
}
.color-999{
   color:#999
}
.color-666{
    color:#666 
}
.flex{
    display: flex;
}
.flex-fl{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-mid{
    align-items:center;
}
.div-five{
    width: 580px;
}
.hidden{
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.twohang{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.threehang{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
}
.fixed{
    width: 100%;
    font-size: 16px;
    color:#666;
    margin:15px 0
}
.fixed a{
    font-size: 16px;
    color:#666
}
.logo{
    margin-top: 50px;
}
.header{
    background:#F6F6F6;
    height: 126px;
}

.nav{
    display: inline-flex;
    margin-top: 65px;
    height:30px;
    line-height: 30px;

}
.nav li {
     font-size: 20px;
     margin-left: 66px;
}
.nav li a:hover{
    font-weight: bold;
    color:#3C993E;
}
.nav li a{
    font-size: 20px;
    color:#333333;
}
.nav .active a{
    font-weight: bold;
    color:#3C993E;
}
.banner{
    margin-top: 20px;
}
.title{
    color:#3C993E;
    font-size: 28px;
    font-weight: bold;
    
}
.title .title-more{
     color:#999999;
     font-size: 16px;
     font-weight: 400;
}
.div-img{
    line-height: 26px;
}
.div-img img{
    height:130px;
    width: 240px;
}
.img-div li{
    width: 280px;
}
.img-div img{
    width: 280px;
    height:150px;
}
.link a{
    font-size: 12px;
    color:#333;
}
.footer{
    background: #F6F6F6;
    padding:60px 0;
}
.footer p{
    font-size: 16px;
    text-align: center;
    color:#999999;
    margin-bottom: 15px;
}
.footer p a{
    font-size: 16px;
    color:#999999;
}
.list-left{
    width: 760px;
}
.list-right{
    width: 360px;
}
.list li img{
    height:160px;
    width: 240px;
}
.list li{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(113,162,141,0.4);
}
.list li div{
    width: 495px;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between
}
.time{
    display: inline-block;
    margin:0 10px;
    height:19px;
    width: 19px;
    vertical-align: middle;
    background: url(../images/time.png)no-repeat;
}
.watch{
    display: inline-block;
    height:17px;
    margin:0 10px;
    width: 26px;
    vertical-align: middle;
    background: url(../images/watch.png)no-repeat;
}
.list-img img{
    width: 100%;
    height:150px;
}
.art-mian-top{
    margin-top: 80px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(113,162,141,0.4);
    margin-bottom: 20px;
}
.art-mian-top h1{
    color:#333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.art-mian-top p{
    font-size: 18px;
    color:#999
}
.art-main{
    line-height: 30px;
    font-size: 14px;
}
.art-main{
    text-indent: 2em;
}
.next{
    margin-top: 50px;
}
.next div{
    font-size: 18px;
    color:#71A28D;
    margin-bottom: 15px;
}
.next div a{
    font-size: 18px;
}