.header-news{
    width: 10rem;
    height:80px;
    min-width: 1349px;
    min-height:80px;
    background: #fff;
}
.header-news .consult{
    display: none;
}

.news-action{
    border-bottom:1px solid #ccc;
    background-color: #ffffff;
    /* transition:.2s; */
}
.news-action .nav-box .logo{
    background: url(../../image/logo-black.png)  no-repeat center;
    background-size: cover;
}
.news-action .nav-box .nav li a{
    color: #0e0e0e;
}

.news-item{
    width: 10rem;
    min-width: 1349px;
}
.news {
    width: 6.252rem;
    min-width: 854px;
    /* height: 824px; */
    padding-bottom: 184px;
    font-size: 14px;
    margin: auto;
    position: relative;
}
.news-heade{
    margin-top: 60px;
    border-bottom:1px solid #9c9c9c;
    margin-bottom: 5px;
}
.art-title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}
.art-key{
    margin-top: 10px;
    text-align: center;
    font-size: 14;
    color: #9c9c9c;
    margin-bottom: 10px;
}
.news-child{
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #9c9c9c;
}
.news-child img{
    display: block;
    margin: 20px auto;
    width: 100%;
}
.news-child p{
    text-indent: 32px;
    line-height: 40px;
}

.news-footer .list{
    float: left;
    color: #9c9c9c;
    
}
.news-footer .list span{
    color: #000;
}
.news-footer .list a{
    text-decoration:none;
    color: #9c9c9c;
}
.news-footer .list a:hover{
    color: #008bf7;
}
.news-footer .list a:active{
    color: #008bf7;
}
.news-footer .btn{
    float: right;
    width: 168px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #008bf7;
    text-align: center;
}

.news-footer .btn:hover{
    box-shadow: 0 0 6px #6d76a7;
}
