@charset "gbk";
/* CSS Document */
@font-face {font-family: "iconfont";
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;

}
*{
    /* font-size: 16px; */
    font-family: 微软雅黑, serif;
}
.layui-form div,.articleNavBtm span,#consultList{
	font-size: 16px;
}
address, cite, dfn, em, var ,i{ font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

.gvmFooter *,:after, :before {
    box-sizing: border-box;
}
.nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html,body{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
/*layui-table的样式修改*/
.zcjdTable .layui-table-view .layui-table[lay-skin=line] ,
.listTable .layui-table-view .layui-table[lay-skin=line] {
    border-right: none;
    width: 100%;
}
.zcjdTable .layui-table-view,
.listTable .layui-table-view{
    border: none;
}
.clsbTable .layui-table-view{
    border: 1px solid #e6e6e6;
}
.listTable .layui-table-header{
    background: #fff;
}
td[data-field="title"]{
    cursor: pointer!important;
}
td[data-field="title"]:hover div{
    /*text-decoration: underline;*/
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3E97DF;
}
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #3E97DF;
}
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #3E97DF;
}
.zcjdTable{
     position: relative;
     margin-bottom: 40px;
}
/*.zcjdTable .layui-table-page{
    position: absolute;
    left: 0;
    bottom: 3px;
}*/
.positionA{
    position: absolute;
    bottom: 0;
    left: 0;
}
.layui-table-view th{
    cursor: pointer;
}
.layui-none{
    margin-top: 50px;
}
.noMessageImg{
    width: 216px;
}
.takeSearchCont .noMessageImg {
    width: 100%;
}
.noMessageText{
    color: #CECECE;
}
.layui-table-cell {
    padding: 0 5px;
}
/*layui-table的样式修改*/
.leaveMsgCont .layui-input:focus,
.leaveMsgCont .layui-textarea:focus,
.zcjd-search .layui-input:focus{
    border: 1px solid #3E97DF!important;
}