.con{
    width: 100%;
    margin-top: 30px;
}
.con_box{
    width: 1200px;
    margin:0 auto;
}
.con_t{
    background: url(../images/oban.png) no-repeat;
    padding-top: 60px;
    padding-bottom:15px
}
.con_t p:first-child{
    float: left;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    margin-left: 46px;
}
.con_t p:last-child{
    float: right;
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    margin-right: 30px; 
}





.con_l{
    float: left;
    width: 255px;
}
.con_l ul li{
    width: 100%;
    box-sizing: border-box;
    border-bottom:1px solid #eaeaea;
}
.con_l ul li a{
    display: block;
    width: 100%;
    line-height: 52px;
    margin-left: 20px;
    box-sizing: border-box;
    padding-left:25px;
    background: url(../images/ld_02.png) no-repeat left center;
    font-size: 18px;
    color:#666666;
}
.con_l ul li.active a{
    color:#2e59c6;
    background: url(../images/ld_01.png) no-repeat left center;
}
.con_r{
    width: 895px;
    float: right;
    margin-top: 30px;
}




.zs_l{
    width: 190px;
    float: left;
}
.zs_r{
    width: 670px;
    float: right;
}
.zs_l img{
    display: block;
    width: 100%;
}
.zs_r h1{
    font-size: 18px;
    color:#333;
    margin-top: 12px;
}
.zs_r h2{
    font-size: 16px;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}
.zs_r p{
    font-size: 14px;
    color:#999;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    margin-top: 15px;
}
.con_r ul li a:hover .zs_r h1{
    color:#2e59c6;
}
.con_r ul li a{
    display: block;
    padding-bottom:20px;
    border-bottom:1px solid #eaeaea
}
.con_r ul li{
    margin-bottom:20px
}