
.main_lf{
    float: left;
    width:900px;

}
.main_lf>p{
    line-height: 50px;
    font-size: 14px;
    color: #a7a7a7;
    border-bottom: 1px solid #d1d1d1;
}
.main_lf_box h3{
    margin:30px 0 20px;
    padding-left: 8px;
    font-size: 24px;
    color: #152B53;
    border-left:6px solid #D81C2D;
}
.main_lf_box>div{
    padding-top: 13px;
    padding-left: 18px;
    border-bottom: 1px dashed #E4E4E4;
}
.main_lf_box>div:hover{
    border-color: #162c53;
}
.main_lf_box>div h4{
    font-size: 18px;
}
.main_lf_box>div h4 a{
    color: #152B53;
}
.main_lf_box>div h4 a:hover{
    text-decoration: underline;
}
.main_lf_box>div p{
    font-size: 14px;
    color: #000;
    padding:15px 0;
}
.page{
    padding-top:30px;
    overflow: hidden;
    text-align: center;
}
.page li{
    color: #9f9F9F;
    margin-right: 8px;
    display: inline-block;
    border:1px solid #CBCBCB;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
}
.page li.active,.page li:hover{
    color:#fff;
    background: #152B53;
    cursor:pointer;
    border-color: #152B53;
}
.page li.prev_next{
    width:70px;
}
.page li.first_last{
    width:45px;
}


.main_rt{
    float: right;
    width:270px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.main_rt>div{
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(25, 71, 153, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(25, 71, 153, .1);
    box-shadow: 0 0 30px 0 rgba(25, 71, 153, .1);
    padding-bottom: 20px;
}
.main_rt>div>a{
    display: inline-block;
    width:100%;
    height:70px;
    background: url("../image/A1_right1.png") no-repeat;
    background-size: 270px 70px;
    text-align: center;
    line-height: 70px;
    color:#fff;
    font-size: 22px;
}
.main_rt ul{
    width:100%;
}
.main_rt li{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}
.main_rt i{
    display: inline-block;
    width:4px;
    height:4px;
    background: #969696;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.main_rt li:hover a{
    color: #152B53;
}
.main_rt li:hover i{
    background: #152B53;
}
.main_rt i{
    margin-right: 10px;
    vertical-align: middle;
}
.main_rt>a{
    display: inline-block;
    margin-top: 40px;
}
