<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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擴展*/
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
/**布局開始**/
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
  color: #333;
}
p {
  line-height: 1.75;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover {
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide-text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
　 .hide-text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.f_around {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.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;
}
.md_center {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.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;
}
.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;
}
/*頁面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
/*版心 */
/*根據具體情況修改  */
.inner {
  width: 1300px;
  padding: 0px;
  margin: 0 auto;
} /**頁面全局寬度**/
.ml {
  float: left;
}
.mr {
  float: right;
}

/*head開始*/
/* 具體的css需要自己寫 */
.header {
  width: 100%;
  /* height: 865px; */
}
.header-box {
  width: 100%;
  height: auto;
}
.header-left {
  margin-top: 40px;
}
.header-more {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

ul.header-more {
  margin: 10px 10px; /* 可以添加一些水平間距 */
  padding: 0; /* 重置内邊距 */
  list-style: none; /* 去除列表标志 */
  display: flex; /* 水平排列 */
  align-items: center; /* 垂直居中 */
}

ul.header-more li {
  border-left: 2px solid #fff; /* 添加左邊框 */
  padding-left: 20px;
  margin: 0; /* 重置間距 */
}

ul.header-more li:first-child {
  border-left: none; /* 移除第一個元素的左邊框 */
}

ul.header-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px; /* 調整内邊距 */
  text-decoration: none;
  color: white;
}

ul.header-more .more1 {
  /* height: 23px; */
  /* background: url(images/search.png) left no-repeat; */
  /* padding-top: 4px; */
}

ul.header-more .more6 {
  height: 20px;
  background: url(images/weixin.png) center no-repeat;
  padding-right: 20px;
  padding-top: 2px;
}

ul.header-more li.more6:hover::before {
  content: "";
  position: fixed;
  top: 10;
  right: -100px;
  width: 90px;
  height: 90px;
  background: url(images/code.jpg) no-repeat;
  background-size: cover;
}

.header-right .logo2 {
  margin-top: 40px;
  float: right;
}
.navbg {
  height: 60px;
  background-color: rgba(16, 111, 182, 0.5);
  /* background-color: aqua; */
  margin-top: 35px;
  border-top: 1px solid #ffffff;
}
#nav .wp-menu {
  margin: 0 auto;
}
#nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
}
#nav .wp-menu .menu-item:hover {
  background: #fafafa;
  box-shadow: 0px 3px 6px 0px rgba(0, 61, 84, 0.2);
  opacity: 0.9;
}
#nav .wp-menu .menu-item a.menu-link {
  display: inline-block;
  min-width: 120px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
#nav .wp-menu .menu-item a.menu-link:hover {
  color: #0061aa;
}
#nav .wp-menu .menu-item .sub-menu {
  background-color: rgba(255, 255, 255, 0.8);
}

#nav .wp-menu .menu-item .sub-menu a.sub-link {
  color: #656565;
  width: 100%;
  display: inline-block;
  min-width: 100px;
  line-height: 40px;
  /* color: #fff; */
  font-size: 16px;
  position: relative;
  text-align: center;
}
/* 初始狀态隐藏子導航 */
.sub-menu {
  display: none;
}

/* 當主導航項被懸停時顯示子導航 */
.menu-item:hover .sub-menu {
  display: block;
}

#nav .wp-menu .menu-item .sub-menu a.sub-link:hover {
  background-color: #106fb6;
  color: #fff;
}

#nav .wp-menu .menu-item a.menu-link:hover,
#nav .wp-menu .menu-item:hover a.menu-link {
  color: #0061aa;
}

#header .mbanner {
  position: relative;
  width: 100%;
  /* height: 850px; */
  z-index: 1;
}
.swiper-banner .swiper-slide {
  max-width: 100%;
  height: auto;
}
.swiper-banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.mbanner .swiper-banner {
  position: relative;
overflow:hidden;
}

