@charset "UTF-8";

/****引入外部字体****/
/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"),
    url("./YouSheBiaoTiHei-2.woff") format("woff"),
    url("./YouSheBiaoTiHei-2.ttf") format("truetype"),
    url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********公共样式***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.disNone {
  display: none;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

.navigation td {
  color: #0287e6 !important;
}

#pc-wrap .container .content {
  padding: 20px 40px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

#pc-wrap .container .content .navigation {
  height: 56px;
  background: #f8f8f8;
  margin-bottom: 26px;
  padding-left: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 18px;
  font-family: MicrosoftYaHeiUISemibold;
}

#pc-wrap .container .content .top {
  border-bottom: 4px solid #d1e6fe;
  margin-bottom: 24px;
  position: relative;
}

.stateIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#pc-wrap .container .content .top .title {
  height: 40px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  margin-bottom: 21px;
}

#pc-wrap .container .content .top .subTitle {
  width: 100%;
  height: 16px;
  text-align: center;
  font-family: MicrosoftYaHeiUI;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 16px;
  padding-top: 30px
}

#pc-wrap .container .content .top .parameter {
  height: 16px;
  font-family: MicrosoftYaHeiUI;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 37px 0;
}

#pc-wrap .container .content .top .parameter .time {
  margin-right: 40px;
}

#pc-wrap .container .content .top .parameter .source {
  margin-right: 40px;
}

#pc-wrap .container .content .showPage {
  min-height: 600px;
  border-bottom: 1px solid #e3e3e3;
}

#pc-wrap .container .content .showPage table {
  margin: 0 auto;
  width: 100% !important;
}

#pc-wrap .container .content .showPage p {
  width: 100%;
  font-family: MicrosoftYaHeiUI;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

#pc-wrap .container .content .artBottom {
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#pc-wrap .container .content .artBottom .bottomRight {
  height: 100%;
  padding-top: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

#pc-wrap .container .content .artBottom .bottomRight .bottomRightItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#pc-wrap .container .content .artBottom .bottomRight .bottomRightItem .tit_res {
  width: 150px;
  display: flex;
  justify-content: space-around;
}

#pc-wrap .container .content .artBottom .bottomRight .bottomRightItem .tit_res p {
  cursor: pointer;
}

#pc-wrap .container .content .artBottom .bottomRight .bottomRightItem .tit_res p:hover {
  color: #0287e6;
}

#pc-wrap .container .content .artBottom .bottomRight .bottomRightItem img {
  margin-right: 5px;
}

#pc-wrap .container .content .artBottom .bottomRight .guanbi {
  margin-left: 25px;
}

#pc-wrap .container .content .artBottom .bottomRight .guanbi a {
  line-height: 27px;
}

#pc-wrap .container .content .artBottom .bottomRight .line {
  width: 1px;
  height: 19.94px;
  border: 1px solid #eeeeee;
  margin: 0 20px;
}

#pc-wrap .container .content .showPage p {
  font-size: 16px;
  line-height: 30px;
  background-color: transparent !important;
  /* text-indent: 2em; */
}

#pc-wrap .table_box .top_table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 40px auto;
}

#pc-wrap .top_table tr {
  height: 44px;
  color: #333;
  text-align: center;
  line-height: 44px;
}

#pc-wrap .top_table tr td {
  font-size: 16px;
}

#pc-wrap .top_table tr td:nth-child(odd) {
  font-weight: bold;
  width: 160px;
  height: 44px;
}

#pc-wrap .top_table tr td:nth-child(even) {
  width: 420px !important;
  height: 44px;
}

#pc-wrap .top_table .col td:nth-child(even) {
  width: 1000px;
}

#pc-wrap .top_table .col td .show_jd {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pc-wrap .top_table .col td .show_jd a {
  display: block;
}

#pc-wrap .top_table .col td .show_jd div {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

#pc-wrap .top_table .col td .show_jd div img {
  margin-left: 10px;
}

#pc-wrap .top_table .col td .show_jd .wzjd {
  background-color: #0287e6;
  color: #fff;
}

#pc-wrap .top_table .col td .show_jd .tpjd {
  background-color: #e0f1fc;
  color: #0287e6;
}

#pc-wrap .top_table .col td .show_jd .zqyj {
  background-color: #e0f1fc;
  color: #0287e6;
}

#pc-wrap .navigation td,
#pc-wrap .navigation td a {
  font-size: 14px !important;
}

#pc-wrap .container .content .showPage p,
#pc-wrap .container .content .showPage p span {
  /* font-size: 16px !important;
  line-height: 30px !important; */
  /* font-family: "仿宋_GB2312" !important; */
  font-family: Microsoft YaHei !important;

}

#pc-wrap .container .content .showPage p span a img {
  max-width: 100%;
  height: auto;
}

#pc-wrap .checked_btn {
  color: #0287e6;
}