#thought .pageTopWrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#thought .pageTopWrap .pageTop {
  width: 100%;
  height: 32px;
  background-color: #730002;
}
#thought .pageTopWrap .pageTop .cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1360px;
  height: 32px;
  margin: 0 auto;
}
#thought .pageTopWrap .pageTop .cont .link {
  font-size: 12px;
  color: #fff;
  margin-left: 24px;
}
#thought .pageTopWrap .navWrap {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
#thought .pageTopWrap .navWrap .navCont {
  position: relative;
  width: 1360px;
  height: 60px;
  margin: 0 auto;
  padding-left: 632px;
  box-sizing: border-box;
}
#thought .pageTopWrap .navWrap .navCont .logo {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 530px;
  height: 92px;
  background-color: #94070A;
}
#thought .pageTopWrap .navWrap .navCont .logo img {
  width: 460px;
  height: 92px;
}
#thought .pageTopWrap .navWrap .navCont .nav {
  display: flex;
  width: 100%;
  height: 60px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  height: 60px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList a {
  color: #000;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .searchIcon {
  width: 32px;
  height: 32px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .searchIcon img {
  width: 100%;
  height: 32px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .menuWrap {
  display: none;
  position: absolute;
  top: 60px;
  left: -20px;
  width: 136px;
  padding: 22px 20px;
  box-sizing: border-box;
  background-color: #94070a;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .menuWrap li {
  margin-bottom: 20px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .menuWrap li:last-child {
  margin-bottom: 0;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList .menuWrap .menuList {
  font-size: 16px;
  color: #fff;
  font-weight: 400 !important;
  line-height: 21px;
}
#thought .pageTopWrap .navWrap .navCont .nav .navList:last-child {
  margin-right: 0;
}
#thought .pageTopWrap .navWrap .navCont .nav .active a,
#thought .pageTopWrap .navWrap .navCont .nav .navList:hover a {
  color: #94070a;
  font-weight: bold;
}

/* 移动端头部 */
#thought .pageTopMobileWrap {
    display: none;
}

#thought .bannerWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 572px;
  background-image: url('../images/banner/banner_mg_index.png');
  background-size: cover;
  background-position: center center;
}
#thought .bannerWrap .bannerCont {
  width: 1200px;
  margin: 0 auto;
  font-size: 56px;
  color: #fff;
  line-height: 74px;
  font-weight: bold;
}
#thought .baseAboutWrap {
  display: flex;
  width: 1360px;
  height: 266px;
  margin: -40px auto 0;
}
#thought .baseAboutWrap .leftWrap {
  display: flex;
  width: 530px;
  height: 266px;
  padding: 40px;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: #94070a;
}
#thought .baseAboutWrap .leftWrap .icon {
  width: 66px;
  height: 66px;
  margin-right: 30px;
  flex-shrink: 0;
}
#thought .baseAboutWrap .leftWrap .icon img {
  width: 100%;
}
#thought .baseAboutWrap .leftWrap .text {
  width: 100%;
}
#thought .baseAboutWrap .leftWrap .text .title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 29px;
}
#thought .baseAboutWrap .leftWrap .text .txt {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin-top: 16px;
}
#thought .baseAboutWrap .rightWrap {
  display: flex;
  width: 850px;
  height: 266px;
  box-shadow: 0px 4px 16px 0px #0000001A;
}
#thought .baseAboutWrap .rightWrap .rightList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 266px;
  padding: 30px 28px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #FFFFFF 50%, #EBE9EB 100%);
}
#thought .baseAboutWrap .rightWrap .rightList .icon {
  width: 66px;
}
#thought .baseAboutWrap .rightWrap .rightList .desc {
  font-size: 18px;
  color: #2b3e4b;
  font-weight: bold;
}
#thought .dynamicWrap {
  width: 1200px;
  margin: 0 auto;
}
#thought .dynamicWrap .lines {
  display: flex;
  margin-top: 62px;
  justify-content: space-between;
}
#thought .dynamicWrap .lines .leftWrap {
  width: 444px;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper {
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-next2,
#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-prev2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-next2 img,
#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-prev2 img {
  width: 100%;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-prev2 {
  right: 48px;
}

#thought .dynamicWrap .lines .leftWrap .newsSwiper .swiper-button-disabled{
    opacity: 0.5;
    cursor: default;
}

