:root {
  --theme-color: #a6080f;
}

html {
  min-height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main {
  height: fit-content;
  min-height: 100vh;
  background-image: url(../images/footer.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

main a {
  color: #000;
  text-decoration: none;
}

main img.banner {
  width: 100%;
}

main img.njupt-logo {
  width: 300px;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}

main h2 {
  font-family: SourceHanSerifSC;
}

.content-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  gap: 15px;
  row-gap: 4em;
  padding: 50px 13%;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgb(249, 246, 240) 35%, rgb(244, 234, 219) 70%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .content-container {
    display: flex;
    padding: 50px 10%;
  }
}

.content-container .advices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 425px) {
  .content-container .advices {
    padding: 0;
  }
}

.content-container .advices .advices-title {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url(../images/sub-title-1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0;
}

.content-container .advices .advices-title h2 {
  color: #fff;
  font-size: 23pt;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .content-container .advices .advices-title h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 530px) {
  .content-container .advices .advices-title h2 {
    font-size: 18px;
  }
}

.content-container .advices a.advices-content {
  display: flex;
  width: 100%;
  aspect-ratio: 697 / 465;
  background-image: url(../images/survey-banner.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 7px 7px 10px 4px rgba(89,32,32,0.26); 
  box-shadow: 7px 7px 10px 4px rgba(89,32,32,0.26);
}

.content-container .advices a.advices-content h2 {
  width: 100%;
  text-align: center;
  align-self: end;
  margin: 0;
  padding: 30px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 425px) {
  .content-container .advices a.advices-content h2 {
    font-size: 15px;
    padding: 10px 0;
  }
}

section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

section .section-title {
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url(../images/sub-title-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 40px;
  padding-top: 20px;
}

@media screen and (max-width: 425px) {
  section .section-title {
    justify-content: space-between;
  }
}

section .section-title h2 {
  margin: 0;
  font-size: 23pt;
}

@media screen and (max-width: 425px) {
  section .section-title h2 {
    font-size: 18pt;
  }
}

section .section-title .section-title-bar {
  flex: 1;
  border-top: 2px solid var(--theme-color);
}

@media screen and (max-width: 425px) {
  section .section-title .section-title-bar {
    display: none;
  }
}

section .section-title a {
  color: #9e9e9e;
  font-size: 11pt;
}

section .section-title a::after {
  content: "+";
}

section .section-title a:hover {
  text-decoration: underline;
}

section .section-content {
  padding: 55px 30px;
  padding-bottom: 0;
  padding-right: 70px;
  overflow: hidden;
}

@media screen and (max-width: 425px) {
  section .section-content {
    padding: 35px 0;
  }
}

section .section-content .policy-list .policy-list-item .policy-list-item-name a:first-child,
section .section-content .doc-list .doc-list-item a:first-child {
  display: none;
}

section .section-content .policy-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

section .section-content .policy-list .policy-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 425px) {
  section .section-content .policy-list .policy-list-item {
    gap: 20px;
  }
}

section .section-content .policy-list .policy-list-item .policy-list-item-time {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section .section-content .policy-list .policy-list-item .policy-list-item-time > span {
  color: var(--theme-color);
  font-family: SmileySans;
  white-space: nowrap;
}

section .section-content .policy-list .policy-list-item .policy-list-item-time .time-date {
  font-size: 16pt;
}

section .section-content .policy-list .policy-list-item .policy-list-item-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

section .section-content .policy-list .policy-list-item .policy-list-item-name a {
  font-size: 13pt;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .section-content .policy-list .policy-list-item .policy-list-item-name .policy-list-item-description {
  font-size: 11pt;
  color: #838383;
}

section .section-content .doc-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

section .section-content .doc-list .doc-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

section .section-content .doc-list .doc-list-item a {
  font-size: 13pt;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .section-content .doc-list .doc-list-item .doc-list-item-time {
  font-size: 11pt;
  white-space: nowrap;
}

.njupt-planning-department-entrance {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  justify-self: end;
  margin-top: 30px;
  margin-right: 40px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/planning-department-entrance-bg.jpg);
  background-size: 80%;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}

.njupt-planning-department-entrance .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background: linear-gradient(90deg, rgba(5, 69, 141, 1) 0%, rgba(5, 69, 141, 1) 30%, transparent 100%);
}

.njupt-planning-department-entrance .entrance-name {
  margin: 0;
  margin-left: 30px;
  align-self: center;
  color: #fff;
  z-index: 10;
}

@media screen and (max-width: 1300px) {
  .njupt-planning-department-entrance .entrance-name {
    font-size: 16pt;
  }
}

@media screen and (max-width: 425px) {
  .njupt-planning-department-entrance .entrance-name {
    margin-left: auto;
    margin-right: auto;
  }
}

/* .njupt-planning-department-entrance .entrance-text {
  position: relative;
  margin-right: 45px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 5px;
  align-self: end;
  white-space: nowrap;
}

.njupt-planning-department-entrance .entrance-text a {
  color: #fff;
}

.njupt-planning-department-entrance .entrance-text svg {
  position: absolute;
  right: 0;
  bottom: 0;
} */

.articleContainer, .listcolumn-container {
  padding: 0 8%;
}

.breadCrumb {
    padding: 10px 0;
}

.breadCrumb ul, .breadCrumb li {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.breadCrumb li {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.breadCrumb li .possplit {
  display: inline-block;
  width: 0;
  background: none;
  border-left: 1px solid #000;
}

.breadCrumb li a, .breadCrumb li.last {
    padding: 0 8px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.breadCrumb li a:hover {
  text-decoration: underline;
}

.breadCrumb li.last {
    color: #000;
}

.breadCrumbNav {
    display: flex;
}

.articleContainer h2 {
  text-align: center;
}

.articleContainer .wp_articlecontent {
  font-size: 13pt;
  line-height: 35px;
}

.articleContainer .articleMetas {
  text-align: center;
}

.wp_articlecontent img,
.wp_articlecontent iframe
{
  max-width: 100%;
}

.wp_articlecontent img {
  height: auto !important;
}

@media screen and (max-width: 425px) {
  .articleContainer .wp_articlecontent {
    font-size: 11pt;
  }
}

.listcolumn-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.listcolumn-container ul.wp_article_list {
  list-style: none;
  padding: 0;
}

.listcolumn-container ul.wp_article_list li .Article_Index {
  display: none;
}

.listcolumn-container ul.wp_article_list li .Article_PublishDate {
  white-space: nowrap;
}

.listcolumn-container ul.wp_article_list li {
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
