#app .banner > img {
  height: 360px;
}
#app .banner .banner-bottom {
  background-color: white;
}
#app .banner .banner-bottom .banxin1200 {
  height: 140px;
  padding-left: 47px;
  padding-right: 40px;
  padding-bottom: 29px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .banner .banner-bottom .banxin1200 .left {
  display: flex;
}
#app .banner .banner-bottom .banxin1200 .left > img {
  width: 200px;
  height: 200px;
  border: 2px solid white;
  margin-top: -90px;
  margin-right: 43px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top {
  display: flex;
  align-items: center;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-right: 20px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips {
  display: flex;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div:not(:last-of-type) {
  margin-right: 14px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div::before {
  content: attr(tip);
  white-space: nowrap;
  display: none;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  padding: 7px 41px 7px 9px;
  font-size: 12px;
  color: #666666;
  position: absolute;
  left: 0;
  top: -43px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div::after {
  content: '';
  display: none;
  background: url(../images/guwen-detail-tri.png) 0 0/100% no-repeat;
  width: 7px;
  height: 5px;
  position: absolute;
  left: 8px;
  top: -12px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div:hover::before,
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div:hover::after {
  display: inline-block;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .tips div span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
#app .banner .banner-bottom .banxin1200 .left .info .top > img {
  margin-left: 36px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#app .banner .banner-bottom .banxin1200 .left .info .top .level {
  font-size: 12px;
  color: #3C5598;
}
#app .banner .banner-bottom .banxin1200 .left .info > p {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #999999;
}
#app .banner .banner-bottom .banxin1200 .left .info .bottom a {
  padding: 6px 21px;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  font-size: 12px;
  color: #666666;
  margin-right: 13px;
}
#app .banner .banner-bottom .banxin1200 .right .top {
  margin-bottom: 16px;
  text-align: center;
}
#app .banner .banner-bottom .banxin1200 .right .top img {
  width: 20px;
}
#app .banner .banner-bottom .banxin1200 .right .top span {
  font-size: 12px;
  color: #333333;
  margin-left: 4px;
  vertical-align: middle;
}
#app .banner .banner-bottom .banxin1200 .right a {
  background-color: #F64041;
  border-radius: 23px;
  padding: 5px 26px 5px 26px;
}
#app .banner .banner-bottom .banxin1200 .right a img {
  width: 26px;
  margin-right: 6px;
}
#app .banner .banner-bottom .banxin1200 .right a span {
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
}
#app .all {
  padding-top: 50px;
  padding-bottom: 60px;
}
#app .all .one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#app .all .one .left {
  width: 410px;
}
#app .all .one .left > div {
  height: 380px;
  margin-top: 17px;
  padding-top: 27px;
  padding-bottom: 33px;
  padding-left: 30px;
  padding-right: 29px;
  background-color: white;
}
#app .all .one .left > div .item {
  position: relative;
  display: flex;
}
#app .all .one .left > div .item:not(:last-of-type) {
  margin-bottom: 22px;
}
#app .all .one .left > div .item .cer {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}
#app .all .one .left > div .item .cer img {
  width: 14px;
  margin-right: 6px;
}
#app .all .one .left > div .item .cer span {
  font-size: 14px;
  color: #11B041;
}
#app .all .one .left > div .item .label {
  min-width: 56px;
  font-size: 14px;
  color: #999999;
  margin-right: 71px;
}
#app .all .one .left > div .item .value {
  font-size: 14px;
  color: #333333;
}
#app .all .one .center > div .item .label {
  min-width: 84px;
  margin-right: 15px;
}
#app .all .one .right {
  width: 340px;
}
#app .all .one .right > div {
  background-color: white;
  padding: 16px 30px 35px;
  margin-top: 17px;
  height: 380px;
}
#app .all .one .right > div > img {
  width: 280px;
  height: 69.17px;
  margin-bottom: 26px;
}
#app .all .one .right > div .item {
  display: flex;
  align-items: center;
}
#app .all .one .right > div .item:not(:last-of-type) {
  margin-bottom: 22px;
}
#app .all .one .right > div .item .left img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
#app .all .one .right > div .item .left span {
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}
#app .all .one .right > div .item > span {
  font-size: 14px;
  color: #818EAF;
  white-space: nowrap;
}
#app .all .two {
  margin-top: 19px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .all .two .left {
  width: 590px;
  background-color: white;
  padding-right: 34px;
  padding-left: 24px;
}
#app .all .two .left .chart-title {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .all .two .left .chart-title .chart-title-left {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
#app .all .two .left .chart-title .chart-title-left::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1450EB;
  width: 4px;
  height: 16px;
}
#app .all .two .left .chart-title .chart-title-right {
  font-size: 14px;
  color: #999999;
}
#app .all .two .left #bar {
  height: 312px;
}
#app .all .two .right {
  width: 590px;
  background-color: #fff;
  padding: 29px 16px 33px 19px;
}
#app .all .two .right .question_item {
  width: 100%;
}
#app .all .two .right .question_item:hover .question_title {
  color: #1450EB !important;
}
#app .all .two .right .question_item:not(:last-of-type) {
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 20px;
}
#app .all .two .right .question_item .question_top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
}
#app .all .two .right .question_item .question_top img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
#app .all .two .right .question_item .question_top .question_title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
#app .all .two .right .question_item .answer_top {
  display: flex;
}
#app .all .two .right .question_item .answer_top > img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
#app .all .two .right .question_item .answer_top .answer_content .font {
  font-size: 13px;
  color: #666666;
  margin-bottom: 10px;
  width: 519px;
}
#app .all .two .right .question_item .answer_top .answer_content .more_info {
  display: flex;
  align-items: center;
}
#app .all .two .right .question_item .answer_top .answer_content .more_info .info_item {
  margin-right: 63px;
}
#app .all .two .right .question_item .answer_top .answer_content .more_info .info_item .iconimg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#app .all .two .right .question_item .answer_top .answer_content .more_info .info_item span {
  font-size: 12px;
  color: #999999;
  vertical-align: middle;
}
#app .all .articleList {
  margin-top: 20px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px 50px;
  background-color: white;
  padding: 38px 44px 45px 34px;
}
#app .all .articleList .item {
  display: flex;
}
#app .all .articleList .item:hover .right > span {
  color: #1450EB;
}
#app .all .articleList .item > img {
  width: 154px;
  height: 103px;
  margin-right: 26px;
}
#app .all .articleList .item .right > span {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: bold;
}
#app .all .articleList .item .right div img {
  width: 20px;
  margin-right: 7px;
}
#app .all .articleList .item .right div span {
  font-size: 14px;
  color: #999999;
  margin-right: 47px;
  vertical-align: middle;
}
#app .all .articleList .item .right div span em {
  font-size: 14px;
  color: #F64041;
}
#app .all .articleList .item .right > p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}
#app .all .comment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#app .all .comment-list .evaluation_item {
  padding: 24px 0 21px 32px;
  background-color: #F9F9F9;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
