body {
  background: #F2F4F6;
}

.container {
  position: relative;
  display: flex;
  /* justify-content: center; */
  width: 80%;
  min-width: 1400px;
  margin: 60px auto;
  border: 1px solid #ddd;
  background: #ffffff;
}

.container .left {
  width: 280px;
  border-right: 1px solid #E6E9F0;
}

.container .left h1 {
  font-size: 18px;
  color: #3D3F43;
  line-height: 30px;
  font-weight: 700;
  padding: 32px 0 24px;
  margin: 0 24px;
  border-bottom: 1px solid #E4E6F3;
}

.container .left ul {
  padding-top: 25px;
}

.container .left li {
  height: 24px;
  padding: 5px 25px;
  overflow: hidden;
  transition: all .6s ease;
}
/* 
.container .left li.on a {
  color: #3B7AFF;
} */

.container .left li:last-child a {
  color: #3D3F43;
}

.container .left li a ,.container .left li span {
  position: relative;
  display: block;
  width: 175px;
  font-size: 14px;
  color: #3D3F43;
  line-height: 24px;
  padding-bottom: 8px;
  transition: all .6s ease;
  cursor: pointer;
  
}

.container .left li .tit {
  padding-left: 15px;
}

.container .left li span:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: all .6s ease;
}

.container .left li .tit:before {
  display: none;
}

.container .left li.act span:before {
  transform: rotate(0deg);
}

.container .left .morelist a.on {
  color: #3B7AFF;
}

.container .left li a:hover,.container .left li span:hover {
  color: #3B7AFF;
}

.container .left div a {
  padding: 5px 0 5px 27px;
}

.container .right {
  width: calc(100% - 595px);
  min-height: calc(100vh - 200px);
  padding: 0 48px;
}

.container .right h2 {
  font-size: 30px;
  color: #3D3F43;
  line-height: 42px;
  padding-top: 48px;
}

.container .right .time {
  font-size: 16px;
  color: #AFB3BE;
  word-wrap: break-word;
  padding: 16px 0 22px;
  border-bottom: 1px solid #E6E9F0;
  font-family:PingFangSC-Regular,PingFang SC;
}

.container .right .rcon {
  display: none;
  width: 100%;
  padding: 20px 0 50px;
  border-bottom: 2px solid #f7f7f7;
}

.container .right .rcon.act {
  display: block;
}

.container .right .rcon strong {
  font-size: 20px;
  margin: 15px 0;
}

.container .right .rcon p {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 24px;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: .5px;
}

.container .right .rcon.yes p {
  margin-bottom: 15px;
}

.container .right .rcon strong p {
  font-size: 24px;
  letter-spacing: 0;
}

.container .right .rcon.yes strong p {
  font-size: 18px;
}

.container .right .rcon a {
  color: #3B7AFF;
}

.container .right .rcon h1 p {
  font-size: 24px;
  line-height: 33px;
}

.container .right .rcon caption {
  margin-bottom: 10px;
}

.container .right .rcon table {
  border: 1px solid #CED1D8;
}

.container .right .rcon table strong p {
  font-size: 14px;
}

.container .right .rcon table p {
  margin: 0;
}

.container .right .rcon th {
  padding-left: 10px;
  border-right: 1px solid #CED1D8;
  background: #F6F7FF;
}

.container .right .rcon td {
  padding: 10px;
  border-right: 1px solid #CED1D8;
}

.container .right .rcon th p {
  height: 50px;
  line-height: 50px;
}

.container .right .rcon tr {
  border: 1px solid #CED1D8;
}

.container .right .np {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  color: #AFB3BE;
  padding: 32px 0;
}

.container .right .np span {
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
  color: #AFB3BE;
}

.container .right .np a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #252C3B;
  transition: all .6s ease;
}

.container .right .np a:hover {
  color: #3B7AFF;
}

.container .right .np div {
  width: 50%;
}

.container .right .np .next {
  text-align: right;
}

.beian_tit {
  position: sticky;
  top: 0;
  width: 240px;
  height: 378px;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  padding-top: 56px;
  border-left: 1px solid #E6E9F0;
}

.beian_tit div {
  height: 378px;
  overflow: auto;
}

.beian_tit div::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.beian_tit h3 {
  font-size: 16px;
  line-height: 20px;
}

.beian_tit p {
  position: relative;
  text-indent: 10px;
  color: #666666;
  height: 18px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 10px;
  margin-bottom: 12px;
  border-left: 2px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color .6s ease;
  cursor: pointer;
}
/* .beian_tit p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: url(../images/pnor.png) no-repeat center;
  background-size: contain;
}

.beian_tit p.active:before {
  background: url(../images/pactive.png) no-repeat center;
  background-size: contain;
} */

.beian_tit p.active {
  color: #3B7AFF;
  border-left: 2px solid #3B7AFF;
}