.mbanner .swiper-button-next {
  background: url(images/btn.png) center no-repeat;
  width: 50px;
  position: absolute;
  top: 93%;
  right: 14%;
}

.mbanner .swiper-button-prev {
  background: url(images/btn-left.png) center no-repeat;
  width: 50px;
  top: 93%;
  left: 70%;
}
.mbanner .swiper-button-prev:hover {
  background: url(images/btn-on.png) center no-repeat;
  width: 50px;
  top: 93%;
  left: 70%;
}

.mbanner .swiper-button-next:hover {
  background: url(images/btn-right-on.png) center no-repeat;
  width: 50px;
  position: absolute;
  top: 93%;
  right: 14%;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px; /* Adjust as needed */
}

.pagination-item {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.pagination-item.active {
  background-color: #333; /* Set the active page color */
}

.mbanner .swiper-banner {
  position: relative;
}

.mbanner .custom-pagination {
  position: absolute;
  top: 90%;
  left: 78%;
  transform: translateX(-50%);
  display: flex;
  z-index: 9999;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: url(images/fy.png) center no-repeat !important;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: url(images/fy-on.png) center no-repeat !important;
}

.mbanner .swiper-button-prev {
  background: url(images/btn-left.png) center no-repeat;
  width: 50px;
  top: 93%;
}

.mbanner .swiper-button-next {
  background: url(images/btn.png) center no-repeat;
  width: 50px;
  top: 93%;
}

#header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(16, 111, 182, 0.5);
}
.main0 {
  background: #f3f8fb;
  z-index: 3;
}
.main0-1 {
  width: 100%;
  background: #f3f8fb;
  z-index: 3;
}
.main1 {
  width: 100%;

  margin-top: 60px;
}
.main0-1 {
  display: flex;
  justify-content: space-between;
}

.wp-menu1 {
  display: flex;
  flex-direction: row; /* Arrange child items in a row */
  justify-content: space-between; /* Distribute items evenly along the main axis */
  text-align: center;
}

.menu-item1 {
  align-items: center;
  margin: 0; /* Remove any margin that might be applied by default */
}

.block-item {
  position: relative;
}
.section-title {
  position: relative;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}
.section-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0061aa;
}
.section-title p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  font-size: 18px;
  font-family: STZhongsong;
  font-weight: 400;
  font-style: italic;
}
.section-title p::after {
  content: "";
  position: absolute;
  width: 45%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #a5a5a5;
}
.section-title p::before {
  content: "";
  position: absolute;
  width: 45%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #a5a5a5;
}
.section-title a {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 0;
  color: #0061aa;
  font-size: 14px;
}

.main2 {
  height: 725px;
  background: rgba(209, 226, 240, 0.25);
}

