@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    color: #24292E;
    outline: 0;
    font-size: 12px;
    font-style:normal;
    font-family: '微软雅黑', 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
    /*background: transparent;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    /* font-size:200%; */
    font-weight:normal;
}
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*显示隐藏*/
:focus { outline: 0;}
a{ text-decoration:none !important;}
a:hover img{ border:none;}

textarea{
    resize: none;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
/* #region 浮动 */
.fl { float: left }
.fr { float: right }
.lt { float: left }
.rt { float: right }
/* #endregion */
.BJ_main{
    width: 1200px;
    margin: 0 auto;
}
/* #region 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear { zoom: 1 }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* #endregion */

/* #region 滚动条 */
/* 隐藏滚动条的类 */
.hide-scrollbar::-webkit-scrollbar{
    display: none;
}
/* webkit自定义滚动条 */
*::-webkit-scrollbar {
    border: none;
    background: transparent;
}
*::-webkit-scrollbar:vertical {
    width: 15px;
}
*::-webkit-scrollbar:horizontal {
    height: 15px;
}
*::-webkit-scrollbar-corner {
    background: transparent;
    border: none;
}
*::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    border-radius: 100px;
    background-color: #d2dae6;
    background-clip: content-box;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #afbaca;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #97a5b9;
}
.ant-tooltip {
    z-index: 10000 !important;
	max-width: 300px !important;
}
/* #endregion */
.overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap
}
.overflow4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.layui-input-wrap {
    position: relative;
    line-height: 38px;
}
.layui-input-wrap .layui-input-suffix {
    pointer-events: none;
}
.layui-input-suffix {
    right: 0;
    border-radius: 0 2px 2px 0;
}
.layui-input-prefix .layui-icon, .layui-input-split .layui-icon, .layui-input-suffix .layui-icon {
    position: relative;
    font-size: 16px;
    color: #5f5f5f;
    transition: all .3s;
}
.layui-tab .layui-tab-title li{
    font-weight: bold;
    font-size: 18px;
    color: #59636D !important;
}
.layui-tab .layui-this{
    border-color: #F7D049 !important;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #000 !important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-color: #F7D049 !important;
}
.layui-main, .interested-article-box{
    width: 100% !important;
}
.interested-article-box{
    margin-left: 0 !important;
    padding-left: 0 !important;
}