.context {
  display: flex;
  justify-content: space-between;
  padding: 50px 18%;
  background: #F9F9F9;
  box-sizing: border-box;
}
.context .left {
  width: 230px;
  margin-right: 40px;
  position: relative;
  transition: all 1s linear;
}
.context .left ul {
  background: #F9F9F9;
}
.context .left ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 2px;
}
.context .left ul li:nth-child(1) {
  background-color: #790516;
  height: 100px;
  color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  padding-left: 0;
}
.context .left ul li:nth-child(1) p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.context .left ul li:nth-child(1) p:nth-child(2) {
  font-size: 14px;
  color: #FBFBFB;
}
.context .left ul li:nth-child(2) a {
  color: #790516;
}
.context .left ul li:hover a {
  color: #790516;
}
.context .left ul li a {
  color: #101010;
}
.context .left ul li a img {
  width: 10px;
  margin-right: 6px;
}
.context .left .img {
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #101010;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 180px;
  text-align: center;
  background-color: #fff;
  display: none;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.context .right {
  flex: 1;
  padding: 0px;
  box-sizing: border-box;
}
.context .right>ul>li {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.context .right>ul>li>a {
  width: 100%;
  display: flex;
  align-items: center;
}
.context .right ul li a img {
  width: 245px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.context .right ul li a .text .title {
  font-size: 20px;
  color: #101010;
}
.context .right ul li a .text p {
  font-size: 16px;
  color: #777;
  line-height: 26px;
  text-align: justify;
  margin: 10px 0;
  text-wrap:wrap !important
}
.context .right .l .con p span{
  font-size: 16px;
  color: #777;
  line-height: 26px;
  text-align: justify;
  margin: 10px 0;
  text-wrap:wrap !important
}
.context .right ul li a .text .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context .right ul li a .text .bot span {
  font-size: 14px;
  color: #999;
}
.context .right ul li a .text .bot span.more {
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #EAEAEA;
}
.context .right .l {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.context .right .l .title {
  font-size: 36px;
  color: #333333;
  text-align: justify;
  font-weight: bold;
}
.context .right .l .disc {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin: 1vw 0 2vw;
}
.context .right .l .disc span {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.context .right .l .disc span:nth-child(1) {
  margin-right: 20px;
}
.context .right .l .con {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  text-align: justify;
}
.context .right .l .con p {
  text-indent: 0;
  text-align: left !important;
}
.context .right .l .con p img{
  text-align: left;
  max-width: 100%;
}
.context .right .l .nOrP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
}
.context .right .l .nOrP a {
  width: 100%;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.context .right .list {
  margin-top: 1.56vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.context .right .list .slick-slide {
  margin: 0 10px;
}
.context .right .list .item {
  background-color: #F5F5F5;
  width: 48%;
}
.context .right .list .item > img {
  width: 100%;
  vertical-align: text-bottom;
}
.context .right .list .item .con {
  padding: 20px 15px;
  border-top: 1px solid #E6E6E6;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context .right .list .item .con .l {
  width: 100%;
  font-size: 16px;
  color: #101010;
  flex-wrap: wrap;
}
.context .right .list .item .con .l .cir {
  width: 6px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.context .right .list .item .con .l .capt {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: #333333;
  font-size: 18px;
}
.context .right .list .item .con .l .cadx {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}
.context .right .list .item .con .l .cadx .r {
  width: 20px;
  vertical-align: text-bottom;
}
.context .right .list .slick-dots {
  bottom: -40px;
}
.context .right .list .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #014B8C;
  box-sizing: border-box;
}
.context .right .list .slick-dots li button {
  display: none;
}
.context .right .list .slick-dots li.slick-active {
  background: #014B8C;
}
@media screen and (max-width: 1600px) {
  .context {
    padding: 50px 4%;
  }
  .context .left {
    width: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .context .left ul li:nth-child(1) p:nth-child(1) {
    font-size: 26px;
  }
  .context .right ul li a .text .title {
    font-size: 16px;
  }
  .context .right ul li a .text p {
    font-size: 14px;
  }
  .context .right ul li a .text .bot .time {
    font-size: 12px;
  }
  .context .right ul li a .text .bot .more {
    font-size: 12px;
  }
}
@media screen and (max-width: 968px) {
  .context {
    flex-direction: column;
    padding: 30px 0;
  }
  .context .left {
    width: 180px;
    height: 400px;
    position: fixed;
    left: -180px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .context .left ul li {
    height: 55px;
    line-height: 55px;
  }
  .context .left ul li:nth-child(1) {
    height: 70px;
  }
  .context .left ul li:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
  .context .left ul li:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .context .left .img {
    display: block;
  }
  .context .right {
    flex: auto;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .context .right .l {
    width: 100%;
    padding: 20px 4%;
    box-sizing: border-box;
  }
  .context .right .l .title {
    font-size: 18px;
  }
  .context .right .l .disc span {
    font-size: 12px;
  }
  .context .right .l .con {
    font-size: 14px;
    line-height: 26px;
  }
  .context .right ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .context .right ul li {
    padding: 15px;
    width: 48.6%;
  }
  .context .right ul li a {
    flex-wrap: wrap;
  }
  .context .right ul li a img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .context .right ul li a .text .title {
    font-size: 16px;
  }
  .context .right ul li a .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .context .right ul li a .text .bot span {
    font-size: 12px;
  }
  .context .right ul li a .text .bot span.more {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
}