#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList {
  width: 100%;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .newsCard {
  display: flex;
  position: relative;
  width: 99%;
  height: 143px;
  padding: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 16px 0px #0000001A;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .newsCard .img {
  width: 224px;
  height: 128px;
  margin-right: 10px;
  flex-shrink: 0;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .newsCard .img img {
   border-radius: 4px;
  /*width: 100%;
  height: 100px; */
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .newsCard .text {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .title {
  font-size: 16px;
  color: #000;
  margin-top: 24px;
  line-height: 24px;
  font-weight: bold;
}
#thought .dynamicWrap .lines .leftWrap .newsSwiper .newsList .date {
  font-size: 13px;
  color: #bfbfbf;
  margin-top: 16px;
  font-weight: bold;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap {
  margin-top: 24px;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap li {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap .toast {
  width: 100%;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap .toast .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
#thought .dynamicWrap .lines .leftWrap .toastWrap .toast .date {
  font-size: 13px;
  color: #bfbfbf;
  font-weight: bold;
  line-height: 17px;
}
#thought .dynamicWrap .lines .rightWrap {
  width: 682px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews {
  width: 214px;
  margin-right: 20px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .imgWrap {
  position: relative;
  width: 224px;
  height: 128px;
  border-radius: 8px;
  overflow: hidden;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .imgWrap img {
  width: 214px;
  height: 130px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .imgWrap .date {
  position: absolute;
  top: 0;
  left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 64px;
  height: 52px;
  background-color: #ad0000;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .imgWrap .date .day {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .imgWrap .date .year {
  font-size: 11px;
  color: #fff;
  line-height: 14px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  margin-top: 15px;
}
#thought .dynamicWrap .lines .rightWrap .imgNewsWrap .imgNews .desc {
  margin-top: 8px;
  line-height: 17px;
  color: #bfbfbf;
  font-size: 13px;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap {
  width: 100%;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast {
  display: flex;
  width: 100%;
  margin-top: 24px;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 67px;
  height: 67px;
  margin-right: 14px;
  flex-shrink: 0;
  background-color: #ad0000;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .date .day {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .date .year {
  font-size: 11px;
  color: #fff;
  margin-top: 2px;
  line-height: 14.5px;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .cont {
  width: 100%;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .cont .title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .dynamicWrap .lines .rightWrap .toastWrap .toast .cont .desc {
  font-size: 13px;
  color: #bfbfbf;
  line-height: 17px;
  margin-top: 2px;
}
#thought .tagsWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}
#thought .tagsWrap .tags {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#thought .tagsWrap .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .tagsWrap .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .tagsWrap .tags .border:first-child {
  margin-left: 0;
}
#thought .find {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  flex-shrink: 0;
  font-weight: bold;
}
#thought .find .icon {
  width: 7px;
  margin-left: 18px;
}
#thought .find::before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#thought .tagsWrap .thoughtTabWrap {
  display: flex;
  width: 100%;
}
#thought .tagsWrap .thoughtTabWrap .thoughTabList {
  position: relative;
  font-size: 16px;
  color: #d9d9d9;
  font-weight: bold;
  line-height: 21px;
  margin-left: 54px;
  cursor: pointer;
}
#thought .tagsWrap .thoughtTabWrap .active,
#thought .tagsWrap .thoughtTabWrap .thoughTabList:hover {
  color: #94070a;
}
#thought .tagsWrap .thoughtTabWrap .active::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #94070a;
}
#thought .trainWrap {
  width: 100%;
  margin-top: 80px;
  background-color: #eae6e6;
}
#thought .trainWrap .trainCont {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 568px;
  margin: 0 auto;
  padding-top: 40px;
}
#thought .trainWrap .trainCont .leftWrap {
  width: 780px;
  flex-shrink: 0;
}
#thought .trainWrap .trainCont .leftWrap .trainMain {
  display: flex;
  width: 100%;
  margin-top: 28px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper {
  position: relative;
  width: 420px;
  overflow: hidden;
  padding-bottom: 20px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList {
  display: block;
  width: 100%;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList .imgWrap {
  position: relative;
  width: 100%;
  height: 200px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList .imgWrap img {
  width: 100%;
  height: 200px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  margin-top: 24px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList .date {
  font-size: 13px;
  color: #bfbfbf;
  line-height: 16.5px;
  margin-top: 8px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainList .desc {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  margin-top: 8px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainSwiperNext {
  position: absolute;
  top: 168px;
  right: 0;
  z-index: 3;
  width: 32px;
  cursor: pointer;
  height: 32px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainSwiperNext img {
  width: 100%;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainSwiperPrev {
  position: absolute;
  top: 168px;
  left: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .trainSwiperPrev img {
  width: 100%;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 48px !important;
  height: 4px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: rgba(148, 7, 10, 0.1);
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  display: flex;
  justify-content: center;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .trainSwiper .swiper-pagination-bullet-active {
  background-color: #94070a !important;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap {
  width: 320px;
  margin-left: 20px;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap .toast {
  width: 100%;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap .toast .title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
#thought .trainWrap .trainCont .leftWrap .trainMain .toastWrap .toast .date {
  font-size: 13px;
  color: #bfbfbf;
  line-height: 17px;
}
#thought .trainWrap .trainCont .leftWrap .toast {
  width: 100%;
  margin-top: 28px;
}
#thought .trainWrap .trainCont .leftWrap .toast li {
  margin-bottom: 15px;
  border-bottom: 1px solid #fafafa;
}
#thought .trainWrap .trainCont .leftWrap .toast li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#thought .trainWrap .trainCont .leftWrap .toast .toastList {
  display: block;
  position: relative;
  padding: 0 0 15px 12px;
}
#thought .trainWrap .trainCont .leftWrap .toast .toastList .title {
  font-size: 14px;
  color: #353535;
  line-height: 20px;
}
#thought .trainWrap .trainCont .leftWrap .toast .toastList .date {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  margin-top: 6px;
}
#thought .trainWrap .trainCont .leftWrap .toast .toastList:last-child {
  border-bottom: 0;
}
#thought .trainWrap .trainCont .leftWrap .toast .toastList::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #94070a;
}
#thought .feedbackWrap {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
#thought .feedbackWrap .feedback {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#thought .feedbackWrap .feedback .leftWrap {
  width: 450px;
  padding: 36px 0 0;
  background-color: #fff;
}
#thought .feedbackWrap .feedback .infoWrap {
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}
#thought .feedbackWrap .feedback .infoWrap .borders {
  width: 77px;
  height: 2px;
  margin-right: 37px;
  background-color: #ad0000;
}
#thought .feedbackWrap .feedback .infoWrap .info {
  width: 100%;
}
#thought .feedbackWrap .feedback .infoWrap .info .tags {
  display: flex;
  align-items: center;
}
#thought .feedbackWrap .feedback .infoWrap .info .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .feedbackWrap .feedback .infoWrap .info .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .feedbackWrap .feedback .infoWrap .info .tags .border:first-child {
  margin-left: 0;
}
#thought .feedbackWrap .feedback .infoWrap .info .desc {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  margin-top: 20px;
}
#thought .feedbackWrap .feedback .formWrap {
  padding: 20px 24px;
  background-color: #fff;
}
#thought .feedbackWrap .feedback .formWrap .lines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#thought .feedbackWrap .feedback .formWrap .lines .ipt {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
}
#thought .feedbackWrap .feedback .formWrap .lines .textarea {
  width: 100%;
  height: 72px;
  font-size: 16px;
  margin-top: 12px;
  box-sizing: border-box;
  padding-bottom: 12px;
  resize: none;
  border-bottom: 2px solid #333;
}
#thought .feedbackWrap .feedback .formWrap .btnWrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  flex-wrap: wrap;
}
#thought .feedbackWrap .feedback .formWrap .btnWrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 8px;
  margin-right: 42px;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #94070a;
}
#thought .feedbackWrap .feedback .formWrap .btnWrap .text {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
}
#thought .feedbackWrap .feedback .rightWrap {
  width: 700px;
  z-index: 12;
  margin-right: 3%;
  padding: 36px 20px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#thought .feedbackWrap .feedback .rightWrap .tags {
  display: flex;
  align-items: center;
}
#thought .feedbackWrap .feedback .rightWrap .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .feedbackWrap .feedback .rightWrap .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .feedbackWrap .feedback .rightWrap .tags .border:first-child {
  margin-left: 0;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap {
  width: 100%;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookCont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList {
  display: flex;
  width: 320px;
  margin-right: 20px;
  margin-top: 20px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .bookImg {
  position: relative;
  width: 96px;
  height: 118px;
  margin-right: 16px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .bookImg img {
  width: 96px;
  height: 118px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .bookImg .label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 68px;
  height: 28px;
  background-color: #94070a;
  font-size: 12px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .cont .title {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .cont .name {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  line-height: 18px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .cont .findDetail .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList .cont .findDetail .txt {
  font-size: 14px;
  color: #94070a;
  font-weight: bold;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .bookList:nth-child(2n) {
  margin-right: 0;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .findAllBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  border-radius: 8px;
  margin-top: 32px;
  background-color: #94070a;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#thought .feedbackWrap .feedback .rightWrap .bookWrap .findAllBtn .icon {
  width: 7px;
  margin-left: 12px;
}
#thought .dataCenterHome {
  position: relative;
  z-index: 7;
  width: 100%;
  padding: 60px 0 70px;
  background-color: #fff;
}
#thought .dataCenterHome .dataCenterCont {
  width: 1190px;
  margin: 0 auto;
}
#thought .dataCenterHome .dataCenterCont .dataCenter {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  border: 1px solid #d9d9d9;
  margin: 28px auto 0;
}
#thought .dataCenterHome .dataCenterCont .dataCenter .dataCenterList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
#thought .dataCenterHome .dataCenterCont .dataCenter .dataCenterList .icon {
  width: 40px;
  height: 40px;
}
#thought .dataCenterHome .dataCenterCont .dataCenter .dataCenterList .border {
  width: 40px;
  height: 4px;
  margin: 12px 0;
  background-color: #d9d9d9;
}
#thought .dataCenterHome .dataCenterCont .dataCenter .dataCenterList .txt {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .dataCenterHome .dataCenterCont .systemList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 82px;
  padding: 0 63px 0 23px;
  background-color: #f8f8f8;
  margin-top: 18px;
  box-sizing: border-box;
}
#thought .dataCenterHome .dataCenterCont .systemList .icon {
  width: 35px;
  height: 39px;
  margin-right: 22px;
  flex-shrink: 0;
}
#thought .dataCenterHome .dataCenterCont .systemList .icon img {
  width: 35px;
  height: 39px;
}
#thought .dataCenterHome .dataCenterCont .systemList .cont {
  width: 100%;
}
#thought .dataCenterHome .dataCenterCont .systemList .cont .title {
  font-size: 16px;
  color: #353535;
  line-height: 22px;
}
#thought .dataCenterHome .dataCenterCont .systemList .cont .size {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: 8px;
}
#thought .dataCenterHome .dataCenterCont .systemList .download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #94070A;
  border-radius: 6px;
  font-size: 14px;
  color: #94070A;
  flex-shrink: 0;
  margin-left: 40px;
}
#thought .dataCenterHome .dataCenterCont .systemList .download .icons {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}
#thought .opinionWrap {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 42px 0 50px;
  background-color: transparent;
}
#thought .opinionWrap .opinion {
  width: 1200px;
  margin: 0 auto;
}
#thought .opinionWrap .opinion .tags {
  display: flex;
  align-items: center;
  justify-content: center;
}
#thought .opinionWrap .opinion .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .opinionWrap .opinion .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .opinionWrap .opinion .tags .border:first-child {
  margin-left: 0;
}
#thought .opinionWrap .opinion .infoWrap {
  position: relative;
  width: 100%;
  padding: 16px 85px 0;
  box-sizing: border-box;
  margin-top: 20px;
}
#thought .opinionWrap .opinion .infoWrap .title {
  font-size: 24px;
  color: #000;
  line-height: 26px;
  font-weight: bold;
}
#thought .opinionWrap .opinion .infoWrap .desc {
  font-size: 14px;
  color: #888;
  line-height: 22px;
  margin-top: 16px;
}
#thought .opinionWrap .opinion .infoWrap .leftDot {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 42px;
}
#thought .opinionWrap .opinion .infoWrap .rightDot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 30px;
}
#thought .opinionWrap .opinion .peopleSwiper {
  display: flex;
  justify-content: center;
  width: 960px;
  height: 230px;
  margin: 45px auto 0;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-container {
  width: 704px;
  height: 230px;
  margin: 0 80px;
  overflow-x: hidden;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide {
  position: relative;
  width: 98px !important;
  height: 230px !important;
  flex-shrink: 0;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide .headImg {
  width: 72px;
  height: 72px;
  padding-top: 13px;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide .headImg img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  opacity: 0.6;
  user-select: none;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide .cont {
  display: none;
  position: absolute;
  top: 114px;
  left: -102px;
  width: 300px;
  text-align: center;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide .cont .name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide .cont .desc {
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  color: #808080;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide-active .headImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  padding-top: 0;
  border-radius: 50%;
  border: 3px solid #94070a;
  box-sizing: border-box;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide-active .headImg img {
  width: 72px;
  height: 72px;
  opacity: 1;
  border-radius: 50%;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-slide-active .cont {
  display: block;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-button-next3,
#thought .opinionWrap .opinion .peopleSwiper .swiper-button-prev3 {
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding-top: 25px;
}
#thought .opinionWrap .opinion .peopleSwiper .swiper-button-next3 img,
#thought .opinionWrap .opinion .peopleSwiper .swiper-button-prev3 img {
  width: 48px;
  height: 48px;
}
#thought .opinionWrap .opinion .findAllPeople {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  width: 150px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 20px;
}
#thought .opinionWrap .opinion .findAllPeople .icon {
  width: 7px;
  margin-left: 6px;
}
#thought .footerWrap {
  position: relative;
  width: 100%;
  height: 222px;
  /*background: none;*/
}
#thought .footerWrap .footerBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 750px;
  background-image: url('../images/bg/bg_mg_footer.png');
  background-size: auto;
  background-position: center center;
  z-index: -1;
}
#thought .footerWrap .footerCont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 222px;
  background-color: rgba(115, 0, 2, 0.8);
}
#thought .footerWrap .footerbg{
  background: #730002;
  height: 32px;
}
#thought .footerWrap .footerCont .footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 1300px;
  height: auto;
  padding-top: 38px;
  margin: 0 auto;
}
#thought .footerWrap .footerCont .footer .logo {
  width: 391px;
  height: 58px;
  padding-top: 20px;
}
#thought .footerWrap .footerCont .footer .logo img {
  width: 391px;
  height: 58px;
}
#thought .footerWrap .footerCont .footer .rightWrap {
  display: flex;
}
#thought .footerWrap .footerCont .footer .rightWrap .linkWrap .tag {
  font-size: 12px;
  color: #fff;
}
#thought .footerWrap .footerCont .footer .rightWrap .linkWrap .linkLine {
  display: flex;
}
#thought .footerWrap .footerCont .footer .rightWrap .linkWrap .link {
  width: 96px;
  margin: 16px 30px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
