.banner{
    height: 494px;
}
.block.content{
    margin-bottom: 28px;
    margin-top: 15px;
}
.content>.left{
    width: 227px;
    position: relative;
    background: #92b8f3;
}
.content>.left>.column_title{
    height: 218px;
    text-align: center;
    padding-top: 49px;
    background: #4a7dd8;
}
.content>.left>.column_title>.c_title{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 7px;
    height: 28px;
    line-height: 28px;
}
.content>.left>.column_title>.e_title{
    font-size: 14px;
    color: #ffffff;
    height: 18px;
    line-height: 18px;
}
.content>.left>.column_title>.line{
    height: 2px;
    width: 27px;
    background: #ffffff;
    margin: auto;
    margin-top: 23px;
}
.content>.left>ul>li{
    line-height: 24px;
    padding: 14px 50px;
    word-break:break-word;
    text-align: center;
    border-bottom: 1px solid #a4c3f5;
}
.content>.left>ul>li.hover{
    background: #3465bb url("../images/arr_ico.png") no-repeat 196px center;
}
.content>.left>ul>li:hover{
    background: #3465bb url("../images/arr_ico.png") no-repeat 196px center;
}
.content>.left>ul>li>a{
    font-size: 18px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.content>.left>.code{
    height: 357px;
    background: #4a7dd8;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.content>.left>.code>.pic{
    height: 357px;
    text-align: center;
    padding-top: 65px;
}
.content>.left>.code>.pic>.word{
    margin-top: 8px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.content>.left>.code>.arr{
    height: 39px;
    text-align: center;
    padding-top: 9px;
    background: #ffa32c;
}
.content>.right{
    width: 956px;
    padding: 0px 50px;
     background: #fafafa;
}
.content>.right>.crumb{
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-top: 42px;
    font-size: 16px;
}
.content>.right>.crumb>a{
    color: #5e5e5e;
}
.content>.right>.title{
    line-height: 30px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    color: #565656;
    font-weight: bold;
    padding-top: 19px;
    padding-bottom: 20px;
}
.content>.right>.page{
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 20px 0px 30px;
    overflow: hidden;
}
.content>.right>.page>div{
    height: 38px;
}
.content>.right>.page span{
    padding: 5px 12px;
    border: 1px solid #e2e2e2;
    background: #65a4f4;
    color: #ffffff;
}
.content>.right>.page a{
    padding: 5px 12px;
    border: 1px solid #e2e2e2;
    color: #6b6b6b;
}