/*======== 全局 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#666; font-family:Verdana, Microsoft YaHei, Simsun; background:#f1f5fa!important; line-height:24px; }
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; }
textarea { resize:none; } /*禁用了文本的拖拉，尤其在谷歌下*/
p { text-align:justify; text-justify:distribute; } /*为了使文本段落左右两边对齐*/
/*======== Link ========*/
a { color:#999999; text-decoration:none; }
a:hover { text-decoration:none; }
button { border:none; background: none; }
.clearfix:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { /* 触发 hasLayout */ 
  zoom: 1; }
.container { width: 1200px; margin: 0 auto; }
/*ajax框*/
.msg_show { color: #FFFFFF; font-weight: bold; position: absolute; z-index: 9999; overflow: auto; font-size: 16px; width: 360px; height: 35px; text-align: center; padding-top: 15px; background-color: #ff4400; border: 3px solid #CCCCCC; display: none; overflow: hidden; }
.divLock { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; z-index: 1001; filter: Alpha(Opacity=50); opacity: 0.5; background: #000; }
.ajax_dialog { position: absolute; background-color: white; z-index: 9998; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 3px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #dfdfdf; border-right-color: #dfdfdf; border-bottom-color: #dfdfdf; border-left-color: #dfdfdf; }
.ajax_dialog .btl { text-align: right; height: 28px; line-height: 28px; padding: 0 15px; color: #333333; background-color: #f1f1f1; }
.ajax_dialog .btl span { float: left; color: #333; }
.ajax_dialog .btl a { float: right; font-size: 14px; padding-left: 15px; display: block; color: #333333; height: 28px; width: 30px; line-height: 28px; font-weight: bold; background: url(../images/close.png) no-repeat 0 center; }
.ajax_dialog .nr { padding: 20px; clear: both; overflow: auto; background-color: #FFF; }
.add_search { padding: 20px 10px; }
.container1{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0 50px 11%!important;

}
.container1 .content{
    height: auto;
    width: 100%!important;
}

#pages{display: flex;flex-wrap: wrap;justify-content: center;;padding: 15px 10px 10px 10px;box-sizing: border-box;align-items: center;}
#pages.no{padding: 0;}
#pages a {font-size:14px;min-width: 30px;height: 30px;background-color: #F2F2F2;display: inline-block;box-sizing: border-box;padding: 0 10px;color: #666666;line-height: 30px;text-align: center; font-family: Arial;margin-right: 5px;transition: background-color 0.2s ease-out;cursor: pointer;margin-bottom: 5px;}
#pages a.active, #pages a:not(.no):hover {background-color: #236be7;color: #fff;}
#pages .no{cursor: not-allowed !important;background: #C8C8C8;color: white;}
#pages .none{font-weight: bold;font-size: 20px;color:var(--color);line-height: 50px;}
#pages .none i{font-size: 35px;color:#E4332D;margin-right: 10px;vertical-align: sub;}

