@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;}

table {
  border-collapse: collapse;
  border-spacing: 0;}

caption,
th {
  text-align: left;
  font-weight: normal;}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;}

img {
  vertical-align: top;}

html {
  overflow-x: hidden;}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;}

[hidefocus],
summary {
  outline: 0;}

li {
  list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;}

sup,
sub {
  font-size: 83%;}

pre,
code,
kbd,
samp {
  font-family: inherit;}

q:before,
q:after {
  content: none;}

textarea {
  overflow: auto;
  resize: none;}

label,
summary {
  cursor: default;}

a,
button {
  cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;}

:focus {
  outline: 0;}

/*备用样式表*/
.none {
  display: none;}

.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;}

.hidden {
  visibility: hidden;}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;}

.clearfix {
  display: block;
  *zoom: 1;}

/*css3扩展*/
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;}

::-webkit-input-placeholder {
  color: #ccc;}

:-moz-placeholder {
  color: #ccc;}

::-moz-placeholder {
  color: #ccc;}

:-ms-input-placeholder {
  color: #ccc;}

:root {
  --primary_color: #3c9cff;
  --error_color: #f56c6c;
  --success_color: #19be6b;
  --warning_color: #ff9900;
  --info_color: #909399;}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;}

/*TODO布局开始**/
body {
  line-height: 1;
  font-size: 13px;
  font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #333;
  /* background-color: #f6f6f6; */
  background-color: #fff;}

p {
  line-height: 1.75;}

a {
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;}

a:hover {
  color: var(--primary_color);}

/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;}

.wrapper .inner {
  width: 1280px;
  margin: 0 auto;}

/**页面全局宽度**/


/* ?head开始*/
.header {
  background-color: #fff;
  border-bottom: none;
  height: auto;
  line-height: inherit;}

.header .inner {
  height: 150px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.header .header-lf{
  display: flex;}

.header .header-lf .school_name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 50px;
  font-weight: bold;
  font-family: 'STLiti';
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
  -webkit-background-clip: text;
  color: transparent;}

.header .header-rg{
  display: flex;}

.header .header-rg .motto{
  color: #cc0402;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #808080;
  font-family: 'FZYaoti';
  margin-top: 80px;}

.header .school_name_en{
  position: absolute;
  left: 7%;
  bottom: 15%;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  background-image: linear-gradient(to right, #f43b47 0%, #453a94 100%);
  -webkit-background-clip: text;
  color: transparent;}

/*默认主导航样式*/
#nav {
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;}

.wp-menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;}

.wp-menu .menu-item.i1 {
  background: none;}

.wp-menu .menu-item a>.menu-switch-arrow {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;}

.wp-menu .menu-item a.menu-link {
  /* display: inline-block; */
  padding: 0 25px;
  /* height: 100%; */
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  /* color: #f56c66; */
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
  /* background-color: var(--success_color); */
  background-color: var(--primary_color);

  text-decoration: none;
  color: #eee;}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  /* min-width: 146px; */
  min-width: 100%;
  z-index: 120;
  background: #f6f6f6;}

.sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  zoom: 1;}

.sub-menu .sub-item a {
  display: block;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  font-size: 14px;
  background: none;}

/* !子导航栏隐藏小箭头 */
.sub-menu .sub-item em {
  display: none;}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
  color: #fff;
  /* background-color: var(--success_color); */
  background-color: var(--primary_color);
  display: block;}

.sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;}


/**首页三列布局**/ 
.mod {}

.mbox {}

.main1 {}

.main1 .inner {
  margin-top: 40px;}

/**自定义新闻列表**/
.news_list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;}

.news_list li.news {
  border-radius: 6px;
  box-sizing: border-box;
  height: 36px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;}

.news_list li.news:hover {
  background-color: #ecf5ff;}

.news_list li.news:hover .news_title {
  color: #3c9cff;
  text-indent: 1em;}

.news_list li.news:hover .news_meta {
  color: #82848a;
  font-size: 14px;
  font-weight: 600;}

/**标题图标**/
.news_list li.news .news_title {
  /* float: left; */
  color: #3f536e;
  font-weight: bold;
  transition: all 0.3s;
  display: flex;
  align-items: center;}

.news_list li.news .news_title .news_title-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff9900;
  margin-right: 10px;}

/*标题*/
.news_list li.news .news_title img {
  vertical-align: middle;}

.news_list li.news .news_meta {
  color: #c0c4cc;
  transition: all 0.3s;}



/***********************************************************
 * 列表页
 */
/**首页三列布局**/

/**主体列表页开始**/
#l-container {}

#l-container .inner {
  /* padding: 25px 10px; */
  margin-top: 100px;
  min-height: 600px; 
  }

/**主体文章页开始**/
#d-container {}

#d-container .inner {
  background: #fff;}

.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;}

.col_menu .l-qh {
  margin-bottom: 10px;}

.col_menu .col_menu_head {
  background: #3c9cff;}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 20px;
  font-weight: normal;
  color: #fff;}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 50px;
  padding: 0px 5px 0px 30px;}

