.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;
}







.xb li{
    width: 585px;
    float: left;
    margin-right: 15px;
    border-top:5px solid #2e59c6;
    box-shadow: 1.5px 2.598px 6px 0px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding-left: 30px;
    box-sizing: border-box;
}
.xb li a{
    padding-top: 35px;
    display: block;
    padding-bottom:35px
}
.xb li:nth-child(even){
    margin-right:0
}
.xb_top p{
    float: left;
}
.xb_top p:first-child{
    font-size: 18px;
    color:#333;
}
.xb_top p:nth-child(2){
    padding-left: 45px;
    background: url(../images/h_l.png) no-repeat left center;
    margin-left: 20px;
    font-size: 22px;
    color:#2e59c6;
}
.xb_bot{
    margin-top: 30px;
}
.xb_l{
    width: 170px;
    float: left;
    overflow:hidden;
}
.xb_l img{
    display: block;
    width: 100%;
     -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.xb_r{
    width: 330px;
    float: left;
    margin-left: 25px;
}
.xb li a:hover .xb_l img{
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.xb_r p:first-child{
    font-size: 16px;
    color:#666;
    line-height: 25px;
    display:-webkit-box;
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;
     overflow:hidden;
}
.xb_r p:nth-child(2){
    font-size: 14px;
    color:#2e59c6;
    background: url(../images/lj.png) no-repeat 90px center;
    margin-top: 20px;
}