#thought .footerWrap .footerCont .footer .rightWrap .info {
  margin-left: 60px;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
}
#thought .mainBanner {
  width: 100%;
  height: 320px;
  padding-top: 168px;
  box-sizing: border-box;
  background-image: url('../images/banner/banner_mg_main.png');
  background-size: cover;
  background-position: center center;
}
#thought .mainBanner .cont {
  width: 1280px;
  margin: 0 auto;
}
#thought .mainBanner .cont .txt {
  position: relative;
  padding-left: 44px;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-left: 12px solid #94070a;
}
#thought .pageNewsWrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1360px;
  margin: 64px auto;
  /* padding-bottom: 64px; */
  min-height: 800px;
}
#thought .pageNewsWrap .rightWrap {
  width: 1046px;
}
/* middleHorizontalImg 中横向 尺寸273*156   smallVerticalImg小竖向 尺寸 77*96 */  
#thought .pageNewsWrap .rightWrap .middleHorizontalImg {
  width: 100%;
  /* padding-bottom: 30px; */
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom:24px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList:last-child {
  border-bottom: none; /* 移除最后一列的 border-bottom */
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .imgWrap {
  position: relative;
  width: 273px;
  height: 156px;
  margin-right: 12px;
  /* border-radius: 8px; */
  overflow: hidden;
  flex-shrink: 0;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .imgWrap img {
  width: 273px;
  height: 156px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .imgWrap .date {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 55px;
  height: 70px;
  background-color: #ad0000;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .imgWrap .date .day {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .imgWrap .date .year {
  font-size: 10px;
  color: #fff;
  line-height: 14.5px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .line {
  width: 24px;
  height: 1px;
  background: #D39797;
  border-radius: 0px 0px 0px 0px;
  margin: 4px 0px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .dateWrap {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  width: 55px;
  height: 70px;
  background: #94070A;
  margin-right: 12px;
  flex-shrink: 0;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .dateWrap .day {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .dateWrap .year {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .cont {
  width: 100%;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .cont .title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .cont .desc {
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 28px;
  margin-top: 12px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #ad0000;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap {
  width: 100%;
  /* padding-bottom: 30px; */
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom:24px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList:last-child {
  border-bottom: none; /* 移除最后一列的 border-bottom */
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .imgWrap {
  position: relative;
  width: 273px;
  height: 156px;
  margin-right: 12px;
  /* border-radius: 8px; */
  overflow: hidden;
  flex-shrink: 0;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .imgWrap img {
  width: 273px;
  height: 156px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .imgWrap .date {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 55px;
  height: 70px;
  background-color: #ad0000;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .imgWrap .date .day {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .imgWrap .date .year {
  font-size: 10px;
  color: #fff;
  line-height: 14.5px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .line {
  width: 24px;
  height: 1px;
  background: #D39797;
  border-radius: 0px 0px 0px 0px;
  margin: 4px 0px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .dateWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 55px;
  height: 70px;
  background: #94070A;
  margin-right: 12px;
  flex-shrink: 0;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .dateWrap .day {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .dateWrap .year {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .cont {
  width: 100%;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .cont .title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .cont .desc {
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 28px;
  margin-top: 12px;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #ad0000;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .newsImgWrap .newsImgList .cont .findDetail .icon {
  width: 5px;
  margin-left: 8px;
}
#thought .pageNewsWrap .rightWrap .middleHorizontalImg .newsImgList .cont .findDetail .icon {
  width: 5px;
  margin-left: 8px;
}
/* middleHorizontalImg 中横向 尺寸273*156   smallVerticalImg小竖向 尺寸 77*96 */  
#thought .pageNewsWrap .rightWrap .smallVerticalImg {
  width: 100%;
  /* padding-bottom: 30px; */
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom:24px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList:last-child {
  border-bottom: none; /* 移除最后一列的 border-bottom */
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .imgWrap {
  position: relative;
  width: 77px;
  height: 96px;
  margin-right: 12px;
  /* border-radius: 8px; */
  overflow: hidden;
  flex-shrink: 0;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .imgWrap img {
  width: 77px;
  height: 96px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .imgWrap .date {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 55px;
  height: 70px;
  background-color: #ad0000;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .imgWrap .date .day {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .imgWrap .date .year {
  font-size: 10px;
  color: #fff;
  line-height: 14.5px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .line {
  width: 24px;
  height: 1px;
  background: #D39797;
  border-radius: 0px 0px 0px 0px;
  margin: 4px 0px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .dateWrap {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  width: 55px;
  height: 70px;
  background: #94070A;
  margin-right: 12px;
  flex-shrink: 0;
  padding-left: 12px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .dateWrap .day {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .dateWrap .year {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .cont {
  width: 100%;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .cont .title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .cont .desc {
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 28px;
  margin-top: 12px;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #ad0000;
  font-weight: bold;
}
#thought .pageNewsWrap .rightWrap .smallVerticalImg .newsImgList .cont .findDetail .icon {
  width: 5px;
  margin-left: 8px;
}
#thought .pageNewsWrap .rightWrap .lineWrap{
  width: 950px;
  height: 0px;
  border: 1px solid #EDEDED;
  margin-top: 64px;
}
#thought .detailBanner {
  width: 100%;
  height: 320px;
  background-image: url('../images/bg/bg_mg_detail.png');
  background-size: cover;
  background-position: center center;
}
#thought .newsDetailBanner{
  position: relative;
  /* width: 1920px; */
}
#thought .newsDetailBanner .img {
  width: 100%;
  height: 366px;
  overflow: hidden;
}
#thought .newsDetailBanner .img img {
  width: 100%; 
  height: 100%;    
  object-fit: cover; /* 保持图片比例，裁剪多余部分 */
}
#thought .newsDetail {
  /* position: relative;
  z-index: 2; */
  width: 1200px;
  padding-bottom: 98px;
  /* margin: -194px auto 0; */
  margin: 0 auto;   
  text-align: center; 
}

#thought .newsDetail .title {
  font-size: 22px;
  color: #000;
  line-height: 40px;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}
#thought .newsDetail .subtitle {
  font-weight: bold;
  font-size: 24px;
  color: #101828;
  margin-top: 67px;
  text-align: left;
}
#thought .newsDetail .newDate {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 23px;
  color: #94070A;
  text-align: center;
}
#thought .newsDetail .rich {
  /* width: 810px; */
  margin: 0 auto;
  font-size: 16px;
  color: #475467;
  margin-top: 24px;
  line-height: 36px;
  text-align: left;
  font-weight: 400;
}
#thought .newsDetail .rich .richImgTag {
  margin-top: 16px;
  height: 48px;
}

#thought .newsDetail .rich .richImgTag .tagFont{
  font-weight: 400;
  font-size: 14px;
  color: #475467;
  line-height: 20px;
}

#thought .newsDetail .rich p {
  margin-bottom: 24px;
}
#thought .newsDetail .recommend {
  margin-top: 98px;
  padding-top: 48px;
  border-top: 1px solid #EAECF0;
}
#thought .newsDetail .recommend .tags {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 26px;
  color: #101828;
  line-height: 48px;
}
#thought .newsDetail .recommend .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .newsDetail .recommend .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .newsDetail .recommend .tags .border:first-child {
  margin-left: 0;
}
#thought .newsDetail .recommend .news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 48px;
}
#thought .newsDetail .recommend .news .newsList {
  display: flex;
  width: 584px;
  height: 140px;
  /* margin-top: 24px; */
  margin-right: 32px;
}
#thought .newsDetail .recommend .news .newsList .img {
  width: 260px;
  height: 140px;
  /* margin-right: 24px; */
  /* border-radius: 8px; */
  flex-shrink: 0;
  margin-right: 12px;
}
#thought .newsDetail .recommend .news .newsList .newsListImgTag{
  text-align: left;
  width: 312px;
  display: flex;
  flex-direction: column; /* 确保子元素在垂直方向堆叠 */
  height: 100%; 
}
#thought .newsDetail .recommend .news .newsList .newsListImgTag .ImgData{
  font-weight: 400;
  font-size: 14px;
  color: #94070A;
  line-height: 20px;
}
#thought .newsDetail .recommend .news .newsList .newsListImgTag .imgTitles{
  font-weight: bold;
  font-size: 22px;
  color: #101828;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 8px;
}
#thought .newsDetail .recommend .news .newsList .titles {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #475467;
  text-align: left;
  font-weight: bold;
  font-weight: 400;
}
#thought .newsDetail .recommend .news .newsList:nth-child(2n) {
  margin-right: 0;
}
#thought .pageLeftTab {
  width: 202px;
  padding: 4px 0;
  margin-left: 40px;
  background-color: #94070a;
}
#thought .pageLeftTab .leftTabList {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
}
#thought .pageLeftTab .leftTabList span {
  position: relative;
  z-index: 2;
}
#thought .pageLeftTab .leftTabList .cover {
  position: absolute;
  top: 0;
  left: -40px;
  width: 224px;
  height: 60px;
  opacity: 0;
  transition: 0.3s;
  background-color: #730002;
}
#thought .pageLeftTab .leftTabList:hover .cover,
#thought .pageLeftTab .active .cover {
  opacity: 1;
}
#thought .pageBaseAbout {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1360px;
  margin: 32px auto 0;
  padding-bottom: 50px;
}
#thought .pageBaseAbout .rightWrap {
  position: relative;
  display: flex;
  width: 1046px;
}