/**栏目名称图标**/
.col_menu .col_menu_con {
  border: 1px solid #e7e6e4;}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
  border-top: 0px solid #3c9cff;
  border-bottom: 0px solid #fff;}

.col_list .wp_listcolumn .wp_column {
  width: 100%;
  box-sizing: border-box;}

.col_list .wp_listcolumn .wp_column a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  background: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  /* border-top: 0px solid #fff; */
  /* border-bottom: 1px solid #f6eaea; */
  transition: all 0.2s;}

.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #3c9cff;
  background: #ecf5ff;}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #3c9cff;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
  font-weight: bold;
  color: #3c9cff;}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
  border-top: 1px solid #eee;
  margin-top: -1px;}

.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 52px;
  cursor: pointer;}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: bold;
  color: #3c9cff;}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: none;}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 51px;
  cursor: pointer;}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #3c9cff;}

/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 500px;
  float: right;}

.col_news .col_news_box {
  margin-left: 290px;}

.col_news_head {
  border-bottom: 1px solid #dbdbdb;}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;}

/**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #3c9cff;
  font-weight: bold;
  border-bottom: 3px solid #cbcbcb;}

.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  color: #666;}

/**当前位置**/
.col_metas .col_path a {
  color: #2f2f2f;}

.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 7px;}

.col_news_list {
  margin-top: 7px;}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**文章页**/
.infobox {
  width: auto;
  margin: 0 auto;
  padding: 20px 60px;
  min-height: 600px;
  }

.article {
  padding-top: 10px;}

.article h1.arti_title {
  line-height: 48px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #182880;}

/**文章标题**/
.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;}

/**文章副标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ececec;}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;}

/**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;}

/**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;}

.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;}

/**页脚开始**/
#footer {
  margin: 0 auto;
  margin-top: auto;
  height: 150px;
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);}
#footer .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100%;}

#footer .footer-logo{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;}
#footer .footer-logo .footer-logo-text{
  box-sizing: border-box;
  padding: 20px 0;
  margin-left: 20px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;}
#footer .footer-logo .footer-logo-text .school_name_cn{
  font-size: 36px;
  font-weight: bold;
  font-family: "FZShuTi";}
#footer .footer-logo .footer-logo-text .school_name_en{
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  background-image: linear-gradient(to right, #f43b47 0%, #453a94 100%);
  -webkit-background-clip: text;
  color: transparent;}

#footer .footer-logo .logo-container{
  width: 100px;
  height: 100px;}
#footer .footer-logo .logo-container img{
  width: 100%;
  height: 100%;}

#footer .footer-tel,
#footer .footer-address {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;}
#footer .footer-tel .title,
#footer .footer-address .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;}
#footer .footer-tel .content li,
#footer .footer-address .content li {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  font-weight: 500;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 4px;}

.wp_search #keyword {
  width: 160px !important;
  padding: 4px 0;
  border: none;
  height: 20px;
  line-height: 20px;
  background: transparent;
  color: #333;}

.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0px;
  background: var(--primary_color) url(images/sous.jpg) no-repeat center;
  cursor: pointer;
  vertical-align: top;}

/*自定义输入框*/
.searchbox {
  text-align: right;
  position: absolute;
  right: 0;
  top: 40px;}

.wp-search {
  box-sizing: border-box;
  position: relative;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  border-radius: 30px;
  padding-left: 20px;
  overflow: hidden;
  background-color: #f6f6f6;}

.wp-search form {
  /* display: block; */
  display: flex;
  justify-content: space-between;
  align-items: center;}

.wp-search .search-input {
  /* margin-left: 4px; */
  /* margin-right: 40px; */
  color: #909399;}

.wp-search .search-input input.search-title {
  width: 100%;
  height: 22px;
  padding: 4px 0;
  line-height: 22px;
  background: none;
  color: #909399;
  font-size: 14px;
  border: 0;
  outline: 0;
  font-family: "Microsoft Yahei";}

.wp-search .search-btn {
  height: 30px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;}

.wp-search .search-btn input.search-submit {
  height: 100%;
  width: 100%;
  border: 0;
  outline: 0;
  background: url(images/sous.jpg) no-repeat center center;
  background-color: var(--primary_color);
  cursor: pointer;
  color: #909399;}

.post-11 .focus .focus-title {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;}

.post-11 .focus .focus-title-bar {
  height: 34px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: 0px;}

.post-11 .focus .focus-title-bg {
  background-color: #000;}

.post-11 .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 46px;}

.post-11 .focus .focus-page {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;}

.post-11 .focus .focus-page span {
  display: block;}

.post-11 .focus .focus-page:hover {
  font-size: 13px;
  color: #000;
  font-weight: bold;}

.post-11 .focus .focus-page-active {
  background-color: #146cc1;
  color: #fff;}

.post-11 .focus .focus-navigation {
  opacity: 0.7;
  filter: alpha(opacity=70);}

.post-11 .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);}

.post-11 .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);}
