﻿
#text_content{
    font-size: 14px;
    /*font-family: "Microsoft YaHei", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 宋体;
    /*font-family: 仿宋;*/
    /*line-height: 1.42857143;*/
    line-height: 1.8;
    background: #ffffff;
    color: #333333;
    max-width: 960px;
    margin: 0 auto;
}

#text_content .t_p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 2em;
    width: 100%;
    margin: 15px 0;
}

#text_content .t_img{
    box-sizing: border-box;
    width: 50%;
    min-width: 300px;
    border: 0;
    padding: 5px;
}

#text_content .t_editor{
    text-align: right;
    margin-top: 50px;
    margin-bottom: 25px;
}

