.text_content{
    padding-bottom: 100px;
}
.text_title{
    padding-top: 66px;
    height: 190px;
    box-sizing: border-box;
    padding-left: 240px;
    padding-right: 240px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}
.text_title h4{
    font-size: 30px;
    color: 333333;
    text-align: center;
    margin-bottom: 42px;
}
.text_title .text_tab{
    width: 636px;
    font-size: 12px;
    color: #999;
    display: flex;
    margin: 0 auto;
}
.text_title .text_tab .text-sourse{
    margin-left: 35px;
}
.text_content .text_tab p{
   margin-left: 110px;
}
.text_content .text_tab p span{
    margin: 0 5px;
    cursor: pointer;
}
.text_content .text_title span.print{
    margin-left: 30px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../image/print_5jp.png) no-repeat left center/16px;
}
.text_content .text_title span.close{
    margin-left: 30px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../image/close_5jp.png) no-repeat left center/16px;
}
.text_content .text{
    padding-top: 58px;
}
.text_content .text p{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-indent: 2em;
}
.text_content .text p img{
    display: block;
    margin: 36px auto;
}