.main .title {
  color: #808080;
  font-size: 14px;
}
.main .title img {
  margin-right: 10px;
}
.main .about-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about-container .about {
  width: 822px;
  border-top: 2px solid #e8e8e8;
  padding-top: 20px;
}
.about-container .about h1 {
  text-align: center;
  color: #393939;
}
.release {
  color: #a8a8a8;
  font-size: 14px;
}
.about-container hr {
  height: 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 20px 0;
}
.about-container .about p {
  text-indent: 35px;
  line-height: 35px;
  color: #3c3c3c;
}
.about-container .about p img{
  width: 100%;
}
.about-container .about .img {
  text-align: center;
}
.about-container .right-container {
  width: 322px;
  color: #333333;
}
.about-container .right-container .hot div:first-child,
.about-container .right-container .material div:first-child {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.about-container .right-container .material ul,
.about-container .right-container .hot ul {
  padding: 20px 0;
}
.about-container .right-container .material ul li,
.about-container .right-container .hot ul li {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.about-container .right-container .material ul li a,
.about-container .right-container .hot ul li a{
  color: #333333;
}
.about-container .right-container .material ul li:hover a,
.about-container .right-container .material ul li a:hover,
.about-container .right-container .hot ul li:hover a,
.about-container .right-container .hot ul li a:hover {
  color: #ef2d36!important;
}
.about-container .right-container .material ul li {
  list-style-type: square;
  list-style-position: inside;
}
.material li::marker {
  color: #d7d7d7;
}
.material li:hover::marker {
  color: #ef2d36;
}
.about-container .right-container .hot ul li p {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #cccccc;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
}
.hot li:first-child p,
.hot li:nth-child(2) p,
.hot li:nth-child(3) p {
  background-color: #cc9900 !important;
}
.right-container .img {
  padding: 20px 0;
}
.readMore {
  background-image: url("../../img/pc/img_21.jpg");
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #348cec;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.readMore .next {
  font-size: 14px;
  margin-right: 20px;
}
