/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 1px solid #ccc;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  color: #333;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, Arial, Helvetica, sans-serif;
  background-color: #f3f1f1;
}

.clearfix::after, .article__box__header::after, .card__tips::after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

button,
input {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #1291d0;
}

p {
  line-height: 30px;
}

select {
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #ccc;
}

.swiper__container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 252px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
}

.swiper-button-prev {
  left: 10px;
}

.header {
  position: relative;
  width: 100%;
  min-width: 1220px;
  height: 298px;
  background-image: url("/StaticContent/bg.ea000a06.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 2560px 298px;
       background-size: 2560px 298px;
}
.header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 499px;
  height: 298px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/bg_left.9d73bb33.png");
}
.header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1061px;
  height: 298px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/bg_right.29547655.png");
}
.header__main {
  position: relative;
  z-index: 1;
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
.header__main__title {
  width: 450px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/title.ef7fc25c.png");
  float: left;
  margin-top: 60px;
  cursor: pointer;
}
.header__main__right {
  float: right;
  width: 474px;
}
.header__main__btnGroup {
  float: right;
  width: 252px;
  height: 33px;
  margin-top: 28px;
  margin-bottom: 25px;
  visibility: hidden;
}
.header__main__btnGroup__btn {
  width: 116px;
  height: 33px;
  color: #fff;
  text-align: center;
  text-indent: 20px;
  background: #1291d0 url("/StaticContent/bg_sc.ebc73a30.png") 15px center no-repeat no-repeat;
  -moz-background-size: 20px 18px;
       background-size: 20px 18px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  cursor: pointer;
}
.header__main__btnGroup__btn:first-child {
  background-image: url("/StaticContent/bg_swsy.cfb9b317.png");
}
.header__main__btnGroup__btn:hover {
  background-color: #0f73a5;
}
.header__main__btnGroup__btn--home {
  float: left;
}
.header__main__btnGroup__btn--collect {
  float: right;
}
.header__main__searchBox {
  position: relative;
  float: right;
  width: 331.8px;
  height: 35px;
  padding: 8px 40px 0 19.2px;
  background-color: #eaf6fc;
  border: 1px solid #1291d0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
}
.header__main__searchBox__input {
  width: 100%;
  color: #333;
  font-size: 16px;
}
.header__main__searchBox i {
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/bg_search.1dc9777a.png");
}

@media screen and (max-width: 1500px) {
  .header__main__title {
    width: 360px;
    height: 83.2px;
    margin-top: 60px;
    margin-left: 100px;
  }
  .header::before {
    width: 399.2px;
    height: 238.4px;
  }
  .header::after {
    width: 848.8px;
    height: 238.4px;
  }
}
@media screen and (min-width: 2560px) {
  .header {
    -moz-background-size: cover;
         background-size: cover;
  }
}
.icon--home {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_01.c807ddcc.png");
}
.icon--home.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_01.8f2fc53f.png");
}
.icon--organization {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_02.7480ae44.png");
}
.icon--organization.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_02.6d38373f.png");
}
.icon--office {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_03.cf2f535f.png");
}
.icon--office.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_03.dd324224.png");
}
.icon--plan {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_04.b8d09003.png");
}
.icon--plan.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_04.006fd249.png");
}
.icon--management {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_05.e0bfdfc7.png");
}
.icon--management.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_05.ac52de09.png");
}
.icon--popular {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_06.a0948d49.png");
}
.icon--popular.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_06.01c0a48b.png");
}
.icon--reward {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_07.f9af5470.png");
}
.icon--reward.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_07.31c01c82.png");
}
.icon--learning {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_08.d6a4bd7d.png");
}
.icon--learning.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_08.b8f50cfb.png");
}
.icon--data {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_09.6f1ccf59.png");
}
.icon--data.active {
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_ico_09.c7cd0cc6.png");
}

.nav {
  width: 1220px;
  height: 134px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_bg.d230055d.png");
  position: relative;
  z-index: 2;
  margin: -38px auto 18px;
  padding-top: 13.5px;
}
.nav__list {
  width: 1180px;
  height: 107px;
  margin: 0 auto;
}
.nav__item {
  position: relative;
  float: left;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  width: 107px;
  height: 107px;
  padding: 0 12px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.nav__item span {
  color: #007ebc;
}
.nav__item > a {
  display: block;
}
.nav__item .icon {
  display: block;
  margin: 20px auto 21px;
}
.nav__item.active {
  padding: 0;
  background-color: #1291d0;
}
.nav__item.active span {
  color: #fff;
}
.nav__item.active::after {
  display: none;
}
.nav__item.active:hover span {
  color: #fff;
}
.nav__item:hover {
  color: #025680;
}
.nav__item:not(:last-child)::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  width: 2px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/nav_fg.40b5077d.png");
}

