@charset "utf-8";

html,
body {
  box-sizing: border-box;
  /* *behavior: url("./boxsizing.htc"); */
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #000;
}
body {
  font-size: 12px;
  font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'PingFang SC', Helvetica, Arial;
  min-width: 1200px;
}

/** chrome scrollbar */
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  visibility: hidden;
}

body::-webkit-scrollbar-thumb {
  height: 6px;
  background: transparent;
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body:hover::-webkit-scrollbar {
  visibility: visible;
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}


.bsBox {
  box-sizing: content-box;
}

.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.icon {
  background: url('./imgs/icon.png-4.png') no-repeat;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon {
    background-image: url('./imgs/icon_2x.png-4.png');
    background-size: 574px auto;
  }
}
body {
  /* background: #f2f2f2; */
}

.main {
  width: 1280px;
  margin: 0 auto;
  background: white;
}

/** breadcrumb */
.breadcrumb-nav {
  font-size: 20px;
  color: #8e8e93;
  line-height: 22px;
  background: #efefef;
  padding: 5px 0;
}

.breadcrumb-nav i {
  margin: 0 8px;
}

.breadcrumb-nav a {
  color: #8e8e93;
}

.breadcrumb-nav a.last,
.breadcrumb-nav a:last-child {
  color: #333;
  font-weight: bold;
}


.draft-list li {
  position: relative;
  margin: 9px 0;
  padding-left: 40px;
  padding-right: 90px;
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.draft-list li a {
  font-size: 14px;
  color: #333;
}

.draft-list li a:hover {
  color: #3460ab;
}

.draft-list li .item-date {
  color: #333;
  font-size: 14px;
  position: absolute;
  top: -2px;
  right: 0px;
}

.card-panel {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  width: 255px;
}

.card-panel-header {
  height: 42px;
  position: relative;
  border-bottom: 2px solid #bebebe;
  line-height: 42px;
}

.card-panel-header img {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}

.card-panel-header .header-title {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}

.card-panel-header .header-title:hover {
  color: #3460ab;
}

.card-panel-header .header-more {
  position: absolute;
  top: 4px;
  right: 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.card-panel-content {
  padding-top: 12px;
}

.card-panel-content table {
  width: 307px;
  font-size: 16px;
  border-spacing: 7px 15px;
}

.card-panel-content .style1 {
  width: 150px;
  font-family: SimSun;
}
.card-panel-content .style2 {
  font-family: SimSun;
  color: #ff2d00;
}

.card-panel-footer {
  padding-right: 15px;
  text-align: right;
  line-height: 32px;
}

.card-panel-footer a {
  color: #3F79FF;
  font-size: 14px;
}

.card-title-left {
  display: inline-block;
  padding-left: 30px;
}

.card-title-extra,
.card-title-right {
  float: right;
}

.common-column {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 36px;
}
.common-column .common-column-l {
  float: left;
  width: 625px;
}
.common-column .common-column-r {
  float: left;
  width: 625px;
  margin-left: 30px;
}

.common-column-r .card-title-left {
  padding-left: 0px;
}

.common-column-l .card-panel-content {
  padding: 15px;
}

.common-column-r .card-panel-content {
  padding: 15px;
}

.common-column-l .draft-list li {
  padding: 0px;
}

.common-column-r .draft-list li {
  padding: 0px;
}

.common-column-r .card-panel-footer {
  padding-left: 16px;
}


.multiple-column {
  background: #fff;
  padding: 24px 20px 20px 20px;
  margin: 6px 0;
}
.multiple-column .multiple-column-l {
  float: left;
  width: 670px;
}
.multiple-column .multiple-column-r {
  float: left;
  width: 270px;
  margin-left: 20px;
}

.singleline-column {
  background: #fff;
  padding: 24px 20px 20px 20px;
  margin: 6px 0;
}

.inline-item {
  display: inline-block;
}

.draft-list li.inline-item{
  width: 460px;
  margin-left: 12px;
  margin: 5px 0;
}

.draft-list li a:hover {
  color: red;
}

/** condition */
.condition-list .condition-item {
  color: #333;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 16px;
  line-height: 16px;
  background: #eeeeee;
  border-radius: 2px;
}

.condition-item + .condition-item {
  margin-left: 16px;
}

.condition-list .condition-item:hover {
  color: #3f79ff;
}

.condition-list .condition-item.selected {
  background-color: #3f79ff;
  color: #fff;
}

.common-tab li.tab-item {
  display: inline-block;
  color: #003DAA;
  font-size: 16px;
  text-align: center;
  padding: 0 18px;
  line-height: 32px;
  cursor: pointer;
}

.common-tab li.tab-item.active {
  color: #c82d34;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #c82d34;
}

.common-tab-content {
  display: none;
  min-height: 282px;
  background: #f2f2f2;
}

.common-tab-content.active {
  display: block;
}

.title-tab {
  display: inline-block;
  line-height: 28px;
}

.title-tab-inner {
  cursor: pointer;
  padding: 4px 12px;
}

.title-tab span {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}

.title-tab span.active {
  background: #3F79FF;
  color: white;
}

.title-tab-content {
  display: none;
  min-height: 250px;
}

.title-tab-content.active {
  display: block;
}

.title-tab-content .common-tab .common-tab-header {
  padding-left: 0px;
}
