.main {
  width: 100%;
  height: 100%;
}
.main .header {
  width: 100%;
  background: #c8171f;
}
.main .header .header-top {
  width: 100%;
}
.main .header .header-top .top-con {
  width: 1200px;
  background: url(../images/header_bg.png) right 0 no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}
.main .header .header-top .top-con .con-left {
  padding: 22px 0px;
}
.main .header .header-top .top-con .con-rigth {
  margin-left: 0;
  position: relative;
}
.main .header .header-top .top-con .con-rigth .searchInput {
  margin-left: 0;
  background: #f5f5f3;
  border: none;
  width: 334px;
  height: 36px;
  border-radius: 0;
  padding: 6px 15px 7px 20px;
}
.main .header .header-top .top-con .con-rigth .searchimg {
  background: url(../images/search.png) no-repeat 50% #f5424b;
  cursor: pointer;
  width: 45px;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  height: 36px;
  border: none;
  color: #fff;
}
.main .header .daohang {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 0, 0.5);
}
.main .header .daohang .dh-con {
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.main .header .daohang .dh-con li {
  width: 144px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.main .header .daohang .dh-con li ul {
  position: absolute;
  z-index: 999;
  background: #c8171f;
}
.main .header .daohang .dh-con li ul li {
  font-size: 14px;
}
.main .header .daohang .dh-con li ul li:hover {
  background: #cf676c;
}
.main .header .daohang .dh-con .li-active {
  color: rgba(255, 255, 0, 0.9);
}
.main .contentBox {
  width: 100%;
  margin: 0 auto;
  height: 400px;
}
.main .contentBox .Comment {
  width: 1200px;
  margin: 20px auto;
}
.main .contentBox .Comment .content {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.main .contentBox .Comment .content .left {
  width: 20%;
  background-color: #f9f9f9;
}
.main .contentBox .Comment .content .left .lTop {
  height: 50px;
  width: 100%;
  background-color: #c8171f;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.main .contentBox .Comment .content .left .list li {
  text-align: center;
  line-height: 50px;
  color: #000;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.main .contentBox .Comment .content .left .bottom {
  height: 365px;
  background-image: url(../images/list_Lbot.jpg);
}
.main .contentBox .Comment .content .right {
  width: 79%;
  position: relative;
}
.main .contentBox .Comment .content .right .rTop {
  height: 50px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  border-bottom: 1px solid #c8171f;
}
.main .contentBox .Comment .content .right .rTop .el-breadcrumb {
  font-size: 16px;
}
.main .contentBox .Comment .content .right .rTop .el-breadcrumb .el-breadcrumb__item {
  color: #c0c4cc;
}
.main .contentBox .Comment .content .right .rTop .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
  margin: 10px;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}
.main .contentBox .Comment .content .right .rContent {
  margin-bottom: 50px;
}
.main .contentBox .Comment .content .right .rContent ul {
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.main .contentBox .Comment .content .right .rContent ul li {
  color: #636363;
  height: 50px;
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}
.main .contentBox .Comment .content .right .rBottom {
  justify-content: flex-end;
  -webkit-box-pack: end;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 100%;
}
.main .contentBox .Comment .content .right .rBottom .page-con {
  height: 42px;
  display: flex;
  line-height: 42px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266;
  letter-spacing: 5px;
  font-size: 13px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .limit {
  width: 100px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .limit select {
  outline: none;
  font-size: 13px;
  color: #606266;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: left;
  padding-left: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
}
.main .contentBox .Comment .content .right .rBottom .page-con .limit select:hover {
  border-color: #1890ff;
}
.main .contentBox .Comment .content .right .rBottom .page-con .page span {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  margin: 0px 5px;
  border-radius: 2px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .page .page-text {
  background-color: #1890ff;
  cursor: default;
  color: #fff;
  box-sizing: border-box;
  font-size: 13px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .page .page-btn {
  background-color: #f4f4f5;
  color: #c0c4cc;
  min-width: 30px;
  border-radius: 2px;
  cursor: not-allowed;
}
.main .contentBox .Comment .content .right .rBottom .page-con .qw {
  font-size: 14px;
  margin-left: 20px;
}
.main .contentBox .Comment .content .right .rBottom .page-con .qw input {
  border-radius: 4px;
  width: 46px;
  height: 28px;
  border: 1px solid #dcdfe6;
  background-color: #fff;
  color: #606266;
  text-align: center;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main .contentBox .footer {
  width: 100%;
  background-color: #c8171f;
  padding: 60px 0 40px;
}
.main .contentBox .footer .footer-con {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.main .contentBox .footer .footer-con .con-left {
  width: 30%;
  line-height: 32px;
  padding-left: 25px;
  color: #fff;
}
.main .contentBox .footer .footer-con .con-right {
  width: 30%;
  height: 180px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.main .contentBox .footer .footer-con .con-right .Yi {
  margin-right: 30px;
}
.main .contentBox .footer .footer-con .con-right .Yi .item {
  width: 200px;
  height: 30px;
  background-color: #fff;
  position: relative;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.main .contentBox .footer .footer-con .con-right .Yi .item ul {
  position: absolute;
  width: 100%;
  background: #ffffff;
  margin-top: 1px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 999;
}
.main .contentBox .footer .footer-con .con-right .Yi .item ul li {
  color: #000;
}
i {
  font-style: italic;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#cd_text {
  color: #606266;
}