body{
    position: relative;
}
/* 左导航 */
.con{
    width: 100%;
    margin-top: 40px;
    z-index: 99999999999999999999;
}
.con_box{
    width: 1200px;
    margin:0 auto;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    padding-bottom:60px
}
.con_l{
    float: left;
    margin-left: 20px;
}
.con_l li{
    margin-bottom:20px
}
.con_l li a{
    font-size: 16px;
    color:#333;
    margin-left: 12px;
}
.con_l li a.active{
    color:#80521e
}
.sou_l p:first-child{
    background: url(../images/line.png) no-repeat left center;
    padding-left: 12px;
}
.sou_l p span{
    font-size: 20px;
    color:#333;
    font-weight: bold;
}
.sou_l p span:nth-child(2){
    font-size: 20px;
    color:#999;
    font-weight: 100;
    margin-left: 3px;
}
.sou_l p span:nth-child(3){
    font-size: 20px;
    color:#999;
    font-weight: 100;
    margin-left: 3px;
}




/* 右边 */
.con_r{
    float: right;
    margin-right: 20px;
    width: 900px;
}
.sou{
    width: 100%;
    border-bottom:1px solid #eaeaea;
    padding-bottom:15px
}
.sou_l{
    float: left;
}
.sou_l p{
    font-size: 18px;
    color:#333;
}
.sou_r{
    float: right;
}
.sou_r ul li{
    float: left;
    font-size: 16px;
    color:#999;
}
.sou_r ul li a{
    font-size: 16px;
    color:#999;
}
/* 内容 */
.case_con{
    margin-top: 20px;
}
.case_con ul li{
    margin-top: 13px;
}
.case_con ul li a{
    width: 100%;
    display: block;
    padding-bottom:13px;
    border-bottom:1px dashed #eaeaea;
}
.case_con ul li a p:first-child{
    font-size: 14px;
    color:#666;
    float: left;
    background: url(../images/d.png) no-repeat left center;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
}
.case_con ul li a p:nth-child(2){
    font-size: 12px;
    color:#999;
    float: right;