@charset "UTF-8";

* {
  font: 14px/1.6 /*西文*/-apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Ubuntu, Helvetica Neue, Helvetica, Arial, /*中文*/ PingFang SC,
    Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN,
    sans-serif;
  color: #333;
  font-size: min(1.3vw, calc(1.3 * 14.4px));
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
html {
  font: min(1vw, calc(1 * 14.4px)) Helvetica, STHeiti STXihei,
    Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
  color: #333;
  font-size: min(1.3vw, calc(1.3 * 14.4px));
  font-weight: lighter;
  font-family: "Microsoft YaHei";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: #06348B; */
  min-height: 100vh;
}

body {
  height: 100vh;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}

body,
p {
  font: min(1.25vw, 18px) / 1 Helvetica, STHeiti STXihei, Microsoft JhengHei,
    Microsoft YaHei, Tohoma, Arial;
  color: #333;
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  font-family: "Microsoft YaHei";
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #008dfc;
}
a:hover {
  text-decoration: underline;
  color: #ec3c1b;
}

.wp-wrapper {
  width: min(80%, 1152px);
  margin: 0 auto;
}

.team-intro {
  margin-bottom: min(1.5vw, calc(1.5 * 14.4px));
}

.news_list li.news p a:hover {
  text-decoration: underline;
}

.news li {
  list-style-type: disc;
  margin-left: min(1.4vw, 20px);
}
/**头部**/
.wp-header {
  background: #fff;
}

.wp-header .wp-inner {
  width: auto;
  background: none;
}

/**
  * [站点LOGO]
  */
.logo-window {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(80%, 1152px);
  margin: min(2.5vw, calc(2.5 * 14.4px)) auto; /*****120+42******/
  /* height: 90px; */
}

.logo-window .left-logo {
  width: 25%;
  float: left;
}
.logo-window .right-text {
  width: 40%;
  float: right;
}

/**
 * 主体
 */
#container .wp-inner,
#container-m .wp-inner {
  width: auto;
}

#container-m {
  background: #fff;
}

.cont-1 {
  width: auto;
  /*max-width: 1190px;*/
  margin: 0 0;
}

.cont-1 .focus-box {
  margin: 0 auto;
}

.cont-2 {
  width: auto;
  margin: min(2vw, calc(2 * 14.4px)) auto;
  background-color: #fff;
}

.cont-2 .cont-2-l {
  width: 48%;
  float: left;
}

.cont-2 .cont-2-r {
  width: 48%;
  float: right;
}

/**************************************** 底部 ***********************************/
.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #06348b;
  line-height: 2;
  height: min(5vw, calc(5 * 14.4px));
  text-align: center;
  margin-top: min(2vw, calc(2 * 14.4px));
}

.copyright {
  color: #fff;
}

/**************************************** 导航 ***********************************/
.navbar {
  width: 100%;
  /* height: 46px; */
  background: #06348b;
}

/**导航区域背景**/
.navbar .navbox {
  width: min(80%, 1152px);
  /* height: 46px; */
  margin: 0 auto;
}

/************* 导航样式：后台绑定时也可以定义配置 *************/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

/*************** 导航高度 ***************/
.navbar .navbox .wp_nav li.nav-item {
  width: min(9vw, calc(9 * 14.4px));
  padding: 0;
}

.navbar .navbox .wp_nav li.nav-item a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}
.navbar .navbox .wp_nav li.nav-item a:hover {
  background-color: #60aee1;
  text-decoration: none;
}

.navbar .navbox .wp_nav li.nav-item a span.item-name {
  height: 100%;
  line-height: 1;
  padding: min(1vw, calc(1 * 14.4px)) 0;
}

/**标题栏**/
.post .text-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: #f7f7f7;
  border-left: min(0.5vw, calc(0.5 * 14.4px)) solid #06348b;
  padding: min(1.3vw, calc(1.3 * 14.4px)) min(1.5vw, calc(1.5 * 14.4px));
  margin: min(2vw, calc(2 * 14.4px)) auto;
  height: min(2vw, calc(2 * 14.4px));
  font-size: min(1.7vw, calc(1.7 * 14.4px));
  line-height: 2;
  color: #06348b;
  font-weight: bold;
}

.post .text-title a {
  float: right;
}

.post .new .magus-link {
  color: #0078d4;          /* 默认蓝色 */
  text-decoration: none;    /* 去掉下划线 */
  font-weight: 500;         /* 略微加粗 */
  transition: color 0.3s;   /* 颜色渐变过渡 */
  cursor: pointer;          /* 鼠标变手型 */
}

.post .new .magus-link:hover {
  color: #ff4d4f;           /* 鼠标悬停变红 */
}

.post .text-title-no-border {
  margin: min(1.2vw, calc(1 * 14.4px)) 0 min(1.2vw, calc(1 * 14.4px)) 0;
  width: auto;
  font-size: min(1.7vw, calc(1.7 * 14.4px));
  color: #06348b;
  font-weight: bold;
  line-height: 1;
}

.post .text-title-no-border:first-child {
  margin: 0 0 min(1.2vw, calc(1 * 14.4px)) 0;
}

/*.post .text-title p{
	font-size: 20px;
    line-height: 28px;
    color: #899298;
    font-weight: 100;
	margin-bottom: 0;	
}*/

.recent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.recent-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: min(2vw, calc(2 * 14.4px));
}

