body{
    background-color: #f;
}
.x_location {
    height: 60px;
    line-height: 60px;
    color: #4D5260;
    padding-bottom: 20px;
}

.x_location .h {
    color: #4D5260;
    font-size: 14px;
}

.x_location .h_a {
    color: #4D5260;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.x_location .h_a:hover {
    color: #3A62C8;
}

.x_location .iconfont {
    display: inline-block;
    font-size: 14px;
    color: #4D5260;
}

.x_location .arrow {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    color: #bbbfc9;
}

.x_location .last {
    color: #3A62C8;
}


.b_main .b_list{
    background-color: #fff;
}
.b_main .b_list_1{
    background-color: #F6F7F9;
}
.b_main .b_box{
    margin-left: 20px;
    margin-bottom: 50px;
}
.b_main .b_wrap{
    margin-left: -20px;
}
.b_l{
    position: relative;
    width: 170px;
    height: 390px;
    background: url(img/news/b-news-1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px;
    margin-right: 20px;
}
.b_l .tit{
    display: block;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    line-height: 27px;
    color: #181C29;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b_l .tit:hover{
    color: #3A62C8;
}
.b_l .tip{
    font-size: 12px;
    
    font-weight: 500;
    line-height: 20px;
    color: #4D5260;
    text-align: justify;
}
.b_list_1 .b_l .tip{
    color: rgba(255, 255, 255, .7);
}
.b_l .more{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, .35) url(img/news/b-more-arrow.png) no-repeat right 20px center;
    background-size: 16px 5px;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 0 20px;
}
.b_r{
    width: 400px;
    height: 390px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 5px;
}
.b_r .r_item{
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b_r .r_item .r_item_box{
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.b_r .r_item:first-child .r_item_box{
    border-top: none;
}
.b_r .r_item .head_a{
    width: calc( 100% - 90px );
    font-size: 16px;
    line-height: 22px;
    color: #181C29;
}
.b_r .r_item:hover{
    background: #F6F7F9;
}
.b_r .r_item .head_a:hover{
    color: #3A62C8;
}
.b_r .r_item .head_span{
    color: #BBBFC9;
}
.b_r .r_item .msg{
    font-size: 14px;
    
    font-weight: 300;
    line-height: 20px;
    color: #828897;
    margin-top: 5px;
}
.b_list_1 .b_l{
    position: relative;
    width: 170px;
    height: 390px;
    background: url(img/news/b-news-2.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 14px;
    margin-right: 20px;
}
.b_list_1 .b_l .tit{
    color: #fff;
}
.b_list_1 .b_l .more{
    background: rgba(255, 255, 255, .15) url(img/news/b-more-arrow.png) no-repeat right 20px center;
    background-size: 16px 5px;
}

/* index-detail */
.det_l{
    width: 880px;
}
.det_l .det_item{
    height: 164px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.det_l .det_item .det_img{
    max-width: 187px;
    max-height: 124px;
    margin-right: 20px;
    overflow: hidden;
}
.det_l .det_item:hover .det_img img {
    transform: scale(1.1);
}

.det_l .det_item .det_img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.det_l .det_msg{
    width: calc( 100% - 230px );
}
.det_l .det_msg .name{
    display: block;
    width: 100%;
    font-size: 18px;
    
    font-weight: 600;
    line-height: 25px;
    color: #181C29;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.det_l .det_msg .name:hover{
    color: #3A62C8;
}
.det_l .det_msg .p1{
    font-size: 14px;
    height: 40px;
    
    font-weight: 500;
    line-height: 20px;
    color: #828897;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.det_l .time{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 30px;
    color: #BBBFC9;
}
.det_l .det_msg .t{
    float: left;
    font-size: 12px;
    
    font-weight: 500;
    color: #828897;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: #F6F7F9;
    margin-left: 13px;
    border-radius: 5px;
}
.det_r{
    width: 300px;
}
.det_r_1{
    padding: 30px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.det_r_1 .p1{
    font-size: 24px;
    
    font-weight: 600;
    line-height: 33px;
    color: #181C29;
    text-align: center;
}
.det_r_1 .p2{
    font-size: 24px;
    
    font-weight: 600;
    line-height: 33px;
    color: #3A62C8;
    text-align: center;
}
.det_r_1 .p3{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #828897;
    text-align: center;
    margin: 18px 0 27px;
}
.det_r_1 .p4{
    width: 160px;
    height: 90px;
    background: url(img/news/b-det-r.png) no-repeat center center;
    background-size: 160px 90px;
    text-align: center;
    margin: 0 auto;
}
.det_r_1 .inp{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F6F7F9;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    
    font-weight: 500;
    border: none;
    text-align: center;
    margin: 30px 0 10px;
}
.det_r_1 .btn{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #3A62C8;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    
    font-weight: 600;
}
.det_r_2,.det_r_3{
    padding: 15px 18px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.det_r_2 .name,.det_r_3 .name{
    font-size: 18px;
    
    font-weight: 600;
    line-height: 25px;
    color: #181C29;
    margin-bottom: 16px;
}
.det_r_2 .det_r_list a{
    display: block;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #4D5260;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.det_r_2 .det_r_list a:hover{
    color: #3A62C8;
}
.det_r_3 .more{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #828897;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.det_r_3 .more:hover{
    color: #3A62C8;
    text-decoration: underline;
}
.det_r_3 .item_a{
    float: left;
    font-size: 12px;
    
    font-weight: 500;
    line-height: 30px;
    color: #828897;
    height: 30px;
    background: #F6F7F9;
    opacity: 1;
    border-radius: 5px;
    padding: 0 11px;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.det_r_3 .item_a:hover{
    color: #fff;
    background-color: #3A62C8;
}

.det_wrap{
    width: 880px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    padding: 0 30px 50px;
}
.det_wrap .head{
    padding: 40px 0 30px;
    border-bottom: 1px solid #eee;
}
.det_wrap .name{
    font-size: 28px;
    
    font-weight: 600;
    line-height: 40px;
    color: #181C29;
    text-align: center;
    margin-bottom: 20px;
}
.det_wrap .msg{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #828897;
    text-align: center;
}
.det_content{
    font-size: 16px;
    
    font-weight: 500;
    line-height: 22px;
    color: #4D5260;
    padding: 30px 0;
}
.det_content img{
    width: 100%;
}
.det_bottom .bot_l{
    width: calc( 100% - 300px );
}
.det_bottom .bot_l .l_next{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #4D5260;
    margin-top: 10px;
}
.det_bottom .bot_l .l_next a{
    float: left;
    color: #4D5260;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: calc( 100% - 60px );
}
.det_bottom .bot_l .l_next a:hover{
    text-decoration: underline;
    color: #3A62C8;
}
.det_bottom .bot_l .span_1{
    color: #828897;
    float: left;
}
.bot_r{
    width: 300px;
}
.bot_r .i_s{
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 12px;
    background: #F6F7F9;
    border-radius: 5px;
    color: #828897;
    margin-left: 10px;
    margin-top: 10px;
}

.fl_main{
    padding: 0 0 40px;
}
.fl_head{
    /* height: 94px; */
    background: #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    padding: 24px 30px;
}
.fl_head .head_1{
    position: relative;
    width: 134px;
    height: 45px;
    background: url(img/news/b-fl-hot.png) no-repeat center center;
    background-size: 134px 45px;
    margin-right: 64px;
}
.fl_head .head_1:after{
    position: absolute;
    content: "";
    right:-32px;
    top:2px;
    width: 1px;
    height: 39px;
    background: #DDDDDD;
}
.fl_head .head_2{
    width:calc( 100% - 200px );
}
.fl_head .i_a{
    float: left;
    width: 127px;
    height: 34px;
    padding:0 14px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    
    font-weight: 500;
    color: #3A62C8;
    background: #FFFFFF;
    border: 1px solid #3A62C8;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 10px;
    margin-bottom: 10px;
}
.fl_list{
    margin-top: 20px;
}
.fl_list .f_a{
    float: left;
    width: 183px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    
    font-weight: 500;
    color: #4D5260;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fl_list .f_a:nth-child(6n+1){
    margin-left: 0;
}
.fl_list .f_a:hover{
    color: #fff;
    background-color: #3A62C8;
}
.fl_page{
    margin: 40px 0 80px;
    text-align: center;
}

.fl_news .news_item{
    width: 386px;
    float: left;
    margin-left: 21px;
}
.fl_news .news_item:first-child{
    margin-left: 0;
}
.fl_news .item_head{
    width: 100%;
    height: 65px;
    background: url(img/news/b-fl-news.png) no-repeat center center;
    background-size: 386px 65px;
    padding: 0 20px;
}
.fl_news .item_head span{
    font-size: 18px;
    
    font-weight: 600;
    line-height: 65px;
    color: #181C29;
}
.fl_news .item_head .more{
    font-size: 14px;
    
    font-weight: 500;
    line-height: 65px;
    color: #4D5260;
}
.fl_news .item_list{
    padding:20px;
    background-color: #fff;
}
.fl_news .item_list a{
    display: block;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 20px;
    color: #4D5260;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fl_news .item_list a:first-child{
    margin-top: 0;
}
.fl_news .item_list a:hover{
    color: #3A62C8;
}

#pageIndex{
    margin-top: 30px;
    text-align: center;
}

/* #pageIndex a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
#pageIndex a.active {
    background-color: #3A62C8;
    color: #fff;
    border-color: #3A62C8;
}
#pageIndex a.pageRemark{
    cursor: text;
} */
.common_crumb{
    height: 56px;
    line-height: 56px;
    padding-left: 23px;
    background: url(img/icon-location-bg.png) no-repeat left center;
    background-size: 13px 16px;
    font-family: PingFang-SC-Medium;
	color: #999999;
}
.common_crumb a{
    color: #999;
}
.common_crumb a:hover{
    text-decoration: underline;
}