* {
  padding: 0px;
  margin: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: #f9fafd;
}
.clear {
  clear: both;
}
.main {
  width: 1200px;
  padding-top: 20px;
  font-size: 16px;
}
.main #m-panel .left-panel {
  float: left;
  width: 280px;
  height: 630px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 10px;
  background: #ffffff;
  padding-right: 1px;
  position: relative;
}
.main #m-panel .right-panel {
  float: right;
  margin-top: 10px;
  width: 74%;
  background: #ffffff;
}
.main.en {
  width: 1200px;
}
.main.en #m-panel .left-panel {
  width: 370px;
}
.main.en #m-panel .right-panel {
  width: 820px;
}
.bread-curmb {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px;
}
.bread-curmb .litext {
  cursor: pointer;
}
.bread-curmb li {
  float: left;
  margin-right: 10px;
  color: #828284;
  font-size: 14px;
  display: list-item;
}
.bread-curmb li a {
  font-size: 16px;
}
.form-search {
  width: 526px;
  height: 38px;
  border: 1px solid grey;
  outline: 0px solid;
  float: left;
  margin-left: 7px;
  padding-left: 10px;
}
.form-search-btn {
  width: 100px;
  height: 40px;
  color: #ffffff;
  background: #2d6ec0;
  border: 1px solid #2d6ec0;
  outline: 0px solid;
  float: left;
  cursor: pointer;
  font-size: 16px;
}
.search-info-panel {
  margin: 30px 15px 0px 15px;
  border: 1px solid #ccc;
}
.agg-hidden td > span:nth-of-type(1) {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.tb-search-btn {
  color: #ffffff;
  background: #2d6ec0;
  border: 1px solid #2d6ec0;
  outline: 0px solid;
  cursor: pointer;
  font-size: 16px;
}
.poscenter {
  margin: 30px auto 0px auto;
  width: 646px;
}
#search {
  margin: 10px auto;
}
#desp {
  border: 1px solid grey;
  margin: 85px auto 0px auto;
  width: 660px;
  height: 360px;
  position: relative;
}
.desp-li-left {
  float: left;
  width: 370px;
  font-size: 20px;
  line-height: 28px;
}
.desp-li-right {
  float: left;
  width: 240px;
  padding-left: 20px;
}
.en .desp-li-left {
  float: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  box-sizing: border-box;
}
.en .desp-li-left p {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.en .desp-li-right {
  float: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.4;
}
.en .desp-li-right img {
  margin: 0 auto;
  display: block;
}
.validate {
  float: left;
  color: #ff0000;
  margin: 10px 10px 10px 10px;
  display: none;
}
#tb {
  border: 1px solid #ededed;
  margin: 10px auto;
  float: left;
}
#tb th {
  height: 40px;
  color: #fff;
  background: #39394e;
  text-align: center;
  border-bottom: none;
}
#tb tr {
  border-bottom: 1px solid #ededed;
  height: 49px;
}
#tb tr:nth-of-type(2n) {
  background-color: #F8F9FB;
}
#tb tr:last-child {
  border-bottom: 1px solid #ededed;
}
#tb td {
  text-align: center;
}
/*#standard_list td:nth-of-type(3){
    padding-right: 20px;
    position: relative;
}*/
#tb td:last-child {
  border-right: none;
}
#tb tr.even {
  background-color: #f8f9fb;
}
#result_list {
  padding: 0px 15px;
}
.ac {
  text-align: center;
}
.t0 {
  width: 4%;
}
.t1 {
  width: 20%;
}
.t3 {
  width: 8%;
}
.t4 {
  width: 8%;
}
#noresult {
  width: 100%;
  display: none;
  text-align: center;
  padding-top: 150px;
  height: 330px;
}
.kb-panel {
  width: 1000px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
}
.kb-panel .sel-info {
  width: 95%;
  margin-left: 30px;
  margin-top: 10px;
}
.kb-panel .sel-info .sel-info-title {
  font-weight: 600;
}
.kb-panel .sel-info .sel-info-content {
  color: #2d6ec0;
  font-size: 14px;
}
.kb-main {
  padding-top: 10px;
}
.kb-panel .kb-main {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 80%;
}
.kb-panel .kb-main .bk-m {
  width: 100%;
  height: 100%;
  padding: 0px;
  list-style: none;
  margin: auto;
}
.kb-panel .kb-main .bk-m .kp-middle {
  float: left;
  width: 30px;
  text-align: center;
  padding-top: 160px;
}
.kb-panel .kb-main .bk-m .kp {
  float: left;
  width: 47%;
  height: 100%;
  border: 1px solid #ccc;
}
.kb-panel .kb-main .bk-m .kp .title {
  width: 100%;
  height: 36px;
  text-align: center;
  background: #39394e;
  padding-top: 10px;
}
.kb-panel .kb-main .bk-m .kp .title span {
  color: white;
}
.kb-panel .kb-main .bk-m .kp .kb-list {
  padding: 0px;
  width: 100%;
  height: 85%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab {
  width: 100%;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr {
  width: 94%;
  border-bottom: 1px dashed #ccc;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr .sel {
  text-align: center;
  width: 20px;
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr .sel input {
  cursor: pointer;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr .text {
  padding: 10px;
  line-height: 150%;
  border-bottom: 1px dashed #ccc;
}
.text .fei {
  font-weight: 700;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr .k-img {
  width: 40px;
  border-bottom: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  text-align: center;
}
.kb-panel .kb-main .bk-m .kp .kb-list .kb-tab tr .k-img img {
  cursor: pointer;
}
.kb-panel .kb-info {
  padding: 10px;
}
.kb-panel .kb-info .info-left {
  float: left;
  width: 70%;
  display: none;
}
.kb-panel .kb-info .info-left li {
  margin: 5px 0px;
}
.kb-panel .kb-info .info-left li .t-text {
  font-weight: 600;
  color: #2d6ec0;
}
.kb-panel .kb-info .info-right {
  text-align: center;
}
.kb-panel .kb-info .info-right-en {
  text-align: center;
}
.kb-panel .kb-info .info-right button {
  width: 120px;
  height: 38px;
  background-color: #027BFB;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: white;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
.kb-panel .kb-info .info-right-en button {
  width: 220px;
  height: 38px;
  background-color: #027BFB;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: white;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
.kb-panel .kb-info .info-right button:hover {
  background-color: #31b0d5;
}
.kb-panel .kb-info .info-right-en button:hover {
  background-color: #31b0d5;
}
.kb-panel .kb-info .info-right .req-btn {
  background-color: white;
  color: black;
}
.kb-panel .kb-info .info-right .req-btn:hover {
  background-color: rgba(231, 231, 231, 0.45);
}
.txdw-icon:hover + .txdw-tip {
  display: block;
}
.en .txdw-tip {
  top: 48px;
  right: 0px;
}
.txdw-tip {
  width: 170px;
  position: absolute;
  top: 0px;
  right: 20px;
  color: #333333;
  background: #ffffff;
  border: 1px solid;
  border-radius: 3px;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  display: none;
}
.alert.dlg_wrapper {
  z-index: 10003;
}
@media screen and (max-width: 1240px) {
  .main {
    width: 1000px;
  }
  .main #m-panel .left-panel {
    width: 230px;
  }
}
@media screen and (max-height: 750px) {
  .main #m-panel .left-panel {
    height: 570px;
  }
  .main #m-panel .right-panel #desp {
    margin-top: 25px;
  }
}
