/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
body {
  margin: 0;
  min-width: 1300px;
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
}
.left-top-tm {
  text-decoration: none;
  outline: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 170px;
  line-height: 21px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  color: #2f6ea2;
  text-align: center;
}
.type-drag {
  width: 140px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 24px 0 8px;
  color: #2f6ea2;
  background-color: transparent;
  background-image: url(../img/blue_arrow.png);
  background-position: 120px 22px;
  background-repeat: no-repeat;
  z-index: 2000;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}
.type-drag * {
  box-sizing: border-box;
}
.type-drag .selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 15px;
  color: #2f6ea2;
  text-indent: 12px;
}
.type-drag .list {
  position: absolute;
  top: 50px;
  left: -1px;
  width: 140px;
  border: 1px #E0E0E0 solid;
  background-color: #fff;
  height: auto;
  min-height: 1px;
  overflow: hidden;
}
.type-drag .list .item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  clear: both;
  color: #757575;
  font-size: 14px;
  text-indent: 12px;
}
.type-drag .list .item:hover {
  background-color: #F5F5F5;
  color: #212121;
}
.type-drag:hover {
  overflow: visible;
}
.new-inputs-row .list-input-keywords {
  background: none;
  left: 0;
  width: 575px;
}
.list-input-keywords {
  position: absolute;
  top: 0;
  left: 140px;
  box-sizing: border-box;
  padding: 4px 18px;
  height: 50px;
  border: none;
  line-height: 50px;
  margin: 0;
  font-size: 18px;
  color: #616161;
  width: 435px;
  outline: none;
  background: transparent;
  background-image: url(../img/input_split.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.list-input-keywords.cloud-type-0 {
  background: none;
  left: 0;
  width: 560px;
}
.list-search-button {
  position: absolute;
  top: 0px;
  right: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  width: 131px;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #2f6ea2;
  color: #fff;
  text-align: center;
}
.list-advance-search-button {
  position: absolute;
  top: 45px / 2;
  left: 829px;
  width: 110px;
  height: 29px;
  background-image: url(../img/search_advance_jump.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  outline: none;
  text-decoration: none;
}
.advance-search-go {
  position: relative;
  width: 70px;
  height: 30px;
  margin: 15px 0;
  float: left;
  cursor: pointer;
  background-color: #2f6ea2;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.left-part {
  position: absolute;
  top: 55px;
  left: -170px;
  width: 150px;
  border-right: 1px #E0E0E0 solid;
}
.left-part .hd {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 40px;
  font-size: 16px;
  color: #515151;
  margin: 0;
  clear: both;
}
.left-part .hd.box {
  background-image: url(../img/box.png);
}
.left-part .item {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: right;
  margin-right: 20px;
  font-size: 15px;
  color: #9E9E9E;
  clear: both;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.left-part .item:hover {
  color: #2f6ea2;
}
.left-part .item.selected {
  color: #2f6ea2;
}
.left-part .item.selected:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 9px;
  background: #2f6ea2;
  width: 3px;
  height: 16px;
}
.list-part {
  position: relative;
  right: 0;
  margin: 0 auto;
  height: auto;
  min-height: 800px;
  min-width: 1000px;
  max-width: 1000px;
}
.list-part.left {
  left: 0;
}
.search-container {
  box-shadow: 2px 2px 3px #fafafa;
}
.sort-line {
  width: 1000px;
  margin-bottom: 35px;
  height: 40px;
  clear: both;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  box-sizing: border-box;
}
.sort-line .hd {
  float: left;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #515151;
  font-size: 13px;
}
.sort-line .item {
  display: block;
  text-decoration: none;
  float: left;
  margin: 0 0 0 8px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 13px;
  cursor: pointer;
}
.sort-line .item.selected {
  color: #2f6ea2;
}
.sort-line .split-sort {
  position: absolute;
  left: 100px;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 3px;
  font-size: 13px;
  color: #9b9b9b;
}
.sort-line.no-left {
  margin-left: 0px;
}
.sort-line.no-left .hd {
  margin-left: 0;
}
.position-select {
  width: auto;
  min-width: 1px;
  overflow: hidden;
  height: 56px;
  float: left;
}
.position-select .item {
  width: auto;
  min-width: 90px;
  overflow: hidden;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 16px 0 16px 44px;
  font-size: 12px;
  padding: 0 0 0 32px;
  background-image: url(../img/whiteball.png);
  background-size: 15px;
  background-position: 7px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.position-select .item.nm {
  margin-left: 0;
}
.position-select .item.selected {
  background-image: url(../img/redball.png);
  color: #2a6aa7;
  font-weight: 600;
}
.list-body {
  width: 670px;
  height: auto;
  overflow: hidden;
  clear: both;
  position: relative;
  min-height: 640px;
  margin-top: 10px;
}
.total-line {
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  width: 250px;
  float: right;
  margin: 0 0 0 0;
  font-size: 12px;
  text-align: right;
  color: #9E9E9E;
}
.total-line .has-color {
  color: #b5300e;
}
.list-body.limit .list-item .content {
  max-height: 96px;
}
.list-loading {
  margin: 200px auto;
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 26px;
}
.list-item {
  width: 670px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 24px 0;
}
.list-item.spec-bsxx {
  position: relative;
}
.list-item.spec-bsxx .title {
  box-sizing: border-box;
  padding-right: 70px;
  margin-bottom: 5px;
}
.list-item.spec-bsxx .view-more {
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 14px;
  color: #2f6ea2;
}
.list-item.spec-bsxx .list-item-list {
  padding-left: 35px;
}
.list-item.spec-bsxx .list-item-list .list-item-list-item {
  position: relative;
}
.list-item.spec-bsxx .list-item-list .list-item-list-item .title {
  padding-right: 100px;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.list-item.spec-bsxx .list-item-list .list-item-list-item .date {
  top: 0;
  position: absolute;
  color: #2f6ea2;
}
.list-item.spec-bsxx .list-item-list .list-item-list-item .date.disabled {
  color: #9E9E9E;
  cursor: not-allowed;
  text-decoration: none;
}
.list-item .title {
  width: 100%;
  height: auto;
  line-height: 32px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #515151;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.list-item .url {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #2f6ea2;
  font-size: 13px;
  clear: both;
  overflow: hidden;
}
.list-item .content {
  width: 100%;
  height: auto;
  min-height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.list-item .publisher,
.list-item .filenum {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #9E9E9E;
  font-size: 14px;
}
.list-item.local .content,
.list-item.bsxx .content,
.list-item.local_bsxx .content {
  margin-bottom: 5px;
}
.list-item.local .date,
.list-item.bsxx .date,
.list-item.local_bsxx .date {
  left: 0;
  color: #2f6ea2;
}
.list-item.local .date.disabled,
.list-item.bsxx .date.disabled,
.list-item.local_bsxx .date.disabled {
  color: #9E9E9E;
  cursor: not-allowed;
  text-decoration: none;
}
.list-item.files .content {
  margin-bottom: 5px;
}
.list-item.files .filenum {
  width: 270px;
  display: block;
}
.list-item.files .publisher {
  left: 270px;
}
.list-item .filenum {
  display: none;
}
.list-item .date {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #9E9E9E;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.list-item em,
.list-item .highlight {
  font-style: normal;
  color: #f94646;
}
.list-item.inner {
  width: 638px;
  margin: 8px auto;
}
.list-item.inner .title {
  line-height: 24px;
  font-size: 15px;
}
.list-item.inner .url {
  display: none;
}
.list-item.inner .content {
  font-size: 12px;
  color: #757575;
}
.list-fragment {
  width: 670px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  margin: 10px 0 26px 0;
  padding: 32px 0 24px 0;
  border: 1px #E0E0E0 solid;
  box-sizing: border-box;
  position: relative;
}
.list-fragment .fgtitle {
  display: block;
  box-sizing: border-box;
  width: 640px;
  min-width: 1px;
  height: auto;
  line-height: 32px;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #424242;
  border-bottom: 1px #E0E0E0 dotted;
  font-size: 14px;
  clear: both;
  text-align: left;
}
.list-fragment .trans-goto {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: right;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  display: block;
  color: #2f6ea2;
}
.page-list {
  width: 1000px;
  height: 64px;
  clear: both;
  padding-left: 20px;
  border-top: 1px #E0E0E0 solid;
  margin-top: 36px;
}
.page-list.new-height {
  height: 120px;
}
.page-list .item {
  display: block;
  width: auto;
  min-width: 16px;
  margin: 20px 12px;
  padding: 0 4px;
  font-size: 12px;
  color: #616161;
  border: 1px #E0E0E0 solid;
  float: left;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.page-list .item.cur {
  border-color: #fff;
  font-weight: bold;
  color: #212121;
}
.page-list .item:hover {
  background-color: #2f6ea2;
  color: #fff;
}
.adv-line {
  width: 100%;
  height: 60px;
  margin: 0;
  clear: both;
  float: left;
}
.textbox {
  height: 40px;
  float: left;
  margin: 10px 0;
  position: relative;
}
.textbox .label {
  margin-right: 16px;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 12px;
  color: #212121;
  text-align: left;
}
.textbox input {
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #616161;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  margin: 0;
  border: none;
  width: 310px;
  float: left;
  outline: none;
}
.textbox.year .label {
  width: 30px;
  right: 0;
  margin-right: 0;
  position: absolute;
}
.textbox.year input {
  width: 150px;
  left: 0;
  padding-right: 30px;
}
.textbox.nm {
  margin-left: 0;
}
.textbox.month {
  width: 60px;
  margin-left: 16px;
}
.textbox.month .label {
  width: 30px;
  left: 30px;
  border-left: 1px #E0E0E0 solid;
}
.textbox.month input {
  width: 43px;
  left: 0;
}
.select {
  width: 130px;
  height: 40px;
  float: left;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
.select#filenum-type {
  margin-left: 16px;
}
.select .selected {
  background-color: #F5F5F5;
  box-sizing: border-box;
  min-width: 60px;
  width: auto;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-size: 12px;
  color: #212121;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}
.select .arrow {
  width: 29px;
  height: 40px;
  background-image: url(../img/blue_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  z-index: 100;
}
.select .list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 130px;
  border: 1px #E0E0E0 solid;
  background-color: #fff;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1300;
}
.select .list .item {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  clear: both;
  color: #757575;
  font-size: 12px;
  text-indent: 12px;
}
.select .list .item:hover {
  background-color: #F5F5F5;
  color: #212121;
}
.select .list.big {
  width: 272px;
}
.select .list.big .item {
  clear: none;
  float: left;
  width: 90px;
}
.select .list.huge {
  width: 362px;
}
.select .list.huge .item {
  clear: none;
  float: left;
  width: 180px;
}
.select:hover {
  overflow: visible;
}
.adv-label {
  width: auto;
  height: 26px;
  line-height: 26px;
  margin: 15px 0 15px 0;
  font-size: 12px;
  float: left;
}
.margin-left {
  margin-left: 32px;
}
.advance-search {
  position: absolute;
  background-color: #fff;
  display: none;
  margin-bottom: 15px;
  z-index: 1100;
  width: 1000px;
  left: 0;
  top: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  box-shadow: 0px 5px 20px 0px rgba(63, 105, 140, 0.2);
}
.advance-search.sort-line {
  box-shadow: none;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px #d7d7d7 solid;
}
.empty-box {
  margin: 0 22px 0 22px;
}
.empty-list {
  width: 220px;
  height: 133px;
  background-image: url(../img/empty.jpg);
  background-position: 7px 7px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .empty-list {
    background-image: url(../img/empty@2x.jpg);
    background-size: 210px 126px;
  }
}
.go-more-box {
  font-size: 13px;
  margin-left: 5px;
}
.go-more-box .go-more {
  color: #2f6ea2;
  padding: 0 6px;
  text-decoration: none;
}
.advance-show,
.advance-fold {
  position: absolute;
  left: 605px;
  top: 5px;
  height: 30px;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: #2f6ea2;
  line-height: 30px;
  cursor: pointer;
  font-size: 15px;
}
.advance-fold {
  position: static;
  float: right;
  color: #333;
  margin-top: 5px;
  font-size: 13px;
  background-position: 60px 11px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../img/advance-fold.png);
}
.sort-line.no-left .advance-show,
.sort-line.no-left .advance-fold {
  left: 616px;
}
.textbox.time-select {
  margin-left: 16px;
  background-repeat: no-repeat;
  background-image: url(../img/date.png);
  background-color: #f5f5f5;
  background-size: 15px;
  background-position: 140px 13px;
  width: 164px;
}
.textbox.time-select .label {
  width: auto;
  min-width: 1px;
  left: auto;
  right: 8px;
  border: none;
  z-index: 200;
  background-color: #fff;
  color: #2f6ea2;
  display: none;
}
.textbox.time-select input {
  z-index: 100;
  width: 134px;
  left: 0;
  text-align: center;
}
.textbox.time-select .calendar {
  position: absolute;
  z-index: 300;
  top: 40px;
  left: -1px;
  width: 211px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  border-left: 1px #E0E0E0 solid;
  background-color: #fff;
  display: none;
}
.textbox.time-select .calendar .hd {
  position: relative;
  width: 210px;
  height: 38px;
  background-color: #2f6ea2;
  border-right: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .hd .prev-year {
  float: left;
  height: 38px;
  width: 10px;
  margin: 0 0 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_left.png);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .cur-year {
  float: left;
  height: 38px;
  width: 48px;
  overflow: hidden;
  margin: 0 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.textbox.time-select .calendar .hd .next-year {
  float: left;
  height: 38px;
  width: 10px;
  margin: 0 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_right.png);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .prev-month {
  float: right;
  height: 38px;
  width: 10px;
  margin: 0 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_left.png);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .cur-month {
  float: right;
  height: 38px;
  width: 24px;
  text-align: center;
  overflow: hidden;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.textbox.time-select .calendar .hd .next-month {
  float: right;
  height: 38px;
  width: 10px;
  margin: 0 12px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_right.png);
  cursor: pointer;
}
.textbox.time-select .calendar .week-line {
  width: 210px;
  height: 20px;
  background-color: #F5F5F5;
  clear: both;
  border-right: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .week-line .week-item {
  float: left;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #9E9E9E;
  overflow: hidden;
}
.textbox.time-select .calendar .day-table {
  width: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
}
.textbox.time-select .calendar .day-table .day {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #9E9E9E;
  font-size: 12px;
  float: left;
  border-right: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .day-table .day.ac {
  color: #616161;
  font-weight: bold;
  cursor: pointer;
}
.textbox.time-select .calendar .day-table .day.cur {
  background-color: #2f6ea2;
  color: #fff;
  cursor: pointer;
}
.textbox.time-select.nm {
  margin-left: 0;
}
.hot-box {
  z-index: 1001;
  position: absolute;
  width: 280px;
  right: 0;
  background-color: #fff;
  top: -60px;
}
.hot-box.keyword {
  cursor: pointer;
}
.hot-box .hot-title {
  width: 100%;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  padding: 5px 0 0 10px;
  color: #515151;
}
.hot-box .hot-entrence {
  overflow: hidden;
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 5px 0 5px 25px;
  border-radius: 5px;
  height: 50px;
  background-color: transparent;
  background-image: url(../img/hot_right_arrow.png);
  background-position: 250px 18px;
  background-repeat: no-repeat;
}
.hot-box .hot-entrence img {
  margin-top: 8px;
  height: 20px;
  width: 20px;
  float: left;
}
.hot-box .hot-entrence .tb-text {
  float: left;
  margin-left: 20px;
  margin-top: -2px;
}
.hot-box .hot-entrence .tb-text .top-text {
  border-bottom: 1px solid #e6e6e6;
}
.hot-box .hot-entrence .tb-text .single-text {
  margin-top: 12px;
}
.hot-box .hot-entrence .tb-text p {
  color: #2f6ea2;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.hot-box.list {
  top: 60px;
}
.hot-box .hot-item {
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
}
.hot-box .hot-item em {
  color: #2f6ea2;
  font-style: normal;
}
.hot-box .look-more {
  position: absolute;
  bottom: 2px;
  right: 10px;
  font-size: 12px;
  font-weight: normal;
}
.hot-box a {
  color: #2f6ea2;
  text-decoration: none;
}
.hot-box .hot-content {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.hot-box .hot-content .hot-content-item {
  margin-top: 10px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background-color: #f2f2f2;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-box .hot-content .hot-content-item.add-mg {
  margin-right: 10px;
}
.hot-box ul {
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  height: auto;
  padding: 0px 5px 0 25px;
  width: 248px;
}
.hot-box ul > li {
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  color: #999;
  list-style: disc !important;
}
.hot-box ul > li > a {
  width: 217px;
  float: right;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
}
.hot-box .hot-row {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 32px;
}
.hot-box .hot-row img {
  position: absolute;
  right: 3px;
  top: 7px;
  width: 20px;
  height: 20px;
}
.hot-box .box-title {
  position: relative;
  color: #2f6ea2;
  font-weight: 600;
  border-bottom: 1px solid #2f6ea2;
  line-height: 34px;
}
.hot-box .search {
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 25px 0 0;
}
.hot-box input {
  float: left;
  height: 30px;
  width: 153px;
  margin: 0 10px 0 20px;
  color: #666;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.41176471;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.hot-box .btn {
  float: left;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  background: #5c92e2;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 30px;
}
.drown-menu {
  display: inline-block;
  min-width: 60px;
  padding-left: 10px;
  width: 350px;
  float: left;
  position: relative;
  cursor: pointer;
}
.drown-menu:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 10px;
  background-color: #e6e6e6;
}
.drown-menu .menu-list {
  display: none;
  width: 100px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0px;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  border-bottom: 1px solid #E0E0E0 \9;
  border-top: none;
  z-index: 1005;
}
.drown-menu .menu-list > .menu-item {
  cursor: pointer;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
  box-sizing: border-box;
  position: relative;
}
.drown-menu .menu-list > .menu-item:hover {
  background-color: #f5f5f5;
}
.drown-menu .menu-list > .menu-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
#goventity.select:hover {
  overflow: hidden;
}
#drown-content {
  display: block;
  text-decoration: none;
  float: right;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
  color: #2f6ea2;
  width: 230px;
}
.sort-item-a {
  position: absolute;
  left: 10px;
}
.sort-item-b {
  position: absolute;
  left: 100px;
}
#all {
  display: inline-block;
  color: #515151;
  text-decoration: none;
}
#fwdw {
  box-sizing: border-box;
  padding-left: 25px;
  width: 100%;
  background-image: url(../img/advance-show.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.modal {
  z-index: 89999;
  display: none;
}
.window-frame {
  height: auto;
  min-height: 1px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 770px;
  color: #555;
  top: 100px;
  margin-top: 0;
  display: none;
  z-index: 89999;
}
.window-frame.cu {
  width: 320px;
}
.window-frame > .close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #555;
  font-size: 14px;
}
.window-frame > .close > .nff {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 25px;
}
.window-frame > .close:hover {
  color: #2f6ea2;
  cursor: pointer;
}
.window-frame > .title {
  clear: both;
  height: 56px;
  line-height: 56px;
  width: 100%;
  background-color: #f7f7f7;
  text-indent: 20px;
  color: #555;
  font-size: 15px;
  border-bottom: 1px solid #efeff4;
}
.window-frame > .content {
  width: 100%;
  height: auto;
  min-height: 200px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.window-frame > .content > .more-huge {
  width: 750px;
  overflow: hidden;
}
.window-frame > .content > .more-huge.cu {
  width: 300px;
}
.window-frame > .content > .more-huge.cu .item,
.window-frame > .content > .more-huge.cu .black-item {
  width: 150px;
  margin-left: 0;
  text-align: left;
}
.window-frame > .content > .more-huge .item,
.window-frame > .content > .more-huge .black-item {
  text-align: left;
  margin-left: 0;
  font-size: 13px;
  clear: none;
  float: left;
  width: 250px;
  height: 25px;
  cursor: pointer;
  line-height: 25px;
  box-sizing: border-box;
  padding-left: 15px;
}
.window-frame > .content > .more-huge .item.ms {
  color: #2f6ea2;
}
.window-frame > .content > .more-huge .item:hover {
  background-color: #EEEEEE;
  color: #212121;
}
.mask {
  display: none;
  z-index: 88888;
  background-color: rgba(0, 0, 0, 0.6);
}
#pu .right-modal {
  left: 100px;
  top: -42px;
}
#pu:hover .right-modal {
  display: block;
}
#cu .right-modal {
  left: 100px;
  top: -82px;
}
#cu:hover .right-modal {
  display: block;
}
.active {
  z-index: 99999;
  color: #2f6ea2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e3;
  background-color: #fff !important;
  border-left: none;
  border-right: none;
}
.active > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.active:after {
  content: ' ';
  display: inline-block;
  height: 40px;
  width: 1px;
  background-color: #FFF;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 99999;
}
.keyword-frame {
  text-align: center;
  display: none;
  position: absolute;
  height: auto;
  overflow: hidden;
  left: 50px;
  background-color: #fff;
  border: 1px #ddd solid;
  z-index: 1001;
  box-sizing: border-box;
}
.keyword-frame img {
  margin-top: 5px;
}
.keyword-frame-item {
  text-align: left;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  clear: both;
  margin: 0;
  padding: 0 16px;
  cursor: pointer;
}
.keyword-frame-item:hover,
.keyword-frame-item.is-active {
  background: #eee;
}
.tag-type {
  background: #89B9DB;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  height: 22px;
  padding: 0 8px;
  line-height: 23px;
  margin-right: 6px;
  border-radius: 12px;
  margin-top: -2px;
  margin-bottom: 1px;
  vertical-align: middle;
}
.highlight {
  font-style: normal;
  color: #f94646;
}
#classify_theme {
  width: 200px;
}
#classify_theme .selected {
  width: auto;
  max-width: 165px;
  padding: 0 10px;
}
.more-search {
  font-size: 13px;
  color: #2f6ea2;
  text-decoration: underline;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.more-search img {
  float: left;
  margin-top: 13px;
  margin-right: 3px;
  width: 14px;
}
.list-input-keywordsP {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  padding: 4px 18px;
  height: 50px;
  border: none;
  line-height: 42px;
  margin: 0;
  font-size: 18px;
  color: #616161;
  width: 569px;
  outline: none;
  background: transparent;
  background-position: 0 10px;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.list-input-keywordsP.cloud-type-0 {
  background: none;
  left: 0;
  width: 560px;
}
.tab-containP {
  width: 100%;
  height: 40px;
  background: #c9dcee;
  position: absolute;
  bottom: 0;
}
.tabbP {
  width: 700px;
  text-indent: 10px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  height: 40px;
  bottom: 0px;
}
.tabUP {
  width: 100%;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabUP > li {
  line-height: 40px;
  color: #424959;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  float: left;
  text-indent: 0;
  height: 40px;
}
.superP {
  border: 3px #3e6e9e;
  border-style: none none solid none;
  color: #3e6e9e !important;
  font-weight: bold;
}
.no-indent {
  text-indent: 0;
}
img {
  border: none;
}
.emptyP {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
}
.empty-box > p {
  padding: 3px 0;
}
.more-file-type {
  margin-right: 30px;
}
.all-pt-tip {
  display: none;
  font-weight: bold;
  margin-bottom: 20px;
}
