@charset "utf-8";
/* CSS Document */
/*========================閫氱敤鏍峰紡寮€濮婟==========================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
body.-loaded {
    -webkit-animation: fadein 1.6s ease forwards;
    animation: fadein 1.6s ease forwards;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
   color: black;
    transition: .4s ease;
}

b, strong {
    font-weight: bolder;
    font-family: "RadikalLight", 鎬濇簮榛戜綋, "Microsoft Yahei";
font-size: medium;
}
img {
  border-style: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
a svg {
  pointer-events: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
font-family: "RadikalLight", 鎬濇簮榛戜綋, "Microsoft Yahei";
color: #444;
}

a, area, button, input, label, select, textarea, [tabindex] {
  touch-action: manipulation;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img, svg {
  max-width: 100%;
  height: auto;
}
img {
  font-style: italic;
}
svg {
  fill: currentColor;
}
button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus, button:hover {
  text-decoration: none;
    transition: .4s ease;
}
li {
    list-style: none;
}
@font-face {
  font-family: "RadikalLight";
  src: url("fonts/RadikalLight.woff2") format("woff2"),
       url("fonts/RadikalLight.woff") format("woff"),
       url("fonts/RadikalLight.ttf") format("truetype"),
       url("fonts/RadikalLight.eot") format("embedded-opentype"),
       url("fonts/RadikalLight.svg") format("svg");
}
@font-face {
  font-family: "RadikalRegular";
  src: url("fonts/RadikalRegular.woff2") format("woff2"),
       url("fonts/RadikalRegular.woff") format("woff"),
       url("fonts/RadikalRegular.ttf") format("truetype"),
       url("fonts/RadikalRegular.eot") format("embedded-opentype"),
       url("fonts/RadikalRegular.svg") format("svg");
}
@font-face {
  font-family: 鈥樻€濇簮榛戜綋鈥橕
  src:url("fonts/SourceHanSans-Regular.ttf") format("truetype");
}
html {
  min-height: 100%;
  color: #808080;
  font-family: "RadikalLight", 瀹嬩綋, 鎬濇簮榛戜綋, "Microsoft Yahei";
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 699px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 18px;
  }

}
@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 21px;
  }
}
html.is-loading {
  cursor: wait;
}
::-moz-selection {
  background-color: #FFFFFF;
  color: #3297FD;
  text-shadow: none;

}
::selection {
  background-color: #FFFFFF;
  color: #3297FD;
  text-shadow: none;
}
svg {
  display: block;
}
html.has-scroll-smooth {
  overflow: hidden;
}

.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-module-scroll="main"] {
  min-height: 100vh;
}


.scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.scrollbar:hover {
  transform: scaleX(1.45);
    transition: .4s ease;
}
.scrollbar:hover, .has-scroll-scrolling .scrollbar, .has-scroll-dragging .scrollbar {
  opacity: 1;
    transition: .4s ease;
}
[data-scroll-direction="horizontal"] .scrollbar {
  width: 100vw;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .scrollbar:hover {
  transform: scaleY(1.3);
    transition: .4s ease;
}
.scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.is-first-load body {
    opacity: 1 !important;
-webkit-animation: fadein 1.6s ease forwards;
    animation: fadein 1.6s ease forwards;
}
/* ------------------------------------------涓婁笅闂厜鏉″紑濮 */
@-webkit-keyframes bleamHAnimation {
  0% {
    transform: translateY(101%) translateY(3.75rem);
  }
  30% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(-1%);
  }
}
@keyframes bleamHAnimation {
  0% {
    transform: translateY(101%) translateY(3.75rem);
  }
  30% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(-1%);
  }
}
@-webkit-keyframes bleamVAnimation {
  0% {
    transform: translateX(-1%);
  }
  30% {
    transform: translateX(101%) translateX(3.75rem);
  }
  100% {
    transform: translateX(101%) translateX(3.75rem);
  }
}
@keyframes bleamVAnimation {
  0% {
    transform: translateX(-1%);
  }
  30% {
    transform: translateX(101%) translateX(3.75rem);
  }
  100% {
    transform: translateX(101%) translateX(3.75rem);
  }
}
.c-bleam {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.c-bleam_wrap {
  position: absolute;
}

.c-bleam_wrap.-right {
  right: 0;
}
.c-bleam_wrap.-right::before {
  margin-right: -1px;
}
.c-bleam_wrap.-right {
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateY(100%) translateY(3.75rem);
}
 .c-bleam_wrap.-right::before {
  content: "";
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 3.75rem;
  background-color: currentColor;
}
.c-bleam[data-scroll].is-inview .c-bleam_wrap.-left, .c-bleam[data-scroll].is-inview .c-bleam_wrap.-right, .c-bleam:not([data-scroll]) .c-bleam_wrap.-left, .c-bleam:not([data-scroll]) .c-bleam_wrap.-right {
  -webkit-animation: bleamHAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: bleamHAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-bleam[data-scroll].is-inview .c-bleam_wrap.-top, .c-bleam[data-scroll].is-inview .c-bleam_wrap.-bottom, .c-bleam:not([data-scroll]) .c-bleam_wrap.-top, .c-bleam:not([data-scroll]) .c-bleam_wrap.-bottom {
  -webkit-animation: bleamVAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: bleamVAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1);
}
html.has-nav-open .c-nav .c-bleam .c-bleam_wrap.-left, html.has-nav-open .c-nav .c-bleam .c-bleam_wrap.-right {
  -webkit-animation: bleamHAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  animation: bleamHAnimation infinite 4.3s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.c-nav .c-bleam .c-bleam_wrap.-left, .c-nav .c-bleam .c-bleam_wrap.-right {
  -webkit-animation: none;
  animation: none;
}
/* ------------------------------------------涓婁笅闂厜鏉＄粨鏉 */
/*========================閫氱敤鏍峰紡缁撴潫===========================*/
.none {
    display: none;
}

.left {
    float:left;
}
.clear {
    clear: both;
}
/*========================缁熶竴鏍峰紡寮€濮婟==========================*/

.line {
	height: 1px;
	background-color: gray;
	width: 100%;
	margin-top: 1rem;
	margin-left: 1rem;
}
ul.title {
	display: flex;
	height: 1rem;
	line-height: inherit;
	white-space: nowrap;
}
ul.under_line {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-right: 1px solid #d6d6d6;
}
.under_line li {
  border-left: 1px solid #d6d6d6;
  color: #656565;
  display: block;
  text-decoration-line: none;
  position: relative;
  cursor: pointer;
  margin-bottom: -1px;
}
.under_line li::after {
  content: '';
  position: absolute;
  background-color: #0a0a0a;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.under_line li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #0a0a0a;
  transition: all 0.5s;
}
.under_line li:hover::after {
  width: 100%;
    transition: .4s ease;
}
li.black_more {
	text-align: right;
	list-style: none;
	border-bottom: 1px solid #ababab;
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-left: 1rem;

}
li.black_more a::after {
	content: '';
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
}
li.black_more a::after {

	width: 0;
	transition: all 0.5s;
}
li.black_more a:hover::after {
	width: 100%;
    transition: .4s ease;
}
li.black_more :hover {
	color: #666;
	transition: all 0.5s;
    transition: .4s ease;
}
li.black_more {
color: gray;
    font-family: 'RadikalLight';
    font-weight: normal;
}
.cross:before {
	content: '';
	margin-left: 0.3rem;
	display: block;
	height: 100%;
	width: 1px;
	background-color: currentColor;
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cross {
	display: block;
	position: relative;
	width: 0.7rem;
	height: 0.7rem;
	float: right;
	margin-top: 1px;
}
.cross:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: currentColor;
	margin-top: -55%;
}
/*=====================椤堕儴寮€濮婟==*/
.o-scroll {
  min-height: 100vh;
}
.wp_nav .nav-item a {
    font-family: 鎬濇簮榛戜綋;
}
.top {
  position: fixed;
  z-index: 90;
  width: 100%;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e6e6ff;
  /* top: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poster {
	height: auto;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
	overflow: hidden;
	background-size: cover;
}
ul.NEWS_EVENT, ul.RC, ul.PLATFORM, ul.YOUTH {
	display: flex;
}
 
ul.PLATFORM, ul.YOUTH {
    flex-direction: column;
}
ul.PLATFORM_list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}
.PLATFORM_list img {
    width: 100%;
}
.big_title {
	float: left;
font-family: "RadikalRegular",  鎬濇簮榛戜綋;
color: #666;
}
.news {
	text-align: justify;
	color: #666;
margin-top: -0.6rem;
}
.date {
	float: left;
}
li.news_list {
	border-bottom: 1px solid #d4d4d4;
    white-space: nowrap;
    overflow: hidden;
}
ul.photo_list {
	display: grid;
	width: 100%;
	grid-column-gap: 1rem;
	grid-row-gap:1rem;
}
/*=====================娴锋姤寮€濮婟==*/
.dtjt8_div_img .number .current {
    width: 16px;
    height: 16px;
    line-height: 1.5;
    display: block;
    text-align: center;
    opacity: 0.7;
    border-radius: 16px;
    background: blue;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 0;
    font-size: 10px;
    TEXT-DECORATION: none;
}
.dtjt8_div_img .number .nomal{
    width: 16px;
    height: 16px;
    line-height: 1.5;
    display: block;
    text-align: center;
    opacity: 0.7;
    border-radius: 16px;
    background:#fff;
    float: left;
    color: blue;
    margin-right: 5px;
    border: 0;
    font-size: 10px;
    TEXT-DECORATION: none;

}
/*=====================鐮斿垱寮€濮婟==*/
.RC_list {
	display: grid;
	width: 100%;
	grid-row-gap: 1rem;
}
.RC_list_img, p.YOUTH_img {
    overflow: hidden;
    margin-bottom:1rem;
}
.RC_title, p.YOUTH_title {
    font-size: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.RC_title  a {
    color: #444;
}
.RC_small_content {
    line-height: 1.6;
    text-align: justify;
    color: #999;
}
hr.RC_line {
	margin: 0.5rem 0;
}
/*=====================鍏氬洟寮€濮婟==*/
.party_img {
    margin-bottom: 1rem;
}
.party_img img {
    width: fit-content;
}
/*=====================鍚庢氮寮€濮婟==*/
ul.YOUTH_list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
/*=====================footer寮€濮婟==*/
.c-footer {
    padding: 2rem 2.75rem 2.75rem 2.75rem;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
footer.c-footer img {
	opacity: 0.4;
	filter: opacity(40);
}
span.footer_title {
	line-height: 2.5;
}
ul.footer_list {
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	padding: 0.5rem 0;
}
.footer_list li {
    background-image: url(images/arrowright.png);
    background-repeat: no-repeat;
    padding-left: 1.2rem;
}
.bottom_bg {
    background: url(images/jianzhu.png) center center no-repeat;
    background-size: contain;
    background-position-y: bottom;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.bottom_bg li {
    width: 100%;
    font-size: 10px;
}

.YOUTH_list li {
    display: inherit;
}
/*////////////////////////////////////////////////////////鍒楄〃椤靛紑濮?////////////////////////////////////////////*/
ul.position_title a:hover {
    background-color: #f1f1f1;
    transition: .4s ease;
}
.nav-item.selected {
    background-color: #666;
    color: white;
    font-weight: bold;
}
.nav-item.selected :hover{
    transition: .4s ease;
color:white;}
ul.Left_list {
    display: flex;
}
li.pre35.left.Up {
    position: relative;
    background-color: white;
    padding: 2rem;
}
.small_poster_img {
    overflow: hidden;
    background-image: url(images/picture_small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
ul.position_title {
    display: flex;
    line-height: inherit;
    white-space: nowrap;
    padding: 1rem;
    background-color: #f7f7f7;
}
li.black_more.midlle_title {
    height: 0.4rem;
}
.possplit {
    background-image: url(images/posSplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 20px;
    display: inline-block;
}

li.pre35.left.Up.listcolumn {
    border: 0;
}
.wp_listcolumn .wp_column a {
font-weight: normal;
}


.nav-item.parent {
    background-color: #666;
    color: white;
    font-weight: bold;
}
li.nav-item.parent :hover {color: white;font-weight: bold;     transition: .4s ease;}

.wp_listcolumn li {
  display: block;
  text-decoration-line: none;
  position: relative;
  cursor: pointer;
}
.wp_listcolumn li::after {
  content: '';
  position: absolute;
  background-color: #666;
  width: 100%;
  height:1.8rem;
  bottom: 0;
  left: 0;
z-index:1;

}
.wp_listcolumn li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;

  transition: all 0.5s;
}
.wp_listcolumn li:hover::after {
  width: 100%;
  color: #fff;
    transition: .4s ease;
}
span.column-name {
    position: relative;
    z-index: 9;
    font-family: "RadikalLight";
}

/*======鍒楄〃宸﹁竟寮€濮婟=========*/
.left_focus {
    margin-top: 2rem;
}
.SP_name {
    align-items: start;
    display: grid;
   grid-template-columns: 40% 60%;
    color: #666;
}
.SP_title_b {
display: flex;
    font-family: "RadikalLight", 鎬濇簮榛戜綋, "Microsoft Yahei";
    line-height: 1.5;
    align-items: flex-end;
}
.SP_title_s {
    line-height: 2;
    padding-left: 1rem;
}
ul.news.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*////////////////////////////////////////////////////////鍐呭寮€濮?////////////////////////////////////////////*/
.wp_entry {
    color: #666;
    width: 100%;
    line-height: 1.8;
    overflow: hidden;
    font-family: 瀹嬩綋, "Microsoft Yahei";
}
.wp_entry p {
text-align: justify;
margin-bottom: 0.9rem;
}
.jianjie {
    font-family: "RadikalLight", 瀹嬩綋;
    line-height: 1.6;
    color: #666;
    margin-top: 0.7rem;
    text-align: justify;
}
.title {
    font-family: 鎬濇簮榛戜綋;
    color: #666;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
li.list {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.4rem;
    display: grid;
    min-height: 4.5rem;
}

.date_left {
margin-right: 2.5rem;
    text-align: center;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(images/xie_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    font-family: "RadikalLight";
    color: #444;
    min-width: 2.3rem;
}
.date-month {
    text-align: left;
    margin-bottom: 0.1rem;
}
.date-day {
    text-align: right;
    color: #444;
}
.list_center:hover {
    opacity: 1;
    transition: .4s ease;
}
.list_center {
    opacity: 0.7;
    min-height: 7rem;
    margin-right: 1.5rem;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.list_center img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
width: -webkit-fill-available;
}

li.left_toptic_img img {
    width: 100%;
    margin-bottom: 0.5rem;
opacity: 0.8;
}
li.left_toptic_img img:hover {
    opacity: 1;
    transition: .4s ease;
}
li.left_toptic_title {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    font-size: 13px;
    color: #444;
}
.left_toptic {
    margin-top: 1.5rem;
}

.teacher_pic {
    display: flex;
    align-items: center;
}
.teacher_info {
    display: flex;
    align-items: flex-end;
}
.teacher_name, .teacher_born {
    padding-bottom: 1rem;
}
.teacher {
display: flex;
    width: 100%;
    justify-content: space-between;
}


/*========================甯堣祫鍒楄〃寮€濮婟==========================*/
.teacher_lanmu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.paixu_r {
    color: #999;
}
.teacher__list {
    display: grid;
    width: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
    height: auto;
}
.teacher__photo {
    width: auto;
    flex: 0 0 auto;
}

.teacher__photo.mask a {
    cursor: pointer;
}

@media (min-width: 1025px) {
.teacher__photo.mask a:hover .teacher__photo__img:after {
    opacity: .8;
}
}
.teacher__photo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media (min-width: 1025px) {
.teacher__photo a:hover .teacher__photo__content {
    bottom: 32px;
    transform: translate(0, 0);
}
}
.teacher__photo__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.teacher__photo__img:before, .teacher__photo__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s ease;
}
.teacher__photo__img:before {
background: linear-gradient(1deg, black 5%, rgba(0, 0, 0, 0) 45%);
opacity: .6;
}
.teacher__photo__img:after {
    background-color: #01a6db;
    opacity: 0;
}
.teacher__photo__img img {
    width: 100%;
}
.teacher__photo__content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 40px;
    transform: translate(0, 100%);
    transition: .4s ease;
}

@media (max-width: 1024px) {
.teacher__photo__content {
    top: auto;
    bottom: 16px;
    transform: none;
}
}
.teacher__photo__name__CN {
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    position: absolute;
    font-family: 鎬濇簮榛戜綋;
    left: 0;
    right: 0;
    bottom: 100%;
}

.teacher__photo__name__P {
    font-weight: 400;
    font-family: 瀹嬩綋;
    line-height: 1;
    margin: 12px 0 0;
}

.teacher__photo__field {
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
    margin-top: 16px;
    border-top: 1px solid #fff;
    padding-top: 0.5rem;
}

.teacher__photo .iconSvg {
    width: 25px;
    height: 9px;
    position: absolute;
    right: 0;
    bottom: -1rem;
}

.teacher__photo .iconSvg svg {
    fill: #fff;
}
.grayScale img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    opacity: 0.8;
}
span.field {
    font-size: 12px;
    line-height: 1;
    font-weight: 100;
    color: #999;
}
ul.Teacher_name {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
li.SP_title_s.Teacher_name_list_s {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    color: #444;
    width: 8rem;
    margin-bottom: 1.5rem;
}
ul.Teacher_name_list {
    border-left: 1px solid #CCCCCC;
    padding-left: 1.5rem;
}
li.Teacher_name_list_title {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    min-width: 4rem;
}
.Teacher_name_list_title.en {
    font-size: 12px;
    color: #666;
    line-height: 1;
}
/*========================鏂囩珷鍐呭椤靛紑濮婟==========================*/
svg.iconSvg {
    display: initial;
}
.content button:hover {
    background-color: grey;
    color: white;
}
ul.position_title.content {
    background-color: inherit;
    color: gray;
}
.infotitle {
    font-family: "RadikalLight", 鎬濇簮榛戜綋, "Microsoft Yahei";
    text-align: center;
    padding: 1.5rem 0 0 0;
}
center.Count {
font-size: 10px;
    padding-bottom: 1rem;
    color: gray;
    letter-spacing: 1px;
}
.article {
    font-family: 'RadikalLight',瀹嬩綋;
    line-height: 1.8;
color: #444;
}
.article p {
    margin-bottom: 0.8rem;
    text-align: justify;
}
.content_top {
    display: flex;
}
.content_top_img {
width: -webkit-fill-available;
    width: 20rem;
    padding-right: 1rem;
}

.wp_editor_art_table td {
    background: white;
    padding: 0;
    border: 0;
}
.content_field {
    font-size: 0.65rem;
}
.xubox_bigimg img {
    position: absolute;
    display: block !important;
    width: auto !important;
    height: auto !important;
    top: 25% !important;
    left: 25% !important;
    visibility: visible !important;
}
/*=============鏈熷垔寮€濮婟==========================*/
ul.magazine {
display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
.list.magazine_list {
    grid-template-columns: 50% 50%;
    grid-row-gap: 1rem;
}
.list_right.magazine_list {
    border-left: none;
    background-color: #eee;
    padding: 0.5rem;
}
.list_center.magazine_list {
    margin-right: 0.5rem;
    display: block;
}
hr.EX.content {
    margin: 0.5rem 0;
}
/*========================缁熶竴鏍峰紡缁撴潫===========================*/

/*========================鍏煎鏍峰紡寮€濮婟==========================*/
/*////////////////////////////////////////////////////////鍏煎寮€濮?////////////////////////////////////////////*/
/*========================鎵嬫満寮€濮婟==========================*/
/*Viewport = 240px*/ 
@media only screen and (min-width: 15em) {
.teacher {
    flex-direction: column;
}
.teacher_pic {
    width: 100%;
}
.teacher_info {
    width: 100%;
    padding-left: 0;
}
ul.position_title.content {
    padding: 2rem 0;
}
.logo {
    padding: 4rem 5rem;
}
html.has-scroll-smooth {
    overflow: scroll;
}
.logo img {
    width: 27rem;
}
ul.under_line {
    display: none;
}
.o-scroll {
    padding-top: 12.5rem;
}
.c-sidebar_button span::before, .c-sidebar_button span::after
 {
    width: 2rem;
    height: 2px;
}
.c-sidebar {
    right: 8rem;
top: 4.2%;
}
.c-sidebar_button span {
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
}
.c-sidebar_button {
    scale: 2.5;
}
section.screen_2 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.pc {
    display: none;
}
 .c-accordion_item_toggler {
    padding: 3rem 0;
  }
.c-accordion_item_toggler_label {
    font-size: 2.5rem;
}
.has-nav-open .c-nav_cases_label {
    display: none;
}
.c-nav_accordion_list {
    font-size: 2.5rem;
    margin-left: 5rem;
}
.c-nav_accordion_list a {
    padding: 0.8rem 0;
}
ul.NEWS_EVENT, ul.RC, ul.PLATFORM, ul.YOUTH {
    flex-direction: column;
}
.pre35.left {
    width: 100%;
}
.wp_article_list {
 margin:5rem 0 1rem 0;
    line-height: 3;
    font-size: 2rem;
    width: auto;
}
.big_title {
    font-size: 2.5rem;
    margin: 2rem 2rem 2rem 0;
}
li.black_more {
   margin-top: 2.8rem;
    font-size: 1.7rem;
height: 2rem;
}
.date {
    padding-right: 2rem;
}
ul.PLATFORM {
     display:none;
}
ul.photo_list, .RC_list {
    margin-top: 5.5rem;
}
ul.photo_list {
    grid-template-columns: repeat(1, 1fr);
}
.ACADEMIC_img img {
    font-style: italic;
    width: -webkit-fill-available;
}
.ACADEMIC_img {
    margin-bottom: 2rem;
}
ul.YOUTH {
    display: none;
}
.party_img {
    margin-top: 3.5rem;
}
.party_img img {
    width: -webkit-fill-available;
}
ul.wp_article_list.party {
    margin: 1rem 2rem 1rem 2rem;
}
ul.title {
    margin-top: 2rem;
}
 .RC_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1rem;
}
.RC_list_img img {
    width: -webkit-fill-available;
}
.RC_title {
    font-size: 2.2rem;
}
.RC_small_content {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #666;
    margin-top: 1rem;
}
.RC_list_img {
    margin-bottom: 2rem;
}
.footer_list {
    display: none;
}
.footer_title {
    display: none;
}hr.tel {
    display: none;
}

.small_poster_img {
    height: 20vh;
}
#screen_2_top {
    padding: 1rem 4rem;min-height: 53vh;
}
span.column-name {
    font-size: 2rem;
}
.wp_entry p {
    font-size: 2rem;
}
ul.Left_list {
    border:0;
}
li.pre65.right.listcolumn {
    border:0;
}
.wp_entry span {
    font-size: 2.5rem !important;
}
.wp_entry strong
{
    font-size: 2.5rem;
}
.wp_editor_art_table td {
    font-size: 2rem;
}
ul.left_toptic {
    display: none;
}
ul.Left_list {
    flex-direction: column;
}
li.pre35.left.Up {
    top: 0;
padding: 2rem 0;
    display: none;
}
ul.position_title {
    font-size: 2rem;
}
#wp_listcolumn_w03 .wp_listcolumn {
    display: block !important;
}
li.wp_column {
    border:0;
}
ul.wp_listcolumn {
    border:0;
}

div#wp_listcolumn_w03 {
    display: none;
}
div#wp_content_w12_0 h3 {
    font-size: 2rem;
}
.list_right {
    border:0;
    padding-left: 0;
}
.title {
    font-size: 2.5rem;
    padding: 1rem 0;
}
.jianjie {
    font-size: 2rem;
}
.date-year {
    display: none;
}
.date_left_up {
    font-size: 2rem;
    display: flex;
}
.date_left {
    width: 5rem;
}
.date-day {
    margin-left: 1.2rem;
}
.SP_title_b {
    font-size: 2rem;
}
.SP_title_s {
    font-size: 2rem;
}
h4 {
    font-size: 2.2rem;
}
li.SP_title_s.Teacher_name_list_s {
    font-size: 2rem;
    text-align: center;
}
ul.Teacher_name {
    display: grid;
    width: auto;
    grid-template-columns: 10% 88%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: auto;
    padding-left: 0;
    justify-content: space-between;
}
ul.Teacher_name_list {
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: auto;
    justify-content: space-between;
}
.paixu_r {
    font-size: 2rem;
}
.teacher__photo {
    height:37vw; 
}
.teacher__list {
    grid-template-columns: repeat(3, 1fr);
}
.teacher__photo__name__CN {
    font-size: 2rem;
}
.teacher__photo__name__P {
    font-size: 1.5rem;
}
.article {
    font-size: 2rem;
}
.article  strong{
    font-size: 2rem;
}
.wp_paging{
    font-size: 2rem;
}
li.pages_count {
    display: none;
}
li.page_jump {
    display: none;
}
.infotitle {
    font-size: 2.2rem;
}
.top {
  background-color: #ffffffc4;
}
td {
    font-size: 2rem;
}


}
/*Viewport = 320px*/
@media only screen and (min-width: 20em) {}
/*Viewport = 480px*/
@media only screen and (min-width: 30em) {}
/*Viewport = 600px*/
@media only screen and (min-width: 37.5em) {}
/*====================Viewport = 768px==============*/
@media only screen and (min-width: 48em) {
}
/*Viewport = 960px*/
@media only screen and (min-width: 60em) {
}
/*===========Viewport = 1024px 鐢佃剳寮€濮婟===锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛侊紒锛?=========*/
@media only screen and (min-width: 64em) {
ul.position_title.content {
    padding: 0;
}
.top {
  background-color: #ffffff99;
}

ul.YOUTH {
    display: block;
}
ul.wp_article_list.party {
    margin:auto;
}
.teacher_info {
    width: 60%;
    padding-left: 5%;
}
.teacher {
    flex-direction: row;
}
.teacher_pic {
    width: 35%;
}
.wp_paging{
    font-size: 11px;
}
.infotitle {
    font-size: 1.2rem;
}
li.pages_count {
    display: block;
}
li.page_jump {
    display: block;
}
.article {
 font-size: 0.85rem;
}
.article  strong{
    font-size: medium;
}

.teacher__photo__name__P {
    font-size: 0.8rem;
}

.teacher__photo {
    height: 15vw; 
}
.teacher__list {
    grid-template-columns: repeat(4, 1fr);
}
.teacher__photo__name__CN {
    font-size: 1rem;
}

ul.Teacher_name_list {
    grid-template-columns: repeat(4, 1fr);
}
.paixu_r {
    font-size: 10px;
}

li.SP_title_s.Teacher_name_list_s {font-size: 0.9rem;
text-align: left;
}
h4 {
    font-size: 1.1rem;
}

.date_left_up {
    font-size:  inherit;
    display: block;
}
.date_left {
 width: 2.3rem;
}
.date-day {
    margin-left:0;
}
.list_right {
    border-left: 1px solid #3333;
    padding-left: 1.5rem;
}
.title {
    font-size:  inherit;
    padding: 0;
}
.date-year {
    display: block;
}
.date-day {
    font-size: 1.1rem;
}
.SP_title_b {
    font-size: 0.8rem;
}
.SP_title_s {
    font-size: 0.75rem;
}

div#wp_listcolumn_w03 {
    display: block;
}
div#wp_content_w12_0 h3 {
    font-size: 1rem;
}
li.pre35.left.Up {
    top: -12vh;
padding: 2rem;
    display: block;
}
ul.position_title {
    font-size: 12px;
}
ul.wp_listcolumn {
    border-left: 1px solid #666;
}
#wp_listcolumn_w03 .wp_listcolumn {
    display: flex !important;
}
li.wp_column {
    border-right: 1px solid #666;
}
li.pre35.left.Up.listcolumn {
    display: block;
}
ul.Left_list {
    flex-direction: row;
}
ul.left_toptic {
    display: block;
}
.small_poster_img {
    height: 36vh;
}
#screen_2_top {
    padding: 0;
}
span.column-name {
    font-size: 0.9rem;
}
.wp_entry p {
    font-size: 0.9rem;
}
ul.Left_list {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.wp_entry span {
    font-size:1rem  !important;
}
.wp_entry strong
{
    font-size:  inherit;
}
.wp_editor_art_table td {
font-size:  inherit;
}



span.footer_title {
	font-size: 0.9rem;
}
hr.tel {
    display: block;
}
.footer_list {
    display: grid;
}
.footer_title {
    display: block;
}
.RC_title {
 font-size: 0.8rem;
}
.RC_small_content {
    margin-bottom: 0;
    margin-top: 0;
}
.RC_list_img {
    margin-bottom: 1rem;
}
.wp_article_list {
margin: 0;
    line-height: inherit;
    font-size: 1.5rem;
    width: auto;
}
.big_title {
    font-size:0;
    margin: 0;
}
li.black_more {
   margin-top: 0;
    margin-right: 0;
    height: 1rem;
    font-size: 0.6rem;
}
.date {
    padding-right: inherit;
}
ul.PLATFORM {
     display: block;
}
ul.photo_list {
    margin-top: inherit;
}
.ACADEMIC_img {
    margin-bottom:  inherit;
}
.party_img {
    margin-top:  inherit;
}
ul.photo_list, .RC_list {
    margin-top:   inherit;
}
ul.photo_list{
    grid-template-columns: repeat(3, 1fr);
}
ul.title {
    margin-top:   inherit;
}
.RC_list {
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
}



 .c-accordion_item_toggler {
    padding: 1.15rem 0;
  }
ul.under_line {
    display: block;
}
section.screen_2 {
    padding-left: 0;
    padding-right: 0;
}
.has-nav-open .c-nav_cases_label {
    display: block;
}
.c-nav_accordion_list {
font-size: 0.95rem;
    margin-left: 1rem;
}
.c-nav_accordion_list a {
    padding: 0.25rem 0;
}
html.has-scroll-smooth {
    overflow: hidden;
}
.logo {
    padding: 0;
}
ul.NEWS_EVENT, ul.RC {
    flex-direction: row;
}
.o-scroll {
    padding: 5.4rem 4rem 0 4rem;
    display: block;
}
.wp_nav .nav-item a span.item-name {
    padding: 2.5rem 2rem 1.5rem 2rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
.c-sidebar_button {
    scale: 1;
}
  .logo {
    margin-left: 4rem;
  }
.logo img {
    width: 65%;
}
ul.under_line {
    margin-right: 4rem;
}
 .c-sidebar {
    width: 4rem;
right: 0;
    top: 0;
  }
.c-sidebar_button span {
    top: 64%;
    left: 50%;
    width: 30px;
    height: 3px;
}
.c-sidebar_button span::before, .c-sidebar_button span::after
 {
    width: 30px;
    height: 3px;
}
ul.NEWS_EVENT, ul.RC, ul.PLATFORM, ul.YOUTH {
    padding: 1.5rem 1.5rem 0 1.5rem;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.big_title {
	font-size: 0.8rem;
}
.pre35.left {
	width: calc(32% - 1px);
	border-right: 1px solid #d6d6d6;
	padding: 0 1.5rem 0 0;
}
.pre35.right {
	width: calc(35% - 1px);
    padding: 0 0 0 1.5rem;
}
.pre65.right {
	width: 66%;
	padding: 0 0 0 1.5rem;

}
.pre65.left {
	padding: 0 1.5rem 0 0;
    width: calc(59%);
border-right: 1px solid #d6d6d6;
}
li.pre65.right.listcolumn {
padding: 1.5rem;
    border-left: 1px solid #d6d6d6;
}
ul.title {
	padding-bottom: 1.5rem;
}
.news {
    font-size: 0.65rem;
}
li.news_list {
    padding: 0.38rem 0;
}
.date {
    width: 3rem;
}
.RC_small_content {
    font-size: 0.65rem;
}
li.news_list.party {
    padding: 0.6rem 0;
}
.footer_list {
    font-size: 0.5rem;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_column a .column-name {
    padding: 5px 12px !important;
}
.jianjie {
    font-size: 0.6rem;
}
.title {
    font-size: .8rem;
}
.date_left_up {
    width: 2rem;
}
li.list.fubiaoti {
    grid-template-columns: 30% 70%;
}
li.list {
    grid-template-columns:9% 30% 61%;
}
.list_center {
    display: none;
}
.SP_title_s {
    font-size: 0.6rem;
}
.SP_title_b {
    font-size: 0.8rem;
}
.teacher__photo__name__P {
    font-size: 0.65rem;
}
.teacher__photo__field {
    font-size: 0.6rem;
}
}
























/*=========Viewport = 1200px 13瀵?15瀵哥瑪璁版湰==============*/
@media only screen and (min-width: 75em) {
ul.under_line {
    margin-right: 7.25rem;
}
 .c-sidebar {
    width: 7.25rem;
  }
.c-sidebar_button span {
    top: 50%;
    left: 50%;
    width: 45px;
    height: 5px;
}
.c-sidebar_button span::before, .c-sidebar_button span::after
 {
    width: 45px;
    height: 5px;
}
ul.NEWS_EVENT, ul.RC, ul.PLATFORM, ul.YOUTH {
    padding: 2.75rem 2.75rem 0 2.75rem;
}
.big_title {
	font-size: 1rem;
}
.pre35.left {
	padding: 0 2.75rem 0 0;
}
.pre65.right {
	padding: 0 0 0 2.75rem;
}
.pre35.right {
    padding: 0 0 0 2.75rem;
}
.pre65.left {
	padding: 0 2.75rem 0 0;
	width: calc(65% - 5rem - 8px);
}
ul.title {
	padding-bottom: 2rem;
}
.date {
	width: 4rem;
}
.footer_list {
    font-size: 0.7rem;
}
li.pre65.right.listcolumn {
padding: 2.75rem;
}
.list_center {
    display: block;
}
.SP_title_b {
    font-size: 0.9rem;
}
.wp_nav .nav-item a span.item-name {
    padding: 3.5rem 2.5rem 1.5rem 2.5rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.o-scroll {
    padding: 6.4rem 4rem 0 4rem;
}
.c-sidebar_button {
    padding: 44% 50%;
}
li.news_list {
    padding: 0.54rem 0;
}
.news {
    font-size: 0.8rem;
}
li.news_list.party {
    padding: 0.5rem 0;
}
.logo img {
    width: 80%;
}
}







/*=========Viewport = 1400px  apple 15瀵?013=========*/
@media only screen and (min-width: 87.5em) {
  .logo {
    margin-left: 7.25rem;
  }
.logo img {
    width: 85%;
}
 .c-accordion_item_toggler {
    padding: 1.25rem 0;
  }
.c-accordion_item_toggler_label {
    font-size: 1.3rem;
}
.wp_nav .nav-item a span.item-name {
    padding:4rem 3rem 1.52rem 3.06rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.o-scroll {
	padding: 6.9rem 7.25rem 0 7.25rem;
  }
.news {
	font-size: 0.8rem;
}
li.news_list {
padding: 0.37rem 0 0.37rem 0;
}
ul.footer_list {
    font-size: 0.65rem;
}

.title {
    font-size: 0.9rem;
}
.jianjie {
font-size: 0.7rem;
}
.SP_title_s {
font-size: 0.7rem;
}
.teacher__photo__name__P {
font-size: 0.7rem;
}
.teacher__photo__field {
font-size: 0.6rem;
}
li.news_list {
    padding: 0.6rem 0;
}
.RC_small_content {
    font-size: 0.5rem;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_column a .column-name {
    padding: 5px 20px !important;
}.date_left_up {
    width: 2.5rem;
}
.c-sidebar_button {
    padding: 52%;
}
}







/*=========Viewport = 1680px PC 鍙板紡鏈过========*/
@media only screen and (min-width: 105em) {
.wp_nav .nav-item a span.item-name {
  padding: 4rem 3.75rem 1.7rem 3.75rem;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
ul.photo_list {
    grid-template-columns: repeat(4, 1fr);
}
.RC_small_content {
    font-size: 0.65rem;
}
li.news_list.party {
    padding: 0.45rem 0;
}
.wp_entry {
    font-size: 0.75rem;
}
.logo img {
    width: 100%;
}
li.news_list {
    padding: 0.37rem 0;
}
}
/*=========Viewport = 1920px 21-24瀵哥數鑴慅========*/
@media only screen and (min-width: 120em) {
li.news_list {
    padding: 0.56rem 0;
}
li.news_list.party {
    padding: 0.53rem 0;
}
.title {
    font-size: 0.95rem;
}
.jianjie {
font-size: 0.8rem;
}
.SP_title_s {
font-size: 0.8rem;
}
.teacher__photo__name__P {
font-size: 0.75rem;
}
.teacher__photo__field {
font-size: 0.7rem;
}
}
/*=========27瀵竌pple=========*/
@media only screen and (min-width: 140em) {

}
/*//////////////////////////////////////////////鍏煎缁撴潫//////////////////////////////////////////////////////////*/
/*========================鍏煎鏍峰紡缁撴潫===========================*/

#btn {
    display: none;
    position: fixed;
    bottom: 7rem;
    right: 6rem;
    background-color: gray;
    color: white;
    padding: 1rem;
    cursor: pointer;
    font-size: 3rem;
    border-radius: 10px;
    border: none;
    outline: none;
}
#btn.show {
  display: block;
}