
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.content{
    width: 1200px;
    /* height: 700px; */
    margin: 0 auto;
}
.content_left{
    float: left;
    width: 254px;
    background: url('../image/leftbg.jpg');
}
.content_left ul li{
    width: 218px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
    border-left: 3px solid #c10806;
    background: url('../image/left-arrow.png') right center no-repeat ; 
}
.content_left ul li a{
    color: #464646;
    /* background-color: #f2f2f2; */
    background: url('../image/hbg.jpg') no-repeat;
    font-size: 16px;
    display: block;
    text-align: center;
}
.content_left ul li.on a{
    background: url('../image/redbg.jpg') no-repeat;
    color: #fff;
    font-size: 24px;

}
.content_right{
    /*float: right;*/
    /*width: 880px;*/
    overflow: hidden;
}
.content_right_p{
    font-size: 32px;
    color: #2b2b2b;
    text-align: center;
    font-weight: 600;
}
.p3{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.p3 img{
    max-width: 1200px;
}
.clear {
    clear: both;
    font-size: 1px;
}