#thought .pageBaseAbout .rightWrap .peopleWrap{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
  border-radius: 16px;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .headWrap{
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .headWrap .title{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 24px;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .tag{
  padding: 12px;
  background-color: #94070A;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin:28px 0;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .tag:first-child{
  margin-top: 0;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .textConts{
  padding-left: 50px;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .textConts .texts{
  margin-bottom: 16px;
  font-size: 16px;
  color: #740002;
  font-weight: bold;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .textConts .texts:last-child{
  margin-bottom: 0;
}
#thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .textConts .texts .txt, #thought .pageBaseAbout .rightWrap .peopleWrap .peopleCont .textConts .texts .txt a{
  color: #666;
  padding-bottom: 8px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}




#thought .pageBaseAbout .rightWrap .tags {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#thought .pageBaseAbout .rightWrap .tags .border {
  margin-left: 16px;
  width: 2px;
  height: 8px;
  background-color: rgba(173, 0, 0, 0.2);
}
#thought .pageBaseAbout .rightWrap .tags .txt {
  margin-left: 16px;
  font-size: 16px;
  color: #94070a;
  font-weight: bold;
  line-height: 20px;
}
#thought .pageBaseAbout .rightWrap .tags .border:first-child {
  margin-left: 0;
}
#thought .pageBaseAbout .rightWrap .banner {
  width: 376px;
  height: 552px;
  margin-right: 32px;
  flex-shrink: 0;
}
#thought .pageBaseAbout .rightWrap .banner img {
  width: 376px;
  height: 552px;
  border-radius: 8px;
}
#thought .pageBaseAbout .rightWrap .contWrap {
  width: 100%;
  padding-top: 8px;
}
#thought .pageBaseAbout .rightWrap .contWrap .title {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  margin-top: 28px;
}
#thought .pageBaseAbout .rightWrap .contWrap .label {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 48px;
}
#thought .pageBaseAbout .rightWrap .contWrap .desc {
  font-size: 13px;
  line-height: 20px;
  color: #333;
  text-align: justify;
}
#thought .pageBaseAbout .rightWrap .contWrap .desc p {
  margin-top: 16px;
}
#thought .pageBaseAbout .rightWrap .bottomBg {
  position: absolute;
  bottom: -200px;
  left: -23px;
  width: 1147px;
  height: 235px;
  background-image: url('../images/bg/bg_mg_about.png');
  background-size: cover;
}
#thought .pageBaseAbout .rightWrap .infoLine {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
#thought .pageBaseAbout .rightWrap .infoLine .icon {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  flex-shrink: 0;
}
#thought .pageBaseAbout .rightWrap .infoLine .icon img {
  width: 100%;
}
#thought .pageBaseAbout .rightWrap .infoLine .cont {
  width: 100%;
}
#thought .pageBaseAbout .rightWrap .infoLine .cont .title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
}
#thought .pageBaseAbout .rightWrap .infoLine .cont .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  margin-top: 12px;
}
#thought .pageBaseAbout .rightWrap .infoLine .cont .desc a {
  color: rgba(0, 0, 0, 0.8);
}
#thought .pageBaseAbout .rightWrap .infoLine .cont .desc a:hover {
  color: #BD3333;
  text-decoration: underline;
  font-weight: bold;
}
#thought .pageBaseAbout .rightWrap .crumb {
  font-size: 16px;
  color: #bfbfbf;
  font-weight: bold;
  line-height: 20px;
}
#thought .pageBaseAbout .rightWrap .crumb a {
  color: #bfbfbf;
}
#thought .pageBaseAbout .rightWrap .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 28px;
  color: #000;
}
#thought .pageBaseAbout .rightWrap .teacherTag {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  margin-top: 16px;
  border-bottom: 2px solid #ad0000;
}
#thought .pageBaseAbout .rightWrap .text {
  font-size: 13px;
  color: #333;
  margin-top: 16px;
  line-height: 20px;
}
#thought .pageBaseAbout .rightWrap .textCont {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 20px;
  letter-spacing: 2px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #fff;
  min-height: 800px;
}
#thought .pageBaseAbout .rightWrap .textCont p {
  margin-bottom: 20px;
}
#thought .pageBaseAbout .rightWrap .textCont p:last-child {
  margin-bottom: 0;
}
#thought .pb500 {
  padding-bottom: 500px;
}
#thought .dataCenterWrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1360px;
  margin: 32px auto 0;
  padding-bottom: 30px;
}
#thought .dataCenterWrap .rightWrap {
  position: relative;
  width: 1046px;
}
#thought .dataCenterWrap .rightWrap .rightTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#thought .dataCenterWrap .rightWrap .rightTop .dataTab {
  display: flex;
  width: 888px;
  height: 33px;
  border-bottom: 1px solid #bfbfbf;
}
#thought .dataCenterWrap .rightWrap .rightTop .dataTab .dataTabList {
  height: 33px;
  line-height: 21px;
  font-size: 16px;
  color: #d9d9d9;
  font-weight: bold;
  margin-right: 54px;
  cursor: pointer;
  box-sizing: border-box;
}
#thought .dataCenterWrap .rightWrap .rightTop .dataTab .dataTabList:hover,
#thought .dataCenterWrap .rightWrap .rightTop .dataTab .active {
  color: #ad0000;
  border-bottom: 4px solid #ad0000;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap {
  display: flex;
  width: 868px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 50px;
  font-size: 16px;
  color: #888;
  flex-shrink: 0;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  background-color: #eae6e6;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .icon {
  width: 14px;
  margin-left: 12px;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .select {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 8px 0;
  width: 100%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background-color: #fff;
}