.m2-1 {
  width: 60%;
  height: 100%;
  margin-top: -93px;
}
.m2-1 .section-title {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.m2-1 .section-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0061aa;
  margin-left: 65px;
  margin-top: 70px;
}
.m2-1 .section-title p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  padding-left: 50px;
  font-size: 18px;
  font-family: STZhongsong;
  font-weight: 400;
  font-style: italic;
}
.m2-1 .section-title p::after {
  content: "";
  position: absolute;
  width: 70%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m2-1 .section-title p::before {
  content: "";
  position: absolute;
  width: 5%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m2-1 .section-title a {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 0;
  color: #0061aa;
  font-size: 14px;
  margin-top: 70px;
}
.m2-2 {
  width: 46%;
  height: 100%;
  margin-left: 20px;
  margin-top: -40px;
}
.main2 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m2-2 .section-title {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 50px;
}
.m2-2 .section-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0061aa;
  margin-left: 65px;
  /* margin-top: 70px; */
}
.m2-2 .section-title p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  padding-left: 70px;
  font-size: 18px;
  font-family: STZhongsong;
  font-weight: 400;
  font-style: italic;
}
.m2-2 .section-title p::after {
  content: "";
  position: absolute;
  width: 64%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m2-2 .section-title p::before {
  content: "";
  position: absolute;
  width: 8%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m2-2 .section-title a {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 0;
  color: #0061aa;
  font-size: 14px;
}

.main3 {
  width: 100%;
  background: url(images/main3bg.png) bottom no-repeat;
  background-size: cover;
  background-position: center center;
}
.m3-1 {
  /* height: 55%; */
}
.m3-1 .section-title p::after {
  content: "";
  position: absolute;
  width: 40%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m3-1 .section-title p::before {
  content: "";
  position: absolute;
  width: 40%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m3-2 {
  height: 45%;
}
.m3-2 .section-title p::after {
  content: "";
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #a5a5a5;
}
.m3-2 .section-title p::before {
  content: "";
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #a5a5a5;
}
.footer1 {
  width: 100%;
  height: 213px;
  background: url(images/footerbg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.f-more {
  height: 60px;
  background: #003863;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-top: 25px;
}

.College-News {
  width: 100%;
  /* height: 300px; */
}
.College-News .swiper-slide {
  width: 309px;
  height: 409px;
  text-align: center;
  font-size: 18px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}
.College-News .swiper-slide img {
  height: 231px;
  background: #d3e2ed;
  display: block;
}
.College-News .swiper-slide .news-title {
  width: 100%;
  height: 46px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: block;
}
.College-News .swiper-slide:hover .news-title {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin-top: 70px;
  margin-left: 22px;
  padding-right: 40px;
  white-space: normal;
}

.College-News .swiper-slide .news-more {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;

  color: #797979;
  line-height: 24px;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.College-News .swiper-slide:hover .news-more {
  padding-right: 40px;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 40px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.swiper-container1 .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.swiper-container1 .swiper-slide:hover {
  background-color: #0061aa;
}

.swiper-container1 .swiper-slide:hover img {
  display: none;
}

.College-News .swiper-slide .news-time {
  /* width: 67px; */
  height: 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0061aa;
  line-height: 24px;
  display: block;
}
.College-News .swiper-slide:hover .news-time {
  display: none;
}

.icon img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0; /* 初始時隐藏 */
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  z-index: 1; /* 确保在最上層 */
}

.swiper-slide:hover .icon img {
  opacity: 1; /* 鼠标懸停時顯示 */
}

.news_03 {
  /* margin-left: 360px; */
}
.news_03 li {
  padding: 30px 0;
  border-bottom: 1px dashed #d0d0d0;
}
/* .news_03 li:last-child{  margin-bottom:28px;} */
.m2-1 li a {
  position: relative;
}

.news3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.news3 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.news3 li {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 30px;
  display: flex;
}
.news3 a {
}
.news3 .news3-time {
  width: 73px;
  height: 66px;
  background: url(images/date2.png) no-repeat;
  display: inline-block;
  text-align: center;
}
.news3-time:hover {
  background: url(images/date2_on.png);
  color: #fff !important;
}
.news3-time:hover .day,
.news3-time:hover .date {
  color: white; /* 在:hover狀态下更改字體顔色為白色 */
}
.news3 .news3more {
  display: inline-block;
}
.news3-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.news3-title:hover {
  color: #0061aa;
}
.news3-more {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #797979;
  line-height: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.news3-more a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news3-time .day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
}
.news3-time .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
}

.news3-time {
  float: left;
}

.news3more {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

li {
  overflow: hidden;
  text-overflow: ellipsis;
}

li a {
  display: block;
}

.news4 {
  width: 100%;
}
.news_04list {
  position: relative;
}
.news_04list li {
  margin-bottom: 23px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  height: 114px;
  box-sizing: border-box;
  padding: 24px 16px 0;

  transition: all 0.4s linear;
}
.news_04list li:last-child {
  margin-bottom: 28px;
}
.news_04list .news_date {
  height: 28px;
  padding-left: 26px;
  background: url(images/date3.png) left center no-repeat;
  line-height: 28px;
  font-size: 14px;
  color: #555;
  transition: all 0.4s linear;
}
.news_04list .title_bt {
  margin-top: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333;
  transition: all 0.4s linear;
}
.news_04list li:hover {
  background-color: #0061aa;
}
.news_04list li:hover .news_date {
  background: url(images/date3_on.png) left center no-repeat;

  color: #fff;
}
.news_04list li:hover .title_bt {
  color: #fff;
}
.newsbox1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ainfo {
  width: 356px;
  height: 230px;
  margin-right: 40px;
  display: inline-block;
}
.ainfo:last-child {
  margin-right: 0;
}
.ainfo :hover {
  color: #0061aa;
}
.atime {
  width: 100%;
  height: 38px;
  border-bottom: 4px solid #0061aa;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.atitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 23px;
  margin-bottom: 18px;
}
.amore {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #797979;
  line-height: 24px;
  margin-right: 175px;
  width: 100%;
}
.more {
  width: 100px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #797979;
  line-height: 24px;
  margin-top: 30px;
  position: fixed;
  background: url(images/more.png) right no-repeat;
  text-align: left;
}
.more:hover {
  color: #0061aa;
  background: url(images/more-on.png) right no-repeat;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrap {
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  width: 660px;
  height: 83px;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}

.fmore {
  width: 360px;
  height: 69px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-left: 100px;
  padding-left: 10px;
}
.fmore .add::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("images/n1.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
  padding-right: 10px;
}

.fmore .email::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("images/n2.png") no-repeat;
  /* background-size: contain; */
  margin-right: 5px;
  vertical-align: middle;
  padding-right: 10px;
}

.fmore .phone::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("images/n3.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 10px;
}

.fmore .Email::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("images/n4.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 10px;
  
}

.fpc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 48px;
  text-align: center;
}
.fpc1 {
  /* width: 500px; */
  height: 123px;

  margin-top: 45px;
}
.fpc img {
  width: 100px;
  height: 100px;
}
.fpc span {
  width: 112px;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 8px;
}
.fpc1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平居中 */
  text-align: center; /* 文本水平居中 */
}

.fpc1 img,
.fpc1 span {
  display: block;
}

.LINKS {
  width: 80%;
  margin-left: 120px;
}

.LINKS .swiper-slide {
  width: 147px;
  height: 110px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(48, 50, 52, 0.16);
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LINKS .swiper-button-next {
  background: url(images/btn.png) top no-repeat;
  width: 50px;
  transition: 0.3;
}
.LINKS .swiper-button-prev {
  background: url(images/btn-left.png) top no-repeat;
  width: 50px;
  transition: 0.3;
}
.LINKS .swiper-button-next:after {
  display: none;
}
.LINKS .swiper-button-prev:after {
  display: none;
}
.LINKS .swiper-button-prev:hover {
  background: url(images/btn-on.png) top no-repeat;
}
.LINKS .swiper-button-next:hover {
  background: url(images/btn-right-on.png) top no-repeat;
}

.m3-2 .block-item {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.m3-2 .block-item .LINKS .swiper-slide img {
  height: auto;
}

.menu-item1 {
  padding-bottom: 20px;
  text-align: center;
  width: 400px;
  padding-top: 20px;
}

.menu-link1 {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.menu-item1:hover {
  background: #0061aa;
}

.menu-item1:hover .menu-link1 {
  background: #0061aa;
  color: white;
}

.main0.wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.2s ease;
}

.wp-menu1.f_between {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* 搜索 */
.search-panel {
  float: right;
  position: relative;
  z-index: 20;
  display: inline-block;
  line-height: 25px;
  margin-right: 10px;
}

.search-panell {
  float: right;
  position: relative;
  z-index: 20;
  display: inline-block;
  line-height: 25px;
  margin-right: 14px;
}

.searchbtn {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  background: url(images/search.png) no-repeat center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 120;
  cursor: pointer;
}

.search-window {
  width: 25px;
  border: 0px;
  /* overflow: hidden; */
  min-height: 25px;
}

/**搜索**/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  background: #fff;
  width: 209px;
  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 {
  width: 212px;
  text-align: right;
}

.wp-search {
  border: 0px solid #fff;
  border-radius: 0px;
  position: relative;
}

.wp-search form {
  display: block;
  padding-right: 34px;
}

.wp-search .search-input {
  border-radius: 25px;
  margin-right: 0;
  height: 25px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.wp-search .search-input input.search-title {
  width: 100%;
  box-sizing: border-box;
  height: 25px;
  padding: 0px 15px;
  line-height: 25px;
  color: #333;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: none;

  font-family: Microsoft YaHei;
}

.wp-search .search-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.wp-search .search-btn input.search-submit {
  width: 25px;
  height: 25px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: url(images/search.png) no-repeat center;
  cursor: pointer;
}

.wp-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333;
}
.menu-item {
  overflow: visible;
}

.sub-menu li {
  /* overflow: auto; */
}

/* 列表頁文章頁 */
.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;
  /* padding-top: 18px; */
}

.col_menu .l-qh {
}

.col_menu .col_menu_head {
  background-color: #036eb7;
  background-size: cover;
  background: url(./img/menu-bg.png) no-repeat;
  background-size: cover;
}

#l-container {
  padding-top: 51px;
  padding-bottom: 51px;
}

/**位置欄目背景**/

.col_menu .col_menu_head h3.col_name {
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #036eb7;
}

/**位置欄目字體**/

.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 60px;
  text-align: center;
}

/**欄目名稱圖标**/

.col_menu .col_menu_con {
  border: 0;
  background: #fff;

  padding: 0px;
  box-sizing: border-box;
}

/*欄目列表*/

.col_list {
  min-height: 60px;
}

.col_list .wp_listcolumn {
  border: 0px;
}

.col_list .wp_listcolumn .wp_column a {
  background-image: none;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.col_list .wp_listcolumn .wp_column a .column-name {
  display: inline-block;
  padding: 10px 0px;
  line-height: 30px;
  font-size: 16px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent {
  color: #0e419c;
  background: #eee;
}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
  position: absolute;
  content: "";
  right: 48px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  display: none;
}

.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
  display: block;
}

.col_list .wp_listcolumn .sub_list .wp_column a {
  color: #454545;
  background: none;
  border-bottom: 1px solid #bbb;
}

/*二級子欄目**/

.col_list .wp_listcolumn .sub_list a {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover {
  background: #ececec;
}

.col_list .wp_listcolumn .sub_list a.selected {
  background: #ececec;
  font-weight: 600;
}

.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
  color: #036eb7;
}

/*三級子欄目**/

.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 20px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: 400;
  color: #036eb7;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
  background: #036eb7;
}

/**欄目新聞**/

.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
  /* background-color: #fff; */
}

.col_news .col_news_box {
  padding: 2px 37px 54px 33px;
  box-sizing: border-box;
  border-radius: 8px;
  width: calc(100% - 280px);
  float: right;
  background: #fff;
}

.col_news_head {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 37px;
  line-height: 37px;
}

/**當前欄目**/

.col_metas .col_title h2 {
  display: inline-block;
  font-size: 18px;
  font-family: "Microsoft yahei";
  font-weight: 600;
  color: #036eb7;
  position: relative;
  /* padding-left: 17px; */
}

.col_metas .col_title h2:before {
  position: absolute;
  content: "";

  bottom: -20px;
  margin-top: -12px;
  width: 100%;
  height: 3px;
  background: #cbcbcb;
}

.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 56px;
  line-height: 40px;
  color: #999;
}

/**當前位置**/

.col_metas .col_path a {
  color: #2f2f2f;
}

.col_metas .col_path a:last-child {
  color: #2f2f2f;
}

.col_news_con {
  /* padding: 36px 37px 54px 33px; */
  box-sizing: border-box;
  margin: 0;
  display: flex;
  justify-content: center;
}

.col_news_list {
  width: 100%;
  margin-top: 9px;
}

.col_news_list .news_list2 li {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px dashed gray;
  padding-bottom: 30px;
}

.col_news_list .news_list2 li a {
  display: block;
}

.col_news_list .news_list2 li .news_tu {
  float: left;
  width: 240px;
  height: 135px;
  position: relative;
  overflow: hidden;
  margin-right: 41px;
  border-radius: 4px;
}

.col_news_list .news_list2 li .news_tu img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.col_news_list .news_list2 li .news_info {
  float: right;
  width: calc(100% - 290px);
}

.col_news_list .news_list2 li .news_title {
  line-height: 29px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.col_news_list .news_list2 li .news_meta {
  /* margin-top: 6px; */
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.col_news_list .news_list2 li .news_time {
  margin-top: 3px;
  line-height: 23px;
  font-size: 14px;
  color: #999;
}

.col_news_list .wp_article_list .list_item {
}

/**欄目新聞列表**/

.col_news_list .wp_article_list .list_item .Article_Index {
}

/**欄目新聞圖标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 10px;
}

.col_news_list .wp_entry table {
  margin-bottom: 4px;
}

.col_news_list .wp_entry img {
  max-width: 800px;
  _width: expression(this.width &gt; 800 ? "800px": this.width);
}

/**列表頁文章圖片大小限制**/

.col_news_list .wp_entry,
.col_news_list .wp_entry table {
  margin: 0 auto;
}

/**翻頁**/

.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: none;
  text-align: center;
  padding-top: 30px;
}

.wp_paging input {
  font-size: 12px;
  *font-size: 100%;
}

.wp_paging li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: none;
  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;
}

/** 分頁欄 **/

.col_news_con .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  text-align: center;
  padding-top: 0px;
}

.col_news_con .pages li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

.col_news_con .pages li a {
  font-size: 16px;
}

.col_news_con .pages li a.pgNext {
  color: #036eb7;
}

.col_news_con .pages li a.page-number {
  display: inline-block;
  border: 1px solid #dcd6d6;
  width: 40px;
  height: 40px;

  line-height: 40px;
  color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
  border: 1px solid #036eb7;
  background: #036eb7;
  color: #fff;
}

#wp_pager {
  text-align: center;
  padding-top: 20px;
}

