@charset "utf-8";
/* CSS Document */


/* 新闻详情 */
.nexq{
    margin: 3.125rem 0 5.5rem;
}
.nexqbox{
    text-align: left;
}
.nexq .tit{
    padding: 1.875rem 0;
    margin-bottom: 1.875rem;
    border-bottom: .0625rem solid #eee;
}
.nexq .tit h1{
    font-size: 1.5rem;
    color: #444;
    font-weight: normal;
    margin-bottom: 1.125rem;
}
.nexq .tit p{
    font-size: .875rem;
    color: #999;
}
.nexq p{
    font-size: .875rem;
    color: #808080;
    line-height: 1.75rem;
}
.nexq img{
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}
.ne-b{
    padding: 1.875rem 0;
    margin-top: 1.875rem;
    border-top: .0625rem solid #eee;
}
.ne-b .ne-box{
    margin: .5rem 0;
    display: block;
    width:auto;
}
.ne-b .iconfont{
    font-size: 1rem;
    color: #808080;
    display: inline-block;
    margin-right: 1rem;
}
.ne-b p{
    font-size: 1rem;
    color: #808080;
    display: inline-block;
}
.ne-b .ne-box:hover .iconfont{
    color: #444;
}
.ne-b .ne-box:hover p{
    color: #444;
}