@charset "utf-8";
html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
  font-family: tahoma, "Microsoft YaHei";
  color: #333;
}
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
img {
  vertical-align: top;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ".";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
* {
  word-break: break-all;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
} /*webkit*/
:-moz-placeholder {
  font-size: 16px;
  color: #fff;
} /*firefox 4-18*/
::-moz-placeholder {
  font-size: 16px;
  color: #fff;
} /*firefox 19+*/
:-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
} /*ie10+*/

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; /* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */
}
/* input { -webkit-appearance: none; } */

.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.text-line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body {
  background: #eef0f4;
  line-height: 1;
  font-size: 13px;
  font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #333;
}
/**头部**/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1400px;
  margin: 0 auto;
}
#header {
  background: #4aab63;
}

/**搜索**/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  background: #fff;
  width: 240px;
  height: 36px;
  opacity: 0.3;
  filter: Alpha(opacity=30);
}
.wp_search #keyword {
  width: 177px !important;
  padding: 4px 0;
  border: none;
  height: 28px;
  line-height: 28px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.wp_search .search {
  width: 32px;
  height: 32px;
  border: 0px;
  background: url(images/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}
/***自定义搜索*/
.searchbox {
  text-align: right;
  margin-top: 0;
}
.wp-search {
  position: relative;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-right: 40px;
  height: 34px;
}
.wp-search .search-input input.search-title {
  width: 100%;
  height: 34px;
  padding: 0px 15px;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: transparent;
}
.wp-search .search-btn {
  width: 40px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.wp-search .search-btn input.search-submit {
  width: 40px;
  height: 34px;
  border: 0;
  outline: 0;
  background: url(images/search.png) no-repeat center;
  cursor: pointer;
}
/**导航**/
.nav {
  background: #fff;
  height: 60px;
}
.wp-menu {
  height: 60px;
  display: flex;
}
.wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
  width: 108px;
  height: 60px;
  text-align: center;
}
.wp-menu .menu-item > a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.wp-menu .menu-item a.menu-link {
  color: #333;
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
.wp-menu li.menu-item:hover a.menu-link {
  color: #4aab63;
}
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
}
.sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}
.sub-menu .sub-item a {
  display: block;
  color: #000;
  height: 48px;
  line-height: 22px;
  padding: 12px;
  font-size: 16px;
  text-align: center;
}
.sub-menu .sub-item.hover > a,
.sub-menu .sub-item a:hover {
  color: #fff !important;
  background-color: #4aab63;
  display: block;
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: rgba(0, 0, 0, 0.2);
}
.wp-menu .i12 {
 
}
.wp-menu .menu-item.i12 a.menu-link {
 
}
/**页脚开始**/
#footer {
  background: url(images2/bj_bottom.jpg) no-repeat;
  min-height: 270px;
  position: relative;
  background-size: cover;
}
 
 
#footer .inner {
  padding-top: 36px;
  position: relative;
  z-index: 2;
}
#footer .inner .foot_bottom {
  padding-bottom: 44px;
  padding-right: 100px;
  position: relative;
}
#footer .inner .foot-left {
  float: left;
  width: 481px;
  margin-right: 124px;
  height: 100px;
  background: url(images2/logo.png) no-repeat;
}
#footer .inner .foot-right {
  float: left;
  padding-top: 19px;
}
#footer .inner .foot-right p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 15px;
}
#footer .inner .foot-right p:first-child {
  margin-top: 0;
}
#footer .inner .foot-tu {
  position: absolute;
  right: 0;
  width: 140px;
  height: 140px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
