* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Microsoft YaHei', Arial, sans-serif; }

body { font-size: 14px; line-height: 1; }

a { text-decoration: none; }

ul, li { list-style: none; }

.wrap_w { width: 1200px; margin: 0 auto; }

.kstb_banner { height: 258px; background: #2CA7F4 url("../images/kwtb_banner.jpg") center center no-repeat; text-align: center; padding-top: 50px; }
.kstb_banner h1 { font-size: 48px; line-height: 66px; color: #fff; font-weight: 700; letter-spacing: 10px; margin-bottom: 26px; }
.kstb_banner .ms { display: inline-block; background: rgba(255, 255, 255, 0.1); padding: 4px; height: 45px; border-radius: 45px; }
.kstb_banner .ms p { padding: 0 29px; height: 100%; background: #fff; border-radius: 45px; text-align: center; line-height: 37px; font-size: 20px; color: #54A1FF; font-weight: 700; }

.tit_menu { margin: 16px 0; height: 66px; position: relative; }
.tit_menu li { width: 240px; height: 66px; overflow: hidden; }
.tit_menu li a { display: block; width: 236px; height: 50px; line-height: 50px; border-radius: 4px; background: #fff; margin: 0 auto; text-align: center; color: #333; position: relative; transition: background 0.3s,color 0.3s; font-size: 18px; }
.tit_menu li a::after { content: ""; position: absolute; border: 12px solid transparent; border-top-color: #fff; left: 50%; margin-left: -6px; top: 50px; transition: border-top-color 0.3s; }
.tit_menu li.actived a { background: #6BB5F5; color: #fff; }
.tit_menu li.actived a::after { border-top-color: #6BB5F5; }
.tit_menu .bx-controls-direction a { position: absolute; width: 24px; top: 0; height: 66px; background: #F3F9FF; }
.tit_menu .bx-controls-direction a.bx-prev { left: -31px; background: url("../images/bx_prev.png") center center no-repeat; }
.tit_menu .bx-controls-direction a.bx-next { right: -31px; background: url("../images/bx_next.png") center center no-repeat; }
.tit_menu .bx-controls-direction a.disabled { opacity: 0.2; }

table { table-layout: fixed; width: 100%; border-collapse: collapse; }

.list_wrap { margin-bottom: 20px; background: #fff; box-shadow: 0 3px 15px rgba(0, 85, 188, 0.05); min-height: 500px; font-size: 16px; }
.list_wrap .list_tit { height: 60px; padding: 0 15px; background: #6BB5F5; }
.list_wrap .list_tit .table_a th { height: 60px; vertical-align: middle; color: #fff; padding: 0 15px; }
.list_wrap .list_cont { padding: 0 15px; }
.list_wrap .list_cont .table_a td { padding: 15px; line-height: 26px; }
.list_wrap .list_cont .table_a td a { color: #094491; }
.list_wrap .list_cont .table_a td .line { color: #CCCCCC; padding: 0 10px; }
.list_wrap .list_cont .table_a tbody > tr:nth-of-type(even) { background: #F9F9F9; }

.pager_row { padding: 30px 0 30px; }
.pager_row .page_cont { height: 24px; font-size: 0; text-align: center; }
.pager_row .page_cont > * { display: inline-block; vertical-align: middle; font-size: 14px; color: #929292; line-height: 24px; }
.pager_row .page_cont a { padding: 0 6px; background: #FFFFFF; margin: 0 4px; min-width: 24px; text-align: center; transition: background 0.3s,color 0.3s,border-color 0.3s; line-height: 22px; border: 1px solid #D8E2EE; }
.pager_row .page_cont a:hover, .pager_row .page_cont a.active { background: #409EFF; color: #fff; border-color: #409EFF; }
