#knowledge .top {
  width: 100%;
  height: 180px;
  background:  no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}
#knowledge .top .main {
  margin: 0 auto;
}
#knowledge .top .main .el-input-group__append {
  border: none;
  color: #2b72f6;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#knowledge .top .main .el-input-group__append:before {
  position: absolute;
  top: 12px;
  left: 5px;
  content: '';
  width: 1px;
  height: 17px;
  background: rgba(111, 160, 203, 0.5);
}
#knowledge .top .main .el-input__inner {
  border: none;
  height: 45px;
  line-height: 45px;
}
#knowledge .top .main .el-input__inner::placeholder {
  color: #6fa0cb;
}
#knowledge .main-container {
  width: 100%;
  height: 1000px;
  background:  no-repeat;
  background-size: 100% 100%;
}
#knowledge .main-container .main {
  margin: 0 auto;
}
#knowledge .main-container .main .common-problem {
  position: relative;
  top: -50px;
}
#knowledge .main-container .main .common-problem .left {
  width: 260px;
  height: 650px;
  background:  no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #373858;
}
#knowledge .main-container .main .common-problem .left p {
  font-size: 22px;
  font-weight: 600;
  height: 100px;
  line-height: 120px;
}
#knowledge .main-container .main .common-problem .left ul {
  text-align: left;
}
#knowledge .main-container .main .common-problem .left ul li {
  list-style: inside;
  font-size: 16px;
  padding: 20px 80px;
}
#knowledge .main-container .main .common-problem .left ul .active {
  background: linear-gradient(270.42deg, #1b63e9 0.15%, #4e85fd 97.21%);
  color: #fff;
  width: 108px;
  position: relative;
  z-index: 1;
}
#knowledge .main-container .main .common-problem .left ul .active:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 27px solid transparent;
  border-top: 55px solid #fff;
  border-bottom: 40px solid transparent;
}
#knowledge .main-container .main .common-problem .left ul .active:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  border-left: 27px solid transparent;
  border-bottom: 55px solid #fff;
  border-top: 40px solid transparent;
}
#knowledge .main-container .main .common-problem .right {
  position: absolute;
  right: 0;
  top: 20px;
  width: 960px;
  height: 600px;
  background: #fff;
  padding: 20px 20px 20px 40px;
}
#knowledge .main-container .main .common-problem .right h1 {
  color: #373858;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed rgba(168, 178, 203, 0.5);
  padding-bottom: 20px;
  position: relative;
}
#knowledge .main-container .main .common-problem .right h1:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  content: '';
  background: rgba(168, 178, 203, 0.5);
  transform: rotate(45deg);
}
#knowledge .main-container .main .common-problem .right .list li {
  border-bottom: 1px dashed rgba(168, 178, 203, 0.5);
  padding: 20px 0;
}
#knowledge .main-container .main .common-problem .right .list li h2 {
  color: #373858;
}
#knowledge .main-container .main .common-problem .right .list li h2 span {
  color: #3782f4;
  font-size: 18px;
}
#knowledge .main-container .main .common-problem .right .list li p {
  color: #798aaf;
  font-size: 14px;
  margin-top: 5px;
}
#knowledge .main-container .main .common-problem .right .pagination-new {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#knowledge .main-container .main .hot-problem {
  background: #fff;
  border-radius: 9px;
  position: relative;
  top: -30px;
}
#knowledge .main-container .main .hot-problem .el-col-16 {
  padding: 30px 40px 20px 20px;
}
#knowledge .main-container .main .hot-problem .el-col-16 h1 {
  font-size: 20px;
  color: #373858;
  font-weight: 600;
  cursor: pointer;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li {
  padding: 10px 0;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li .el-col-2 img {
  width: 40px;
  padding-top: 15px;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li .el-col-3 {
  color: #f05e2c;
  text-align: right;
  padding-top: 10px;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li .el-col-3 img {
  width: 15px;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li h2 {
  color: #373858;
  height: 45px;
  line-height: 45px;
}
#knowledge .main-container .main .hot-problem .el-col-16 ul li p {
  color: #798aaf;
  font-size: 14px;
}
#knowledge .main-container .main .hot-problem .el-col-8 {
  position: relative;
}
#knowledge .main-container .main .hot-problem .el-col-8 .bg {
  width: 95.5%;
  height: 350px;
}
#knowledge .main-container .main .hot-problem .el-col-8 .tag {
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
}

