.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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.release div:last-child {
  width: 476px;
  margin-left: 20px;
}
.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 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;
}

/* 分页 */
.pagination-container {
  text-align: center;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.pager a {
  cursor: pointer;
}

.pager a,
.pager span {
  min-width: 30px;
  height: 30px;
  border: 1px solid #d2d0d0;
  margin-left: -1px;
  color: #727272;
  display: inline-block;
  line-height: 30px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  margin: 0 2px;
  padding: 3px;
  user-select: none;
}
.pager a:hover,
.pager span:hover {
  border-color: #3897cd;
  color: #3897cd;
  position: relative;
  z-index: 1;
}

.pager span.current {
  background-color: #ef2d36;
  color: #fff;
  border-color: #ef2d36;
  position: relative;
  z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
  /* background: white url(../images/page_bg.jpg) 8px 7px no-repeat; */
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
  /* background: white url(../images/page_bg_hover.jpg) 8px 7px no-repeat; */
}

.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px;
}

.pager .pg-prev[disabled="true"],
.pager .pg-prev[disabled="true"]:hover {
  cursor: default;
  /* background-image: url(../images/page_bg.jpg); */
}

.pager .pg-next[disabled="true"],
.pager .pg-next[disabled="true"]:hover {
  cursor: default;
  /* background-image: url(../images/page_bg.jpg); */
}

.pager .pg-prev[disabled="true"],
.pager .pg-next[disabled="true"] {
  border-color: #eeeeee;
}

.pager span.els {
  border-color: transparent;
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}
