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

#wrap {
  overflow: hidden;
}

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

#pc-wrap {
  background-color: #f6f6f6;
}

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

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

#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: 16px;
  line-height: 56px;
  color: #0287e6;
  font-family: MicrosoftYaHeiUISemibold;
}

#pc-wrap .container .content .navigation a {
  font-size: 16px;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

#pc-wrap .container .content .list .list-left #wrap .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 #wrap .title-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 33px;
}

#pc-wrap .container .content .list .list-left #wrap .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 {
  margin-bottom: 24px;
}

#pc-wrap .container .content .list .list-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

#pc-wrap .container .content .list .list-right ul li a: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;
}

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

.default_pgPanel td input {
  font-size: 16px !important;
  height: 20px !important;
}

#read-more {
  margin-left: 25px;
  text-align: center;
}

#read-more img {
  cursor: pointer;
}

#read-more a {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 10px;
  color: #0287e6;
  height: 48px;
  line-height: 48px;
}

#read-more .up {
  width: 24px;
  height: 22px;
  margin-right: 8px;
  transition: transform 0.5s;

}

.upIconP {
  transform: rotate(180deg);
}