@charset "utf-8";

.background-1 {
  background: #221F32;
}

.background-2 {
  background: #9A023F;
}

.background {
  background: #125D86;
}

.background-3 {
  background: #444444;
}

.background-4 {
  background: #555555;
}

.border-left {
  border-left: 1px solid #125D86
}

.color {
  color: #125D86;
}

/*common*/
html {
  overflow: auto;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}

body {
  margin: 0 auto;
  color: #333;
  font-family: Arial, '宋体', Verdana;
  position: relative;
  top: 0;
  left: 0;
}

div,
form,
ul,
ol,
li,
span,
p,
caption {
  padding: 0;
  border: 0;
  margin: 0;
}

img,
a {
  margin: 0;
  padding: 0;
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

table,
td,
th,
input,
textarea {
  font-size: 12px;
  border: 0;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #555;
}

textarea {
  overflow: hidden;
}

.clear {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  float: left;
}

#clear {
  clear: both;
}

.main-box {
  width: 1200px;
  margin: 0 auto;
}

.main-content-box {
  width: 98%;
  margin: 0 auto;
  font-size: 0;
}

/*首页*/
.index {
  width: 100%;
  height: 400px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.background-img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index img.background-img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  z-index: 1;
}

.index .navigation.fixed {
  position: fixed;
  top: 0;
  height: 59px;
}

.navigation ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  font-size: 0;
}

.navigation-3 ul li {
  width: 33.33%;
}

.navigation-4 ul li {
  width: 25%;
}

.navigation-5 ul li {
  width: 20%;
}

.navigation-6 ul li {
  width: 16.66%;
}

.navigation-7 ul li {
  width: 14.28%;
}

.navigation-8 ul li {
  width: 12%;
}

.navigation-8 ul li.account {
  width: 11.5%;
}

.navigation-8 ul li.account-column-2.change-password {
  width: 3.5%;
  font-size: 18px;
}

.navigation-8 ul li.account-column-2.change-password a {
  height: 20px;
  line-height: 20px;
}

.navigation-8 ul li.account-column-2 {
  width: 8%;
}

.navigation-8 ul li.search-btn {
  width: 4.5%;
}

.navigation-8 ul li.search-btn img {
  display: block;
  height: 19px;
}

.navigation-8 ul li.search-btn .btn-hover {
  display: none;
}

.navigation-8 ul li.search-btn:hover .btn-normal {
  display: none;
}

.navigation-8 ul li.search-btn:hover .btn-hover {
  display: block;
}

.navigation-9 ul li {
  width: 11.11%;
}

.navigation-10 ul li {
  width: 10%;
}

.nav-content .left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 34%;
}

.nav-content .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 66%;
}

.nav-box {
  padding-top: 25px;
  font-size: 14px;
}

.nav-title {
  font-size: 0;
  height: 32px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: -1px;
}

.nav-title span {
  position: absolute;
  left: 55px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.nav-title img.img-nav-1 {
  position: absolute;
  top: 5px;
  left: 16px;
  width: 22px;
  height: 22px;
}

.nav-title .more {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  color: #888;
}

.nav-title .more:hover {
  color: #EA0515;
}

.nav-list {
  padding-top: 15px;
  font-size: 0;
}

.nav-list>div {
  height: 27px;
  line-height: 27px;
}

.left .nav-list>div {
  width: 85%;
  padding-left: 3%;
}

.left .nav-list-2>div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 0;
}

.nav-list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #555;
}

.nav-list-2 a {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 5px;
}

.nav-list a.color {
  color: #EA0515;
}

.nav-list a span {
  color: #EA0515;
  padding-right: 3px;
}

.nav-list a:hover {
  text-decoration: underline;
  color: #EA0515;
}

.nav-list a:hover em {
  color: #EA0515;
}

.nav-list-2 a:hover {
  border: 1px solid #EA0515;
  text-decoration: none;
}

.right .nav-box {
  padding-left: 2.5%;
}

.nav-list-item {
  position: relative;
  top: 0;
  left: 0;
}

.nav-list-item h4 {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #D1D1D1;
}

.nav-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding-right: 5px;
}