#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .select.show {
    display: block;
}

#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .select .selectList {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .select .selectList:hover,
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .selectWrap .select .active {
  background-color: #ad0000;
  color: #fff;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .ipt {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 12px;
  box-sizing: border-box;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchWrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  background-color: #94070a;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  color: #ad0000;
  border: 2px solid #ad0000;
}
#thought .dataCenterWrap .rightWrap .rightTop .searchBtn .icon {
  width: 7px;
  margin-left: 12px;
}
#thought .dataCenterWrap .rightWrap .bookWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -12px;
  min-height: 800px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList {
  display: flex;
  width: 480px;
  margin-top: 40px;
  margin-right: 80px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .bookImg {
  width: 90px;
  height: 118px;
  margin-right: 20px;
  flex-shrink: 0;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .bookImg img {
  width: 100%;
  height: 118px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont {
  width: 100%;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont .title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont .nameWrap {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  line-height: 21px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont .findDetail .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList .cont .findDetail .txt {
  font-size: 14px;
  color: #94070a;
  font-weight: bold;
}
#thought .dataCenterWrap .rightWrap .bookWrap .bookList:nth-child(2n) {
  margin-right: 0;
}
#thought .expertOpinion {
  position: relative;
  z-index: 3;
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 400px;
}
#thought .expertOpinion .expertWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
#thought .expertOpinion .expertWrap li {
  margin: 32px 32px 0 0;
}
#thought .expertOpinion .expertWrap .expertList {
  display: flex;
  width: 432px;
  height: 300px;
  /*background-color: #ad0000;*/
}
#thought .expertOpinion .expertWrap .expertList .expertImg {
  width: 216px;
  height: 300px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background-image: url(../images/bg/bg_teacher.png);
  background-size: cover;
}

