@charset "utf-8";
/* CSS Document */

#container{ margin: 0 auto; width:1004px; min-height:800px;background:#fff;}
#section_frame{width:1004px; height:auto; }

/* 主内容框架 */
.section_content{width:100%;float:left;min-height:650px}

/* 内容标题 */
.content_box{ width:95%;float:left; padding:0 25px;}
.title_1{
    font-family: "黑体";
    font-size: 20px;
    color: #ad1734;
    height: 38px;
    width: 100%;
    line-height: 38px;
    font-weight: bold;
    float: left;
    text-align: left;
    background: url(../img/titile_img.png) no-repeat 12px center;
    text-indent: 30px;
    border-bottom: 2px solid #e8e8e8;
}
 /* 内容 */
.MMiddle_2_div{float:left; width:100%;  margin-top:20px; }
.c_1{ padding:0 30px;  font-family:"黑体"; font-size:18px; line-height:25px; color:#333;}







