.banner_02{
    width: 100%;
    height: 230px;
}
.banner_02 img{
    width: 100%;
    height: 100%;
}
.subject{
    width: 1120px;
    min-width: 1200px;
    margin: 60px auto 80px;
}
.subject .sub_fl{
    position: relative;
    padding-left: 30px;
    width: 225px;
}
.subject .sub_fl p{
    font-size: 32px;
    color: #f5f5f5;
}
.subject .sub_fl h3{
    font-size: 40px;
    color: #666666;
    font-weight: bold;
}
.subject .sub_fl .fang_01{
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(231,240,248,.5);
    z-index: -1;
    bottom: -45px;
    left: -16px;
}
.subject .sub_fl .fang_02{
    position: absolute;
    width: 32px;
    height: 51px;
    background: rgba(159,197,227,.5);
    z-index: 5;
    bottom: -68px;
    left: 25px;
}
.subject .sub_rg{
    width: 740px;
    margin-top: 60px;
}
.subject .sub_rg .sub_new li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.subject .sub_rg .sub_new li:hover .sub_tit{
    color: #0f6eba;
}
.subject .sub_rg .sub_tit{
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}
.subject .sub_rg .sub_desc{
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}
.subject .sub_rg .sub_time{
    color: #666666;
    font-size: 12px;
}
.sub_rg .fenye .fen_con{
    width: 452px;
    margin: 0 auto;
}
.sub_rg .fenye .fen_con ul li{
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background:#e2e2e2;
    line-height: 30px;
    text-align: center;
    color: #999999;
    margin-right: 30px;
}
.sub_rg .fenye .fen_con .fen_lt{
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background:#e2e2e2;
    line-height: 30px;
    text-align: center;
    color: #999999;
    margin-right: 30px;
}
.sub_rg .fenye .fen_con .fen_rt{
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background:#e2e2e2;
    line-height: 30px;
    text-align: center;
    color: #999999;
    margin-left: 30px;
}
.sub_rg .fenye .fen_con .fen_h:hover{
    background: #0f6eba;
    color: #fff;
}
.sub_rg .fenye .fen_con ul li:hover{
    background: #0f6eba;
    color: #fff;
}
.sub_rg .fenye .fen_con .on{
    background: #0f6eba;
    color: #fff;
}
.sub_rg .fenye .fen_con ul li:nth-last-child(1){
    margin-right: 0;
}
.subject .sub_con{
    width: 1200px;
    margin: 0 auto;
}
.subject .sub_con .con_tit {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}
.subject .sub_con .con_tit .con_title{
    color: #000;
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}
.subject .sub_con .con_tit .con_time{
    color: #666666;
    text-align: center;
}
.subject .sub_con .con_text{
    margin-top: 40px;
}
.subject .sub_con .con_text p{
    text-indent: 2em;
}
.subject .return{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #0f6eba;
    border: none;
    outline: none;
    display: block;
}
.subject .return a{
    color: #fff;
    font-size: 16px;
}