/******************************* 新闻文稿详情部分开始 *******************************/

.list_article {
    width: 100%;
    padding-bottom: 60px;
    background-color: #F6F6F6;
}


/************* 内容左边 *************/

.list_article_left {
    width: 793px;
}


/* 内容 */
.content_box a{
	color:#1B90EB;
}
.content_box div{
	overflow:hidden;
}
.list_article_main {
    padding: 39px 50px 50px;
}

.article_title{
    font-size: 36px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 54px;
}

.article_info {
    line-height: 60px;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
}

.article_source .time {
    margin-right: 10px;
}

.article_source .source a {
    color: #999999;
}

.article_info .share {
    height: 25px;
    line-height: 25px;
    margin-top: 18px;
    color: #999999;
}

.article_info .share_icon {
    display: inline-block;
}

.share_title {
    width: 56px;
    height: 14px;
    font-size: 14px;
}

.article_info .share_icon>li {
    width: 28px;
    height: 25px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.article_info .share_icon>li:nth-child(1) {
    background: url('../images/common/a_wb.png') no-repeat;
}

.article_info .share_icon>li:nth-child(2) {
    background: url('../images/common/a_wx.png') no-repeat;
}

.article_info .share_icon>li:nth-child(3) {
    background: url('../images/common/a_qq.png') no-repeat;
}

.article_info .share_icon>li:nth-child(4) {
    background: url('../images/common/a_zone.png') no-repeat;
}

.article_info .share_icon>li:nth-child(1):hover {
    background: url('../images/common/a_wb_hover.png') no-repeat;
}

.article_info .share_icon>li:nth-child(2):hover {
    background: url('../images/common/a_wx_hover.png') no-repeat;
}

.article_info .share_icon>li:nth-child(3):hover {
    background: url('../images/common/a_qq_hover.png') no-repeat;
}

.article_info .share_icon>li:nth-child(4):hover {
    background: url('../images/common/a_zone_hover.png') no-repeat;
}

.content_box {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 60px;
    padding-top: 30px;
  	font-size:18px;
}

.content_box p {
    font-size:18px;
}

.content_box img{
  max-width:100%;
  height:auto;
}
.c_center {
    text-align: center;
}

.c_center img {
    display: block;
    width: 100%;
    margin: auto;
}

.c_center .pictitle {
    display: block;
    margin-top: 20px;
    color: #666666;
}

.author {
    font-size:16px!important;
    text-align: right;
}
/* 相关推荐 */

.recommond h2,
.comment_area h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 84px;
}

.recommond ul>li {
    height: 30px;
}