.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;
}
.about-container .about form .form-item {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
}
.about-container .about form .btn-group {
  text-align: center;
  padding-top: 20px;
}
.about-container .about form .form-item textarea {
  resize: none;
  width: calc(100% - 90px);
  border: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-sizing: border-box;
}

.about-container .about form .form-item label {
  width: 80px;
}
.about-container .about form .form-item input {
  width: calc(100% - 90px) !important;
}
.about-container .about form div:first-child .form-item {
  width: 49.5%;
}
.release {
  color: #a8a8a8;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.release div:last-child {
  width: 476px;
}
.release p {
  text-indent: 0 !important;
  line-height: 23px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.release h1 {
  font-size: 20px !important;
  color: #ef2d36 !important;
  margin: 0px;
}

.about-container hr {
  height: 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 20px 0;
}
.about-container .about .newList li {
  list-style-type: square;
  list-style-position: inside;
  color: #454545;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px dashed #e6e5e5;
}
.about-container .about .newList li:last-child {
  border: 0;
}
.about-container .about .newList li span:last-child {
  float: right;
}
.about-container .about .newList li:hover {
  color: #ef2d36;
}
.about-container .about .newList li::marker {
  color: #d7d7d7;
}
.about-container .about .newList li:hover::marker {
  color: #ef2d36;
}
.about-container .about p {
  text-indent: 35px;
  line-height: 35px;
  color: #3c3c3c;
}
.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:hover,
.about-container .right-container .hot ul li:hover {
  color: #ef2d36;
}
.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;
}
.pagination-container {
  text-align: center;
  white-space: nowrap;
}
/* .pagination-container div {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
} */
.pagination-container .pagination {
  display: inline-block;
}
.pagination-container .pagination li,
.pagination-container div {
  padding: 0 10px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.pagination-container .pagination li:hover,
.pagination-container div:hover,
.pagination-container .pagination .active {
  background: #ef2d36;
  color: #fff;
}
