@charset "utf-8";

html,
body,
div,
span,
p,
a,
img,
strong,
ul,
li,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
audio,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

strong {
  font-weight: bolder;
}

html,
body {
  height: 100%;
  background: #f7f7f7;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

ul li {
  list-style: none;
}

a {
  color: #0068b7;
  text-decoration: none;
}

a:visited {
  color: #0068b7;
}

video {
  width: 100%;
  display: block;
}

h3 {
  margin: 10px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

h4 {
  margin: 15px 0 10px;
  font-size: 1rem;
}

@font-face {
  font-family: "DingTalk";
  src: url("DingTalk-min.ttf") format('truetype');
  /* src: url("https://res.ifxxy.com/massz/DingTalk-min.ttf") format('truetype'); */
}

@font-face {
  font-family: "SourceHanSerifSC";
  src: url("SourceHanSerifSC-min.ttf") format('truetype');
  /* src: url("https://res.ifxxy.com/massz/SourceHanSerifSC-min.ttf") format('truetype'); */
}

.DingTalk {
  font-family: "DingTalk" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale
}

.SourceHanSerifSC {
  font-family: "SourceHanSerifSC" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale
}

/* 统一定义页面内容区的最大宽度和居中 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --- 头部 Header --- */
.header {
  padding: 16px 0;
  background-color: #0068b7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.innerbox {
  max-width: 1200px;
  margin: 0 auto;
}

.header .innerbox {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header .site-logo {
  max-width: fit-content;
  max-height: 100px;
}

/* 学校主页按钮 */
.header .gohome {
  position: absolute;
  top: -10px;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="12px" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1 0 0 1 -1236 -15 )"><path d="M 10 12  L 2 12  C 1.44771525 12  1 11.5522847  1 11  L 1 7  C 0.4497347999999999 7  0.002019549999999981 6.55228475  0.002019549999999981 6  C 0.002019549999999981 5.73169596  0.10983659000000003 5.47464619  0.30123831999999995 5.28662375  L 5.30051676 0.37561007999999996  C 5.68903594 -0.006049600000000099  6.31152975 -0.006626529999999908  6.700755709999999 0.3743123399999999  L 11.7186054 5.28532602  C 12.113309 5.67162585  12.1201215 6.30475418  11.7338217 6.69945772  C 11.5770575 6.85963222  11.3720343 6.96155914  11.1524072 6.991085480000001  L 11 7  L 11 11  C 11 11.5522847  10.5522847 12  10 12  Z M 11.0191477 6  L 6.001297989999999 1.08898632  L 1.0019999999999998 6  L 2 6  L 2 11  L 3.99901955 10.9999863  L 4 8  L 8 8  L 7.99901955 10.9999863  L 10 11  L 10 6  L 11.0191477 6  Z M 7 11  L 7 9  L 5 9  L 5 11  L 7 11  Z " fill-rule="nonzero" fill="%23ffffff" stroke="none" fill-opacity="0.8980392156862745" transform="matrix(1 0 0 1 1236 15 )" /></g></svg>') no-repeat center left;
  background-size: auto 80%;
  transition: all 0.3s ease;
}

.header .gohome:hover {
  font-size: 13px;
}

.header .head {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 2px;
}

.header .search-box {
  margin-bottom: 16px;
}

.header .navbar {
  margin-left: -25%;
}

.header .navbar a {
  color: #fff;
  font-family: "SourceHanSerifSC" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

.header .navbar .wp_nav .nav-item a.parent:hover {
  font-weight: bold;
  color: #fff;
}

.wp_nav .nav-item a span.item-name {
  padding: 5px 10px 5px 10px;
}

.wp_nav .nav-item:last-child a span.item-name {
  padding-right: 0;
}

.search-box th {
  height: auto !important;
}

.search-box .keyword {
  padding: 0 20px;
  height: 30px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
}

.search-box .keyword::placeholder {
  color: #fff;
}

.search-box .search {
  height: 20px;
  width: 20px;
  margin-left: -32px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="200" height="200" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M793.6 753.778c2.844 2.844 8.533 5.689 11.378 11.378L972.8 955.733c2.844 2.845 2.844 11.378 0 14.223l-34.133 31.288c-2.845 2.845-11.378 2.845-14.223 0l-173.51-193.422c-2.845-5.689-5.69-8.533-8.534-14.222-68.267 45.511-156.444 73.956-247.467 73.956-244.622 0-426.666-187.734-426.666-426.667S258.844 19.91 494.933 14.222C725.333 8.533 921.6 201.956 921.6 440.89c0 125.155-51.2 244.622-128 312.889zM494.933 71.11c-201.955 0-369.777 167.822-369.777 369.778s167.822 369.778 369.777 369.778c213.334 0 369.778-162.134 369.778-369.778 0-201.956-164.978-369.778-369.778-369.778z" fill="%23fff"/></svg>');
  background-size: auto 100%;
}

/* --- Banner --- */
.banner {
  width: 100%;
  min-height: 80px;
}

.banner .focus-pagination {
  z-index: 1;
}

/* --- 快速入口 Quickbox --- */
.quickbox {
  padding: 20px 0;
}

.quickbox .entrancelist {
  display: flex;
  justify-content: space-around;
  max-width: calc(1200px - 30px);
  margin: -60px auto 0;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
  border-radius: 10px;
  position: relative;
  z-index: 1;

}

.quickbox .entrancelist .news {
  text-align: center;
}

.quickbox .entrancelist .icon {
  width: 30%;
  margin: 0 auto 10px;

}

.quickbox .entrancelist .icon a {
  display: block;
  background-color: #e5e8ff;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
}

.quickbox .entrancelist .icon a:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.quickbox .entrancelist .title {
  font-family: "SourceHanSerifSC";
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
  color: #0068b7;
}

.quickbox .entrancelist .title a:hover {
  font-weight: bold;
}

/* --- 内容区域通用标题 --- */
.titlebox {
  margin-bottom: 20px;
  border-bottom: 2px solid #0068b7;
}

.titlebox .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
}

.newslist h2 {
  width: 100%;
}

.titlebox h3 {
  font-size: 24px;
  color: #0068b7;
  font-family: "DingTalk";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  border-left: 5px solid #0068b7;
  padding: 0;
  padding-left: 10px;
}

.titlebox .more {
  flex-shrink: 1;
  width: 24%;
  margin: 0;
}

.titlebox .more a {
  display: inline;
  border: 1px solid #999;
  padding: 2px 8px 2px 10px;
  border-radius: 50px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.titlebox .more a:hover {
  color: #fff;
  background: #0068b7;
  border: 1px solid #0068b7;
}

.titlebox .more a span {
  padding-right: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .714a9.286 9.286 0 110 18.572A9.286 9.286 0 0110 .714zm0 17.143a7.857 7.857 0 100-15.714 7.857 7.857 0 000 15.714zM8.518 4.95L13.572 10l-5.05 5.05-1.011-1.01L11.55 10 7.507 5.96l1.01-1.01z" fill="%23999"/></svg>') no-repeat right center;
  background-size: auto 80%;
}

/* --- 新闻与简章 Newsbox --- */
.newsbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.newsbox .section-news {
  /* width: 75%; */
  width: calc(100% - 24% - 20px);
}

.newsbox .section-brochure {
  width: 24%;
}

.newsbox .newscontent {
  display: flex;
  justify-content: space-between;
  /* display: grid; */
  gap: 20px;
}

.newsbox .focus {
  flex-shrink: 1;
  width: 58%;
  /* height: 250px; */
}

.newsbox .focus .focusbox {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsbox .focus .picbase1-content {
  display: none;
}

.newsbox .newscontent .newslistbox {
  width: 42%;
}

.newsbox .newslistbox,
.infobox .section-info .newslist {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}

.newslist li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.newslist li:last-child {
  border: none;
}

.section-info .newslist li {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.newslist li .title a,
.wp_article_list .list_item a {
  display: block;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.newslist li .title a:hover,
.wp_article_list .list_item a:hover {
  font-weight: bold;
  transform: translateX(1em);
}

.newslist li .time {
  flex-shrink: 1;
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wp_article_list .list_item .Article_Index{
  display: none;
}

.wp_article_list .list_item .Article_Title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}

/* --- 学院专业 Columnbox --- */
.columnbox {
  padding: 20px 0 40px;
  background-color: #f2f8ff;
}

.columnbox .collegeout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.collegebox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.college {
  min-width: 0;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px 5px #e5f2ff33;
}

.college:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.college .item {
  border-radius: 8px;
  overflow: hidden;
}

.college .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 5%;
  background: #e5f2ff;
  border-bottom: 1px solid #eee;
}

.college .title h3 {
  font-size: 18px;
  padding-left: 0;
  border-left: none;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.college .majorlist {
  margin: 0 5%;
  padding-bottom: 15px;
}

.college .title .more {
  flex-shrink: 1;
  width: 12%;
  font-size: 14px;
  color: #999;
}

.college .title .more a {
  display: block;
}

.college .title .more a span {
  display: block;
  width: 100%;
  height: 20px;
  text-indent: 9999px;
  overflow: hidden;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .714a9.286 9.286 0 110 18.572A9.286 9.286 0 0110 .714zm0 17.143a7.857 7.857 0 100-15.714 7.857 7.857 0 000 15.714zM8.518 4.95L13.572 10l-5.05 5.05-1.011-1.01L11.55 10 7.507 5.96l1.01-1.01z" fill="%230068b7"/></svg>') no-repeat right center;
  background-size: auto 100%;
}

.majorlist .major {
  padding: 8px 0;
  font-size: 14px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230068b7" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>') no-repeat left center;
  padding-left: 20px;
}

.majorlist .major a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}

.majorlist .major a:hover {
  font-weight: bold;
  transform: translateX(1em);
}

/* --- 招生计划与历年分数 Infobox --- */
.infobox {
  display: flex;
  gap: 30px;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.infobox .section-info {
  width: 50%;
}

.infobox .section-info li,
.wp_article_list .list_item {
  padding: 16px 0;
}

.newslistbox .newslist .news:last-child li {
  border: none;
}

.infobox .section-info li h2 {
  width: 82%;
}

/* --- 宣传视频 Videobox --- */
.videobox {
  padding: 20px 0 40px;
  background-color: #f2f8ff;
}

.videobox .videoout {
  max-width: 1200px;
  margin: 0 auto;
}

.videobox .videolist {
  display: flex;
  gap: 30px;
}

.videobox .videolist .video .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.videobox .videolist .video .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4658" width="200" height="200"><path d="M512 1024A512 512 0 1 1 512 0a512 512 0 0 1 0 1024zM383.232 287.616v448l384-223.104-384-224.896z" fill="%23262626" p-id="4659"></path></svg>') no-repeat center center;
  background-size: 100%;
  z-index: 1;
  opacity: .8;
}

.videobox .videolist .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videobox .videolist .video .title {
  padding: 10px 0;
}

/* --- 页脚 Footer --- */
.footer {
  background-color: #ccc;
  color: #a9a9a9;
  padding: 20px 0 0;
  font-size: 14px;
}

.footer .titlebox {
  max-width: 1200px;
  margin: 0 auto;
  border: none;
}

.footer .titlebox h3 {
  padding: 0;
  border: none;
  font-size: 24px;
  text-align: left;
}

.footer .footerout {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer .footerout h4 {
  margin: 20px 0 8px;
  font-weight: bolder;
  color: #000;
  text-align: left;
}

.footer .footerout p,
.footer .footerout a {
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  color: #000;
}

.footer .footerout a:hover {
  font-weight: bold;
  color: #0068b7;
}

.footer .footerout .info {
  width: 50%;
}

.footer .footerout .footeritem {
  display: flex;
  justify-content: space-between;
}

.footer .footerout .qr {
  width: 15%;
}

.footer .footerout .qr div {
  width: 100%;
}

.footer .bottom {
  padding: 20px 0;
  background: #484848;
  text-align: center;
  font-size: 12px;
}

.footer .bottom .bottomout {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .bottom .bottomout .count {
  margin: 0 auto 10px;
  color: #fff;
}

.siteCounter5 span {
  color: #fff;
}


/*新闻页*/
.pathbox {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 12px;
}

.articlebox {
  max-width: calc(1200px - 80px);
  padding: 30px 40px;
  margin: 20px auto 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.articlebox .article .title {
  border-bottom: 3px solid #0068b7;
  padding: 10px 0;
  margin: 0 auto 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.articlebox .article .metabox {
  text-align: center;
  margin: 0 auto 20px;
}

.articlebox .article .metabox span {
  margin: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #999;
}

.wp_articlecontent img {
  display: inline;
  width: auto;
}

.articleqr {
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.contentoftable {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 20px;
  gap: 20px;
}

.contentoftable .col_menu {
  width: 20%;
  margin: -50px 0 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contentoftable .col_menu .col_name{
  padding: 0 5%;
  margin: 0;
  height: 50px;
  background: #e5f2ff;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
}

.contentoftable .col_news {
  width: 80%;
}

.contentoftable .col_news .col_news_con {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 60px 20px;
  margin: 20px 0 0;
}

.col_metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  margin: 20px 0 0;
  border-bottom: 2px solid #0068b7;
}

.col_metas .col_title {
  width: 50%;
  font-size: 24px;
  margin: 0;
  font-size: 24px;
  color: #0068b7;
  font-family: "DingTalk";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  border-left: 5px solid #0068b7;
  padding: 0;
  padding-left: 10px;
}

.col_metas .col_path {
  flex-shrink: 1;
  width: 40%;
  font-size: 12px;
  text-align: right;
  color: #999;
}

.wp_article_list .list_item .pr_fields{
  /* display: inline; */
  /* float: left; */
  width: 85%;
}

.wp_listcolumn .wp_column{
  width: auto;
  /* padding: 10px 2% 10px 5%; */
}

.wp_listcolumn .wp_column a{
  padding: 10px 2% 10px 5%;
  display: block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .714a9.286 9.286 0 110 18.572A9.286 9.286 0 0110 .714zm0 17.143a7.857 7.857 0 100-15.714 7.857 7.857 0 000 15.714zM8.518 4.95L13.572 10l-5.05 5.05-1.011-1.01L11.55 10 7.507 5.96l1.01-1.01z" fill="%23999"/></svg>') no-repeat 95% center;
  border-bottom: 1px solid #eee;
  width: auto;
  font-weight: normal;
}

.wp_listcolumn .wp_column a.selected{
  background-image: none;
}

.wp_listcolumn .wp_column a:hover{
  color: #0068b7;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .714a9.286 9.286 0 110 18.572A9.286 9.286 0 0110 .714zm0 17.143a7.857 7.857 0 100-15.714 7.857 7.857 0 000 15.714zM8.518 4.95L13.572 10l-5.05 5.05-1.011-1.01L11.55 10 7.507 5.96l1.01-1.01z" fill="%230068b7"/></svg>') no-repeat 95% center;
}

.wp_listcolumn .wp_column:last-child a{
  border-bottom: none;
}

.wp_listcolumn .wp_column a .column-name{
  padding: 5px 10px 5px 0;
}

/* --- 响应式设计 (手机端自适应) --- */

/* 平板 & 大型手机 (max-width: 992px) */
@media (max-width: 992px) {
  .collegebox {
    grid-template-columns: repeat(2, 1fr);
  }

  .videobox .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* 手机 (max-width: 768px) */
@media (max-width: 768px) {
  .header>div {
    flex-direction: column;
    gap: 15px;
  }

  .header .gohome {
    right: 2%;
  }

  .header .logo {
    margin-top: 10px;
  }

  .header .head {
    align-items: center;
  }

  .header .navbar {
    margin: 0 auto;
    flex-direction: column;
  }

  .wp_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner {
    /* height: 300px; */
  }

  .quickbox .entrancelist {
    flex-wrap: wrap;
    gap: 15px;
  }

  .quickbox .entrancelist .news {
    width: calc(33.33% - 10px);
  }

  .newsbox {
    flex-direction: column;
    padding: 20px 0;
  }

  .newsbox .section-news,
  .newsbox .section-brochure,
  .newsbox .focus,
  .newsbox .newscontent .newslistbox,
  .quickbox {
    width: 95%;
    margin: 0 auto;
  }

  .newsbox .newscontent,
  .infobox,
  .contentoftable {
    flex-direction: column;
  }

  .infobox .section-info,
  .contentoftable .col_news {
    width: 100%;
  }

  .contentoftable .col_menu {
    display: none;
  }

  .videobox .news_list {
    grid-template-columns: 1fr;
  }

  .footer>div {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer .footerout .info {
    width: 90%;
  }

  .footer .footerout .footeritem {
    flex-direction: column;
  }

  .footer .footerout .qr {
    width: 95%;
  }

  .footer .footerout .footeritem>div {
    width: 100%;
  }

  /*文章*/
  .pathbox {
    margin-left: 2%;
  }

  .articlebox {
    margin: 0 auto;
    padding: 20px 2%;
    border-radius: 0;
  }

  .articlebox .article .title {
    font-size: 24px;
  }

  .articlebox .articleqr {
    display: none;
  }

  .wp_article_list .list_item{
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .wp_article_list .list_item .pr_fields{
    width: 100%;
  }

  .wp_article_list .list_item .Article_Title{
    white-space: initial;
  }

  .wp_article_list .list_item a{
    white-space: initial;
  }
  .wp_article_list .list_item .ex_fields{
    flex-shrink: 1;
    width: 34%;
  }

}


/* 小型手机 (max-width: 576px) */
@media (max-width: 576px) {
  .titlebox h3 {
    font-size: 20px;
  }

  .collegebox {
    grid-template-columns: 1fr;
  }

  .quickbox .entrancelist .news {
    width: calc(33% - 10px);
  }

  .quickbox .entrancelist .icon {
    width: 62%;
  }
}


/************/

.fadeIn {
  animation: fadeIn 0.2s linear 0s 1 normal forwards;
}


/*动画*/
@keyframes puff-in-right {
  0% {
    transform: scale(2);
    transform-origin: 100% 50%;
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes tilt-in-tl {
  0% {
    transform: rotateY(35deg) rotateX(20deg) translate(-250px, -250px) skew(12deg, 15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-tr {
  0% {
    transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3D(0, 0, 0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInscale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    filter: blur(5px);
    opacity: 0;
  }

  100% {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 1;
  }
}