@charset "utf-8";
body{font: 16px "microsoft yahei", "微软雅黑"; color: #333;}
input::-webkit-input-placeholder{color: #cccccc;}

/*layout*/
.container{width:1440px; margin-right: auto; margin-left: auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.layout{background-color: #fff; background-repeat: no-repeat; background-position: left bottom; background-size: 100% auto;}
.container > .mainbox{position: relative; padding:25px; background: #fff;}
.innerbox{overflow:hidden;}
.fullbox{padding: 40px 40px 0;}
.fl{float: left;}
.fr{float: right;}
.mb25{margin-bottom: 25px;}
.mb40{margin-bottom: 40px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.margins{margin-top: 40px; margin-bottom: 40px;}
.body_bg{background-color: #f1f4f8;}
.body_bg .footer{background-color: #fff;}

.common_row{position: relative; margin: 0 -20px;}
.common_row>*{float: left;}
.common_row .grid{padding: 0 20px;}
.common_col_2{width: 16.67%;}
.common_col_3{width: 25%;}
.common_col_4{width: 33.33%;}
.common_col_6{width: 50%;}
.common_col_8{width: 66.67%;}
.common_col_9{width: 75%;}
.common_col_10{width: 83.33%;}
.bgwhite{background-color: #fff;}
.entirebox{padding: 25px;}

/*common*/
.transition, .transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgscale{overflow: hidden;}
.imgscale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.imgzoom img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgzoom:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.ellipsis_single{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; max-width: 100%; overflow: hidden; }
/* 多行省略号 */
.ellipsis_multi{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.place{position: relative; z-index: 3; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}

.nav li a,
.nav li span:before,
.nav li span:after,
.header_user a,
.header_search .submit{-webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s; transition:all .3s;}

/* header */
.header{height: 349px; background: url(../images/public/header_bg.jpg) no-repeat center top;background-size: cover;}
.header > .container{position: relative;}

.header_logo{clear:both; padding:95px 0 40px;}
.header_logo img{display: block;margin-top: 18px;max-width: 65%;}
.header_view{position: absolute; top: 15px; right: 15px; color: #fff; line-height: 32px;}


.nav li span:before,
.header_search .keyword{filter:alpha(opacity=80); -moz-opacity: 0.8; opacity:0.8;}
.header_user a,
.header_search .search_box{height: 40px;line-height: 40px;color:#fff;border: 1px solid rgba(255,255,255,.5);border-radius: 2px;-webkit-border-radius:2px;background: rgba(39,144,234,.5);}

.header_user a{position: relative;text-align: center; display: block;width: 138px;}
.header_user a:before{content:"";display: inline-block;vertical-align: middle;margin: -3px 3px 0 0; width: 15px;height: 16px;background: url(../images/public/icon_user.png) no-repeat center;}
.header_user .user_login,.header_user .user_logout{display:inline-block}
.header_user .user_logout{margin-left:10px;width:auto;padding: 0 20px}
.header_user .user_logout:before{display:none}
.header_search{ position: relative;margin-left: 20px; width:330px; overflow: hidden;}
.header_search .search_box{ padding:0 62px 0 20px;}
.header_search .keyword{width: 100%;border:none;background: none;line-height: 42px;font-size: 16px;color:#fff;    display: inline-block;vertical-align: top;}
.header_search .keyword::-webkit-input-placeholder{color: #fff;}
.header_search .submit{ position:absolute; top: 0; right: 0; width: 42px; height:42px;border:none;cursor:pointer; background:url(../images/public/header_icon_search.png) no-repeat center #ffb400; -webkit-appearance:none; }
.header_search .submit:hover{filter:alpha(opacity=85); -moz-opacity:.85; opacity:.85;}

.nav{position: relative; z-index: 9; height: 60px; background: #0e61dd;}
.nav li{float: left; position: relative; width: 16.666667%;}
.nav li:after,
.nav li:first-child:before{content:''; position: absolute; top: 50%; right: 0; width: 1px; height: 23px;margin-top: -11.5px; background: #62a0fd;}
.nav li:first-child:before{right: 100%;}
.nav li a{display:block; line-height: 60px; font-size: 1.25em; text-align:center;font-weight: bold;color:#fff;}
.nav li span{position: relative;display: inline-block;padding-right: 5px;}
.nav li span:before{content:'';opacity: .8; display: inline-block;vertical-align: top;margin: 0 6px 0 0; width: 27px;height: 60px;background: url(../images/public/mainnav_icon_index.png) no-repeat center;background-size: contain;}
.nav li.li2 span:before{background-image: url(../images/public/mainnav_icon_sjzy.png);}
.nav li.li3 span:before{background-image: url(../images/public/mainnav_icon_sjhj.png);}
.nav li.li4 span:before{background-image: url(../images/public/mainnav_icon_yyfw.png);}
.nav li.li5 span:before{background-image: url(../images/public/mainnav_icon_sjcp.png);}
.nav li.li6 span:before{background-image: url(../images/public/mainnav_icon_gywm.png);}
.nav li span:after{content:'';opacity: 1;position: absolute; bottom: 0;left: 0;width: 0;height: 4px;background: #ffb400;}
.nav li a:hover span:before{opacity: 1;}
.nav li.on span:after{width: 100%;opacity: 1;}

/* footer */
.footer_links .container{position: relative; padding-top: .5em; padding-bottom: .5em; border-bottom: 1px solid #dbdbdb;}
.footer_links label{position: absolute; top: auto; left: 0; width: 4em; color: #333; line-height: 36px; text-align-last: justify; font-weight: bold;}
.footer_links ul li{float: left;}
.footer_links .wzlink{margin-left: 5.5em;}
.footer_links .wzlink li a{display: block; position: relative; margin-right: 3em; padding: 9px 0; line-height: 18px; white-space: nowrap;}
.footer_links .wzlink li a:before{position: absolute; top: 50%; right: -1.5em; margin-top: -10px; width: 1px; height: 20px; content: ""; background-color: #ccc;}
.footer_links .wzlink li:last-child a:before{content: normal;}

.footer{background: #f3f6fa; font-size: 1.125em;}
.footer .container{position: relative;}
.footer span{display: inline-block; margin-right: 10px;}
.footer_dzbs{position: absolute; right: 0; top: 0; text-align: center;}
.footer_copyright{line-height: 2; text-align: center;}
.footer_nav{margin-right: -10px; margin-left: -10px;}
.footer_nav a{display: inline-block; padding: 0 10px;}

/* crumb */
.crumb.line{border-bottom: 1px solid #e5e5e5;}
.crumb h2{ padding:20px 0; line-height: 24px; font-size:1em; font-weight: normal; color: #666;}
.crumb a{color: #333;}
.crumb a:hover{color: #257de1;}
.crumb>.container>h2>a, .crumb>.container>h2>span{margin:0 10px;}
.crumb a:first-child{margin-left: 0;}
.crumb span{color: #257de1;}

/* common_title */
.common_title{text-align: center;}
.common_title h3{padding: 44px 70px;position:relative; display: inline-block; font-size:2em; font-weight:bold; color:#333;}
.common_title h3:before,
.common_title h3:after{content:"";position: absolute;top: 50%;margin-top: -13px; width: 108px;height: 26px;background: url(../images/public/tit_icon_left.png) no-repeat right center;background-size: 100%;}
.common_title h3:before{right: 100%;}
.common_title h3:after{left: 100%;background-image: url(../images/public/tit_icon_right.png);background-position: left center;}
.common_title h3 a{color:#333;}
.common_title h3 a:hover{color:#0e61dd;}

.common_tit_line{text-align: center;position: relative;}
.common_tit_line span{display: inline-block;line-height: 1; font-size: 1.5em;font-weight: bold;padding: 26px .875em;position: relative; z-index: 2; background-color: #ebf2f9}
.common_tit_line.long:before,.common_tit_line.long:after,
.common_tit_line.short span:before,.common_tit_line.short span:after{content:"";height: 1px;background: #c7d0de;position: absolute;top: 50%; z-index: 1;}
.common_tit_line:before{right: 0;width: 45.55%;}
.common_tit_line:after{left: 0;width: 45.55%;}
.common_tit_line.short span{padding: 26px;}
.common_tit_line.short span:before{left:100%;width: 57px;}
.common_tit_line.short span:after{right:100%;width: 57px;}

.common_tit_icon{position: relative;margin: 15px 0 20px;}
.common_tit_icon h4{font-size: 1.5em;display: inline-block;line-height: 1;vertical-align: middle;}
.common_tit_icon:before{content:"";display: inline-block;width: 24px;height: 24px;background: url(../images/sjzy/tit_icon_wz.png) no-repeat center #0e61dd;border-radius: 50%; vertical-align: middle;margin: 0 5px 0 0;}
.common_tit_icon .btns{position: absolute;right:0;bottom: -2px;}

.column_head{position: relative; text-align: center;}
.column_head:after{position: absolute; top: 50%; right: 0; left: 0; content: ""; margin-top: 1px; height: 1px; background-color: #c7d0de}
.column_head a{position: relative; z-index: 2; display: inline-block; padding-right: 6%; padding-left: 6%; font-size: 1.5em; font-weight: bold; color: #2462c9; background-color: #fff;}

.common_head{position: relative;}
.common_head.borderBot{border-bottom: 1px solid #1361d7;}
.common_head br{display: none;}
.common_head li{float: left;}
.common_head .hd{float: left;}
.common_head .hd li{font-size: 1.5em; font-weight: bold; text-align: center;}
.common_head .hd li.on{font-weight: bold;}
.common_head .hd li:last-child{margin-right: 0 !important;}

.common_head .menu1 li{position: relative; padding: 0 0 .75em; margin-right: 2.25em; line-height: 30px;}
.common_head .menu1 li a{color: #666;}
.common_head .menu1 li.on{font-weight: bold; color: #333;}
.common_head .menu1 li.on a{color: #333;}
.common_head .menu1 li:last-child{margin-right: 0;}
.common_head .menu1.line li:before{position: absolute; right: 0; bottom: -2px; left: 0; content: ""; width: 0; margin: 0 auto; height: 3px; background-color: #1361d7;}
.common_head .menu1.line li.on:before{width: 100%;}
.common_head .menu1.arrow li:before{position: absolute; left: 50%; bottom: 0; margin-left: -7px; content: normal; border: transparent solid 7px; border-bottom-color: #1361d7;}
.common_head .menu1.arrow li:after{position: absolute; left: 50%; bottom: -14px; margin-left: -7px; content: normal; border: transparent solid 7px; border-top-color: #1361d7;}
.common_head .menu1.arrow li.on:before{content: "";}
.common_head .menu1.arrow li.on:after{content: "";}

.common_head .menu2{line-height: 36px;}
.common_head .menu2 li a{display: inline-block; color: #333;}
.common_head .menu2 li a img{display: inline-block; vertical-align: middle;}
.common_head .menu2 li a font{display: inline-block; vertical-align: middle;}

.common_more{float: right; text-align: center; line-height: 30px;}
.common_more a{display: block; transition: .3s all;}
.common_more a font{display: inline-block; vertical-align: top; color: #0e61dd;}
.common_more a:after{display: inline-block; vertical-align: top; content: ""; width: 18px; height: 30px; margin-left: .25em; background: url(../images/index/more.png) no-repeat right;}
.common_more a:hover{margin-right: .5em;}

.menu_icons{margin-top: -20px; margin-right: -10px; margin-left: -10px; overflow:hidden;}
.menu_icons li{float: left; width: 100%;}
.menu_icons li a{position: relative; display: block; margin: 20px 10px 0;}
.menu_icons li a.link{padding-top: 1.5em; padding-bottom: 1.5em; font-size: 1.125em; text-align: center; background-color: #f9f9f9; border: 1px solid #ebebeb;}
.menu_icons li a.link i{display: inline-block; width: 26%; margin-right: 2%; vertical-align: middle; background-repeat: no-repeat;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;}
.menu_icons li a.link font{display: inline-block; vertical-align: middle; line-height: 1.5em; text-align: left; max-width: 65%;}
.menu_icons li a.link:hover{background-color: #fafafa; border-color: #e5e5e5; opacity: 0.95;}
.menu_icons.break li a.link{text-align: center;}
.menu_icons.break li a.link:before{content: normal;}
.menu_icons.break li a.link i{display:block; margin:0 auto .875em;}
.menu_icons.break li a.link img{display:block; margin:0 auto .875em;}
.menu_icons.break li a.link font{display: block; max-width: none; text-align: center; transition: .3s all; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.menu_icons.break li a.link:hover img{-webkit-animation: bounce 1s; animation: bounce 1s;}
.menu_icons.normal li a.link{background-color: transparent; border: none;}
.menu_icons.col-m-3 li{width: 33.33333%;}
.menu_icons.col-m-2 li{width: 50%;}
.menu_icons.col-m-6 li{width: 16.666667%;}
.menu_icons.col-m-5 li{width: 20%;}
.menu_icons.col-m-7 li{width: 14.28571%;}

/*owl-carousel*/
.owl-carousel .item{display: block; width: 100%; overflow: hidden;}
.owl-carousel .item img {display: block; width: 100%;}
.owl-carousel.pagination .owl-dots{position: absolute; bottom: 10%; right: 1%; z-index: 99; text-align: right;}
.owl-carousel.pagination .owl-dots button.owl-dot{display: inline-block; width: 14px; height: 14px; margin-right: 5px; background: rgba(255, 255, 255, 0.4); border-radius: 50%; border: none;}
.owl-carousel.pagination .owl-dots button.owl-dot.active{background: transparent; border: 2px solid rgba(255, 255, 255, 0.4);}
.owl-carousel.unpage .owl-dots{display: none;}
.owl-carousel.owlcarousel-common .owl-nav > div{position: absolute; top: 50%; margin-top: -40px; width: 39px; height: 78px; text-align: center; background-color: rgba(0, 0, 0, 0.3); background-repeat: no-repeat; background-size: 100% 100%;}
.owl-carousel.owlcarousel-common .owl-nav > div i{position: absolute; top: 50%; margin: -0.5em auto 0; text-align: center; font-weight: normal; font-size: 2.25em; line-height: 1em; color: #fff;}
.owl-carousel.owlcarousel-common .owl-nav > div:hover{background-color: rgba(0, 0, 0, 0.5);}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-prev{left: 0; border-top-right-radius: 90px; border-bottom-right-radius: 90px;}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-prev i{left: -2px;}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-next{right: 0; border-top-left-radius: 90px; border-bottom-left-radius: 90px;}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-next i{right: -2px;}
.owl-carousel.owlcarousel-common .owl-nav > div.disabled{opacity: 0.4; cursor: not-allowed; background-color: rgba(0, 0, 0, 0.3) !important;}
.owl-carousel.owlcarousel-arrow .owl-nav > div{position: absolute; top: 50%; z-index: 99; margin-top: -20px; width: 44px; height: 44px; background: #ffffff; border-radius: 50%; cursor: pointer; border: 1px solid #ececec; box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); transition: .3s all;}
.owl-carousel.owlcarousel-arrow .owl-nav > div i{position: absolute; top: 50%; right: 0; left: 0; margin: -7px auto 0; width: 18px; height: 15px; background-image: url(../images/index/owlcarousel_common_navs.png);}
.owl-carousel.owlcarousel-arrow .owl-nav > div:hover{background: #3c7be3;}
.owl-carousel.owlcarousel-arrow .owl-nav > div:hover i{background-image: url(../images/index/owlcarousel_common_navs_on.png);}
.owl-carousel.owlcarousel-arrow .owl-nav > div.owl-prev{left: -66px;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.owl-next{right: -66px;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.owl-next i{background-position: right center;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.disabled{background: #fff; opacity: 0.65; cursor: not-allowed;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.disabled i{background-image: url(../images/index/owlcarousel_common_navs.png);opacity: 0.65;}

/*标题列表*/
.infoList{position: relative; overflow: hidden;}
.infoList li{float: left; position: relative; width: 100%; padding-top: .5em; padding-bottom: .5em; overflow: hidden;}
.infoList li h4{position: relative; z-index: 2; padding-left: 1.25em; font-weight: normal; font-size: 1em; overflow: hidden;}
.infoList li h4 a{float: left; line-height: 1.6em; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.infoList li h4 a:before{position: absolute; top: -2px; left: 2px; content: ""; margin-top: .8em; width: 4px; height: 4px; background-color: #515151; background-repeat: no-repeat;}
.infoList li h4 a:hover:before{background-color: #257de1 !important;}
.infoList li h4 a em{font-style: normal;}
.infoList li h4 a em.ing{color: #c00;}
.infoList li h4 span{position: absolute; z-index: 10; top: 50%; margin-top: -.8em; line-height: 1.6em; white-space: nowrap;}
.infoList li h4 .time{right: 0; color: #999;}
.infoList li br{display: none;}
.infoList.hadLine li{padding-top: 1.125em; padding-bottom: 1.125em;}
.infoList.hadLine li:before{position: absolute; bottom: 0; left: 0; width: 100%; content: ""; border-top: 1px solid #ededed;}
.infoList.hadLine.dashed li:before{border-top: 1px dashed #cccccc;}
.infoList.notBefore li h4{padding-left: 0;}
.infoList.notBefore li h4 a:before{content: normal;}
.infoList.blueBefore li h4 a:before{background-color: #2570e0; border-radius: 50%;}
.infoList.yyyy-MM-dd li h4{padding-right: 100px;}
.infoList.MM-dd li h4{padding-right: 70px;}
.infoList.format li{padding-top: .625em; padding-bottom: .625em; overflow: visible;}
.infoList.format li:after{position: absolute; top: -.3125em; bottom: -.3125em; right: 0; left: 0; z-index: 1; content: ""; width: 0; margin: 0 auto; transition: .3s all; background-color: #fff;}
.infoList.format li h4 .time{right: .625em;}
.infoList.format li:hover{cursor: pointer;}
.infoList.format li:hover:after{width: 100%;}
.infoList.format li:hover h4 a{color: #257de1;}
.infoList.format li:hover h4 .time{color: #257de1;}
.infoList.format li:hover h4 a:before{background-color: #257de1;}

/*图片列表*/
.imageList{overflow: hidden;}
.imageList ul{margin-right: -15px; margin-left: -15px; overflow: hidden; zoom: 1;}
.imageList ul li{position: relative; float: left;}
.imageList ul li a{position: relative; display: block; margin: 30px 15px 0; font-size: 1em; overflow: hidden;}
.imageList ul li a .place{position: relative; z-index: 3; display: block; padding-top: 56.25%; overflow: hidden; background-color: #f4f4f4}
.imageList ul li a .place .pic{position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; overflow: hidden;}
.imageList ul li a .place .pic img{display: block; width: 100%; height: auto; min-height: 100%;}
.imageList ul li a .shadow{position: absolute; top: 50%; left: 50%; z-index: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; border-radius: 50%;}
.imageList ul li a .txt{font-size: .9375em; line-height: 1.5em; }
.imageList ul li a .txt.normal{position: relative; z-index: 2; width: 100%; height: 4.5em; display: table; vertical-align: middle; background-color: #f5f5f5; overflow: hidden;}
.imageList ul li a .txt.normal span{position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.imageList ul li a .txt.normal font{display: block; padding: .6125em; text-align: center;}
.imageList ul li a .txt.normal:after{position: absolute; top: -1px; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; border: 1px solid #e6e6e6;}
.imageList ul li a .txt.fixed{position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 5%; color: #fff; text-align: center; background-color:rgba(0,0,0,.5);}
.imageList ul li a:hover .shadow{transform: scale(1.4); -webkit-transform:scale(1.4); -moz-transform:scale(1.4); -o-transform:scale(1.4);}
.imageList .lay-col2 li{width: 50%;}
.imageList .lay-col4 li{width: 25%;}
.imageList .lay-col3 li{width: 33.33333%;}

/*pagediv*/
.pagediv{font-size: .9375em; line-height: 28px; color: #555; text-align:center; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #555;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding: 0 .6125em; margin: 4px; zoom:1; border: #dfdfdf 1px solid; border-radius:3px; }
.pagediv  #page_input{width: 40px; height: 28px; margin: 4px; color: #888; text-align: center; border: #dfdfdf 1px solid; border-radius: 3px; background: #fff; vertical-align: top;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
  transition: all .2s;
  -webkit-transition: all .2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background: #007ece; border-color: #007ece; color: #fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}

/* 外链跳转 */
.alert_mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert_warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert_delete{width: 100%;height: 38px;position: relative;}
.alert_delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert_delete span:hover{background: #929292;}
.alert_wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert_footer{width: 100%; padding: 25px 0; text-align: center; color: #000;} 
.alert_footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert_warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}  
.alert_warning .fangqi{line-height: 42px;  color: #347bd7;} 

.table-block{position: relative; overflow-x: auto;}
.table-block::-webkit-scrollbar{height: 6px; width: auto;}
/* 滚动条轨道 */
.table-block::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #ededed;}
/* 滚动条滑块 */
.table-block::-webkit-scrollbar-thumb{border-radius: 3px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #008af1;}

.layui-table-ui{margin-top: 0;}
.layui-table-ui thead th{padding-top: 15px; padding-bottom: 15px; font-weight: bold; color: #333; background-color: #f4fdff; border-color: #ecf4f8;}
.layui-table-ui tbody td{border-color: #ecf4f8;}
.layui-table-ui tbody tr:hover{background-color: #f5f9fb;}
.layui-table-ui .order{width: 30px; text-align: center;}
.layui-table-ui .time{width: 80px;}
.layui-table-ui .space{width: 120px;}
.layui-table-ui .subject{width: 30%; min-width: 240px;}

.layui-table-body::-webkit-scrollbar{width: 6px !important; height: 6px !important;}
.layui-table-body::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;border-radius: 3px !important;background: #ededed !important;}
.layui-table-body::-webkit-scrollbar-thumb{border-radius: 3px !important;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;background: #008af1 !important;}