#wp_pager ul.pages {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  border: none;
}

#wp_pager ul.pages li {
  float: left;
  margin: 0 10px;
  line-height: 42px;
  list-style: none;
  color: #333;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

#wp_pager ul.pages li:hover {
  background: none;
  border: 0;
}

#wp_pager ul.pages li a {
  display: inline-block;
  line-height: 42px;
  padding: 0;
  color: #9aa1a6;
}

#wp_pager ul.pages li a:hover {
  border: 1px solid #036eb7;
  color: #fff;
}

#wp_pager ul.pages li a.pgNext {
  color: #9aa1a6;
  border: 1px solid #dcd6d6;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  height: 41px;
}

#wp_pager ul.pages li.pgEmpty {
  display: none;
}

#wp_pager ul.pages li a.pgCurrent {
  color: #fff;
  font-weight: 500;
  border: 1px solid #036eb7;
}

.news_more {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005bac;
  line-height: 34px;

  position: relative;
}

.news_more::after {
  content: "";
  position: absolute;
  background: url(./img/jianou.png);
  width: 8px;
  height: 14px;
  left: 0;
  top: 10px;
}

.col_news_list .news_list2 li a:hover .news_more {
  color: #fff;
}

.col_metas .col_path {
  font-size: 13px;
  font-family: SourceHanSansCN !important;
  font-weight: 400;
  color: #000000;
  position: relative;
  display: flex;
}