#thought .expertOpinion .expertWrap .expertList .expertImg .imgWrap {
  width: 149px;
  height: 149px;
  padding: 14px;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: cover;
  background-image: url(../images/bg/bg_avatar.png);
}

#thought .expertOpinion .expertWrap .expertList .expertImg .imgWrap img {
  width: 121px;
  height: 121px;
  border-radius: 50%;
}

#thought .expertOpinion .expertWrap .expertList .expertImg .name {
  font-size: 28px;
  color: #fff;
  line-height: 32px;
  margin-top: 16px;
}
#thought .expertOpinion .expertWrap .expertList .expertImg .en {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  margin-top: 8px;
}
#thought .expertOpinion .expertWrap .expertList .cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 216px;
  height: 300px;
  padding: 25px 25px 0;
  box-sizing: border-box;
  background-color: #FFF5F5;
}
#thought .expertOpinion .expertWrap .expertList .cont .border {
  width: 85px;
  margin-top: 12px;
}
#thought .expertOpinion .expertWrap .expertList .cont .text {
  width: 100%;
  font-size: 13px;
  color: #9b6a6a;
  line-height: 26px;
  margin-top: 16px;
}
#thought .expertOpinion .expertWrap .expertList .cont::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 82px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #FFF5F5;
}

#thought .expertOpinion .expertWrap .expertList .cont .tags {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
#thought .expertOpinion .expertWrap .expertList .cont .tags::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #94070a;
}



