.content{
    /*border:1px solid red;*/
    height:500px;
    max-width:1200px;
    margin:20px auto;
    display:flex;
}
/* 中间靠左边部分 */
.content_left{
    /*border:1px solid blue;*/
    flex:2;
    /*border:1px solid blue;*/
}
.content_left_1{
    width:70%;
    /* border:1px solid blue; */
    margin:0px auto;
    line-height: 30px;
    white-space:nowrap;
    color:#000000;
    font-size:17px;
}
/* 左边 头部部分 */
.content_s_top{
    border-bottom:1px solid #808080;
    width:95%;
    margin:0px auto;
    height:50px;
    line-height:50px;
    display:flex;
    justify-content: space-between;
}

.font_blod_2{
    text-align:left;
    line-height:50px;
    font-size:18px;
    font-weight:bold;
    margin-left:30px;
}

/* 左边 文字部分 */

.content_left_1_h{
    margin:10px 0px 0px 30px;
    font-size:16px;
}
.content_left_1_text{
    margin:10px 0px 0px 30px;
    font-size:15px;
}


/*右边开始*/
.content_right{
    /* border:1px solid blue; */
    flex:3;
    padding-top:50px;
    padding-bottom:10px;
}
#dituContent{
    border:1px solid rgb(204,204,204);
}



/* 头部 联系我们 */
.lianxi{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin-left:30px;
}
.xiahua_xian{
    border-bottom:1px dashed #888;
    width:170px;
    margin:0px auto;
}