.col_metas .col_path::after {
  position: absolute;
  content: "";
  /* background: url(./img/back.png); */
  width: 15px;
  height: 15px;
  left: -29px;
  top: 20px;
}
/* 列表頁2 */
.col_news_head1 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
}

.news_list3 {
  width: 100%;
  /* padding-top: 20px;
padding-bottom: 23px; */
}

.news_list3 li {
  background: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 23px;
  display: flex;
}

.news_list3 a {
  display: block;
}

.rqi {
  width: 134%;
  /* height:115px; */
  /* background-color: pink; */
  padding-top: 23px;
  padding-bottom: 26px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.yy {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005bac;
  text-align: center;
  margin-bottom: 20px;
  line-height: 28px;
}

.dd {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323333;
  line-height: 18px;
  text-align: center;
}

.rqi::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 100px;
  background: #cecece;
  right: 0px;
  top: 9px;
  display: block;
}

.fl {
  width: calc(100% - 12.5%);
  height: 100%;
  float: right;
  padding-top: 4px;
  padding-bottom: 23px;
  padding-left: 31px;
  box-sizing: border-box;
  padding-right: 12px;
}

.biao {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.news_metan {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999899;
  line-height: 20px;
}

/**文章頁**/

.infobox {
  margin: 0 auto;
  /* margin-top: 40px; */
  background: #fff;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, .1); */
  padding: 40px 40px 40px;
}

.article {
  padding-top: 10px;
}

.article h1.arti_title {
  line-height: 48px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #333;
}

/**文章标題**/

.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #1b1b1b;
}

