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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
body {
  line-height: 1;
}
table {
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '\0020';
  visibility: hidden;
  height: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.position-a {
  position: absolute;
}
.position-r {
  position: relative;
}
.position-f {
  position: fixed;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.hide {
  display: none;
}
body {
  font-family: "microsoft yahei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
}
.cnt-main {
  max-width: 1200px;
  margin: auto;
}
.cnt-main .cnt-header .hd-btn {
  padding: 10px 15px;
  border: 1px solid #d2ebff;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  background: #d2ebff;
  border: 0px;
  font-size: 14px;
  display: inline-block;
}
.cnt-main .cnt-header .active {
  background: #478dc9;
  color: #fff;
  font-weight: 600;
  cursor: default;
}
.cnt-main .cnt-body .bd-cnt {
  padding-top: 2px;
  display: inline-block;
  width: 100%;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul {
  width: 100%;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul li {
  position: relative;
  padding: 10px 12px;
  line-height: 20px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul li a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul li a:hover {
  color: #478dc9;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul li .li-time {
  display: inline;
  position: absolute;
  right: 12px;
  padding-left: 5px;
  width: 85px;
  text-align: right;
  color: #888;
  z-index: 1;
  background: inherit;
}
.cnt-main .cnt-body .bd-cnt .bd-list-ul li:nth-child(even) {
  background: #f3f3f3;
}
.cnt-main .cnt-body .bd-cnt .bd-footer {
  padding: 12px 12px;
  text-align: right;
}
.cnt-main .cnt-body .bd-cnt .bd-footer a {
  margin-right: 5px;
  padding: 6px 12px;
  display: inline-block;
  color: #478dc9 !important;
  border: 1px solid #478dc9;
}
.cnt-main .cnt-body .bd-cnt .bd-footer a:hover {
  color: #478dc9 !important;
  border: 1px solid #478dc9;
}
.cnt-main .cnt-body .bd-cnt .bd-footer .skip-input {
  width: 30px;
}