.content {
  width: 1220px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 0 26px 0;
  background-color: #fff;
}
.content .breadcrumb {
  padding: 26px 0;
  font-size: 0;
}
.content .breadcrumb > a, .content .breadcrumb > i, .content .breadcrumb > span {
  color: #888;
  font-size: 14px;
}
.content .breadcrumb > a:not(:last-child), .content .breadcrumb > i:not(:last-child), .content .breadcrumb > span:not(:last-child) {
  margin-right: 5px;
}
.content .main-body {
  min-height: -webkit-calc(100vh - 298px - 96px - 121px - 30px - 66px - 95.22px);
  min-height: -moz-calc(100vh - 298px - 96px - 121px - 30px - 66px - 95.22px);
  min-height: calc(100vh - 298px - 96px - 121px - 30px - 66px - 95.22px);
}

.footer {
  width: 100%;
  height: 121px;
  background-color: #3399cb;
}
.footer__main {
  width: 1220px;
  margin: 0 auto;
}
.footer__logo {
  width: 80px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/logo.8c0ae6b2.png");
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 32px;
}
.footer__info {
  float: left;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.footer__qr {
  float: right;
  margin-top: 10px;
  margin-right: 41px;
}
.footer__qr__img {
  width: 99px;
  height: 99px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  float: left;
  margin-right: 11px;
  background-color: #ccc;
}
.footer__qr__img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__qr__tips {
  float: left;
  padding-top: 46px;
  color: #fff;
}
.footer__qr__tips__text--main {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 30px;
}
.footer__qr__tips__text--sub {
  font-size: 14px;
}

.page-control {
  display: block;
  text-align: center;
}
.page-control__btn {
  display: inline-block;
  min-width: 39px;
  height: 39px;
  margin-right: 19px;
  color: #888;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.page-control__btnGroup {
  display: inline-block;
  margin-right: 37px;
}
.page-control__btn:hover, .page-control__btn.current {
  color: #fff;
  background-color: #1291d0;
}
.page-control__btn--prev, .page-control__btn--next {
  padding: 0 10px;
}
.page-control__total {
  color: #666;
  font-size: 16px;
}

.article-list.hidden {
  display: none;
}
.article-list > li:not(:last-child) {
  margin-bottom: 24px;
}
.article-list > li > a {
  float: left;
  max-width: 1000px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.article-list > li > a:hover {
  color: #1291d0;
}
.article-list > li > span {
  float: right;
  color: #1291d0;
  font-size: 16px;
}

.list {
  padding: 15px;
}
.list__item {
  position: relative;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
}
.list__item-time {
  position: absolute;
  right: 0;
  color: #09c;
  font-size: 16px;
  line-height: 50px;
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__item a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-size: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: middle;
}
.list__item::before {
  display: none;
}
.list--icon .list__item::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  vertical-align: middle;
  background: #1291d0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
}
.list--time .list__item a {
  padding-right: 100px;
}

.card__header {
  clear: both;
  padding-bottom: 18px;
  overflow: hidden;
  line-height: 1;
  border-bottom: 1px solid #ddd;
}
.card__title {
  float: left;
  font-size: 23px;
  font-family: "Source Han Sans CN", "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, Arial, Helvetica, sans-serif;
}
.card__title::before {
  position: relative;
  top: 9px;
  display: inline-block;
  width: 3px;
  height: 38px;
  margin-right: 19px;
  vertical-align: middle;
  vertical-align: bottom;
  background: #1291d0;
  content: "";
}
.card__more {
  float: right;
  padding-top: 16px;
  font-size: 20px;
}
.card__more a {
  color: #888;
}
.card__tips {
  float: left;
  color: #1291d0;
  font-size: 20px;
}
.card__tips::before {
  position: relative;
  top: 9px;
  float: left;
  width: 3px;
  height: 38px;
  margin-right: 19px;
  background: #1291d0;
  content: "";
}
.card__tips > span {
  float: left;
  margin-top: 18px;
  margin-right: 20px;
  cursor: pointer;
}
.card__tips > span.active {
  margin-top: 15px;
  color: #333;
  font-size: 23px;
}
.card__sub {
  position: relative;
  top: 11px;
  display: inline-block;
  margin-left: 20px;
  color: #888;
  font-size: 16px;
}
.card__sub > span {
  color: #000;
}
.card__body .list {
  padding: 20px 0 14px 4px;
}
.card--border {
  border: 1px solid #ddd;
}
.card--primary .card__header {
  height: 50px;
  padding: 14px 18px 12px 25px;
  color: #fff;
  background: #1291d0;
}
.card--primary .card__title {
  font-size: 23px;
}
.card--primary .card__title::before {
  display: none;
}
.card--primary .card__more {
  padding-top: 0;
}
.card--primary .card__more a {
  color: #fff;
}
.card--primary .card__body .list {
  padding-right: 16px;
  padding-left: 25px;
}
.card--primary .card__body .list__item {
  line-height: 40px;
}
.card--primary .card__body .list__item a {
  font-size: 16px;
}
.card--primary .card__body .list__item-item {
  line-height: 40px;
}
.card--primary-notfull .card__header {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.card--primary-notfull .card__title {
  height: 50px;
  padding: 0 50px 0 22px;
  line-height: 50px;
  background: #1291d0;
}
.card--primary-notfull .card__more {
  padding-top: 0;
}
.card--primary-notfull .card__more a {
  color: #888;
  line-height: 50px;
}
.card--sidebar .card__header {
  height: 80px;
  padding: 0 28px;
  color: #007ebc;
  line-height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4edff), to(#fff));
  background: -webkit-linear-gradient(bottom, #d4edff, #fff);
  background: -moz-linear-gradient(bottom, #d4edff, #fff);
  background: linear-gradient(0deg, #d4edff, #fff);
  border: 1px solid #99cae2;
}
.card--sidebar .card__title::before {
  display: none;
}
.card--sidebar .card__body {
  padding: 25px 10px;
  border: 1px solid #ddd;
}

.links {
  position: relative;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.links__label {
  float: left;
  width: 150px;
  line-height: 42px;
}
.links__label i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: 0 0 url("/StaticContent/links_icon.0b469a3c.png") no-repeat no-repeat;
  -moz-background-size: 30px 30px;
       background-size: 30px 30px;
}
.links__label span {
  display: inline-block;
  margin-left: 5px;
  color: #1291d0;
  font-size: 20px;
  vertical-align: middle;
}
.links__types {
  margin-left: 150px;
}
.links__types-group {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  color: #666;
}

.popover.popoverActive .popover__btn::before,
.popover.popoverActive .popover__btn::after {
  display: block;
}
.popover__btn {
  position: relative;
  height: 42px;
  padding: 0 20px 0 25px;
  line-height: 42px;
  background: url(/StaticContent/icon_arrow.321b8f64.png) 94% center no-repeat no-repeat;
  border: 1px solid #ccc;
  cursor: pointer;
}
.popover__btn::before {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 100;
  display: none;
  width: 0;
  height: 0;
  border-color: #ddd transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  border-width: 10px;
  content: "";
}
.popover__btn::after {
  position: absolute;
  bottom: 37px;
  left: 50%;
  z-index: 100;
  display: none;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  border-width: 10px;
  content: "";
}
.popover__modal {
  position: absolute;
  right: 0;
  bottom: 82px;
  left: 0;
  z-index: 99;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 6px rgba(22, 88, 160, 0.21);
     -moz-box-shadow: 0 0 6px rgba(22, 88, 160, 0.21);
          box-shadow: 0 0 6px rgba(22, 88, 160, 0.21);
}
.popover__modal ul {
  padding: 30px 20px;
  overflow: hidden;
}
.popover__modal li {
  float: left;
  width: 20%;
  margin: 10px 0;
  text-align: left;
  vertical-align: middle;
}

.treemenu__item {
  margin-top: 16px;
  color: #666;
  font-size: 20px;
  line-height: 34px;
  background: #fff;
}
.treemenu__item:first-child {
  margin-top: 0;
}
.treemenu__item > a {
  display: block;
  height: 34px;
  padding-left: 19px;
  color: #666;
}
.treemenu__item > a::before {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 15px;
  vertical-align: middle;
  background-image: url(/StaticContent/tree_arrow.feed7b18.png);
  -moz-background-size: 6px 9px;
       background-size: 6px 9px;
  content: "";
}
.treemenu__item > a:hover {
  color: #1291d0;
}
.treemenu__item--active > a {
  color: #fff;
  background: #1296db;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
  opacity: 0.76;
}
.treemenu__item--active > a:hover {
  color: #fff;
}
.treemenu__item--active > a::before {
  width: 9px;
  height: 6px;
  margin-right: 12px;
  background-image: url(/StaticContent/tree-arrow-active.29de9f0e.png);
  -moz-background-size: 9px 6px;
       background-size: 9px 6px;
}
.treemenu__item--active + .treemenu__item {
  margin-top: 8px;
}
.treemenu__item--active.treemenu__item--collapsed > a::before {
  width: 6px;
  height: 9px;
  margin-right: 15px;
  background-image: url(/StaticContent/tree-arrow-right.d1a5818b.png);
  -moz-background-size: 6px 9px;
       background-size: 6px 9px;
}
.treemenu__item--nochildren > a::before {
  visibility: hidden;
}
.treemenu__submenu-item {
  margin-top: 8px;
}
.treemenu__submenu-item > a {
  margin-left: 50px;
  color: #666;
  font-size: 16px;
}
.treemenu__submenu-item > a:hover {
  color: #1291d0;
}
.treemenu__submenu-item--active a {
  color: #1291d0;
}

.primary-btn {
  min-width: 137px;
  height: 33px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  background: #1291d0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb50 {
  margin-bottom: 50px;
}

.color-red {
  color: #c00;
}

.more-btn a {
  color: #888;
}

.article__box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 408px;
  height: 305px;
  padding-right: 18px;
  padding-left: 21px;
  border: 1px solid #ccc;
}
.article__box__header {
  margin-bottom: 30px;
}
.article__box__header__title {
  float: left;
  width: 183px;
  height: 51px;
  padding-left: 22px;
  color: #fff;
  font-size: 23px;
  line-height: 51px;
  background-color: #1291d0;
}
.article__box__header__more {
  float: right;
  color: #888;
  font-size: 20px;
  line-height: 51px;
}
.article__box__list {
  font-size: 16px;
}
.article__box__list > a {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.notice__box {
  width: 315px;
  height: 305px;
  border: 1px solid #ccc;
}
.notice__box__header {
  height: 51px;
  margin-bottom: 30px;
  padding-right: 11px;
  padding-left: 29px;
  color: #fff;
  background-color: #1291d0;
}
.notice__box__header__title {
  float: left;
  font-size: 23px;
  line-height: 51px;
}
.notice__box__header__more {
  float: right;
  color: #fff;
  font-size: 20px;
  line-height: 51px;
}
.notice__box__header__more:hover {
  color: #fff;
}
.notice__box__list {
  padding-right: 24px;
  padding-left: 24px;
}
.notice__box__list > a {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.achievement__link {
  float: left;
  margin-right: 74px;
}
.achievement__link__title {
  margin-bottom: 10px;
  padding-bottom: 22px;
  color: #333;
  font-size: 23px;
  border-bottom: 2px solid #ccc;
}
.achievement__link__title::before {
  display: inline-block;
  width: 3px;
  height: 40px;
  margin-right: 19px;
  vertical-align: -6px;
  background-color: #1291d0;
  content: "";
}
.achievement__link__item {
  height: 70px;
  padding-left: 20px;
  line-height: 70px;
  border-bottom: 1px solid #ccc;
}
.achievement__link__item > a {
  color: #666;
  font-size: 20px;
}
.achievement__link__item > a:hover {
  color: #1291d0;
}
.achievement__link__item > a.active {
  color: #1291d0;
}
.achievement__main {
  float: left;
  width: 876px;
  min-height: 600px;
}
.achievement__main__title {
  padding-top: 4px;
  padding-bottom: 28px;
  padding-left: 10px;
  color: #333;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}
.achievement__main__list {
  margin-bottom: 105px;
  padding: 47px 0 0 22px;
}
.achievement__main__item {
  float: left;
  margin-bottom: 53px;
}
.achievement__main__item:nth-child(odd) {
  margin-right: 40px;
}
.achievement__main__item > img {
  float: left;
  width: 183px;
  height: 261px;
  margin-right: 17px;
}
.achievement__content {
  float: left;
  width: 201px;
}
.achievement__content__title {
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.achievement__content__author {
  margin-bottom: 18px;
  padding-bottom: 16px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.achievement__content__describe {
  color: #888;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.association-managment__cards {
  padding-bottom: 40px;
}
.association-managment__cards .card {
  margin-left: 605px;
  overflow: hidden;
}
.association-managment__cards .card:first-child {
  float: left;
  width: 555px;
  margin-right: 50px;
  margin-left: 0;
}
.association-managment__cards .list {
  padding-top: 32px;
}
.association-managment .list__first-item {
  margin-bottom: 19px;
  white-space: normal;
}
.association-managment .list__first-item img {
  float: left;
  width: 169px;
  height: 115px;
  margin-right: 25px;
}
.association-managment .list__first-item > a {
  display: block;
  height: 74px;
  margin-top: 15px;
  padding-right: 0;
  overflow: hidden;
  font-size: 19px;
  line-height: 37px;
  white-space: normal;
}
.association-managment .list__first-item .list__item-time {
  position: static;
  display: block;
  margin-top: 10px;
  padding-right: 0;
  line-height: normal;
}

.awards {
  margin: 15px 0;
}
.awards__methods {
  margin-right: -25px;
  overflow: hidden;
}
.awards__method {
  float: left;
  width: 50%;
  padding-right: 25px;
}
.awards__method--wrap {
  height: 220px;
  background: url("/StaticContent/awards_method.ae732662.png") no-repeat no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.awards__method:first-child .awards__method--wrap {
  background-image: url("/StaticContent/awards_method.ae732662.png");
}
.awards__method-title {
  margin: 0 33px 33px;
  padding: 24px 0 0;
  overflow: hidden;
  color: #1291d0;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}
.awards__method-content {
  padding: 0 30px;
}
.awards__method-content p {
  overflow: hidden;
  font-size: 16px;
  text-indent: 2em;
}
.awards__method-detail {
  display: inline-block;
  margin-left: 13px;
  color: #e68c05;
  font-size: 18px;
  text-indent: 0;
  vertical-align: middle;
}
.awards__method-detail:hover {
  color: #d27f04;
}
.awards__info {
  margin-top: 40px;
}
.awards__info-list {
  float: left;
  width: 691px;
  margin-right: 33px;
}
.awards__info-other {
  float: left;
  width: 443px;
}
.awards__info-other-item {
  position: relative;
  display: block;
  height: 106px;
  margin-top: 28px;
  padding: 0 20px;
  padding-left: 168px;
  color: #1291d0;
  font-weight: bold;
  font-size: 22px;
  line-height: 116px;
  background: url(/StaticContent/awards_system_01.a7c2301d.png) no-repeat no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.awards__info-other-item.awards__info-other-item01 {
  height: 173px;
  padding-top: 57px;
  padding-right: 68px;
  padding-left: 222px;
  font-weight: bold;
  line-height: normal;
  background: url(/StaticContent/awards_system_02.9959672f.png) no-repeat no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.awards__results {
  margin-top: 30px;
}
.awards .arrow-left,
.awards .arrow-right {
  position: absolute;
  top: 132px;
  left: -20px;
  z-index: 2;
  width: 50px;
  height: 70px;
  color: #888;
  background: url("/StaticContent/icon_arrow_left.60a177db.png") no-repeat no-repeat;
  -moz-background-size: 50px 70px;
       background-size: 50px 70px;
}
.awards .arrow-right {
  right: -20px;
  left: auto;
  background-image: url("/StaticContent/icon_arrow_right.97aaa041.png");
}
.awards__swiper {
  position: relative;
  height: 410px;
  padding: 35px 0;
}
.awards__swiper .swiper-slide {
  text-align: center;
}
.awards__swiper .swiper-slide > img {
  width: 183px;
  height: 261px;
  margin-bottom: 18px;
}
.awards__swiper-title {
  display: block;
  max-height: 56px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
}
.awards__swiper-author {
  color: #888;
}

.document-card {
  margin-bottom: 40px;
}
.document-card .card__body {
  padding-top: 38px;
  padding-left: 22px;
}

.home__swiper {
  position: relative;
}
.home__swiper .swiper-container {
  width: 100%;
  height: 575px;
}
.home__swiper .swiper-slide {
  position: relative;
}
.home__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.home__swiper .swiper-button-next {
  right: 10px;
}
.home__swiper .home_swiper-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 53px;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  white-space: nowrap;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
}
.home__swiper .pagination {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  margin-bottom: 12px;
  text-align: right;
}
.home__swiper .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #888;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;
}
.home__swiper .pagination .swiper-active-switch {
  background: #fff;
}
.home__skyw {
  float: left;
  width: 630px;
}
.home__xxgk {
  float: right;
  width: 501px;
}
.home-news__subtitle {
  display: block;
  max-width: 100%;
  margin-bottom: 19px;
  overflow: hidden;
  color: #007ebc;
  font-size: 19px;
  white-space: nowrap;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.home-news__title {
  display: block;
  padding: 30px 0 19px;
  color: #c33;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
}
.home-news__curinfo {
  display: none;
  margin-top: 25px;
  color: #888;
  font-size: 16px;
  text-align: center;
}
.home__banner {
  margin: 0 0 24px 0;
}
.home__banner a {
  display: block;
  width: 100%;
}
.home__banner a img {
  display: block;
  width: 100%;
}
.home__banner1 {
  margin-top: 25px;
}
.home-subnews {
  margin-right: -16px;
  overflow: hidden;
}
.home-subnews__item {
  float: left;
  width: 33.333333%;
  margin-bottom: 30px;
  padding-right: 17px;
}
.home-subnews__item .card__body {
  height: 282px;
}
.home__systems {
  margin-right: -15px;
  margin-bottom: 48px;
  overflow: hidden;
}
.home__systems a {
  float: left;
  width: 33.333333%;
  padding-right: 15px;
}
.home__systems a img {
  display: block;
  width: 375px;
  height: 150px;
}

.swiper {
  text-align: center;
  border: 1px solid #ccc;
}

.home__sknews {
  margin-bottom: 15px;
}

.news-details__title {
  margin-bottom: 27px;
  color: #333;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}
.news-details__info {
  color: #888;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.news-details__info > span {
  margin-right: 30px;
}
.news-details__content {
  padding-top: 30px !important;
}
.news-details__content img.custom {
  display: block;
  width: 560px;
  height: auto;
  margin: 0 auto 40px;
}
.news-details__content p.custom {
  width: 982px;
  margin: 0 auto 20px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.news-details__dowload {
  padding-left: 100px;
}
.news-details__dowload > p {
  margin-bottom: 27px;
}
.news-details__dowload > p > a {
  color: #1291d0;
  font-size: 16px;
  text-decoration: underline;
}
.news-details__dowload__label {
  margin-right: 12px;
}
.news-details__dowload__label > i {
  display: inline-block;
  margin-right: 7px;
  color: #333;
  font-size: 18px;
  vertical-align: -4px;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_document.ca52840a.png");
}

.organization-instro .card__body {
  padding-top: 23px;
}
.organization-instro__img {
  float: left;
  width: 403px;
  height: 246px;
  margin-right: 30px;
  background-color: #ccc;
}
.organization-instro__text {
  float: left;
  width: 640px;
  height: 246px;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.organization-instro__text > p {
  text-indent: 2em;
}
.organization-leader .card__body {
  margin-bottom: 33px;
  padding-top: 39px;
}
.organization-leader__title {
  float: left;
  width: 137px;
  height: 33px;
  margin-right: 29px;
  margin-bottom: 26px;
  padding-left: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  background: #1296db;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.organization-leader__title__tips {
  float: left;
  padding-top: 11px;
  color: #1291d0;
}
.organization-leader__committee {
  float: left;
}
.organization-leader__committee__list {
  height: 144px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.organization-leader__committee--group {
  padding-left: 29px;
}
.organization-leader__committee--group__label {
  float: left;
  min-width: 4em;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.organization-leader__committee--group__item {
  float: left;
}
.organization-leader__committee--group__item > span {
  display: inline-block;
  min-width: 3em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.organization-leader__committee--group__item > span:not(:last-child) {
  margin-right: 10px;
}
.organization-leader__committee--permanent {
  padding-left: 33px;
}
.organization-leader__committee--permanent__list {
  padding-right: 32px;
  border-right: 1px dashed #ccc;
}
.organization-leader__committee--permanent__label {
  float: left;
  min-width: 5em;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.organization-leader__committee--permanent__item {
  float: left;
  width: 300px;
}
.organization-leader__committee--permanent__item > span {
  display: inline-block;
  min-width: 3em;
  margin-right: 8px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.organization-leader__committee--normal {
  width: 427px;
}
.organization-leader__committee--normal__list {
  padding-right: 44px;
  line-height: 32px;
  border-right: 1px dashed #ccc;
}
.organization-leader__committee--normal__list > p > span {
  display: inline-block;
  min-width: 3em;
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.organization-leader__committee--normal__list > p > span:not(:last-child) {
  margin-right: 10px;
}
.organization-others {
  position: relative;
  width: 830px;
  padding-bottom: 40px;
}
.organization-others .card__body {
  margin-right: -80px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.organization-others .card__body a {
  display: inline-block;
  margin: 0 80px 28px 0;
  color: #333;
  font-size: 20px;
}
.organization-others__btnGroup {
  position: absolute;
  top: 10px;
  right: -345px;
  width: 316px;
}
.organization-others__btn--lhh {
  width: 316px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/btn_lhhzc.75698347.png");
  margin-bottom: 26px;
}
.organization-others__btn--dsj {
  width: 316px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/btn_dsj.c12f13ab.png");
}
.organization-office {
  position: relative;
  margin-bottom: 37px;
}
.organization-office .card__body {
  padding-top: 25px;
}
.organization-office__list {
  text-align: center;
}
.organization-office__list > li {
  float: left;
  width: 20%;
}
.organization-office__list > li > a > p {
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.organization-office__icon {
  margin: 0 auto;
  margin-bottom: 12px;
}
.organization-office__icon--bgs {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_bgs.477c5c0f.png");
}
.organization-office__icon--xhb {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_xhb.1dacf26f.png");
}
.organization-office__icon--skgh {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_skgh.5988a5a5.png");
}
.organization-office__icon--jgdw {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_jgdw.c59687c8.png");
}
.organization-office__icon--dnxs {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/icon_dnxs.e8c52bb0.png");
}

.leader__nav {
  float: left;
  width: 289px;
  margin-bottom: 50px;
}
.leader__nav-menu {
  overflow: hidden;
}
.leader__detail {
  margin-left: 348px;
  overflow: hidden;
}
.leader__detail > h3 {
  margin-bottom: 54px;
  padding: 19px 0 29px;
  font-size: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.leader__detail .group-name {
  margin: 14px 0 12px;
  font-size: 20px;
}
.leader__detail-item {
  margin-bottom: 7px;
  overflow: hidden;
}
.leader__detail-item-zx {
  margin-bottom: 30px;
}
.leader__detail-item-zx > div {
  display: inline-block;
  vertical-align: middle;
}
.leader__detail-item-zx-avator {
  display: inline-block;
  width: 134px;
  height: 165px;
  margin-left: 25px;
  vertical-align: middle;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.leader__detail-item-zx-info {
  display: inline-block;
  margin-left: 23px;
  vertical-align: middle;
}
.leader__detail-item-zx-info h6 {
  margin-bottom: 13px;
  font-size: 30px;
  line-height: 30px;
}
.leader__detail-item-label {
  float: left;
  min-width: 137px;
  height: 33px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  background: #1291d0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.leader__detail-item-content {
  margin-left: 161px;
}
.leader__detail-item-content > span {
  display: inline-block;
  min-width: 4em;
  margin-right: 33px;
  font-size: 20px;
  line-height: 33px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.leader__detail-wyh {
  margin: 63px 0 48px;
}
.leader__detail-wyh > h6 {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.leader__detail-wyh > p {
  margin: 19px 0 31px;
  color: #888;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.leader__detail-wyh span {
  display: inline-block;
  min-width: 4em;
  margin-right: 33px;
  font-size: 20px;
  line-height: 33px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 40px;
}

.l-office__info {
  margin: 27px 60px 36px;
  font-size: 16px;
  text-indent: 2em;
}
.l-office__tel {
  margin-bottom: 100px;
  margin-left: 60px;
  color: #1291d0;
  font-size: 20px;
}

.plan__nav {
  float: left;
  width: 289px;
  margin-bottom: 50px;
}
.plan__nav-menu {
  overflow: hidden;
}
.plan__detail {
  margin-left: 348px;
  overflow: hidden;
}
.plan__detail .list {
  margin-bottom: 30px;
}

.southeastAcademic__introduction {
  margin: 0 0 30px;
}
.southeastAcademic__introduction .card__body {
  padding: 30px 30px 0 0;
}
.southeastAcademic__introduction-img {
  float: left;
  width: 221px;
  height: 206px;
  margin-left: 50px;
}
.southeastAcademic__introduction-right {
  margin-left: 332px;
}
.southeastAcademic__introduction-introtext {
  font-size: 16px;
  text-indent: 2em;
}
.southeastAcademic__introduction-infos {
  margin-top: 40px;
  color: #888;
}
.southeastAcademic__introduction-infos > p {
  display: inline-block;
  padding: 0 51px 0 79px;
  line-height: 20px;
  border-right: 1px solid #ddd;
}
.southeastAcademic__introduction-infos > p:first-child {
  padding-left: 0;
}
.southeastAcademic__introduction-infos > p:last-child {
  border-right: none;
}
.southeastAcademic__index {
  margin-top: 30px;
}
.southeastAcademic__index-img {
  float: left;
  width: 176px;
  height: 241px;
  margin-left: 50px;
}
.southeastAcademic__index-years {
  margin-top: 40px;
  margin-left: 300px;
}
.southeastAcademic__index-years a {
  display: inline-block;
  width: 110px;
  height: 36px;
  margin: 10px 30px 44px 0;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #f90;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.southeastAcademic__index-years a:hover {
  background: #e48b06;
}
.southeastAcademic__news {
  margin-bottom: 30px;
}
.southeastAcademic__notice {
  height: 297px;
  margin-top: 65px;
  padding: 25px 40px;
  font-size: 16px;
  background: #f3f1f1 url("/StaticContent/sa_notice.0014808d.png") 750px bottom no-repeat no-repeat;
  -moz-background-size: 474px 320px;
       background-size: 474px 320px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.southeastAcademic__notice-title {
  width: 158px;
  height: 41px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 23px;
  line-height: 41px;
  text-align: center;
  background: #009eac;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
.southeastAcademic__notice-title-text {
  margin-right: 444px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.southeastAcademic__notice-title-list {
  display: inline-block;
  margin-right: 40px;
  margin-left: 30px;
  color: #1291d0;
  line-height: 22px;
}
.southeastAcademic__notice-title-list:first-child {
  margin-left: 0;
}
.southeastAcademic__notice-title-list-more {
  margin-left: 90px;
  color: #1291d0;
  font-size: 18px;
}

.work-division__nav {
  float: left;
  width: 289px;
  margin-bottom: 50px;
}
.work-division__nav-menu {
  overflow: hidden;
}
.work-division__detail {
  margin-left: 348px;
  overflow: hidden;
}
.work-division__detail > h3 {
  margin-bottom: 54px;
  padding: 19px 0 29px;
  font-size: 32px;
  text-align: center;
}
.work-division__detail-item {
  margin-top: 32px;
}
.work-division__detail-item:first-child {
  margin-top: 0;
}
.work-division__detail-item > img {
  display: inline-block;
  width: 61px;
  height: 57px;
  margin-right: 15px;
  vertical-align: top;
}
.work-division__detail-item-infos {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 22px;
  vertical-align: top;
}
.work-division__detail-item-name {
  display: inline-block;
  min-width: 4em;
  margin-right: 33px;
  font-size: 20px;
  line-height: 33px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  min-width: 3em;
  margin-right: 0;
  font-size: 30px;
  line-height: inherit;
}
.work-division__detail-item-post {
  margin-left: 22px;
}
.work-division__detail-item-info {
  margin-top: 9px;
  font-size: 16px;
  line-height: 30px;
}

.program-instro__img {
  float: left;
  width: 555px;
  height: 285px;
  margin-right: 50px;
}
.program-instro__content {
  float: left;
  width: 552px;
  padding-top: 14px;
}
.program-instro__content__title {
  margin-bottom: 20px;
  color: #c00;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.program-instro__content__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 10px;
  color: #888;
  font-size: 16px;
}
.program-instro__content__list {
  padding-left: 5px;
}
.program-instro__content__list__item {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.program-instro__content__list__item::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 12px;
  margin-bottom: 5px;
  background-color: #06c;
  content: "";
}
.program-instro__content__list__item > a {
  color: #06c;
  font-size: 18px;
  line-height: 44px;
}
.program__country .article__box {
  float: left;
  margin-right: 17px;
}
.program__country .notice__box {
  float: left;
}
.program__project {
  width: 827px;
}
.program__project .card__body {
  min-height: 228px;
}
.program__project .article-list a {
  max-width: 720px;
}
.program__article__container {
  position: relative;
  display: inline-block;
}
.program__article__btnGroup {
  position: absolute;
  top: 0;
  right: -404px;
  width: 375px;
}
.program__article__btn--gzfg {
  width: 317px;
  height: 131px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/sk_gzfg.915b11e5.png");
  margin-bottom: 15px;
  cursor: pointer;
}
.program__article__btn--xmglxt {
  width: 316px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/StaticContent/sk_xmglxt.eb316f53.png");
  cursor: pointer;
}

.search-result__list {
  padding-left: 35px;
  font-size: 18px;
  line-height: 44px;
}
.search-result__list span {
  color: #1291d0;
}

.program-instro__content {
  margin-top: -10px;
  padding-top: 0;
}

.program-instro__content__list__item {
  margin-top: 20px;
  overflow-y: auto;
}
.program-instro__content__list__item:first-child {
  margin-top: 0;
}
.program-instro__content__list__item::before {
  display: none;
}
.program-instro__content__list__item > a {
  color: #1291d0;
  font-size: 20px;
  white-space: inherit;
}
.program-instro__content__list__item p {
  display: -webkit-box;
  overflow: hidden;
  color: #999;
  font-size: 15px;
  white-space: initial;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.program-instro__img {
  height: 335px;
}
.program-instro__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.notice__box {
  padding-right: 18px;
  padding-left: 21px;
}
.notice__box .notice__box__list {
  padding: 0;
}

.home__banner {
  margin: 17px 0;
}