/**文章副标題**/

.article .arti_metas {
  padding: 10px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}

.article .arti_metas span {
  margin: 0 8px;
  font-size: 14px;
  color: #787878;
}

/**文章其他屬性**/

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  min-height: 300px;
}

/**文章内容**/

.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 16px;
  color: #333;
}

/**閱讀字體**/

.article .entry .read p {
  margin-bottom: 10px;
}

.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width &gt; 940 ? "940px": this.width);
}

/**文章閱讀部分圖片大小限制**/

.article .entry .read table {
  margin: 0 auto;
  border: none;
}

.l-banner {
}

.col_news_head2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
  padding-top: 21px;
}

.pp {
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding-left: 29px;
  padding-right: 29px;
  box-sizing: border-box;
  margin-bottom: 70px;
}

.col_metas .col_title1 {
  display: inline-block;
  float: left;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
}

.col_metas .col_path1 {
  display: inline-block;
  float: right;
  white-space: nowrap;

  line-height: 25px;
  color: #999;
}

.col_metas .col_path1 {
  display: inline-block;
  float: right;
  white-space: nowrap;

  line-height: 25px;
  color: #999;
  position: relative;
}

.col_metas .col_path1::after {
  position: absolute;
  content: "";
  background: url(./img/back.png);
  width: 15px;
  height: 15px;
  left: -29px;
  top: 5px;
}