#footer .inner .foot-tu img {
  width: 100px;
}
#footer .inner .copyright {
  height: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #fff;
}
#footer .inner .copyright p {
  line-height: 26px;
  text-align: left;
}
/**列表页**/
.listpage {
  padding-top: 30px;
  padding-bottom: 40px;
}
.listpage .listnews_05 .bt {
  font-size: 16px;
}
.col_menu {
  width: 255px;
  float: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.col_news_head {
  /* border-left:6px solid #3FD7CB; */
  border-bottom: 1px solid #dbdbdb;
}

.col_menu .col_menu_head {
  background: #4aab63;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 18px;
  font-weight: 600;
  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: 0px solid #e4e4e4;
}
/**栏目列表**/
.col_list {
}
.col_list .wp_listcolumn {
  border-top: 0px solid #2867a0;
  border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #f6eaea;
  background: #fff;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  display: inline-block;
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #4aab63;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #4aab63;
}
.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: #4aab63;
}
/**二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  display: block;
  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 44px;
  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: #4aab63;
}
/**三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  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: #0f429b;
}
/**栏目新闻**/
.col_news {
  width:  910px;
  min-height: 500px;
  float: right;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-top: 3px solid #4aab63;
  padding: 0 20px;
}
.col_news .col_news_box {
  margin-left: 266px;
}
.col_news_head {
  /* border-left:6px solid #3FD7CB; */
  border-bottom: 1px solid #dbdbdb;
  padding-top: 10px;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 44px;
  line-height: 43px;
} /**前标题**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 24px;
  font-family: "Microsoft yahei";
  font-weight: 600;
  color: #333;
} /**前标题**/
.col_metas .col_path {
  display: inline-block;
  float: right; /* padding-right:20px; */
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  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 .newslist li {
  width: 100%;
  margin-top: 8px;
  position: relative;
  padding-right: 140px;
  padding-left: 25px;
  border-bottom: 1px dashed #efefef;
}
.col_news_list .newslist li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -3px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #e0e0e0;
}
.col_news_list .newslist li a {
  display: block;
  line-height: 38px;
  font-size: 18px;
}
.col_news_list .newslist li .time {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 38px;
  font-size: 14px;
  color: #999;
}
.col_news_list .newslist li a:hover {
  color: #4aab63;
}

.wp_paging {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  float: right;
}
.wp_paging input {
  font-size: 12px;
  *font-size: 100%;
}
.wp_paging li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: left;
  margin-top: 5px;
}
.wp_paging li span,
.wp_paging li a {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.wp_paging li em {
  font-style: normal;
}
.wp_paging li a {
  cursor: pointer;
  color: #666;
  line-height: 25px;
  height: 25px;
}
.wp_paging li a:hover {
  color: #000;
}
.wp_paging li a span {
  margin: 0;
}
.wp_paging li input {
  font-size: 12px;
  *font-size: 100%;
  width: 24px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #d5d5d5;
  background: #fff;
  margin-top: 4px;
  text-align: center;
}
.wp_paging li input:focus {
  outline: none;
}

/**文章页**/
.infobox {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 30px;
}
.article {
  padding-top: 30px;
  padding-bottom: 40px;
}
.article h1.arti_title {
  line-height: 26px;
  font-weight: 600;
  font-family: "Microsoft YaHei";
  padding: 15px;
  text-align: center;
  font-size: 25px;
  color: #282828;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
} /**文章标题**/
.article h2.arti_title {
  text-align: center;
  font-size: 18px;
  margin-top: 18px;
  color: #4aab63;
} /**文章副标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 14px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.article .entry .read,
.article .entry .read p {
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  line-height: 1.7em;
  font-size: 16px;
}
.article .entry .read img {
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/

#wp_paging_w16 {
  padding-top: 20px;
  height: 60px;
}
/*lang样式*/
.site-lang li {
  float: right;
}
.site-lang li.links {
  display: inline-block;
}
.site-lang li.links a {
  line-height: 32px;
  font-size: 16px;
  padding-left: 38px;
  color: #fff;
  background: url(images/jx_home.png) left top no-repeat;
}
.site-lang li.links:hover a {
  color: #fff !important;
}
.site-lang li.line {
  display: inline-block;
  color: #fff;
  margin: 0 7px;
}
.headertop {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.Title {
  margin-bottom: 30px;
}
.mySwiperbanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySwiperbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiperbanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.main1 {
  background: #fff url(images2/bg1.png) left bottom no-repeat;
  padding-top: 75px;
  padding-bottom: 75px;
}
.more {
  font-family: ArialMT;
  font-size: 14px;
  color: #4aab63;
  line-height: 42px;
  margin-right: 10px;
}
.more:hover{
  font-size: 15px;
   font-weight:bold;
 transition: all 0.5s ease;
}
.main1-1 {
  width: 65%;
}
.main1-2 {
  width: 30%;
}
.mySwiperNews {
  width: 49%;
  overflow: hidden;
  position: relative;
}
.mySwiperNews .swiper-slide img {
  width: 432px;
  height: 324px;
  object-fit: cover;
}
.s1 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  padding: 10px 0;
}

.s2 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
}
.s3 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.s4 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #4aab63;
  line-height: 23px;
}
.Newsbox {
  width: 48%;
}
.Newsbox li {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px 10px 10px 10px;
  padding: 8px;
}
.Newsbox li:hover {
  background: url(images2/news_bj_h.png) no-repeat;
  background-size: cover;
}
.news_list2 li {
  margin-bottom: 12px;
}
.news_list2 li .news_date {
  margin-right: 10px;
  border-right: 1px solid #999999;
  padding: 5px;
  transition: all 0.3s ease;
}
.news_list2 li .news_date .day {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #4aab63;
  line-height: 30px;
}
.news_list2 li .news_date .year {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}

