.news-center-detail {
    position: relative;
    padding-top: 50px;
}

.news-center-detail .news-details-wrap {
    width: 837px;
}

.news-center-detail .news-details-wrap .title-tab {
    float: none;
    padding: 2px 0 30px;
    color: #9D9D9D;
    border-bottom: 1px dashed #aaaaaa;
}
.news-center-detail .news-details-wrap .title-tab .nav-item {
    display: inline-block;
    height: 49px;
    padding: 0 10px;
    margin-right: 0px;
}
.news-center-detail .news-details-wrap .news-details-content {
    padding: 70px 0 24px;
}

.news-center-detail .news-details-wrap .news-details-content h2 {
    font-size: 28px;
    color: #333333;
}

.news-center-detail .news-details-wrap .news-details-content .from {
    font-size: 13px;
    line-height: 13px;
    color: #8c8c8c;
    margin: 35px 0 35px;
    text-indent: 0;
}

.news-center-detail .news-details-wrap .news-details-content .from span {
    margin-right: 45px;
}

.news-center-detail .news-details-wrap .news-details-content .artical {
    font-size: 17px !important;
    color: #474747 !important;
    line-height: 34px !important;
}

.news-center-detail .news-details-wrap .news-details-content .artical>p {
    text-indent: 34px !important;
}
.news-center-detail .news-details-wrap .news-details-content .artical img{
	max-width: 700px;
}

.news-center-detail .news-detail-title {
    width: 310px;
    margin: 0 0 17px;
}

.news-center-detail .news-detail-title>div {
    height: 18px;
}

.news-center-detail .news-detail-title>div>img {
    width: 14px;
    height: 14px;
    line-height: 18px;
    vertical-align: middle;
}

.news-center-detail .news-detail-title>div>span {
    font-size: 16px;
    line-height: 18px;
    color: #244a95;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.news-center-detail .news-detail-title ul {
    background-color: #f5f5f5;
    padding: 13px 13px 13px 37px;
    margin-top: 31px;
}

.news-center-detail .news-detail-title .back-top {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 50px;
    right: 270px;
    cursor: pointer;
}

.news-center-detail .news-detail-title ul li {
    line-height: 25px;
    font-size: 15px;
    color: #474747;
    margin-bottom: 15px;
    list-style: none;
}

a{
    color: #474747;
    text-decoration: none;
}

.news-center-detail .news-detail-title ul li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 11px;
    margin-left: -17px;
    margin-right: 9px;
    background: url(../images/smallFangkuai.png) no-repeat center;
}