#thought .expertOpinion .expertWrap .expertList .imgRight::before {
  left: auto;
  right: -10px;
}
#thought .expertOpinion .expertWrap li:nth-child(3n) {
  margin-right: 0;
}

/* ******** 专家观点列表页-无图样式-开始 ******** */
#thought .expertOpinionList {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
}
#thought .expertOpinionList li {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 1px solid #f0f0f0;
}
.expertOpinionList li a {
  color: inherit; /* 继承文本颜色 */
  display: flex;
  width: 100%;
  align-items: center;
}
#thought .expertOpinionList li .icon {
  width: 13px;
  height: 10px;
  margin-right: 4px;
  flex-shrink: 0;
}
#thought .expertOpinionList li .txt {
  width: 100%;
  color: #353535;
}

#thought .expertOpinionList li .date {
  color: #999;
  margin-left: 16px;
  flex-shrink: 0;
}

/* ******** 专家观点列表页-无图样式-结束 ******** */


#thought .expertViewOpinion {
  position: relative;
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 123px;
}
#thought .expertPeople{
  margin-top: 75px;
  height: 186px;
  /* border: 1px dashed #999; */
  display: flex;
  align-items: center;
  background-image: url(../images/bg/bg_wx_card4.png);
  /* justify-content: center;  */
}
#thought .expertPeople .experPeopleImg{
  border: 1px dashed #999;
  flex: 0 0 auto; 
  width: 128px; 
  height: 128px; 
  border-radius: 50%; 
  overflow: hidden; 
  margin-left: 29px; 
  margin-right: 24px;
}
#thought .expertPeople img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#thought .expertPeople .experName .name1{
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 30px;
  text-align: left;
}

#thought .expertPeople .experName .name2{
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}
#thought .expertPeople .line{
  width: 1px;
  height: 108px;
  background: #EDEDED;
  margin-left: 88px;
  margin-right: 64px;
}
#thought .expertPeople .sentence{
  width: 739px;
  text-align: center;
}
#thought .expertPeople .sentence img{
  width: 25px;
  height: 28px;
}
#thought .expertPeople .sentence .sentenceInfo{
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
#thought .expertPeople .sentence .imgLeft{
  text-align: left; 
}
#thought .expertPeople .sentence .imgRight{
  text-align: right;
}
#thought .expertViewOpinion .expertTag{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  border-left:2px solid #94070A;
  margin-top: 48px;
  padding-left: 4px;

}
#thought .expertViewOpinion  .expertTagLine{
  width: 1200px;
  height: 1px;
  border-bottom: 1px solid #EDEDED;
  margin: 16px 0 24px 0;
}
#thought .expertViewOpinion .expertInfo p{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
}

#thought .searchWraps {
    width: 100%;
    padding: 64px 0 40px;
    background-image: url('../images/bg/bg_page_main.png');
    background-size: 100% auto;
}
#thought .searchWraps .news {
  width: 1200px;
  margin: 0 auto;
}
#thought .searchWraps .news .newsTabWrap {
  margin-top: 64px;
  min-height: 800px;
}
#thought .searchWraps .news .newsListWrap li {
  margin-bottom: 20px;
}
#thought .searchWraps .news .newsListWrap .newsList {
  display: flex;
  width: 1200px;
  height: 188px;
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#thought .searchWraps .news .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#thought .searchWraps .news .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#thought .searchWraps .news .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#thought .searchWraps .news .newsListWrap .newsList .img {
  width: 240px;
  height: 140px;
  margin-right: 24px;
  flex-shrink: 0;
}
#thought .searchWraps .news .newsListWrap .newsList .img img {
  width: 240px;
  height: 140px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont {
  /* width: 100%; */
  margin: 0px 24px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .title {
  font-weight: bold;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .desc {
  font-weight: 400;
  font-size: 14px;
  color: #475467;
  line-height: 28px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .time {
  font-weight: 400;
  font-size: 14px;
  color: #94070A;
  line-height: 20px;
  text-align: left;
  margin-bottom: 12px;
}
#thought .searchWraps .news .newsListWrap li:last-child {
  margin-bottom: 60px;
}
#thought .searchWrapBox {
  display: flex;
  width: 728px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #94070A;
  margin: 0 auto;
  overflow: hidden;
}
#thought .searchWrapBox .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 60px;
  outline: 0;
  border: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  cursor: pointer;
  background: #94070A;
  border-radius: 0px 8px 8px 0px;
  }
#thought .searchWrapBox .iptWrap {
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
#thought .searchWrapBox .iptWrap .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}
#thought .searchWrapBox .iptWrap .ipt {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 24px;
  text-align: left;
}
#thought .indexBookListWrap{
  position: relative;
}
#thought .indexBookListWrap .bookWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -12px;
  margin-top: 10px;
}
#thought .indexBookListWrap .bookWrap .bookCont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#thought .indexBookListWrap .bookWrap .bookList {
  display: flex;
  width: 48%;
  margin-right: 20px;
  margin-top: 20px;
}
#thought .indexBookListWrap .bookWrap .bookList .bookImg {
  position: relative;
  width: 96px;
  height: 118px;
  margin-right: 16px;
}
#thought .indexBookListWrap .bookWrap .bookList .bookImg img {
  width: 96px;
  height: 118px;
}
#thought .indexBookListWrap .bookWrap .bookList .bookImg .label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 68px;
  height: 28px;
  background-color: #94070a;
  font-size: 12px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}
#thought .indexBookListWrap .bookWrap .bookList .cont .title {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
#thought .indexBookListWrap .bookWrap .bookList .cont .name {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  line-height: 18px;
}
#thought .indexBookListWrap .bookWrap .bookList .cont .findDetail {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#thought .indexBookListWrap .bookWrap .bookList .cont .findDetail .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#thought .indexBookListWrap .bookWrap .bookList .cont .findDetail .txt {
  font-size: 14px;
  color: #94070a;
  font-weight: bold;
}
#thought .indexBookListWrap .bookWrap .bookList:nth-child(2n) {
  margin-right: 0;
}
#thought .indexBookListWrap .bookWrap .findAllBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  border-radius: 8px;
  margin-top: 32px;
  background-color: #94070a;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
  #thought .indexBookListWrap .bookWrap .findAllBtn .icon {
    width: 7px;
    margin-left: 12px;
  }
  #thought .tagsMore{
    position: absolute;
    top:-50px;
    right: 0px;
  }
  #thought  #reportVideo {
    width: 100%;
    height: 680px;
    margin: 20px 0;
    border-radius: 16px;
    background-color: #000;
  }
  #thought  .videoTitle {
    font-size: 18px;
    color: #353535;
    line-height: 30px;
    font-weight: bold;
  }
  #thought .videoTag{
    font-size: 14px;
    line-height: 30px;
    color: #757070;
    margin-top: 5px;
  }