#app .all .comment-list .evaluation_item:hover {
  box-shadow: 0px 3px 20px 1px rgba(51, 51, 51, 0.08);
}
#app .all .comment-list .evaluation_item .evaluation_top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#app .all .comment-list .evaluation_item .evaluation_top .telimg {
  width: 21px;
  height: 21px;
  margin-right: 9px;
}
#app .all .comment-list .evaluation_item .evaluation_top span {
  font-size: 16px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #5073CC;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_content {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 12px;
  width: 540px;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_content em {
  color: #333333;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_tips {
  margin-bottom: 21px;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_tips .tip_item {
  display: inline-block;
  font-size: 12px;
  color: #818EAF;
  padding: 4px 12px;
  border: 1px solid #D9E0F2;
  border-radius: 20px;
  margin-right: 14px;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_time {
  display: flex;
  align-items: center;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_time img {
  width: 17px;
  margin-right: 5px;
}
#app .all .comment-list .evaluation_item .evaluation_bottom .evaluation_time span {
  font-size: 12px;
  color: #999999;
  vertical-align: middle;
}
.info-title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.title-more {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.more {
  cursor: pointer;
}
.more span,
.more i {
  font-size: 14px;
  color: #666666;
}
.more i {
  margin-left: 9px;
  font-size: 12px;
}
