/* 
  author: 毛亮
*/

/*黑白网站设置*/
/*
html {
-webkit-filter : grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/

/* 综合清理 */
body,
form,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
menu,
footer,
section,
iframe,
video,
article,
button {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a {
    outline: 0;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: none;
}
img {
    border: 0;
}
ul,
li {
    list-style: none;
}
table,
td {
    border-collapse: collapse;
    vertical-align: top;
}
input {
    outline: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}
.clear:after{
    clear:both;
}
.clear{
    *zoom:1;
}

/* 浮动 */
.fl {
    float: left;
}
.fr {
    float: right
}

.button_text{
  display: inline-block;
  color:#0B5FD5;
  cursor: pointer;
}
.button_text:hover{
  color:#409EFF
}

.dialogbox{
    padding:15px 20px;
    margin:auto;
}

.modelBtn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
  }
  .modelBtn.text{
    border-color: transparent;
    color: #0B5FD5;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .modelBtn.primary{
    color: #fff;
    background-color: #0B5FD5;
    border-color: #0B5FD5;
  }
  .modelBtn.info{
    color: #0B5FD5;
    border-color: #0B5FD5;
  }
  .modelBtn.disable{
    cursor: not-allowed;
  }
  .modelBtn.disable::after{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color: #fff;
    opacity: .4;
  }

.list-label::before {
    margin-right: 5px;
}

.list-label.top::before {
    content: "[置顶]";
    color: red;
}

.label-issue-year {
    color: #666 !important;
}

.label-indicator {
    color: orange !important;
    margin-right: 5px;
}


