body{
    background-color: #f5f5f5;
}
.case-h{
    width: 100%;
    height: 495px;
    background-image: url("../img/news-h.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-h-wk{
    width: 1200px;
    margin: auto;
    color: #FFF;
    padding-top: 200px;
}
.case-h-title{
    font-size: 48px;
    text-align: center;
}
.news-nav{
    width:100%;
    height: 70px;
    background: #fff;
}
.news-nav-wk{
    width:900px;
    height: 100%;
    margin:auto;
}
.case-nav-item{
    float: left;
    width: 33%;
    height: 100%;
    color: #888888;
}
.case-nav-item.case-nav-item-active .case-nav-item-nr,.case-nav-item:hover .case-nav-item-nr{
    color: #00c6d9;
    /*background: #f5f5f5;*/
    cursor: pointer;
    font-weight: 700;
    border-bottom:2px solid #00c6d9;

}

.case-nav-item .case-nav-item-nr{
    height: 100%;
    width: 60px;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.case-nav-item .text{
    font-size: 14px;
    padding-top: 12px;
}
.news{
    background-color: #f5f5f5;
}
.news-list{
    width: 100%;
}
.news-list-group{
    width:1200px;
    margin:auto;
    background: #fff;
    height: auto;
}
.news-list-item{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    height: 180px;
}
.news-list-item-wk{
    width:100%;
}
.news-list-item-wk .news-list-item {
    height: 180px;
    border-bottom: 1px solid #f5f5f5;
}
.news-list-item-wk .news-list-item:last-child {
    /*border-bottom: none;*/
}
.news-list-item .news-list-item-l{
    height: 99px;
    padding-top:42px;
    margin-left: 62px;
    float: left;
    width:15%;
}
.news-list-item-l .ri{
    width:64px;
    height: 64px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    color: #333333;
}
.news-list-item-l .year{
    font-size: 14px;
    color: #888888;
    margin-top:15px;
    margin-left: 5px;
}
.news-list-item .news-list-item-z{
    height: 99px;
    padding-top:42px;
    margin-left: -62px;
    float: left;
    width:70%;
}
.news-list-item-z .news-list-item-z-tit{
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 17px;
}
.news-list-item-z .news-list-item-z-con{
    font-size: 12px;
    line-height: 23px;
    overflow:hidden;
    max-height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-item-z .news-list-item-z-con a{
    color:#888888;
}
.news-list-item-r {
    float: right;
    width: 15%;
    height: 99px;
    text-align: right;
    padding-right: 70px;
    padding-top:80px;
}
.news-list-item-r .iconfont{
    font-size: 28px;
    color: #b2b2b2;
}
.more{
    width: 169px;
    margin:auto;
    border:2px solid #717171;
    height: 44px;
    overflow: hidden;
}
.more a{
    display: block;
    width: 100%;
    height: 44px;

    text-align: center;
    line-height: 44px;
    color: #717171;
    font-size: 14px;
    font-weight: 700;

}
.news-list-item:hover{
    background: #17c0cf;
    cursor: pointer;
}
.news-list-item:hover .news-list-item-l .ri{
    color: #17c0cf;
    background:#fff; 
}
.news-list-item:hover .news-list-item-l .year{
    color: #fff;
}
.news-list-item:hover .news-list-item-z .news-list-item-z-tit{
    color: #fff;
}
.news-list-item:hover .news-list-item-z .news-list-item-z-con{
    color: #fff;
}
/*新闻详细页*/
.newsinfo{
    width:100%;
    border-top:2px solid #dfdfdf;
}
.newsinfo-wk{
    width:1200px;
    margin:auto;    
}
.newsinfo-wk .newsinfo-h{
    height: 160px;
    text-align: center;
    margin-top:48px;
}
.newsinfo-h .newsinfo-h-tit{
    font-size: 30px;
    color: #000000;
}
.newsinfo-h .newsinfo-h-con{
    margin-top:30px;
    font-size: 14px;
    color: #888888;
}
.newsinfo-con{
    width:100%;
    background: #fff;
}
.newsinfo-con-wk{
    width:1200px;
    margin:auto;
    display: flex;
}
.newsinfo-con-wk .newsinfo-con-l{
    width:959px;
    padding-top:47px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 32px;
    padding-right: 63px;
}
.newsinfo-con-l .up{
    padding-bottom: 50px;
}
.newsinfo-con-l .up p,
.newsinfo-con-l .up a,
.newsinfo-con-l .up div,
.newsinfo-con-l .up label,
.newsinfo-con-l .up li,
.newsinfo-con-l .up ul,
.newsinfo-con-l .up dl,
.newsinfo-con-l .up dd,
.newsinfo-con-l .up img,
.newsinfo-con-l .up span,
.newsinfo-con-l .up i,
.newsinfo-con-l .up strong,
.newsinfo-con-l .up b,
.newsinfo-con-l .up small{
    background: transparent !important;
    font-family:"Microsoft Yahei" ,"微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.newsinfo-con-l .up * img,
.newsinfo-con-l .up img{
    max-width: 100%;
    margin: 0 auto;
}



.newsinfo-con-wk .newsinfo-con-r{
    width: 240px;
    padding-top:47px;
}
.newsinfo-con-r .newsinfo-con-r-up{
    background-image: url("../img/newsinfo-tag.png");
    width: 100%;
    height: 238px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 60px;
    width: 238px;
}
.newsinfo-con-r-up .newsinfo-con-r-up-tit{
    padding-top:19px;
    margin-left: 29px;
    font-size: 18px;
    color: #666666;
}
.newsinfo-con-r-up .newsinfo-con-r-up-taglist{
    margin-left: 29px;
    margin-right: 29px;
    padding-top:23px;
}
.newsinfo-con-r-up-taglist a{
    display: block;
    font-size: 12px;
    color: #666666;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #eeeeee;
    margin-bottom: 8px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.newsinfo-con-r-up-taglist a:hover{
    background: #17c0cf;
    color: #fff;
    cursor: pointer;
}
.newsinfo-con-r-up-taglist i{
    display: block;
    font-size: 15px;
    color: #16191b;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #eeeeee;
    margin-bottom: 15px;
    border-radius: 50%;
    float: left;
    margin-right: 24px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.newsinfo-con-r-up-taglist i:hover{
    background: #17c0cf;
    color: #fff;
}


.case-btngrou{
    width: 900px;
    margin: auto;
}
.case-btngrou .anlv-more{
    display: inline-block;
    width: 44px;
    margin-left: 8px;
}
.case-btngrou .anlv-more:last-child,.case-btngrou .anlv-more:first-child{
    width: 140px;
}
.case-btngrou .anlv-more:first-child{
    margin-left: 0px;
}
.footer-chat{
    background: #efefef;
}