#knowledge-details {
  width: 100%;
  background:  no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
}
#knowledge-details .main .title-wz {
  color: #373858;
  border-left: 5px solid #206fdd;
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
}
#knowledge-details .main .title-wz a {
  color: #8b96b2;
  font-weight: 400;
  font-size: 14px;
}
#knowledge-details .main .left {
  min-height: 970px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 100%);
  border-radius: 4px;
}
#knowledge-details .main .left .details {
  border-bottom: 1px dashed #d3e7ff;
  color: #373858;
  font-size: 14px;
  padding: 10px 0;
}
#knowledge-details .main .left .details .wd-a {
  position: relative;
  top: -20px;
  font-size: 14px;
}
#knowledge-details .main .left .details .wd-a a {
  color: #fff;
  width: 100px;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  background: #437cff;
}
#knowledge-details .main .left .title {
  color: #373858;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
}
#knowledge-details .main .left .create-date {
  font-size: 14px;
  color: #373858;
}
#knowledge-details .main .left .create-date img {
  vertical-align: middle;
}
#knowledge-details .main .left .create-date span {
  color: #9ea1a8;
}
#knowledge-details .main .left .policy-support {
  padding: 10px 25px;
  width: 115px;
  margin-top: 10px;
  color: #206fdd;
  background: rgba(32, 111, 221, 0.1);
  border-radius: 2px;
}
#knowledge-details .main .left .detail-box1 {
  background: rgba(225, 239, 254, 0.21);
  border: 1px solid rgba(211, 231, 255, 0.56);
  border-radius: 2px;
  padding: 20px;
  margin: 20px 0;
  font-size: 15px;
}
#knowledge-details .main .left .detail-box1 .name {
  color: #373858;
}
#knowledge-details .main .left .detail-box1 .name span {
  color: #4f89fc;
}
#knowledge-details .main .left .detail-box1 .date {
  color: #373858;
  margin: 20px 0;
}
#knowledge-details .main .left .detail-box1 .date span {
  color: #3987ff;
}
#knowledge-details .main .left .detail-box1 .date img {
  vertical-align: middle;
  margin: 0 10px;
}
#knowledge-details .main .left .detail-box1 .date .state {
  color: #206fdd;
  padding: 5px 10px;
  background: rgba(32, 111, 221, 0.1);
  border-radius: 20px;
  margin: 0 10px;
}
#knowledge-details .main .left .detail-box1 .date .support-box {
  margin-top: 20px;
}
#knowledge-details .main .left .detail-box1 .date .support-box span {
  color: #e29326;
}
#knowledge-details .main .left .detail-box1 .date .support-box div {
  color: #8b96b2;
}
#knowledge-details .main .left .detail-box1 .date .support-box div img {
  vertical-align: middle;
}
#knowledge-details .main .left .detail-box1 .date .support-box div span {
  color: #c7444f;
}
#knowledge-details .main .left .detail-box1 .btn-online1,
#knowledge-details .main .left .detail-box1 .btn-online2 {
  background: #28b294;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
#knowledge-details .main .left .detail-box1 .btn-online1 img,
#knowledge-details .main .left .detail-box1 .btn-online2 img {
  vertical-align: middle;
}
#knowledge-details .main .left .detail-box1 .btn-online2 {
  background: #206fdd;
}
#knowledge-details .main .left .tabs-head {
  background: linear-gradient(360deg, rgba(213, 232, 255, 0.99) -38.09%, rgba(246, 249, 252, 0.99) 129.76%);
  border: 1px solid #e1effe;
  height: 50px;
}
#knowledge-details .main .left .tabs-head .head-item {
  display: inline-block;
  cursor: pointer;
  color: #373858;
  text-align: center;
  width: 120px;
  height: 100%;
  line-height: 50px;
}
#knowledge-details .main .left .tabs-head .head-item img {
  vertical-align: middle;
  margin: 0 10px;
}
#knowledge-details .main .left .tabs-head .active {
  background: #fff;
  border-top: 2px solid #206fdd;
  color: #206fdd;
}
#knowledge-details .main .left .tabs-body {
  padding: 20px;
}
#knowledge-details .main .left .tabs-body .content {
  color: #373858;
  text-indent: 2em;
  line-height: 26px;
  margin: 20px 0 30px;
}
#knowledge-details .main .right {
  background: #fff;
  padding: 15px;
}
#knowledge-details .main .right .item {
  border: 1px solid rgba(211, 231, 255, 0.55);
  border-radius: 5px;
  color: #8b96b2;
  font-size: 14px;
  padding: 20px 10px 10px;
  margin-top: 15px;
  position: relative;
}
#knowledge-details .main .right .item h2 {
  cursor: pointer;
  color: #373858;
  font-size: 16px;
  line-height: 22px;
  width: 85%;
  display: inline-block;
}
#knowledge-details .main .right .item span {
  position: absolute;
  top: 10px;
  right: 10px;
}
#knowledge-details .main .right .item span img {
  width: 15px;
}
/*# sourcemappingurl=knowledge.css.map */