.news-details{
    width: 1200px;
    background: #fff;
    overflow: hidden;
    margin:14px auto 16px;
    padding:35px 0px 57px;/*padding: 43px 47px 67px*/
    box-sizing: border-box;
    border:1px solid #e6e6e6;
}
.news-titlePanel{
    width: 1107px;
    margin: auto;
    /*height: 75px;*/
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
}
.news-title{
    font-size: 28px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.news-time{
    margin: 15px auto 8px;
    color:#999999;
    font-size: 14px;
}
.readAmount{
    margin-left: 17px;
}
.news-contentPanel{
    margin-top: 13px;
    font-size: 16px;
    position: relative;
}
.news-content{
    font-size: 16px;
    /*text-indent: 2rem;*/
    line-height: 39px;
    width: 1107px;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}
.news-content img{
    max-width:94%;
}
.news-contentPanel .news-attachment{
    color:#036fe9;
    line-height: 34px;
    width: 1107px;
    margin:40px auto 0px;
    /*position: absolute;
    bottom: 0px;
    left: 48px;*/
    height: auto;
}
.news-attachment a{
    color:#036fe9
}