.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;
}

.pic li{
    width: 285px;
    float: left;
    margin-bottom:20px;
    margin-right: 20px;
}
.pic li:nth-child(3){
    margin-right:0
}
.pic li:nth-child(6){
    margin-right:0
}
.pic li:nth-child(9){
    margin-right:0
}
.pic li a{
    display: block;
    position: relative;
}
.pic li a>img{
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    width: 100%;
}
.pic li a div{
    width: 100%;
    height: 190px;
}
.pic li a div img{
    display: block;
    width: 100%;
    height: 100%;
}
.pic li a p{
    line-height: 35px;
    text-align: center;
    background-color:#eaeaea;
    font-size: 16px;
    color:#333;
}