.news_list3 li:hover {
  background: #036eb7;
  border-color: #036eb7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news_list3 li:hover .yy {
  color: #fff;
}

.news_list3 li:hover .dd {
  color: #fff;
}

.news_list3 li:hover .biao {
  color: #fff;
}

.news_list3 li:hover .news_metan {
  color: #fff;
}
.news_list3 li:hover .news_metan a {
  color: #fff;
}

#d-container {
  padding-top: 57px;
}

.col_news_list .news_list2 li .news_titled {
  line-height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.col_news_list .news_list2 li .news_tus {
  width: 240px;
  height: 135px;
  position: relative;
  overflow: hidden;
  margin-right: 41px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.col_news_list .news_list2 li .news_infoss {
  float: right;
  width: 100%;
}

.notice li {
  float: left;
  margin-top: 35px;
  margin-right: 20px;
  width: calc(25% - 20px);
}

.notice li a {
  display: flex;
}

.notice li a .news_time {
  width: 68px;
  height: 82px;
  background: #1267bb;
  border-radius: 6px 0 0 6px;
}

.notice li a .day {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 43px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.notice li a .month {
  display: block;
  height: 40px;
  overflow: hidden;
  border-top: 1px solid #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 30px;
  margin: 0 auto;
}

.notice li a .news_wz {
  width: calc(100% - 68px);
  border: 1px solid #1267bb;
  border-left: 0;
  background: #f1f1f1;
  border-radius: 0 6px 6px 0;
  height: 82px;
  box-sizing: border-box;
  line-height: 25px;
  padding: 0 18px;
  font-size: 16px;
  color: #333;
}

.notice li a:hover .news_wz {
  color: #1267bb;
}

.col_news_listv {
  margin-top: 20px;
}

.col_news_listv .mn {
  width: 180px;
  /* height: 200px; */
  /* background-color: #000; */
  margin-bottom: 28px;
  display: inline-block;
}

.boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tus img {
  width: 180px;
  height: 90px;
  /* background-color: #005bac; */
  margin-bottom: 10px;
}

.boxes-biao {
  line-height: 36px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.col_news_listv li:hover .boxes-biao {
  color: #005bac;
}

.boxes::after {
  content: "";
  width: 20%;
  border: 1px solid transparent;
}

.tus {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}

.wp_listcolumn .wp_column a {
  display: block;
  width: 100%;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  word-wrap: break-word;
  background: url(wp_column_menu_li_1.gif) no-repeat 6px 12px;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #f6eaea;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}

/*底部修改 */

.fot-le {
  float: left;
}

.head-right {
  float: right;
  padding-top: 40px;
}

/* 列表頁3 */
.col_news_head1 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
}

.news_list5 {
  width: 100%;
  /* padding-top: 20px;
padding-bottom: 23px; */
}

.news_list5 li {
  background: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 23px;
}

.news_list5 a {
  display: block;
}

.rqi5 {
  width: 12.5%;
  /* height:115px; */
  /* background-color: pink; */
  padding-top: 30px;
  padding-bottom: 26px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.yy5 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005bac;
  text-align: center;
  margin-bottom: 13px;
  line-height: 28px;
}

.dd5 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323333;
  line-height: 18px;
  text-align: center;
}

.rqi5::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 100px;
  background: #cecece;
  right: 0px;
  top: 9px;
  display: block;
}

.fl5 {
  width: calc(100% - 12.5%);
  height: 100%;
  float: right;
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 31px;
  box-sizing: border-box;
}

.biao5 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 10px;
}

.news_metan5 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999899;
  line-height: 20px;
}

