@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;
}

#pc-wrap .container {
  margin: 16px auto 36px;
}

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

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

#pc-wrap .container .content .navigation td{
  font-size: 18px;
  line-height: 56px;
  color: #0287e6;
  font-family: MicrosoftYaHeiUISemibold;
}

#pc-wrap .container .content .navigation a{
  font-size: 18px;
  line-height: 56px;
  font-family: MicrosoftYaHeiUISemibold;
}

#pc-wrap .container .content .navigation a:last-child p {
  color: #0287e6;
}

#pc-wrap .container .content .list {
  display: flex;
}

#pc-wrap .container .content .list .list-left {
  width: 280px;
  margin-right: 22px;
}

#pc-wrap .container .content .list .list-left .title {
  height: 66px !important;
  background: url(bg1.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  /* margin-bottom: 12px; */
}

#pc-wrap .container .content .list .list-left .title-item {
  height: 48px;
  line-height: 48px;
  background: url("bg3.png") no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
}

#pc-wrap .container .content .list .list-left .title-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 33px;
}

#pc-wrap .container .content .list .list-left .active {
  background: url("./tab-bg2.png") no-repeat;
  background-size: 100%;
}

#pc-wrap .container .content .list .list-right {
  width: 858px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  padding: 24.5px 20px 24px 21px;
}

#pc-wrap .container .content .list .list-right ul li {
  height: 30px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pc-wrap .container .content .list .list-right ul li .item-left {
  display: flex;
  align-items: center;
  width: 70%;
}

#pc-wrap .container .content .list .list-right ul li .item-left .dot {
  width: 4px;
  height: 4px;
  background: #0287e6;
  border-radius: 50%;
  margin-right: 10px;
}

#pc-wrap .container .content .list .list-right ul li .item-left .text {
  max-width: 80%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#pc-wrap .container .content .list .list-right ul li .time {
  color: #666666;
}

#pc-wrap .container .content .list .list-right ul li:hover .item-left .text {
  color: #0287e6;
}

#pc-wrap .container .content .list .list-right ul li:hover .time {
  color: #0287e6;
}

#pc-wrap .container .content .list .list-right ul li:nth-child(5n + 5) {
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
  padding-bottom: 24px;
}
.jgfk {
  width: 15%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ff3a3a;
}
.jgfk:hover{
  font-size: 18px;
}

/* 列表页底部分页条样式 */
/* .default_pgPanel{
  width: 40%;
} */
.default_pgPanel td{
  font-size: 16px !important;
}
.default_pgPanel td input{
  font-size: 16px !important;
  height: 20px !important;
}