.nav-list-item a img {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.nav-list-item i {
  font-size: 14px;
  color: #3E7799;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.nav-list a.img-box-2 {
  width: 49%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.right .nav-list a.img-box-2 {
  height: 160px;
  margin-top: 15px;
}

.nav-list a.img-box-2.even {
  left: 2%;
}

.right .nav-list a.img-box-2 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

.nav-list a b {
  display: block;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 6px;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.left .nav-list a.img-box-2:hover {
  color: #fff;
  text-decoration: none;
  background: #125D86;
}

.left .nav-list a.img-box-2.even:hover {
  background: #9A003C;
}

.right .nav-list a.img-box-2:hover b {
  text-decoration: none;
  background: #9A003C;
}

.left .nav-list a.img-box-2 {
  background: #E3E3E3;
  text-align: center;
  height: 59px;
  line-height: 59px;
  margin-top: 5px;
}

.left .nav-list a.img-box-2 img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 35px;
  height: 35px;
}

.left .nav-list a.img-box-2 i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 15px;
}

.nav-box.department {
  padding-top: 13px;
}

.nav-box.department .nav-list {
  padding: 0;
}

.nav-box.department .nav-title {
  height: auto;
}

.nav-box.department .nav-title>div {
  position: absolute;
  width: 40%;
  height: 34px;
  background: #125D86;
  top: 0px;
  right: 0px;
}

.nav-list .link-font {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 44%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

.link-font p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30%;
  padding-left: 3%;
  height: 27px;
  line-height: 27px;
}

.nav-list .link-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 55.5%;
  height: auto;
  line-height: 1;
  text-align: right;
}

.link-img .img-box-4 {
  width: 90px;
  overflow: hidden;
  margin-left: 25px;
}

.link-img .img-box-4 img {
  display: block;
  width: 90px;
  height: 90px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.link-img .img-box-4 p {
  font-size: 14px;
  text-align: center;
  color: #888;
  padding-top: 5px;
}

.link-img .img-box-4:hover img {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.link-img .img-box-4:hover {
  text-decoration: none;
}

.link-img .img-box-4:hover p {
  color: #00abeb;
}

.foot {
  width: 100%;
  font-size: 0;
  padding-bottom: 20px;
  background: #F5F5F5;
}

.link-box {
  padding-bottom: 20px;
}

.foot p {
  text-align: center;
  padding: 3px 0;
}

.foot p:first-child {
  padding: 15px 0 5px;
}

.foot p a {
  display: inline-block;
  height: 40px;
  padding-right: 10px;
  vertical-align: middle;
}

.foot p a img {
  display: block;
  height: 100%;
}

.foot span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #555;
}

.foot .img-wrap img {
  display: block;
  width: 100%;
}

.nav-list.faculty {
  padding: 0;
}

.index-logo {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 0;
  width: 100%;
}

.index-logo .img-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30%;
  height: 85px;
  overflow: hidden;
}

.index-logo .img-box.font {
  width: 70%;
}

.index-logo .img-box img {
  display: block;
  height: 100%;
  margin-left: 3%;
}

.index-logo .img-box.font img {
  float: right;
}

.index-search {
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 0;
  width: 100%;
}

.search-box {
  width: 60%;
  margin: 0 auto;
  font-size: 0;
  opacity: 0.8;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}

.search-box .img-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 6%;
  height: 32px;
  overflow: hidden;
  background: #fff;
}

.search-box .img-box img {
  display: block;
  height: 24px;
  margin: 4px auto;
}

.search-box input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 86%;
  height: 32px;
  line-height: 32px;
  border: 0;
}

.search-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 8%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

/*IE9以上*/
.foot-swiper {
  width: 1200px;
  height: 370px;
}

.foot-swiper img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
}

.nav-swiper {
  margin-top: 10px;
  width: 100%;
  height: 250px;
  max-height: 250px;
}

.nav-swiper .swiper-slide {
  height: 250px;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.nav-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 8px 5%;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
  *background-color: #000;
  filter: alpha(opacity=50);
}

.nav-swiper .swiper-slide img {
  display: block;
  position: relative;
  height: 100%;
}

/*IE9以下*/
.foot-swiper.swiper-main {
  margin: 0 auto;
  z-index: 2;
}

.foot-swiper.swiper-left {
  height: 300px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.foot-swiper.swiper-right {
  height: 300px;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

/*列表页面*/
.nav-content.article-box {
  padding: 15px 0 50px 0;
}

.nav-bar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23%;
  font-size: 0;
  background: #F5F5F5;
  min-height: 600px;
}

.nav-bar a {
  display: block;
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  padding-left: 18%;
}

.nav-bar li.even a {
  background: #E6E6E6;
}

.nav-bar li.title a {
  background: #000000;
  opacity: 0.8;
  color: #fff;
  cursor: default;
}

.nav-bar li a:hover {
  background: #000000;
  opacity: 0.8;
  color: #fff;
}


/*page*/
.page-flipping {
  text-align: center;
  padding: 28px 0;
  font-size: 0;
}

.page-flipping.none {
  display: none;
}

.page-flipping a {
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 12px;
  margin: 0 2px;
  color: #555;
}

.page-flipping a.choiced {
  border: 1px solid transparent;
  color: #000;
}

.page-flipping a:hover {
  background: #000;
  opacity: 0.8;
  color: #fff;
}

.article-list-box .page-flipping a:hover {
  background: #000;
  opacity: 0.8;
  color: #fff;
}

.wp_nav>.nav-item {
  width: 12%;
  min-width: 120px;
}
#wp_nav_w10 span.item-name{
  font-weight:bold;
  font-family: Arial,'宋体',Verdana;
}
#wp_nav_w10 .sub-nav  .nav-item span.item-name{
 font-weight:normal;
}
#wp_nav_w16 span.item-name {
  margin-top: 6px;
  font-size: 14px;
}