#thought .expertViewOpinion {
  position: relative;
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 123px;
} 

#thought .expertViewOpinion .expertTag{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  border-left:2px solid #94070A;
  margin-top: 48px;
  padding-left: 4px;

}
#thought .expertViewOpinion  .expertTagLine{
  width: 1200px;
  height: 1px;
  border-bottom: 1px solid #EDEDED;
  margin: 16px 0 24px 0;
}
#thought .expertViewOpinion .expertInfo p{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 15px;
}

#thought .expertViewOpinion {
  position: relative;
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 123px;
}
#thought .expertPeople{
  width: 1200px;
  margin-top: 75px;
  height: 186px;
  border: 1px dashed #999;
  display: flex;
  align-items: center;
  /* justify-content: center;  */
}
#thought .expertPeople .experPeopleImg{
  border: 1px dashed #999;
  flex: 0 0 auto; 
  width: 128px; 
  height: 128px; 
  border-radius: 50%; 
  overflow: hidden; 
  margin-left: 29px; 
  margin-right: 24px;
}
#thought .expertPeople img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#thought .expertPeople .experName .name1{
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 30px;
  text-align: left;

}
#thought .expertPeople .experName .name2{
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}
#thought .expertPeople .line{
  width: 1px;
  height: 108px;
  background: #EDEDED;
  margin-left: 88px;
  margin-right: 64px;
}
#thought .expertPeople .sentence{
  width: 739px;
  text-align: center;
}
#thought .expertPeople .sentence img{
  width: 25px;
  height: 28px;
}
#thought .expertPeople .sentence .sentenceInfo{
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
#thought .expertPeople .sentence .imgLeft{
  text-align: left;
}
#thought .expertPeople .sentence .imgRight{
  text-align: right;
}
#thought .expertViewOpinion .expertTag{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  border-left:2px solid #94070A;
  margin-top: 48px;
  padding-left: 4px;

}
#thought .expertViewOpinion  .expertTagLine{
  width: 1200px;
  height: 1px;
  border-bottom: 1px solid #EDEDED;
  margin: 16px 0 24px 0;
}
#thought .expertViewOpinion .expertInfo p{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 15px;
}
#thought .searchWraps {
  width: 100%;
  padding: 64px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#thought .searchWraps .news {
  width: 1200px;
  margin: 0 auto;
}
#thought .searchWraps .news .newsListWrap li {
  margin-bottom: 20px;
}
#thought .searchWraps .news .newsListWrap .newsList {
  display: flex;
  width: 1200px;
  height: 188px;
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#thought .searchWraps .news .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#thought .searchWraps .news .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#thought .searchWraps .news .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#thought .searchWraps .news .newsListWrap .newsList .img {
  width: 240px;
  height: 140px;
  margin-left: 24px;
  flex-shrink: 0;
}
#thought .searchWraps .news .newsListWrap .newsList .img img {
  width: 240px;
  height: 140px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont {
  /* width: 100%; */
  margin: 0px 24px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .title {
  font-weight: bold;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .desc {
  font-weight: 400;
  font-size: 14px;
  color: #475467;
  line-height: 28px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .time {
  font-weight: 400;
  font-size: 14px;
  color: #94070A;
  line-height: 20px;
  text-align: left;
  margin-bottom: 12px;
}
#thought .searchWraps .news .newsListWrap li:last-child {
  margin-bottom: 60px;
}
#thought .searchWrapBox {
  display: flex;
  width: 728px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #94070A;
  margin: 0 auto;
  overflow: hidden;
}
#thought .searchWrapBox .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 60px;
  outline: 0;
  border: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  cursor: pointer;
  background: #94070A;
  border-radius: 0px 8px 8px 0px;
  }
#thought .searchWrapBox .iptWrap {
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
#thought .searchWrapBox .iptWrap .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}
#thought .searchWrapBox .iptWrap .ipt {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 24px;
  text-align: left;
}
.tabcontent{
  display: none;
}

#thought .searchWraps {
  width: 100%;
  padding: 64px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#thought .searchWraps .news {
  width: 1200px;
  margin: 0 auto;
}
#thought .searchWraps .news .newsListWrap li {
  margin-bottom: 20px;
}
#thought .searchWraps .news .newsListWrap .newsList {
  display: flex;
  width: 1200px;
  height: 188px;
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#thought .searchWraps .news .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#thought .searchWraps .news .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#thought .searchWraps .news .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#thought .searchWraps .news .newsListWrap .newsList .img {
  width: 240px;
  height: 140px;
  margin-right: 24px;
  flex-shrink: 0;
}
#thought .searchWraps .news .newsListWrap .newsList .img img {
  width: 240px;
  height: 140px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont {
  /* width: 100%; */
  margin: 0px 24px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .title {
  font-weight: bold;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .desc {
  font-weight: 400;
  font-size: 14px;
  color: #475467;
  line-height: 28px;
}
#thought .searchWraps .news .newsListWrap .newsList .cont .time {
  font-weight: 400;
  font-size: 14px;
  color: #94070A;
  line-height: 20px;
  text-align: left;
  margin-bottom: 12px;
}
#thought .searchWraps .news .newsListWrap li:last-child {
  margin-bottom: 60px;
}
#thought .searchWrapBox {
  display: flex;
  width: 728px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #94070A;
  margin: 0 auto;
  overflow: hidden;
}
#thought .searchWrapBox .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 60px;
  outline: 0;
  border: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  cursor: pointer;
  background: #94070A;
  border-radius: 0px 8px 8px 0px;
  }
#thought .searchWrapBox .iptWrap {
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
#thought .searchWrapBox .iptWrap .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}
#thought .searchWrapBox .iptWrap .ipt {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #475467;
  line-height: 24px;
  text-align: left;
}

#thought .isShow{
  display: none;
}

.expertPeople .experName .name3 {
  font-size: 12px;
  margin-top: 10px;
  color: #000;
  width: 100px;
}