.activity {
  min-width: min(5.5vw, calc(5.5 * 14.4px));
  max-width: min(5.5vw, calc(5.5 * 14.4px));
  float: left;
  text-align: center;
  margin-right: min(1.5vw, calc(1.5 * 14.4px));
}

.activity-content {
  line-height: 1.5;
  margin-top: -min(0.4vw, calc(0.4 * 14.4px));
}

.contact-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-us-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: min(0.8vw, calc(0.8 * 14.4px));
}

.contact-us-item img {
  border-radius: 50%;
  width: min(4vw, calc(4 * 14.4px));
  margin-right: min(1.5vw, calc(1.5 * 14.4px));
}

.activity .date-day {
  font-size: min(1.5vw, calc(1.5 * 14.4px));
  color: #fff;
  line-height: 1.5;
  background-color: #06348b;
}

.activity .date-month {
  font-size: min(1.1vw, calc(1.1 * 14.4px));
  color: #797979;
}
.activity-zl {
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  /* margin-top:8px; */
}

.new {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.new img {
  width: min(11vw, calc(11 * 14.4px));
  margin-right: min(2vw, calc(2 * 14.4px));
  /* margin-top: calc(50%-90); */
  /* float: left; */
}
.new span {
  margin: 20px 10px;
  float: right;
  width: calc(100% - 190px);
}

.activity img {
  border-radius: 50%;
  width: auto;
  align-items: center;
}

.bt-box {
  width: calc(100% - 85px);
  float: right;
}
.bt-box .bt {
  margin-left: min(1.4vw, 20px);
  width: auto;
}
.bt-box .btr {
  width: auto;
  line-height: 60px;
}

.member-section-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contest {
  width: 102%;
  text-align: center;
  border-spacing: min(1vw, calc(1 * 14.4px)) 0;
  border-collapse: separate;
  table-layout: fixed;
  margin-left: -min(1vw, calc(1 * 14.4px));
  margin-right: -min(1vw, calc(1 * 14.4px));
}

/*
.contest tr:nth-child(odd) td:first-child{
	text-align: left;
}
.contest tr:nth-child(odd) td:first-child+td{
	text-align: center;
}
.contest tr:nth-child(odd) td:first-child+td+td{
	text-align: right;
}

.contest tr:nth-child(even) td:first-child{
	padding-right: 60px;
}
.contest tr:nth-child(even) td:first-child+td+td{
	padding-left: 60px;
}*/

.contest tr:nth-child(odd) td img {
  /*图片*/
  vertical-align: middle;
  width: 100%;
  /* height: 240px; */
}

.contest tr:nth-child(even) td {
  /*文字*/
  max-width: 360px;
  vertical-align: top;
  padding: min(0.7vw, 10px) 0 min(2.1vw, 30px) 0;
  font-size: min(1.2vw, calc(1.2 * 14.4px));
}

.contest tr td:last-child {
  padding-right: 0;
}

.contest a,
a b {
  color: #008dfc;
}

.certificate {
  width: 102%;
  text-align: center;
  border-spacing: min(1vw, calc(1 * 14.4px)) 0;
  border-collapse: separate;
  table-layout: fixed;
  margin-left: -min(1vw, calc(1 * 14.4px));
  margin-right: -min(1vw, calc(1 * 14.4px));
}

.certificate img {
  width: 100%;
  height: min(11vw, calc(11 * 14.4px));
  text-align: center;
}

.certificate tr:nth-child(odd) td {
  padding-bottom: min(0.7vw, 10px);
}

.certificate tr:nth-child(even) td {
  padding-bottom: min(0.7vw, 10px);
}

.certificate td {
  text-align: center;
  vertical-align: top;
}

.publication-table,
.application_table,
.resource-table {
  width: 102%;
  border-spacing: min(1vw, calc(1 * 14.4px)) 25px;
  border-collapse: separate;
  table-layout: fixed;
  margin-left: -min(1vw, calc(1 * 14.4px));
  margin-right: -min(1vw, calc(1 * 14.4px));
  margin-bottom: min(1.2vw, calc(1 * 14.4px));
}

.publication-table tr td img {
  width: min(25vw, calc(25 * 14.4px));
  height: min(16.7vw, calc(16.7 * 14.4px));
}

.resource-table tr td img {
  width: min(25vw, calc(25 * 14.4px));
  height: min(16.7vw, calc(16.7 * 14.4px));
  object-fit: cover;
}

.application-table tr td img {
  width: min(25vw, calc(25 * 14.4px));
  height: min(16.7vw, calc(16.7 * 14.4px));
  object-fit: cover;
}

.project-table tr td img {
  width: 180px;
  height: 120px;
}
.project-table tr td:nth-child(1) {
  text-align: left;
}
.project-table tr td:nth-child(2) {
  text-align: left;
}

.patent-box li {
  margin-bottom: min(1vw, calc(1 * 14.4px));
}

.cooperation .cooperation-block-wrapper {
  display: grid;
  row-gap: 25%;
  grid-template-columns: 25% 25% 25% 25%;
  /*border:1px dashed #333; */
}
.cooperation .cooperation-block {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border:1px dashed #333; */
}
.cooperation img {
  /*border:1px dashed red; */
  vertical-align: middle;
  width: min(80%, 1152px);
  margin: auto min(1.4vw, 20px);
}