.wp_nav>.nav-item .sub-nav {
  width: 160% !important;
  height: auto !important;
  top: auto!important;
  padding: 10px 0;
  background-color: #555;
}

.wp_nav>.nav-item .sub-nav .mark {
  display: none;
}

.wp_nav>.nav-item .sub-nav .nav-item {
  display: inline-block !important;
  width: 50% !important;
  text-align: center;
  padding: 5px 0;
}

.wp_nav .sub-nav .nav-item a.parent {
  background-color: transparent;
  color: #fff;
}

.wp_nav .sub-nav .nav-item a.parent span.item-name {
  text-decoration: underline;
}

.wp_nav>.nav-item .sub-nav .nav-item .item-name {
  padding: 0 5px !important;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  text-align: center;
}

.wp_nav .nav-item a span.item-name {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

.wp_nav>.nav-item.on>a.parent>span.item-name {
  background-color: #fff;
  color: #0f6db5;
}

.wp_nav .sub-nav .nav-item a.parent:hover {
  background-color: #555;
}

.wp_nav .sub-nav .nav-item .mark {
  background-color: #555555;
  opacity: 1 !important;
}

.wp_nav .sub-nav {
  border: none;
}

.wp_nav .sub-nav .nav-item a {
  border: none;
}

.wp_nav .sub-nav .nav-item a span.item-name {
  color: #fff;
}

.article-list-wrap {
  padding: 24px 0;
  font-size: 0;
}

.cg-list {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  background-color: #f5f5f5;
  min-height: 400px;
}

.article-list {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 75%;
  margin-left: 2%;
  min-height: 400px;
}

/*详情*/
.article-detail {
  width: 80%;
  margin: 0 auto;
  padding: 24px 0;
}

.article-content {
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

.article-content img {
  display: inline-block;
  max-width: 100%;
}

.article-content p.title {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 23px;
}

.article-content p.add-date-time {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px 0 20px 0;
}

.article-link {
  padding-top: 20px;
}

.article-link a {
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  padding: 6px 15px;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  float: left;
}

.article-link a.next {
  float: right;
}

.article-list-box>div .article-link a:hover {
  background: #F5F5F5;
  color: #555;
}

.focus-box .focus-pagination {
  display: none;
}



.main .wp_article_list {
  padding-top: 15px;
}

.main .wp_article_list .list_item {
  border-bottom: none; 
  padding: 8px 0 8px 12px;
  box-sizing: border-box;
  height: auto;
  line-height: 1;
}

.main .wp_article_list .list_item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  clear: both;
}

.main .wp_article_list .list_item .Article_Index {
  display: none;
}

.main .wp_article_list .list_item .Article_PublishDate {
  color: #3E7799;
  padding: 0 5px;
  font-size: 14px
}

.main .list-2 {
  padding: 12px 0 0 0;
}

.focus-title {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.list .wp_article_list .list_item {
  padding: 10px 0 10px 13px;
}

.list .wp_article_list .list_item {
  line-height: 1;
}
.list .wp_article_list .list_item .Article_Index {
  display: none;
}
.list .wp_article_list .list_item .Article_PublishDate {
  color: #3E7799;
  padding: 0 5px;
  font-size: 14px
}

.list .wp_article_list .list_item {
  height: auto;
  line-height: 1;
}

.list .wp_article_list .list_item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  clear: both;
}

.list .wp_listcolumn {
  border: none;
}

.list .wp_listcolumn .wp_column a {
  background: none;
  padding: 0;
  border: none;
}

.list .wp_listcolumn .wp_column a .column-name {
  line-height: 1;
  padding: 12px 0 12px 18%;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.list .wp_listcolumn .wp_column a .column-name:hover {
  background-color: #000;
  opacity: 0.8;
  color: #fff;
}

.list .wp_article_list .list_item span {
  margin: 0;
}

.content-box {
  min-height: 400px;
}

.list .cg-list {
  min-height: 400px;
}