.wrapper {
  width: 1100px;
  margin: auto;
}
.content-list {
  display: flex;
  flex-direction: row;
}
.content-list div:first-child {
  margin-right: 45px;
}
.content-list > div {
  width: 540px;
}
.more {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  text-align: right;
}
.more::after {
  content: " ";
  position: relative;
  display: inline-block;
  background: url(../img/to-right-double.png) no-repeat;
  width: 12px;
  height: 12px;
}
.more a {
  font-size: 14px;
  color: var(--theme-color);
  margin-right: 6px;
}
.toIndex {
  color: #333;
}
.nav {
  padding-top: 35px;
  background-color: #fbf9fd;
}
.nav .nav-list {
  display: flex;
  justify-content: center;
}
.nav .nav-list li {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.nav .nav-list li a {
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 600;
}
.nav .nav-list li.active {
  background-color: #fff3e4;
  border-bottom: 3px solid var(--theme-color);
}
.nav .nav-list li:not(:last-child):not(.active)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 26px;
  right: -1px;
  bottom: 15px;
  background: url(../img/vertical-line.png) no-repeat;
}
.mm20-tilte {
  position: relative;
  height: 56px;
  line-height: 56px;
}
.mm20-tilte .mm20-title-img-box {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mm20-tilte h2 {
  z-index: 10;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: 5px;
  top: 2px;
  font-size: 30px;
  font-weight: 400;
}
.mm20-tilte .span-h2 {
  top: -8px;
}
.mm20-tilte .more {
  top: 10px;
}
.list-no-tilte li {
  line-height: 1.75;
}
.list-no-tilte li::before {
  content: " ";
  display: inline-block;
  background: url(../img/pink-dot-pc.png) no-repeat;
  width: 10px;
  height: 10px;
}
.list-no-tilte li a {
  color: #333;
  font-size: 18px;
  margin-left: 6px;
  line-height: 1.75;
}
.list-with-title {
  margin-top: 25px;
}
.list-with-title .title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}
.list-with-title .title .txt {
  background: url(../img/slash-pc.png) left center no-repeat;
  background-size: 26px 30px;
}
.list-with-title .title .txt h3 {
  font-size: 24.88px;
  padding-left: 35px;
  font-weight: 400;
  color: var(--theme-color);
}
.list-with-title .title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.list-with-title .title .more::after {
  content: " ";
  left: -5px;
}
.list-with-title .title .more a {
  font-size: 18px;
}
.list-with-title li:not(.title) {
  position: relative;
  line-height: 40px;
}
.list-with-title li:not(.title)::before {
  content: " ";
  display: inline-block;
  background: url(../img/dot-pc.png) no-repeat;
  width: 10px;
  height: 12px;
  line-height: 1.75;
}
.list-with-title li:not(.title) a {
  display: inline-block;
  font-size: 19.23px;
  line-height: 1.75;
  color: #333;
  margin-left: 12px;
}
.list-with-title li:not(.title) .time {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 15.83px;
  color: #333;
}
.focus-news {
  margin-top: 45px;
}
.focus-news .news-content {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
}
.focus-news .news-content .s1 {
  width: 560px;
}
.focus-news .news-content .s1 .img-box {
  height: 299px;
  overflow: hidden;
}
.focus-news .news-content .s1 .swiper-tip {
  z-index: 10;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 0 20px 12px;
  background-color: rgba(20, 21, 15, 0.5);
}
.focus-news .news-content .s1 .swiper-tip .info {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.focus-news .news-content .right-news {
  width: 550px;
  padding-left: 45px;
}
.focus-news .news-content .right-news .clear-news {
  padding-bottom: 25px;
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 25px;
}
.focus-news .news-content .right-news .clear-news h3 {
  font-size: 22.62px;
  color: var(--theme-color);
  margin-bottom: 25px;
}
.focus-news .news-content .right-news .clear-news p {
  font-size: 18px;
  line-height: 28px;
}
.focus-news .news-content .right-news .clear-news p a {
  display: inline-block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  margin-left: 20px;
}
.focus-news .news-content .right-news .focus-news-simple-list {
  position: relative;
}
.mm20-report {
  position: relative;
  background: url(../img/report-bg-pc.jpg) left bottom no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 540px;
  margin-top: 60px;
}
.mm20-report .view-all {
  color: #ff4d3a;
  text-align: right;
  display: block;
  font-size: 20px;
}
.mm20-report .report-wrapper {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  width: 1200px;
  height: 502px;
  background: url(../img/inner-report-bg.png) center center no-repeat;
  background-size: contain;
}
.mm20-report .report-wrapper .report-desc {
  position: relative;
  width: 581px;
  left: 35%;
  top: 114px;
}
.mm20-report .report-wrapper .report-desc p {
  font-size: 23.23px;
  font-style: italic;
  line-height: 2em;
  font-weight: 600;
  margin-top: 48px;
}
.feellings {
  margin: 35px 0;
}
.feellings .content-list .list-no-tilte {
  margin-top: 30px;
}
.feellings .content-list .list-no-tilte li {
  position: relative;
  line-height: 40px;
}
.feellings .content-list .list-no-tilte li::before {
  content: " ";
  display: inline-block;
  background: url(../img/dot-pc.png) no-repeat;
  width: 10px;
  height: 15px;
  line-height: 15px;
}
.feellings .content-list .list-no-tilte li a {
  display: inline-block;
  font-size: 19.23px;
}
.feellings .content-list .list-no-tilte li .time {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 15.83px;
  color: #333;
}
.local-dynamics {
  padding: 45px 0;
  background: url(../img/local-study-bg-pc.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.study-garden {
  background: url(../img/study-garden-bg-pc.jpg) bottom no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.study-garden .content-list .list-no-tilte {
  margin-top: 30px;
}
.study-garden .content-list .list-no-tilte li {
  position: relative;
  line-height: 40px;
}
.study-garden .content-list .list-no-tilte li::before {
  content: " ";
  display: inline-block;
  background: url(../img/dot-pc.png) no-repeat;
  width: 10px;
  height: 15px;
  line-height: 15px;
}
.study-garden .content-list .list-no-tilte li a {
  display: inline-block;
  font-size: 19.23px;
  line-height: 1.75;
  margin-left: 6px;
}
.study-garden .content-list .list-no-tilte li .time {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 15.83px;
  color: #333;
}
.bread-crumb {
  font-size: 16px;
  color: #a8a8a8;
}
.bread-crumb .crumb-focus {
  color: var(--theme-color);
}
.focus-news-list {
  margin-top: 40px;
  margin-bottom: 70px;
}
.focus-news-list .focus-news-item {
  display: flex;
  flex-direction: row;
  padding: 36px 0 30px 0;
  background: url(../img/right-top-trangle.png) right top no-repeat;
  background-size: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.focus-news-list .focus-news-item .front-date {
  width: 150px;
}
.focus-news-list .focus-news-item .front-date .year-month {
  line-height: 1.75;
  padding-left: 30px;
  text-align: left;
  border-left: 3px solid var(--theme-color);
}
.focus-news-list .focus-news-item .front-date .year-month span {
  font-size: 22px;
  font-weight: 550;
  color: var(--theme-color);
}
.focus-news-list .focus-news-item .front-date .day {
  font-size: 44.39px;
  font-weight: 600;
  color: var(--theme-color);
  text-align: center;
}
.focus-news-list .focus-news-item .end-content {
  width: 890px;
}
.focus-news-list .focus-news-item .end-content h3 {
  line-height: 1.75;
  font-size: 20px;
  color: #333;
}
.focus-news-list .focus-news-item .end-content p {
  line-height: 1.75;
  font-size: 16px;
  color: #333;
}
.focus-news-list .focus-news-item .end-content .more {
  position: static;
  margin-top: 20px;
}
.list-focus-news {
  padding-top: 45px;
  padding-bottom: 170px;
  background: url(../img/list-pc-bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.news-detail-content {
  padding-top: 45px;
  padding-bottom: 170px;
  background: url(../img/list-pc-bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.newsline {
  z-index: 999;
  background: url("../img/container-top-both-bg-pc.png") repeat-x left top;
  background-color: #fff;
  width: 100%;
  height: 40px;
  margin-top: 22px;
}
.detail-content {
  z-index: 1;
}
.detail-content .news-demo {
  background: #fff;
}
.detail-content .news-demo .news-demo-th h2 {
  text-align: center;
  font-size: 24px;
}
.detail-content .news-demo .news-demo-in h5 {
  color: #808080;
  padding: 45px 45px 14px 45px;
  border-bottom: 1px dashed #ebebeb;
  font-weight: normal;
  font-size: 14px;
}
.detail-content .news-demo .news-demo-in h5 a {
  color: #b61d22;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
  letter-spacing: 0;
  border-bottom: 1px solid var(--theme-color);
}
.detail-content .news-demo .news-demo-in h5 span {
  float: right;
  font-size: 14px;
}
.detail-content .news-demo .news-demo-in h5 span a {
  color: #808080;
  font-size: 14px;
  cursor: pointer;
}
.detail-content .news-demo .news-demo-in .news-demo-details {
  padding: 30px 45px;
}
.detail-content .news-demo .news-demo-in .news-demo-details p:not(.detail-img) {
  font-size: 16px !important;
  margin-bottom: 30px;
  line-height: 1.75em;
  text-indent: 2em !important;
  color: #000;
}
.detail-content .news-demo .news-demo-in .news-demo-details p:not(.detail-img).edit {
  height: 36px;
}
.detail-content .news-demo .news-demo-in .news-demo-details p:not(.detail-img).edit span {
  float: right;
}
.detail-content .news-demo .news-demo-in .news-demo-details .detail-img {
  margin: auto;
  margin-bottom: 20px;
}
.detail-content .news-demo .news-demo-in .news-demo-details .figuration {
  text-align: center;
  margin-bottom: 55px;
}
.detail-content .news-demo .news-demo-in .news-demo-details .news-demo-footer {
  text-align: center;
}
.detail-content .news-demo .news-demo-in .news-demo-details .news-demo-footer .printPage {
  display: inline-block;
  color: #fff;
  background: #b7b7b7;
  padding: 14px 12px;
  text-indent: 0;
  margin-right: 15px;
}
.detail-content .news-demo .news-demo-in .news-demo-details .news-demo-footer .returnIndex {
  display: inline-block;
  color: #fff;
  background: #b7b7b7;
  padding: 14px 12px;
  text-indent: 0;
}
.detail-content .news-demo .news-demo-in .news-demo-details .news-demo-footer .returnTop {
  display: none;
}
.inner-feel {
  padding-top: 45px;
  padding-bottom: 170px;
  background: url(../img/list-pc-bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.inner-feel .bread-crumb {
  background-color: #f9f9f9;
  padding-bottom: 40px;
}
.inner-feel .newsline {
  margin-top: 0;
}
.inner-feel .inner-feel-wrapper {
  padding-bottom: 80px;
  background-color: #fff;
}
.inner-feel .inner-feel-wrapper .feeling-list {
  padding: 0 40px;
  margin-bottom: 60px;
}
.inner-feel .inner-feel-wrapper .feeling-list .list-no-tilte li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 2;
  border-bottom: 2px dashed #f3f3f3;
}
.inner-feel .inner-feel-wrapper .feeling-list .list-no-tilte li::before {
  content: " ";
  display: inline-block;
  background: url(../img/news-list-icon-pc.png) no-repeat;
  width: 18px;
  height: 18px;
}
.inner-feel .inner-feel-wrapper .feeling-list .list-no-tilte li a {
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  width: 750px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-feel .inner-feel-wrapper .feeling-list .list-no-tilte li .time {
  position: absolute;
  right: 0;
  line-height: 2;
  font-size: 16px;
  color: var(--theme-color);
}
.local-dynamics-list {
  padding-top: 45px;
  padding-bottom: 170px;
  background: url(../img/list-pc-bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.local-dynamics-list .bread-crumb {
  background-color: #f9f9f9;
  padding-bottom: 40px;
}
.local-dynamics-list .newsline {
  margin-top: 0;
}
.local-dynamics-list .local-dynamics-wrapper {
  background-color: #fff;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container {
  padding: 0 32px 90px 32px;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title {
  width: 480px;
  margin-top: 20px;
  overflow: hidden;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title .title {
  font-size: 24.88px;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title .title .more {
  position: absolute;
  right: 0;
  bottom: -5px;
  display: inline-block;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title .title .more::after {
  content: " ";
  left: -5px;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title .title .more a {
  font-size: 18px;
}
.local-dynamics-list .local-dynamics-wrapper .local-dynamics-container .dynamics-list .list-with-title li:not(.title) a {
  margin-left: 6px;
}
