﻿@charset "UTF-8";
body{ background: url("../images/business_bg.jpg") top center no-repeat fixed; background-size:cover}


.column_container{width:1263px;margin: 0 auto;background: #fff;padding:25px 30px 20px 30px;box-sizing: border-box}

.crumb{border-bottom: .5px solid #e2e2e2; padding-bottom: 10px;margin:0 20px}
.crumb a:hover{color:#015293}
/*左侧菜单*/
.column_container .fl{width: 260px;box-sizing: border-box;padding: 33px 20px;}
.column_container .fl h2{width: 200px;text-align: center;background: #015293;color: #fff;line-height: 45px;}
.column_container .fl ul{width: 200px;font-size:20px}
.column_container .fl li{border-bottom: .5px solid #e2e2e2;}
.column_container li{line-height: 40px;text-align: center;}
.column_container .fl li a:hover,
.column_container .fr li a:hover{color:#C70408;}
.selected{background-color: #def0ff;color:#0e68b1}
.selected a:hover{font-weight: 600; color:#0e68b1 !important;}
/*右侧列表*/
.column_container .fr{width:940px;box-sizing: border-box}
.column_container .fr ul{position: relative;padding-top: 20px}
.column_container .fr li{background: url("../images/dian.jpg") no-repeat left center;padding:0 140px 0 15px;text-align: left;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}

.column_container .fr li span{position:absolute;right:20px;color: #909090}
/*下方页码跳转*/
.column_list_bottom{margin: 20px 125px}
.page_change,.page_jump{width:300px !important;height:50px;line-height:50px;display: inline-block;margin:0 20px;vertical-align: center}
.page_change button{width: 50px;height: 30px;background: #fcfcfc;border: .5px solid #e7e7e7;cursor: pointer;}
.page_jump select{width: 50px;height: 30px;border: 1px solid #e7e7e7;}
.page_jump select:hover,.page_jump select:focus-visible,.page_jump select:focus{border:1px solid #e7e7e7;}
/*重用页脚*/
iframe:last-child{width: 100%;height:144px;display: block;border:0}