.news_list2 li:hover .s2 {
  font-weight: bold;
  font-size: 19px;
}

.news_list2 li .s2 {
  transition: all 0.3s ease;
}
.news_list2 li:hover .news_date {
  background: #4aab63;
  border-radius: 4px;
}
.news_list2 li:hover .news_date .day,
.news_list2 li:hover .news_date .year {
  color: #fff;
}

.news_list2 li:hover .s2 {
  font-weight: bold;
  font-size: 19px;
}
.main2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f8f8f8 url(images/bg2.png) right bottom no-repeat;
}
.main2-1 {
  width: 30%;
}
.news_list3 li {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news_list3 li .news_date {
  padding: 10px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(153, 153, 153, 1);
  margin-right: 15px;
}

.news_list3 li .news_date .day {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color:#4aab63;;
  line-height: 30px;
}
.news_list3 li .news_date .year {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news_list3 li {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.news_list3 li:hover {
  background: linear-gradient(to right, rgba(225, 243, 218, 1), #fff);
}

.news_list3 li:hover .news_date {
  background-color: rgba(74, 171, 99, 1);
}

.news_list3 li:hover .news_date .day,
.news_list3 li:hover .news_date .year {
  color: #fff;
}
.main3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(images2/bj_college.jpg) no-repeat;
  background-size: cover;
}

.mySwiperXYFC {
  overflow: hidden;
  position: relative;
}
.mySwiperXYFC .swiper-slide {
  text-align: center;
  font-size: 18px;
 
  padding: 8px;
  position: relative;
  transition: all 0.5s ease;
}
.mySwiperXYFC .swiper-slide:hover {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
}
.mySwiperXYFC .swiper-slide:hover::before,
.mySwiperXYFC .swiper-slide:hover::after {
  display: none;
}
.mySwiperXYFC .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("images2/college_line_up.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s ease;
}

.mySwiperXYFC .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("images2/college_line_down.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s ease;
}

.mySwiperXYFC .swiper-slide a img {
  display: block;
  width: 100%;
  height: 200px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  object-fit: cover;
}

/**友情链接**/
.mlink {
}
.botlinks .links-wrap {
  position: relative;
  width: 300px;
  height: 36px;
  line-height: 34px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.botlinks .links-wrap a.links-arrow {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 38px 0 28px;
  color: #fff;
  font-size: 14px;
  background: url(images/arrow2.png) no-repeat right bottom;
}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
  color: #fff;
  background-position: right top;
  cursor: pointer;
}
.botlinks .links-wrap .link-items {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 35px;
  height: auto;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.botlinks .links-wrap .link-items a {
  display: block;
  line-height: 24px;
  padding: 5px 0;
  color: #444;
}
.botlinks .links-wrap .link-items a span {
  display: block;
  padding: 0 16px;
  white-space: nowrap;
}
.botlinks .links-wrap .link-items a:hover {
  color: #333;
  background: #e0f1f9;
  cursor: pointer;
} /**链接样式**/
.headertopright ul {
  display: flex;
  align-items: center;
}
.headertopright ul li {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-right: 15px;
}
.headertopright ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.mySwiperbanner .swiper-button-next {
  width: 119px;
  height: 55px;
  background: url(images2/btn_banner_next.png) no-repeat;
  transition: all 0.5s ease;
  top:  90%;
  right: 10%;
}
.mySwiperbanner .swiper-button-next:hover {
  background: url(images2/btn_banner_next_h.png) no-repeat;
}
.mySwiperbanner .swiper-button-prev {
  width: 119px;
  height: 55px;
  background: url(images2/btn_banner_pre.png) no-repeat;
  transition: all 0.5s ease;
  top: 90%;
  left: 78%;
}
.mySwiperbanner .swiper-button-prev:hover {
  background: url(images2/btn_banner_pre_h.png) no-repeat;
}

.mySwiperNews .swiper-button-next {
  width: 60px;
  height: 26px;
  background: url(images2/btn_news_next.png) no-repeat;
  transition: all 0.5s ease;
  top: 97%;
}
.mySwiperNews .swiper-button-next:hover {
  background: url(images2/btn_news_next_h.png) no-repeat;
}
.mySwiperNews .swiper-button-prev {
  width: 60px;
  height: 26px;
  background: url(images2/btn_news_pre.png) no-repeat;
  transition: all 0.5s ease;
  top: 97%;
  left: 60%;
}
.mySwiperNews .swiper-button-prev:hover {
  background: url(images2/btn_news_pre_h.png) no-repeat;
}
.mySwiperXYFC1 .swiper-button-next {
  width: 99px;
  height: 55px;
  background: url(images2/btn_college_next.png) no-repeat;
  transition: all 0.5s ease;
  right: -10%;
}
.mySwiperXYFC1 .swiper-button-next:hover {
  background: url(images2/btn_college_next_h.png) no-repeat;
}
.mySwiperXYFC1 .swiper-button-prev {
  width: 99px;
  height: 55px;
  background: url(images2/btn_college_pre.png) no-repeat;
  transition: all 0.5s ease;
  left: -10%;
}
.mySwiperXYFC1 .swiper-button-prev:hover {
  background: url(images2/btn_college_pre_h.png) no-repeat;
}
.mySwiperXYFC1 {
  position: relative;
}
.DATE {
  width: 90px;
  height: 40px;
  background: #4aab63;
  border-radius: 4px 0px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
 display:none;
}
.mySwiperNews .swiper-slide img {
  position: relative;
}


.news_list .news_date{width:20%}
.news_list  .s2{width:75%}


.news_list3 .news_date{width:25%}
/**头部**/
.wrapper { width:100%; margin:0 auto;  }
.inner {width: 1200px;margin:0 auto;} 
#header{ background:#4aab63;}
#header .inner{height:160px; padding:30px 0px;}
.header .head-left{ position:relative;}
.header .head-left .logo{ width:650px;height:100px;background:url(images/logo.png) left center no-repeat; margin-right:18px;}
.header .sitelogo{height:100px; line-height:100px;vertical-align:top; font-size:36px; color:#fff;}
.header .sitetitle{color:#fff;}
.header .head-right{padding-top:13px;width:340px;}

.site-lang li{ float:right; margin-bottom:10px;}
.site-lang li.links{display: inline-block;}
.site-lang li.links:hover a{color:#c8000!important;}
.site-lang li.line{ display: inline-block; color: #fff; margin: 0 7px;}
/**搜索**/
.wp_search{ display:inline-block;position:relative;padding-left:12px; background:#fff;width:240px; height: 36px;opacity:0.3; filter:Alpha(opacity=30)}
.wp_search #keyword{ width:177px!important;padding: 4px 0; border:none;height:28px; line-height:28px; background:transparent; color:#fff; font-size: 14px; font-family: "Microsoft YaHei";}
.wp_search .search{width:32px;height: 32px;border:0px; background: url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/***自定义搜索*/
.searchbox{text-align:right;margin-top:0;}
.wp-search {position: relative;border:1px solid #fff;background:rgba(255,255,255,0);}
.wp-search form {display: block;}
.wp-search .search-input { margin-right: 40px;height: 34px;}
.wp-search .search-input input.search-title {width: 100%;height:34px;padding: 0px 15px;line-height:34px;color: #333;font-size: 14px;border:0;outline: 0;background: transparent;}
.wp-search .search-btn {width:40px;height:34px;position: absolute;right: 0;top:0;}
.wp-search .search-btn input.search-submit {width:40px;height:34px;border:0;outline: 0;background:url(images/search.png) no-repeat center;cursor: pointer;}

.mtu {
  position: relative;
  width: 100%;
}
.pic img{
width:100%;
}