
.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{

}
.main_lf_box li{
    float: left;
    width:250px;
    margin-right: 30px;
    height:280px;
    padding-top: 30px;
}
.main_lf_box li:hover>div>a{
    display: inline-block;
}
.main_lf_box li:hover>h3 a{
    color:#152B53;
    text-decoration: underline;
}
.main_lf_box li>div{
    width:100%;
    height:166px;
    position: relative;
}
.main_lf_box li>div a{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #2144a9;
    opacity: .5;
}
.main_lf_box li h3{
    padding: 10px 0;
}
.main_lf_box li h3 a{
    font-size: 20px;
    color:#2f2f2f;
}
.main_lf_box span{
    background: url("../image/eye.png") no-repeat 6px center;
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
    color:#969696;
    margin-right: 25px;
}
.main_lf_box span.time{
    background-image: url('../image/clock.png');
}
.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;
    margin-bottom: 40px;
}
.main_rt>div>a{
    display: inline-block;
    width:100%;
    height:60px;
    background: url("../image/A1_right2.png") no-repeat;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
}
.main_rt>div:nth-child(2)>a{
    background: url("../image/A1_right1.png") no-repeat;
}
.main_rt>li{
    width:100%;
    text-align: center;
}
.main_rt_box  a{
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color:#969696;
}
.main_rt_box>li>a{
    width:100%;
    height:60px;
    line-height: 60px;
}
.main_rt .main_rt_box>li>a:hover,.main_rt .main_rt_box>li>a.active{
    background: url("../image/A1_right_xz.png") no-repeat center center;
    color: #ffffff;
    background-size: 156px 50px;
}
/*.main_rt .actives{
    background:url("../image/A1_right_xz.png") no-repeat center center;
    color:#fff;
}*/
.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>div:nth-child(2) ul li{
    margin-left: 25px;
    height: 35px;
    line-height: 35px;
}
.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;
}
 .active{
    background: url("../image/A1_right_xz.png") no-repeat center center;
}
 .active a{
    color: #fff;
}
