/**
 * 公共头部、底部样式
 */
.loading_img{background: url('../images/loading.gif') no-repeat center;}

.top-nav{height: 105px;}
.top-nav .logo img {width: 103px;}
.top-nav .sub_title{ color: #1D1E3B;}

.top-nav-right .top-nav-right-user .login-no{ height: 42px;}
.top-nav-right .top-nav-right-user .login-no .avatar-link{ height: 42px; line-height: 42px; padding: 0 25px; border: 2px solid #1E4399; border-radius: 24px; font-size: 20px; color: #1E4399;}
.top-nav-right .top-nav-right-user .login-no .avatar-link:hover{ color: #416bcf;}

.top-nav-right .top-nav-right-user .layui-nav{ padding: 0; background: none; border-radius: 0; font-size: 12px;}
.top-nav-right .top-nav-right-user .user-bar {position:relative;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;line-height: 40px; font-size: 12px;}
.top-nav-right .top-nav-right-user .user-bar .avatar-link{ color: #1e4399; padding:0 20px;transition:all .3s;-webkit-transition:all .3s}
.top-nav-right .top-nav-right-user .user-bar .layui-nav-child{top: 45px;}

/**面包屑**/
.breadcrumb-box{ height: 68px; line-height: 68px; font-size: 14px; color: #999; overflow: hidden;}
.breadcrumb-box .layui-breadcrumb a:hover{ color: #4bc6cb!important;}

/**底部*/
.footer { height: 190px; padding-top: 47px; background:#1e4399 url('../images/index_footer_bg.jpg') no-repeat center center;}
.footer_content_left{ width: 500px;}
.footer_content_middle{ width: 600px;}
.footer_content_right{ width: 100px;}
.cwhb_none_bg_btn{ width: 210px; height: 60px; line-height: 60px; border: 2px solid #fff; border-radius: 32px;}
.footer_kefu_qrcode{ width: 100px; height: 100px;}

.result_no{ height: 400px; line-height: 400px;}

/**列表分页*/
.list-page-box{margin:30px auto;}
.list-page-box .page-item{display:inline-block;margin-left:10px}
.list-page-box .page-item>a{display:inline-block;padding:4px 10px;border-radius:3px;color:#000;border:1px solid #333}
.list-page-box .prev a,.list-page-box .next a{border-radius:2px}
.list-page-box li.current>a,.list-page-box li:hover>a{background-color:#00acb2;color:#fff;border:1px solid #fff}
.list-page-box li.active span{display:inline-block;padding:4px 10px;border-radius:3px;background-color:#00acb2;color:#fff;border:1px solid #00acb2}
.list-page-box li.previous .page-link,.list-page-box li.next .page-link{height:30px;line-height:30px}