.news_list5 li:hover {
  background: #036eb7;
  border-color: #036eb7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}

.news_list5 li:hover .yy5 {
  color: #fff;
}

.news_list5 li:hover .dd5 {
  color: #fff;
}

.news_list5 li:hover .biao5 {
  color: #fff;
}

.more1 {
  right: 0;
  width: 74px;
  height: 25px;
  background: url(./img/more.png);
  top: 0px;
}

.possplit {
  margin-top: -17px;
}
.col_news_list .news_list2 li .news_meta a {
}

.col_news_list .news_list2 li:hover .news_title {
  color: #0061aa;
}
.menu-item1 .m1 {
  margin-bottom: 10px;
}

.newspc {
  width: 160px;
  height: 200px;
  background-color: whitesmoke;
  align-items: center;
  text-align: center;
}
.news5 {
  width: 160px;
  align-items: center;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.news_list4 {
  display: flex;
}
.newspc img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.newspc p a {
  margin-top: 5px;
}

.stitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(0deg, #00223c 0%, rgba(0, 41, 71, 0) 100%);
  color: #fff;
  padding: 10px;
  z-index: 2;
  height: 20%;
  text-align: left;
  padding-left: 355px;
  padding-top: 80px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.stitle a {
  color: #ffffff;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.stitle img {
  display: flex;
}
.YQLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 20px;
}
.YQLinks li {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: 0.5s;
  line-height: 28px;
}
.YQLinks li:hover a {
  color: #0061aa;
}
.YQ1 {
  font-size: 24px !important;
  color: #0061aa !important;
}
.YQLinks li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YQLinks li a .img{
  margin-right: 10px;
}
</pre></body></html>