/* 
    Created on : 2019-5-28, 17:14:23
    Author     : ChunLai
    Note       : PC端页面样式--详情页内容
*/
.banner_txt_1 u{color: #ff6a00;}
.main_container{
   width: 1100px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   padding-top: 30px;
}
.contents_left{width: 240px;}
.contents_right{width: 800px;}

/*资讯--内容*/
.content {
    min-height: 672px;
    line-height: 28px;
    padding: 0 5px;
}
.view-title {
    width: 100%;
    text-align: center;   
    color: #333;
    padding: 14px 0 0;
}
.content  h2{line-height:3;}
.view div {
    font-size: 14px;
}
.view-date {
    width: 100%;
    text-align: center;
    font: 12px/24px "microsoft yahei";
    color: #999;
}
.view-date span {
    margin: 0 7px;
}

.boxcen {
    line-height: 28px;
}
.boxcen p{text-indent: 2em;}
.page {
   display: flex;
    width: 100%;
    margin: 10px auto;
}
.page p {
    width: 50%;
    height: 28px;
    color: #1d1d1d;
}
.page p:nth-child(2){text-align: right;}
.back {
   display: block;
    color: #fff;
    background: #ff79a1;
    width: 138px;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}

/*分享页面内容*/
.share_toolbar{display: flex;align-items: center;padding:5px 20px;border-top: 1px solid #999;border-bottom: 1px solid #999;margin-top: 30px;}
/*.share_toolbar span,.share_toolbar a{display: block;line-height: 1;margin-right: 10px;}*/