body {
}
body.language-en {
	font-family: 'Inter-Regular';
}
body.language-en * {
	font-family: 'Inter-Regular';
}
.container,.w, .wide{
	margin:0 auto;
	width: calc(100% - 60px);
	max-width:1280px;
}
.container:after {
	content: '';
	display: block;
	clear: both;
}
@font-face {
	font-family: 'PlayfairDisplay-Bold';
	font-display: swap;
	src: url('../fonts/PlayfairDisplayModified-Bold.otf');
}
@font-face {
	font-family: 'PlayfairDisplay-Regular';
	font-display: swap;
	src: url('../fonts/PlayfairDisplayModified-Regular.otf');
}
.language-en .header-main {
	height: auto;
}
.language-en .fixed-right {
	display: none;
}
.header-main.active .header {
	background: transparent;
	box-shadow: none;
}
.language-en .header-main .header,
.header-main .header {
	position: relative;
	z-index: 100;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,.16);
	transition: background .4s;
}
.language-en .header-main .header{
	position: relative;
}
.language-en .header-main .logo .logo-base {
	display: inline-block;
}
.nav_top {
	background-color: #F7F9FC;
	height: 40px;
}
.nav_top_left {
	font-size: 12px;
	line-height: 40px;
	color: #737373;
	font-weight: bold;
}
.nav_top_left img {
	height: 22px;
	width: auto;
	margin-top: 9px;
}
.nav_top_left span.org-label {
	margin-left: 20px;
}
.nav_top_left span.org_name {
	margin-right: 8px;
	color: #000000;
	font-weight: normal;
}
.nav_top_right {
	
}
.nav_top_right li {
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
	margin-left: 10px;
}
.nav_top_right.zh_en li {
	border: 1px solid #979797;
	line-height: 34px;
	padding: 0 15px 0 10px;
	border-radius: 20px;
}
.nav_top_right li a {
	color: #666666;
	padding: 0 5px 0 10px;
}
.nav_top_right li a.green {
	color: #0C7678;
	font-weight: bold;
}
.logo_nav {
	padding: 15px 0;
}
.logo {
	float: left;
}
.logo a {
	display: block;
}
.logo img {
	width: auto;
	height: 50px;
}
.logo .logo-white {
	display: none;
}
.navigation-en {
	float: none !important;
	background: #064A48;
}
.navigation {
	float: right;
}
.navigation .nav-children {
	display: none;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 100%;
	margin-left: -58px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	min-width: 116px;
	padding: 10px;
	border-top: 3px solid #E9BB53;
	backgound: #fff;
}
.navigation li:hover .nav-children {
	display: block;
}
.navigation .nav-children a {
	display: block;
	font-size: 16px;
	color: #333 !important;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
.navigation .nav-children a:hover {
	color: #007F69 !important;
}
.navigation li {
	float: left;
	position: relative;
	margin-left: 30px;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	text-align: center;
}
.navigation li:first-child {
	margin: 0;
}
.navigation li a {
	display: block;
	color: #000000;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -.5em;
}
.navigation.navigation-en li a {
	color: #fff;
	font-weight: normal !important;
}
.navigation li.active, .navigation li:hover {
	font-weight: bold;
}
.base-module-title-en {
	padding: 37px 0 30px;
	text-align: center;
	font-size: 0;
}
.base-module-title-en .title-text {
	font-size: 32px;
	line-height: 60px;
	font-family: 'PlayfairDisplay-Bold';
}
.base-module-title-en .title-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 13px;
	transition: all .6s;
	font-size: 16px;
	color: #0A6F48;
	line-height: 22px;
}
.base-module-title-en .title-more:hover {
	padding-right: 23px;
}
.base-module-title-en .title-more:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	height: 8px;
	background: url(../images/base-icon-inter.png) no-repeat -60px 0;
	background-size: 200px 200px;
}
.header-en {
	position: relative;
	z-index: 100;
	background: #F3F8FB;
	height: 60px;
	padding: 0 80px;
}
.header-en:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 81px;
	height: 60px;
	background: #0A6F48;
}
.header-en .head-cont {
	position: relative;
	z-index: 10;
}
.header-en .logo-base {
	float: left;
	margin-top: 13px;
	height: 34px;
}
.header-en .header-action {
	float: right;
	position: relative;
	line-height: 60px;
}
.header-en .header-action .act-item {
	float: left;
	font-size: 16px;
}
.header-en .header-action .act-active {
	padding: 0 24px;
	background: #0A6F48;
	color: #fff;
}
.header-en .header-action .act-link {
	padding: 0 24px;
	color: #0A6F48;
	cursor: pointer;
}
.header-en .header-action .act-link:hover {
	background: #D8E7E7;
}
.header-en .header-action .act-icon {
	margin: -2px 6px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height:16px;
	background: url(../images/base-icon-inter.png) no-repeat;
	background-size: 200px 200px;
}
.header-en .header-action .act-icon.icon-world {
	background-position: 0 0;
}
.header-en .header-action .act-icon.icon-search {
	background-position: -20px 0;
}
.header-en .header-action .act-search {
	position: absolute;
	right: 100%;
	padding: 10px 0 10px 20px;
	overflow: hidden;
	transition: all .4s;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}
.header-en .header-action .act-search:hover ,
.header-en .header-action .act-search.active {
	background: #fff;
}
.header-en .header-action .act-search .search-ctl {
	float: left;
	width: 0;
	padding: 0;
	height: 40px;
	font-size: 16px;
	border: none;
	outline: none;
	transition: all .6s;
	background: transparent;
	opacity: 0;
}
.header-en .header-action .act-search:hover .search-ctl ,
.header-en .header-action .act-search.active .search-ctl {
	width: 280px;
	opacity: 1;
}
.header-en .header-action .act-search .search-btn {
	float: right;
	line-height: 40px;
	padding: 0 24px;
	color: #0A6F48;
	cursor: pointer;
}
.header-en .header-memu {
	float: left;
	margin-left: 88px;
	padding: 10px 0;
	font-size: 0;
	white-space: nowrap;
}
.header-en .header-memu .menu-link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #034A48;
}
.header-en .header-memu .menu-link.active {
	font-weight: bold;
}
.header-en.mobile {
	margin: 0 -15px;
	height: auto;
	overflow: hidden;
}
.header-en.mobile .header-memu {
	float: none;
	margin: 0;
	text-align: center;
}
.header-en.mobile .header-memu .menu-link {
	border-bottom: 1px solid #D6D6D6;
	display: block;
	color: #007F69;
	padding: 0 10px;
}
.header-en.mobile .header-action .act-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.header-en.mobile .header-action {
	float: none;
	line-height: 36px;
	text-align: center;
}
.header-en.mobile .header-action .act-search {
	position: relative;
	right: 0;
	margin-bottom: 10px;
	width: 100%;
	padding: 6px 0 6px 10px;
}
.header-en.mobile .header-action .act-search .search-btn {
	width: 100px;
	padding: 0;
	line-height: 32px;
	text-align: center;
}
.header-en.mobile .header-action .act-search .search-ctl {
	width: calc(100% - 100px);
	height: 32px;
}
.search_zone {
	float: right;
	margin-top: 14px;
}
.search_box {
	float: left;
	width: 254px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	line-height: 30px;
}
.search_btn {
	display: block;
	float: right;
	width: 44px;
	height: 30px;
	background: url(../images/search_icon.png) no-repeat center;
	color: #007F69;
	text-align: center;
	cursor: pointer;
}
.search_text {
	display: block;
	margin-left: 70px;
	margin-right: 44px;
	color: #333333;
	height: 30px;
}
.search_text input {
	border: none;
	box-sizing: border-box;
	background: none;
	width: 100%;
	height: 100%;
	padding-left: 10px;
}
.contribute_btn {
	display: block;
	float: right;
	width: 64px;
	height: 32px;
	border: 1px solid #007F69;
	border-radius: 4px;
	font-size: 14px;
	line-height: 30px;
	color: #007F69;
	text-align: center;
	margin-left: 16px;
	cursor: pointer;
}
.mobile_nav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 8px 15px rgba(0,0,0,0.15);
	z-index: 10000;
}
.bar-cont{
	float: right;
	margin-top: -60px;
}
.mobile_nav_switch {
	width: 60px;
	height: 60px;
	float: right;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	background: url(../images/nav_open.png) no-repeat center;
	background-size: 60%;
}
.mobile_nav_switch.active {
	background-image: url(../images/nav_close.png);
}
.mobile_lang-bar {
	float: right;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.mobile_nav_content {
	margin: 0 20px;
	padding: 20px;
	display: none;
}
.mobile_search {
	border: 1px solid #d6d6d6;
}
.search-type {
	float: left;
	position: relative;
	width: 70px;
}
.search-type:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 3px;
	bottom: 3px;
	width: 1px;
	background: #ddd;
	background: linear-gradient(to bottom, transparent 0%, #ddd 20%,#ddd 80%,transparent 100%);
}
.search-type .type-select {
	position: relative;
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	cursor: pointer;
}
.mobile_search .search-type .type-select {
	line-height: 40px;
}
.search-type .type-select:after {
	content: '';
	position: relative;
	top: 3px;
	margin-left: 8px;
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: #c6c6c6;
}
.search-type .select-lists {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	padding: 6px 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-radius: 4px;
}
.search-type .select-lists li {
	font-size: 15px;
	color: #333;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.search-type .select-lists li:hover {
	background: #f5f5f5;
	color: #007F69;
}
.search-type {}
.search-type {}
.mobile_search b {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/search_icon.png) no-repeat center;
}
.mobile_search .search_btn {
	line-height: 40px;
	height: 40px;
	width: 64px;
}
.mobile_search .search_text {
	height: 40px;
	line-height: 40px;
	margin-left: 70px;
	margin-right: 64px;
}
.mobile_navigation {
	padding: 10px 0;
}
.mobile_navigation li {
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
}
.mobile_navigation li a {
	display: block;
	color: #007F69;
	padding: 0 10px;
	text-align: center;
}
.mobile_sponsor {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}

.main {
	min-height: calc(100vh - 431px);
}
.location {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 40px;
}
.location a {
	color: #000000;
}
.location a:hover {
	color: #007F69;
	text-decoration: underline;
}
.location a.link-jour {
	color: #007F69;
}
.location span {
	/*font-weight: bold;*/
}

.footer {
	background-color: #363636;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer .copyright {
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 24px 0;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.footer .copyright span,.footer .copyright a {
	margin: 0 3px;
	opacity: .8;
}
.footer .footer-links {
	padding: 50px 0;
}
.footer .footer-links .link-group {
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
}
.footer .footer-links .link-group:first-child {
	width: 50%;
}
.footer .footer-links .group-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.footer .footer-links .group-des {
	max-width: 370px;
	opacity: .8;
}
.footer .footer-links .group-des a {
	display: inline-block;
	margin-right: 20px;
}
.footer .footer-links {}
.footer .footer-links {}
.platform_info {
	padding: 10px 0 15px;
	border-bottom: 1px solid #FFFFFF;
}
.footer_logo {
	float: left;
	width: 320px;
	margin-right: 40px;
}
.footer_logo img {
	width: 100%;
}
.footer_contact {
	float: left;
	margin-top:20px;
	width: 320px;
	margin-right: 40px;
}
.footer_title {
	font-size: 14px;
	line-height: 28px;
	padding: 6px 0 0;
}
.footer_contact p {
	font-size: 12px;
	line-height: 24px;
}
.footer_service {
	float: left;
	margin-top:20px;
	width: 240px;
}
.footer_service li {
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 24px;
}
.footer_service li a {
	color: #FFFFFF;
}
.footer_service li a:hover {
	text-decoration: underline;
}
.footer_code {
	float: right;
	width: 160px;
}
.qr_code {
	width: 120px;
	height: 120px;
	border: 4px solid #FFFFFF;
}
.qr_code img{
	width: 100%;
}
.footer_links {
	padding-bottom: 15px;
}
.footer_links .footer_title {
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 0px;
}
.footer_links ul {
	margin-bottom: 10px;
}
.footer_links li {
	float: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin-right: 140px;
}
.footer_links li a {
	color: #FFFFFF;
}
.footer_links li a:hover {
	text-decoration: underline;
}
.friend_links {
	width: 100%;
	border: none;
	padding: 0;
}
.footer_links a {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
.footer_links a:hover {
	text-decoration: underline;
}
.footer_info {
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
}
.module-search {
	padding: 0;
	font-size: 0;
	text-align: center;
	background: url(../images/main-search-bg.jpg) no-repeat center center/cover;
}
.module-search > .container {
	padding: 46px 0;
}
.module-search .container:after{content:'';display:block;clear:both;}
.module-search .search-survey {
	margin: 0 auto;
}
.module-search .search-main {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	width: calc(100% - 214px);
	max-width: 784px;
}
.module-search .search-main .search-cont {
	position: relative;
	padding: 2px;
	background: #fff;
	border-radius: 4px;
}
.module-search .search-main .search-ctl {
	width: 100%;
	box-sizing: border-box;
	padding: 0 110px 0 106px;
	height: 44px;
	border: none;
	font-size: 16px;
}
.module-search .search-main .search-ctl.no-select{
	padding-left: 16px;
}
.module-search .resource-type {
	margin: 0 -15px 12px;
	padding-left: 15px;
	font-size: 0;
	text-align: left;
}
.module-search .resource-type li {
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	cursor: pointer;
}
.module-search .resource-type li:last-child {
	margin: 0;
}
.module-search .resource-type li:hover {
	color: #BCA34A;
}
.module-search .resource-type li.active {
	background: #BCA34A;
	padding: 0 12px;
	color: #fff;
}

.module-search .search-main .search-ctl::-webkit-input-placeholder{color: #999;}
.module-search .search-main .search-ctl::-moz-placeholder{color: #999;}
.module-search .search-main .search-ctl:-moz-placeholder{color: #999;}
.module-search .search-main .search-ctl:-ms-input-placeholder{color: #999;}
.module-search .search-main .search-btn {
	position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 100px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    background: #007073;
    background-size: 28px 28px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
    border: none;
    outline: none;
}

.module-search .search-main .search-types-selects {
	position: absolute;
	left: 2px;
	top: 2px;
	height: 44px;
	width: 86px;
}
.module-search .search-main .search-types-selects .type-text {
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #2E7D5A;
	line-height: 44px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}
.language-en .module-search .search-main .search-types-selects .type-text {
	font-size: 14px;
}
.module-search .search-main .search-types-selects .type-text:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background-image: linear-gradient(to bottom, transparent 0,#ccc 20%,#ccc 80%,transparent 100%);
}
.module-search .search-main .search-types-selects .type-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0 8px;
  display: inline-block;
  vertical-align: middle;
  border: 4px solid transparent;
  border-top-color: #2E7D5A;
}
.module-search .search-main .search-types-selects .type-lists {
  display: none;
  margin: 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 300px;
}
.module-search .search-main .search-types-selects .type-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.module-search .search-main .search-types-selects .type-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #007F69;
}
.module-search .search-main .search-types-selects .type-lists li {
	float: none;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 0;
  padding: 0 6px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.module-search .search-main .search-types-selects .type-lists li:hover {
  background: #d9eefb;
}
.module-search .search-link {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	min-width: 100px;
	padding: 0 10px;
	border-radius: 4px;
	background: #F0FAF6;
	border: 1px solid #fff;
	font-size: 16px;
	color: #2E7D5A;
	line-height: 46px;
	text-align: center;
}
.module-search .search-link-answer {
	background: #19C87B;
	color: #fff;
}
.module-search .survey-lists {
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	border-radius: 12px 12px 0 0;
	background: rgba(255,255,255,.9);
	padding: 16px 0;
}
.module-search .survey-lists li {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	overflow: hidden;
}
.module-search .survey-lists .li-cont {
}
.module-search .survey-lists .li-title {
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #156164;
}
.module-search .survey-lists .li-label {
	margin-top: 2px;
	font-size: 14px;
	color: #555;
	line-height: 20px;
}

.module-banner {
  padding: 58px 0 0;
}
.module-banner .container{margin:0 auto;width:1200px;}
.module-banner .container:after{content:'';display:block;clear:both;}
.module-banner .card-banner {
  float: left;
  position: relative;
  width: 692px;
  height: 390px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.module-banner .card-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.module-banner .card-banner .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.module-banner .card-banner .banner-lists li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.module-banner .card-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.module-banner .card-banner .banner-lists .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 210px 0 10px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  background: #b2b2b2;
  background: rgba(0, 0, 0, 0.3);
}
.module-banner .card-banner .banner-lists .banner-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-banner .card-banner .banner-lists a:hover .banner-img {
  /* transform: scale(1.05); */
}
.module-banner .card-banner .banner-wrap {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 0;
}
.module-banner .card-banner .banner-wrap .swiper-pagination-bullet {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255,255,255,.8);
  transition: all .6s;
  cursor: pointer;
}
.module-banner .card-banner .banner-wrap .swiper-pagination-bullet-active {
	width: 20px;
  background: #FF7A00;
}
.module-banner .news-card {
	float: right;
	width: 494px;
}
.news-card {
	
}
.news-card .card-head {
	position: relative;
	padding: 0 0 15px 34px;
	font-size: 20px;
	color: #191919;
	line-height: 26px;
	font-weight: bold;
	background: url(../images/banner-news-head-icon.png) repeat-x left bottom;
	background-size: auto 5px;
}
.news-card .head-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../images/search-icon.png) no-repeat 0 -100px;
	background-size: 500px 500px;
}
.news-card .head-icon.icon-meet {
	background-position: -40px -100px;
}
.news-card .head-icon.icon-paper {
	background-position: -80px -100px;
}
.news-card .head-more {
	float: right;
	font-size: 14px;
	color: #007F69;
	font-weight: normal;
	cursor: pointer;
}
.news-card .head-more:hover {
	text-decoration: underline;
}
.news-card .card-lists li {
	margin-top: 18px;
	overflow: hidden;
	position: relative;
	line-height: 24px;
	padding-left: 20px;
}
.news-card .card-lists li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5.5px;
	width: 11px;
	height: 11px;
	background: url(../images/search-icon.png) -200px -100px;
	background-size: 500px 500px;
}
.news-card .card-lists li:hover:after {
	background-position: -220px -100px;
}
.news-card .card-lists .li-link {
	float: left;
	width: 340px;
	font-size: 16px;
	color: #333;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news-card .card-lists .li-link:hover {
	color: #007F69;
}
.news-card .card-lists li:hover .li-date {
	color: #007F69;
}
.news-card .card-lists .li-date {
	float: right;
	font-size: 16px;
	color: #666;
}
.news-card .news-topic {
	margin-top: 30px;
	overflow: hidden;
}
.news-card .news-topic .topic-head {
	float: left;
	width: 192px;
	height: 110px;
}
.news-card .news-topic .topic-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-card .news-topic .topic-cont {
	margin-left: 202px;
}
.news-card .news-topic .topic-link {
	display: block;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news-card .news-topic .topic-link:hover {
	color: #007F69;
}
.news-card .news-topic .topic-des {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-card .news-topic {}
.module-paper {
	margin-top: 30px;
	background: #F6F6F6;
	padding: 35px 0;
}
.module-paper .container{margin:0 auto;width:1200px;}
.module-paper .container:after{content:'';display:block;clear:both;}
.module-paper .news-card {
	width: 575px;
}
.module-paper .news-card.meet {
	float: left;
}
.module-paper .news-card.paper {
	float: right;
}
.new-module-title {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}
.new-module-title b {
	position: relative;
	padding: 0 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #333;
	line-height: 30px;
}
.new-module-title b:before,.new-module-title b:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	width: 600px;
	height: 5px;
	background: url(../images/banner-news-head-icon.png) repeat-x left bottom;
	background-size: auto 5px;
}
.new-module-title b:before {
	left: 100%;
}
.new-module-title b:after {
	right: 100%;
}
.module-hot {
	padding: 35px 0;
}
.module-hot .container{margin:0 auto;width:1200px;}
.module-hot .container:after{content:'';display:block;clear:both;}
.module-hot .card-lists {
	float: left;
	width: 570px;
	padding-top: 18px;
}
.module-hot .card-lists li{
	margin-top: 16px;
	overflow: hidden;
	line-height: 20px;
}
.module-hot .card-lists .li-link {
	display: block;
	margin-right: 130px;
	font-size: 16px;
	color: #333;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.module-hot .card-lists .li-link:hover {
	color: #007F69;
}
.module-hot .card-lists li:hover .li-date {
	color: #007F69;
}
.module-hot .card-lists .li-date {
	float: right;
	font-size: 14px;
	color: #666;
}
.module-hot .paper-lists {
	float: right;
	width: 570px;
	padding-top: 18px;
	
}
.module-hot .paper-lists li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 22px;
}
.module-hot .paper-lists li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 21px;
	width: 8px;
	height: 8px;
	background: url(../images/search-icon.png) -200px -120px;
    background-size: 500px 500px;
}
.module-hot .paper-lists .li-link {
	display: block;
	margin-bottom: 12px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.module-hot .paper-lists .li-link:hover {
	color: #007F69;
}
.module-hot .paper-lists .li-des{
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.module-answer {
  padding: 30px 0;
}
.module-answer .answer-card {
  margin: 0 auto;
  position: relative;
  max-width: 1160px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.module-answer .card-head {
  background-color: #007F69;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.module-answer .card-head .head-icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
  height: 42px;
  vertical-align: middle;
}
.module-answer .card-head .head-line {
  display: inline-block;
  vertical-align: middle;
  color: #007F69;
  line-height: 20px;
  width: 45px;
  height: 20px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-answer .card-head .head-line > div {
  width: 4px;
  height: 20px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.module-answer .card-head .head-line > div:nth-child(1),
.module-answer .card-head .head-line > div:nth-child(5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.module-answer .card-head .head-line > div:nth-child(2),
.module-answer .card-head .head-line > div:nth-child(4) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.module-answer .card-head .head-line > div:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.module-answer .answer-cont {
  margin-right: 330px;
  height: 500px;
  background: #fff;
  overflow: auto;
  padding: 20px;
}
.module-answer .answer-cont::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: 4px;
}
.module-answer .answer-cont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #628148;
}
.module-answer .answer-list {
  padding: 10px 74px;
  position: relative;
}
.module-answer .answer-list.list-an .list-head {
  left: -62px;
}
.module-answer .answer-list.list-an .list-body {
  text-align: left;
}
.module-answer .answer-list.list-an .list-cont {
  background: #F2F2F2;
}
.module-answer .answer-list.list-qa .list-head {
  right: -62px;
}
.module-answer .answer-list.list-qa .list-body {
  text-align: right;
}
.module-answer .answer-list.list-qa .list-cont {
  background: #E5F8E4;
}
.module-answer .answer-list .list-head {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.module-answer .answer-list .list-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-answer .answer-list .list-time {
  font-size: 14px;
  color: #c0c4cc;
  background: 0 0;
  text-align: center;
}
.module-answer .answer-list .list-body {
  position: relative;
  margin: 5px 0;
}
.module-answer .answer-list .list-cont {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: left;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.module-answer .answer-list .list-cont img {
  max-width: 90%;
  margin: 10px 0;
}
.module-answer .answer-form {
  margin-right: 330px;
  border-top: 1px solid #D3D3D3;
  position: relative;
  padding: 20px 20px 30px;
}
.module-answer .answer-form  .el-btn{
  background: #007F69;
  font-size: 16px;
}
.module-answer .answer-form .form-ctl-box {
  position: relative;
  background: #EDEDED;
  border-radius: 8px;
  padding: 12px 18px 50px;
  box-shadow: inset 0 0 8px rgba(0,0,0,.1);
}
.module-answer .answer-form .answer-ctl {
  width: 100%;
  height: 60px;
  outline: none;
  resize: none;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.module-answer .btn-group {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.module-answer .image-rec-bar,
.module-answer .search-mike {
  display: inline-block;
  vertical-align: middle;
}
.module-answer .image-rec-bar {
  margin: 1px 10px 0 0;
}
.module-answer .search-mike {
  position: relative;
  top: 0;
  right: 0;
  margin: 1px 0 0 0;
}
.module-answer .answer-demo {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 330px;
  background: #f2fbff;
  box-shadow: -3px 0 4px rgba(0,0,0,.16);
}
.module-answer .answer-demo .demo-bar {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -70px;
  width: 16px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #007F69;
  cursor: pointer;
}
.module-answer .answer-demo .demo-bar:after {
  content: "\e6e0";
  position: absolute;
  left: 1px;
  font-family: element-icons !important;
}
.module-answer .answer-demo .demo-bar.close:after {
  content: "\e6de";
}
.module-answer .answer-demo .demo-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.module-answer .answer-demo .demo-title {
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
.module-answer .answer-demo .demo-lists {
  margin: 16px -20px 0 0;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 0 20px;
}
.module-answer .answer-demo .demo-lists li {
  width: 290px;
  padding: 9px 12px;
  border: 1px solid #E6E6E6;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  color: #606266;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.module-answer .answer-demo .demo-lists li:hover {
  color: #fff;
  background: #007F69;
}
.module-answer .answer-demo .demo-lists li:last-child {
  margin: 0;
}
.main .module-answer .meta-list {
	display: block;
	cursor: pointer;
	font-size: 0;
	border-bottom: 1px solid #ddd;
}
.main .module-answer .meta-list > div {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 4px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .module-answer .meta-list .list-title {
	width: 55%;
	color: #588340;
}
.main .module-answer .meta-list .list-title:hover {
	text-decoration: underline;
}
.main .module-answer .meta-list .list-title font {
	color: inherit !important;
}
.main .module-answer .meta-list .list-au {
	width: 20%;
}
.main .module-answer .meta-list .list-db {
	width: 10%;
}
.main .module-answer .meta-list .list-pt {
	width: 15%;
}
.main .module-answer .meta-msg {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.main .module-answer .answer-chart {
	height: 280px;
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.el-btn {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    background: #EDEDED;
    border-radius: 4px;
    outline: none;
    border: 1px solid #EDEDED;
    text-align: center;
}
.el-btn:hover {
	opacity: .9;
}
.el-hide {
    display: none;
}
.journal-racks {
	padding-top: 60px;
	overflow: hidden;
}
.journal-racks .rack-item {
	position: relative;
	padding: 30px 0 100px;
}
.language-en .journal-racks .rack-items {
	margin-top: -30px;
}
.language-en .journal-racks {
	padding-top: 0;
}
.language-en .journal-racks .rack-item:nth-of-type(n+3) {
	display: none;
}
.journal-racks .rack-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -62px;
	right: -62px;
	height: 106px;
	background: url(../images/journal-racks-item-bg.png);
	background-size: 100% 100%;
}
.journal-racks .rack-item-cont {
	position: relative;
	z-index: 10;
}
.journal-racks .rack-item-cont:after {
	content: '';
	display: block;
	clear: both;
}
.journal-racks .rack-lists {
	margin: 0 -30px;
}
.journal-racks .rack-lists li {
	float: left;
	width: 16.66%;
}
.journal-racks .rack-link {
	position: relative;
	display: block;
	margin: 0 14%;
	transition: transform .6s;
	overflow: hidden;
}
.journal-racks .rack-link-cont {
	padding: 70%;
}
.journal-racks .rack-link:hover {
	transform: scale(1.1);
}
.journal-racks .rack-img {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.journal-racks .journal-rack-more {
	margin: 0 auto 50px;
	display: block;
	width: 160px;
	border-radius: 3px;
	border: 2px solid #007F69;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #007F69;
}
.journal-racks .news-type {
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
}
.journal-racks .news-type li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	border-radius: 4px;
	cursor: pointer;
	padding: 0 54px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
	background: #E9F1F6;
}
.journal-racks .news-type li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background: url(../images/base-icon-journal.png) no-repeat -200px 0;
	background-size: 400px 400px;
	
}
.journal-racks .news-type li.active {
	background: #064A48;
	color: #fff;
}
.journal-racks .news-type .li-1:before {
	background-position: -200px 0;
}
.journal-racks .news-type .li-2:before {
	background-position: -200px -20px;
}
.journal-racks .news-type .li-3:before {
	background-position: -200px -40px;
}
.journal-racks .news-type .li-1.active:before {
	background-position: -220px 0;
}
.journal-racks .news-type .li-2.active:before {
	background-position: -220px -20px;
}
.journal-racks .news-type .li-3.active:before {
	background-position: -220px -40px;
}
.journal-racks .journal-news {
	margin-bottom: 40px;
	overflow: hidden;
}
.journal-racks .journal-news .news-topic {
	float: left;
	width: 45%;
	padding-bottom: 40px;
	background: #F3F3F3;
    color: #333;
}
.journal-racks .journal-news .news-topic:hover {
	color: #007F69;
}
.journal-racks .journal-news .news-topic .topic-img {
	height: 306px;
}
.journal-racks .journal-news .news-topic .topic-img img {
	width: 100%;
	height: 100%;
}
.journal-racks .journal-news .news-topic .topic-title {
	margin: 25px 22px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
}
.journal-racks .journal-news .news-lists {
	float: right;
	width: 50%;
}
.journal-racks .journal-news .news-lists li {
	padding: 22px 0;
	border-bottom: 1px solid #E6ECF4;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	font-size: 14px;
}
.journal-racks .journal-news .news-lists li:nth-child(n+5) {
	display: none;
}
.journal-racks .journal-news .news-lists .li-date {
	float: left;
	width: 60px;
	text-align: center;
	font-weight: bold;
}
.journal-racks .journal-news .news-lists .date-txt {
	font-size: 28px;
	line-height: 30px;
}
.journal-racks .journal-news .news-lists .date-year {
	line-height: 24px;
	font-size: 12px;
	
}
.journal-racks .journal-news .news-lists .li-cont {
	margin-left: 80px;
}
.journal-racks .journal-news .news-lists .news-link {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}
.journal-racks .journal-news .news-lists .news-link:hover {
	color: #007F69;
}
.journal-racks .journal-news .news-lists .news-des {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.module-swiper {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.module-swiper .swiper-bar {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 29px;
	height: 40px;
	background: url(../images/index-module-icon.png) no-repeat -50px 0;
	background-size: 200px 200px;
	cursor: pointer;
}
.module-swiper .swiper-bar.top {
	transform: translateY(-15px);
}
.module-swiper .swiper-bar.left {
	left: -48px;
	background-position: -50px 0;
}
.module-swiper .swiper-bar.left:hover {
	background-position: -50px -50px;
}
.module-swiper .swiper-bar.right {
	right: -48px;
	background-position: -100px 0;
}
.module-swiper .swiper-bar.right:hover {
	background-position: -100px -50px;
}
.module-swiper .swiper-container {
	overflow: hidden;
}
.journal-article {
	padding: 50px 0;
	background: #F6F6F6;
}
.journal-article .article-item-cont {
	margin-left: -42px;
	overflow: hidden;
}
.journal-article .article-item {
	float: left;
	width: 33.33%;
	padding-left: 42px;
}
.journal-article .item-title {
	position: relative;
	line-height: 30px;
	color: #333;
	overflow: hidden;
}
.journal-article .item-title b ,
.journal-article .item-title .title-more {
	position: relative;
	z-index: 10;
	background: #F6F6F6;
}
.journal-article .item-title b {
	float: left;
	padding-right: 4px;
	font-size: 22px;
}
.journal-article .item-title .title-more {
	float: right;
	padding-left: 4px;
	font-size: 14px;
	color: #333;
}
.journal-article .item-title .title-more:hover {
	color: #007F69;
}
.journal-article .item-title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -2.5px;
	height: 5px;
	background: url(../images/banner-news-head-icon.png) repeat-x left bottom;
    background-size: auto 5px;
}
.journal-article .article-lists {
	line-height: 20px;
}
.journal-article .article-lists li {
	margin-top: 25px;
	overflow: hidden;
}
.journal-article .article-lists li:nth-child(n+5) {
	display: none;
}
.journal-article .article-lists li.has-date {
	position: relative;
	padding-right: 100px;
}
.journal-article .article-lists .li-link {
	display: block;
	position: relative;
	padding-left: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 16px;
	color: #333;
}
.journal-article .article-lists .li-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: url(../images/journal-article-link-icon.png);
	background-size: 100% 100%;
}
.journal-article .article-lists .li-link:hover {
	color: #007F69;
}
.journal-article .article-lists .li-des {
	margin: 12px 0 0 16px;
	height: 20px;
	overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    font-size: 0;
    color: #666;
}
.journal-article .article-lists .des-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
    font-size: 14px;
}
.journal-article .article-lists .des-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
    background: url(../images/base-icon-journal.png) no-repeat -300px 0;
    background-size: 400px 400px;
}
.journal-article .article-lists .des-jour {
	margin-left: 24px;
	background-position: -320px 0;
}
.journal-article .article-lists .li-date {
	position: absolute;
	top: 0;
	right: 0;
    font-size: 14px;
    color: #666;
}
.fixed-right {
	position: fixed;
	bottom: 20%;
	right: 40px;
	margin-top: -50px;
	z-index: 100;
}
.fixed-right .fixed-list {
	margin-bottom: 5px;
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: url(../images/base-icon-journal.png) no-repeat -200px 0;
	background-size: 400px 400px;
	cursor: pointer;
	transition: all 0.6s;
}
.fixed-right .fixed-list:hover {
	background-color: #064A48;
}
.fixed-right .fixed-list:hover .li-popup {
	transform: scale(1);
}
.fixed-right .list-service {
	background-position: -100px 0;
}
.fixed-right .list-top {
	background-position: -100px -60px;
}
.fixed-right .list-order {
	background-position: -100px -120px;
}
.fixed-right .li-popup {
	margin-top: -21px;
	transform: scale(0);
	transform-origin: 100% 50%;
	position: absolute;
	top: 50%;
	right: 100%;
	padding-right: 10px;
	transition: transform 0.6s;
}
.fixed-right .li-content {
	position: relative;
	border: 1px solid #064A48;
	border-radius: 3px;
	background: #fff;
	padding: 12px;
}
.fixed-right .li-content:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	background: url(../images/toolbar-icon-arrow.png);
	background-size: 100% 100%;
}
.fixed-right .fixed-code {
	width: 90px;
}
.fixed-right .fixed-link {
	display: block;
	width: 80px;
	font-size: 12px;
	color: #064A48;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
}
.fixed-right .fixed-link:hover {
	text-decoration: underline;
}

.data-none {
	padding: 80px 0;
	text-align: center;
}
.data-none .none-img {
	height: 200px;
}
.data-none .none-des {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.module-direct {
	margin-top: 40px;
}
.module-direct .new-module-title {
	margin-top: 50px;
}
.module-direct .direct-topic {
	overflow: hidden;
}
.module-direct .direct-topic .topic-item {
	float: left;
	width: 67.33%;
	height: 454px;
	overflow: hidden;
	position: relative;
}
.module-direct .direct-topic .topic-item .topic-img {
	width: 100%;
	height: 100%;
}
.module-direct .direct-topic .topic-item .topic-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	height: 34px;
	border-radius: 0 17px 17px 0;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	background: #064A48;
}
.module-direct .direct-topic .topic-item .topic-label.on {
	background: #FE5C05;
}
.module-direct .direct-topic .topic-item .topic-label.on:after {
	content: '';
	position: relative;
	top: -1.5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 17px;
	height: 16px;
	background: url(../images/base-icon-journal.png) no-repeat -300px -50px;
	background-size: 400px 400px;
}
.module-direct .direct-topic .topic-lists {
	float: right;
	width: 30%;
}
.module-direct .direct-topic .topic-lists li {
	margin-top: 20px;
}
.module-direct .direct-topic .topic-lists li:first-child {
	margin: 0;
}
.module-direct .direct-topic .topic-lists .topic-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 22px;
}
.module-direct .direct-topic .topic-lists .title-label {
	float: left;
	margin-right: 10px;
	padding: 0 7px;
	border-radius: 4px;
	background: #064A48;
	font-size: 12px;
	color: #fff;
}
.module-direct .direct-topic .topic-lists .title-label.on {
	background: #FE5C05;
}
.module-direct .direct-topic .topic-lists .title-link {
	color: #333;
	text-decoration: none;
}
.module-direct .direct-topic .topic-lists .title-link:hover {
	font-weight: bold;
	color: #007F69;
}
.module-direct .direct-topic .topic-lists .topic-des {
	margin: 12px 0 0 6px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.module-direct .direct-lists {
	margin-left: -26px;
	overflow: hidden;
	line-height: 20px;
}
.module-direct .direct-lists li {
	float: left;
	width: 25%;
}
.module-direct .direct-lists .li-cont {
	display: block;
	margin: 0 0 42px 26px;
}
.module-direct .direct-lists .li-img {
	display: block;
	height: 180px;
}
.module-direct .direct-lists .li-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-direct .direct-lists .li-link {
	display: block;
	margin-top: 12px;
	height: 40px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-decoration: none;
}
.module-direct .direct-lists .li-link:hover {
	color: #007F69;
}
.module-direct .direct-lists .li-des {
	margin-top: 12px;
	height: 20px;
	font-size: 14px;
	color: #888;
}
.direct-detail {
	padding: 40px 0;
}
.direct-detail:after {
	content: '';
	display: block;
	clear: both;
}
.direct-detail .detail-main {
	float: left;
	width: 75%;
}
.direct-detail .detail-main .detail-title {
	margin-bottom: 26px;
	border-bottom: 1px dashed #D6D6D6;
	padding-bottom: 22px;
	font-size: 22px;
	color: #454545;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.direct-detail .detail-main .detail-date {
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}
.direct-detail .detail-main .detail-date span {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.direct-detail .detail-main .detail-video {
	position: relative;
	margin: 20px auto;
	width: 760px;
	height: 480px;
	overflow: hidden;
}
.direct-detail .detail-main .detail-video iframe {
	position: absolute;
	top: -314px;
	left: -65px;
	border: none;
	width: 1200px;
	height: 800px;
}
.direct-detail .detail-main .detail-cont {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}
.direct-detail .detail-main .detail-cont p {
	margin: 20px;
}
.direct-detail .detail-recommend {
	float: right;
	width: 20%;
}
.direct-detail .detail-recommend .rec-title {
	line-height: 24px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.direct-detail .detail-recommend .rec-link {
	position: relative;
	display: block;
	margin-top: 22px;
	padding-left: 26px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
.direct-detail .detail-recommend .rec-link:hover {
	color: #007F69;
}
.direct-detail .detail-recommend .rec-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 16px;
	height: 12px;
	background: url(../images/base-icon-journal.png) no-repeat -300px -100px;
	background-size: 400px 400px;
}

.module-xml {
	position: relative;
}
.module-xml:after {
	content: '';
	display: block;
	clear: both;
}
.module-xml .xml-menu {
	float: right;
	width: 240px;
}
.module-xml .xml-menu .xml-menu-cont {
	position: fixed;
	bottom: 20px;
	width: 240px;
	display: none;
}
.module-xml .xml-menu .xml-menu-cont.cont-hide {
	display: none !important;
}
.module-xml .xml-menu .xml-bar {
	width: 40px;
	height: 40px;
	border: 1px solid #e6e6e6;
	background: #fff;
	background: url(../images/xml-bar-icon.png) no-repeat center center;
	background-size: 60% auto;
}
.module-xml .xml-menu .xml-lists-cont {
	position: absolute;
	bottom: 50px;
	left: 6px;
	right: 0;
	padding: 20px 0;
}
.module-xml .xml-menu .xml-lists-cont:before,
.module-xml .xml-menu .xml-lists-cont:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: -6px;
	width: 8px;
	height: 8px;
	border: 2px solid #ccc;
	border-radius: 50%;
	background: #fff;
}
.module-xml .xml-menu .xml-lists-cont:before {
	top: 0;
}
.module-xml .xml-menu .xml-lists-cont:after {
	bottom: 0;
}
.module-xml .xml-menu .xml-lists-line {
	position: absolute;
	left: -1px;
	top: 10px;
	bottom: 1px;
	width: 2px;
	background: #eee;
}
.module-xml .xml-menu .xml-lists {
	margin-left: -6px;
	line-height: 22px;
}
.module-xml .xml-menu .xml-lists li {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	margin: 5px 0;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.module-xml .xml-menu .xml-lists li.indent-2 {
	margin: 0;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	padding-left: 60px;
	color: #888;
}
.module-xml .xml-menu .xml-lists li .li-cont {
	padding-left: 30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.module-xml .xml-menu .xml-lists li:hover .li-cont {
	background: #eee;
}
.module-xml .xml-menu .xml-lists li.active .li-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #007F69;
}
.module-xml .xml-menu .xml-lists li.active .li-arrow:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	border: 5px solid transparent;
	border-left: 5px solid #007F69;
}
.module-xml .xml-menu .xml-lists li.active .li-cont {
	color: #007F69 !important;
	background: #eee;
}
.module-xml .xml-menu .xml-lists .li-title {
	margin: 5px 0;
	font-weight: bold;
	color: #333;
}
.module-xml .xml-menu .xml-lists .li-title:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #ccc;
}
.module-xml .xml-menu .xml-lists .li-title .li-cont {
	padding-left: 10px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.module-xml .xml-detail .mobile-down {
	display: none;
	position: relative;
	margin: 15px 0;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background-color: #c8100b;
	background-image: -webkit-linear-gradient(top, #f15a4d 0%, #c8100b 100%);
	background-image: -o-linear-gradient(top, #f15a4d 0%, #c8100b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f15a4d), to(#c8100b));
	background-image: linear-gradient(to bottom, #f15a4d 0%, #c8100b 100%);
}
.module-xml .xml-detail .mobile-down:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	width: 18px;
	height: 18px;
	background: url(../images/icon-pdf.png) no-repeat 0 0/cover;
}
.module-xml .xml-item-head {
	display: none;
	margin: 10px 0;
	line-height: 36px;
	padding: 0 12px;
	background: #f5f5f5;;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	color: #007F69;
}
.xml-download {
	margin-bottom: 20px;
}
.xml-download .download-tab {
	margin-bottom: 15px;
	position: relative;
	padding: 5px 0 5px 20px;
}
.xml-download .download-tab .tab-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #d62a22 url(../images/icon-xml-pdf.png) no-repeat center center;
	background-size: 50% auto;
}
.xml-download .download-tab .tab-cont {
	height: 40px;
	padding: 9px 0 9px 30px;
	background: #f8dedc;
	text-align: center;
	font-size: 0;
}
.xml-download .download-tab .dowmload-link {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 16px;
	line-height: 21px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #d9261e;
	border-bottom: 1px solid #d9261e;
}
.xml-download .download-tab .dowmload-link .zh_en {
	font-size: 12px;
}
.xml-download .download-tab .dowmload-link:after {
	content: '';
	position: absolute;
	left: -8.5px;
	top: -2px;
	bottom: -2px;
	width: 1px;
	background: #d9261e;
	background-image: linear-gradient(to bottom,#f8dedc 0,#d9261e 35%,#d9261e 65%,#f8dedc 100%);
}
.xml-download .download-tab .dowmload-link:first-child {
	margin-left: 0;
}
.xml-download .download-tab .dowmload-link:first-child:after {
	display: none;
}
.xml-download .download-btns {
	display: flex;
	justify-content: space-between;
}
.xml-download .download-btns:first-child {
	margin: 0;
}
.xml-download .download-btns .btn-link {
	width: 47%;
	border-radius: 3px;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
	background: #7dbcc3;
	text-align: center;
	cursor: pointer;
}
.xml-download .download-btns .btn-link.read {
	background: #7dbcc3;
}
.xml-download .download-btns .btn-link.read:hover {
	background: #77e6ef;
	background-image: linear-gradient(to bottom,#77e6ef,#33b8c7);
}
.xml-download .download-btns .btn-link.expert {
	background: #788dc6;
}
.xml-download .download-btns .btn-link.expert:hover {
	background: #90bae8;
	background-image: linear-gradient(to bottom,#90bae8,#547cd5);
}
.xml-download .download-btns .btn-link.down {
	background: #89acce;
}
.xml-download .download-btns .btn-link.down:hover {
	background: #4fbce6;
	background-image: linear-gradient(to bottom,#4fbce6,#2885d4);
}
.module-xml .img-preview {
	margin-bottom: 16px;
	padding: 15px 0 10px;
	border: 1px solid #eee;
}
.module-xml .img-preview .img-show {
	margin: 10px auto;
	position: relative;
	right: -5px;
	z-index: 2;
	width: 180px;
	height: 160px;
}
.module-xml .img-preview .img-show:after,
.module-xml .img-preview .img-show:before {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #efefef;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.module-xml .img-preview .img-show:after {
	z-index: -1;
	left: -5px;
	top: -5px;
}
.module-xml .img-preview .img-show:before {
	z-index: -2;
	left: -10px;
	top: -10px;
}
.module-xml .img-preview .img-show img {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	cursor: pointer;
}
.module-xml .img-preview .preview-title {
	font-size: 0;
	text-align: center;
}
.module-xml .img-preview .preview-title .title-item {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	color: #007F69;
	font-weight: bold;
	cursor: pointer;
}
.module-xml .img-preview .preview-title .title-item:hover {
	text-decoration: underline;
}
.module-xml .img-preview .preview-title span,
.module-xml .img-preview .preview-title .item-icon {
	display: inline-block;
	vertical-align: middle;
}
.module-xml .img-preview .preview-title span {
	margin-left: 3px;
	font-size: 16px;
}
.module-xml .img-preview .preview-title .item-icon {
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
}
.module-xml .img-preview .preview-title .item-icon.icon-img {
	background-image: url(../images/icon-preview-img.png);
}
.xml-side-item {
	margin-bottom: 16px;
	padding: 0 10px 10px;
	border: 1px solid #e6e6e6;
}
.xml-side-item .item-head {
	margin-bottom: 8px;
	color: #777;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	border-bottom: 1px dashed #ddd;
}
.xml-side-item .item-des {
	margin-left: 4px;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}
.xml-side-item .des-count {
	font-weight: normal;
	color: #007F69;
}
.module-preview {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65,69,78,.9);
	display: none;
}
.module-preview .module-cont {
	margin: 20px 3%;
	height: calc(100% - 40px);
}
.module-preview .preview-body {
	float: left;
	margin-left: 20px;
	width: calc(100% - 200px);
	height: 100%;
}
.module-preview .preview-actions {
	float: right;
	position: relative;
	width: 130px;
	height: 100%;
}
.module-preview .preview-actions .act-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 12px;
	border-radius: 4px;
	line-height: 38px;
	font-size: 16px;
	color: #ccc;
	background: #333841;
	border: 1px solid #2a2e37;
	cursor: pointer;
}
.module-preview .preview-actions .act-back:after {
	content: '';
	float: right;
	margin: 14px 6px 0 0;
	border: 5px solid transparent;
	border-left: 7px solid #ccc;
}
.module-preview .preview-actions .act-back:hover {
	border-color: #007F69;
}
.module-preview .prev-act-bar {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -172px;
	width: 85px;
}
.module-preview .prev-act-bar .act-bar {
	height: 30px;
	line-height: 28px;
	font-size: 0;
	background-color: #474b56;
	border: 1px solid #343841;
	text-align: center;
	cursor: pointer;
}
.module-preview .prev-act-bar .act-bar:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/icon-toggle-bar.png) no-repeat 0 0;
	background-size: 100% auto;
	opacity: .7;
}
.module-preview .prev-act-bar .act-bar.top:after {
	background-position: 0 -20px;
}
.module-preview .prev-act-bar .act-bar:hover {
	border-color: #007F69;
}
.module-preview .prev-act-bar .img-bars-cont {
	overflow: hidden;
	height: 285px;
}
.module-preview .prev-act-bar .img-bars {
	position: relative;
}
.module-preview .prev-act-bar .img-bars li {
	margin: 5px 0;
	height: 65px;
	cursor: pointer;
}
.module-preview .prev-act-bar .img-bars li.active {
	border: 2px solid #007F69;
}
.module-preview .prev-act-bar .img-bars li img {
	width: 100%;
	height: 100%;
}
.module-preview .preview-img-cont {
	height: calc(100% - 130px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-preview .preview-img-cont .preview-img {
	max-width: 100%;
	max-height: 100%;
}
.module-preview .preview-info {
	line-height: 24px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.module-dialog-code {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.module-dialog-code .code-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
	width: 300px;
	height: 300px;
}
.module-dialog-code .code-img {
	width: 100%;
	height: 100%;
}
.module-dialog-code .dialog-close {
	position: absolute;
	top: -20px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: url(../images/icon-close-white.png) no-repeat center center;
	background-size: 70% 70%;
	cursor: pointer;
}
.language-switch {
	float: right;
	position: relative;
	z-index: 5;
	font-size: 0;
	white-space: nowrap;
	background: #ECF7F4;
	border: 1px solid #D3D5D8;
	border-radius: 21px;
	padding: 3px;
}
.language-switch .switch-bar {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	border-radius: 17px;
	font-size: 12px;
	line-height: 34px;
	color: #999;
	font-weight: bold;
	cursor: pointer;
}
.language-switch .switch-bar:last-child {
	margin: 0;
}
.language-switch .switch-bar:hover {
	color: #077659;
}
.language-switch .switch-bar.active {
	background: #077659;
	color: #fff;
}
.language-trans {
	position: relative;
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.language-trans.fade-out {
	opacity: 0;
	transform: translateY(10px);
}
.language-trans.fade-in {
	opacity: 1;
	transform: translateY(0);
}
.module-xml .xml-detail {
	float: left;
	width: calc(100% - 270px);
	padding: 20px;
	border: 1px solid #eee;
	font-size: 0;
	line-height: 24px;
	color: #333;
}
.module-xml .xml-detail a {
	color: #333;
}
.module-xml .xml-detail a:hover {
	color: #007F69;
	text-decoration: underline;
}
.module-xml .xml-detail .detail-head {
	margin: 10px 130px 30px 0;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
}
.module-xml .xml-detail .detail-title {
	position: relative;
	margin: 35px 0 20px;
}
.module-xml .xml-detail .detail-title:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 0;
	top: 70%;
	height: 1px;
	background: #e6e6e6;
}
.module-xml .xml-detail .detail-title b {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	position: relative;
	padding-right: 20px;
	z-index: 1;
	background-color: #fff;
}
.module-xml .xml-detail sub,
.module-xml .xml-detail sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}
.module-xml .xml-detail .detail-sub-title {
	margin: 20px 0 15px;
	font-size: 18px;
	font-weight: bold;
}
.module-xml .xml-detail .detail-subtitle {
	margin: 20px 0 10px;
	font-size: 13px;
	font-weight: bold;
}
.module-xml .xml-detail .detail-des {
	margin-top: 10px;
	display: block;
	text-indent: 2em;
	font-size: 15px;
	line-height: 1.6;
	color: #454545;
	font-family: "Times New Roman", Arial, "Microsoft Yahei", 微软雅黑;
}
.module-xml .xml-detail a.detail-des {
	color: #007F69;
}
.module-xml .xml-detail .detail-des.abs b{
	font-size: 15px;
}
.module-xml .xml-detail .detail-des.abs {
	text-indent: 0;
}
.module-xml .xml-detail .detail-des p{
	font-family: "Times New Roman", Arial, "Microsoft Yahei", 微软雅黑;
}
.module-xml .xml-detail .detail-recs {
	margin-top: 20px;
}
.module-xml .xml-detail .detail-rec {
	margin-bottom: 4px;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	padding-left: 30px;
}
.module-xml .xml-detail .detail-rec .rec-index {
	position: absolute;
	left: 0;
	top: 0;
}
.module-xml .xml-detail .detail-rec div {
	margin-bottom: 6px;
	word-break: break-all;
	font-family: "Times New Roman", Arial, "Microsoft Yahei", 微软雅黑;
}
.module-xml .xml-detail .detail-des .a-ref {
	color: #007F69;
}
.module-xml .xml-detail .detail-table {
	border: 1px solid #007F69;
	margin: 20px auto;
	padding: 15px 20px;
}
.module-xml .xml-detail .detail-table  table {
	width: 100%;
}
.module-xml .xml-detail .detail-table  table ,
.module-xml .xml-detail .detail-table  tr ,
.module-xml .xml-detail .detail-table  td {
	border-collapse: collapse;
}
.module-xml .xml-detail .detail-table .table-cont thead,
.module-xml .xml-detail .detail-table .table-cont tbody,
.module-xml .xml-detail .detail-table .table-cont tfoot {
	border-top: 1px solid #333;
}
.module-xml .xml-detail .detail-table .table-cont td ,
.module-xml .xml-detail .detail-table .table-cont th {
	border: none;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 18px;
}
.module-xml .xml-detail .detail-table .table-des {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
}
.module-xml .xml-detail .detail-table .table-des b {
	margin-right: 6px;
}
.module-xml .xml-detail .detail-table .table-des div {
	margin-bottom: 5px;
}
.module-xml .xml-detail .detail-img {
	overflow: hidden;
	border: 1px solid #007F69;
	margin: 20px auto;
	padding: 15px;
}
.module-xml .xml-detail .detail-img img {
	max-width: 100%;
	border: 1px solid #d0e8ec;
	cursor: zoom-in;
}
.module-xml .xml-detail .detail-img .img-intro {
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
}
.module-xml .xml-detail .detail-img .img-intro b {
	margin-right: 6px;
}
.module-xml .xml-detail .detail-img .img-intro div {
	margin-top: 5px;
}
.module-xml .article-author {
	margin-bottom: 15px;
}
.module-xml .article-author li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
	line-height: 20px;
	font-size: 16px;
}
.module-xml .article-author .name-text {
	color: #333;
	text-decoration: none;
}
.module-xml .article-author .author-tag {
	color: #333;
	position: relative;
}
.module-xml .article-author .author-title {
	margin-left: 3px;
	display: inline-block;
	display: none;
	vertical-align: top;
	width: 14px;
	height: 13px;
	background: url(../images/person.png);
}
.module-xml .article-author .author-email {
	margin-left: 3px;
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 13px;
	background: url(../images/icon-email.png) no-repeat center center/100% auto;
}
.module-xml .article-author .author-info {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 100%;
	display: none;
	width: 400px;
	padding-top: 15px;
}
.module-xml .article-author li:hover .author-info {
	display: block;
}
.module-xml .article-author .author-info .info-cont {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
	padding: 10px 15px;
	color: #555;
	line-height: 22px;
	font-size: 12px;
}
.module-xml .article-author .author-info .info-email {
	color: #007F69;
}
.module-xml .author-add {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.module-xml .author-add li {
	margin-top: 6px;
	display: flex;
	align-items: start;
	font-size: 16px;
}
.module-xml .author-add-bar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #077659;
	cursor: pointer;
}
.module-xml .author-add-bar .hide {
	display: none;
}
.module-xml .author-add-bar.active .hide {
	display: inline;
}
.module-xml .author-add-bar.active .show {
	display: none;
}
.module-xml .author-add-bar span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -1.5px 0 0 4px;
	width: 10px;
	height: 6px;
	background: url(../images/author-add-bar.png) no-repeat center center/100% 100%;
}
.module-xml .author-add-bar .hide:after {
	transform: rotate(180deg);
}
.module-xml .article-keyword {
	overflow: hidden;
}
.module-xml .article-keyword li {
	float: left;
	margin: 6px 10px 0 0;
	padding: 0 16px;
	border-radius: 14px;
	line-height: 28px;
	color: #364541;
	background: #E1F9F3;
}
.module-xml .detail-info-line {
	margin: 24px 0;
	height: 1px;
	background: #eee;
}
.module-xml .title-nav {
	margin-top: 20px;
	background: #f5f5f5;
	padding: 0 15px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.module-xml .module-types {
	margin: 40px 0 30px;
	position: relative;
	background-color: #f4f2f2;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}
.module-xml .module-types .type-name {
	position: relative;
	width: 130px;
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
}
.module-xml .module-types .type-name .type-arrow {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.module-xml .module-types .type-name .type-arrow:before ,
.module-xml .module-types .type-name .type-arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid transparent;
}
.module-xml .module-types .type-name .type-arrow:before {
	border-top: 15px solid #e6e6e6;
}
.module-xml .module-types .type-name .type-arrow:after {
	margin-top: -1.5px;
	border-top: 15px solid #f4f2f2;
}
.module-xml .module-types .type-lists {
	width: calc(100% - 30px);
	padding: 10px 0 10px 30px;
	overflow: hidden;
}
.module-xml .module-types .type-lists li ,
.module-xml .module-types .type-lists .li-item {
	float: left;
	position: relative;
	width: 16.66%;
	padding-left: 15px;
	line-height: 33px;
	font-size: 15px;
	color: #666;
	cursor: pointer;
}
.module-xml .module-types .type-lists li:hover ,
.module-xml .module-types .type-lists .li-item:hover {
	color: #007F69;
}
.module-xml .module-types .type-lists li.active {
	color: #007F69;
	font-weight: bold;
}
.module-xml .module-types .type-lists li:after  ,
.module-xml .module-types .type-lists .li-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
}
.module-xml .module-types .type-lists li.active:after {
	background: #007F69;
}
.module-xml .xml-item {
	display: none;
}
.module-xml .xml-item.active {
	display: block;
}
.holding-sebset {
	float: left;
	margin: 8px 0 0 30px;
}
.holding-sebset li {
	float: left;
	padding: 0 20px;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	border: 1px solid #aaa;
	border-left-width: 0;
	background: #f5f5f5;
	cursor: pointer;
}
.holding-sebset li:first-child {
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
}
.holding-sebset li:last-child {
	border-radius: 0 3px 3px 0;
}
.holding-sebset li.active {
	background: #007F69;
	color: #fff;
	border-color: #007F69;
}
.holding-sebset li {}
.filter-page-link {
	float: right;
	margin: 8px 20px 0 0;
	padding: 0 20px;
	border-radius: 3px;
	font-size: 14px;
	color: #007F69;
	line-height: 24px;
	border: 1px solid #007F69;
}
.filter-page-link:hover {
	background: #007F69;
	color: #fff;
}
.el-btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	cursor: pointer;
	background: #007F69;
	border-radius: 4px;
	outline: none;
	border: 1px solid #007F69;
	text-align: center;
	white-space: normal;
}
.module-dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	background: #444;
	background: rgba(0, 0, 0, 0.4);
	min-width: 0;
}
.module-dialog .dialog-main {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.module-dialog .dialog-cont {
	position: relative;
	background: #fff;
}
.module-dialog .dialog-head {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	line-height: 20px;
}
.module-dialog .dialog-head .head-text {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.module-dialog .dialog-head .head-close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/dialog-close-icon.png) no-repeat center center;
	background-size: 70%;
	cursor: pointer;
	opacity: 0.8;
}
.module-dialog .dialog-alert {
	width: 420px;
	padding: 20px;
	background: #fff;
}
.module-dialog .dialog-alert.short {
	width: 320px;
}
.module-dialog .dialog-alert .alert-cont {
	margin: 5px 0 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.module-dialog .dialog-alert .el-btn {
	display: block;
	width: 120px;
	margin: 30px auto 10px;
	font-size: 13px;
	line-height: 32px;
}
.module-dialog .dialog-form {
	width: 840px;
}
.module-dialog .dialog-form .form-head {
	position: relative;
	padding: 0 20px;
	background: #007F69;
	overflow: hidden;
	line-height: 44px;
}
.module-dialog .dialog-form .form-head .head-text {
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.module-dialog .dialog-form .form-head .head-close {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/dialog-form-close-icon.png) no-repeat center center;
	background-size: 75%;
	cursor: pointer;
}
.module-dialog .dialog-form .form-cont {
	padding: 30px 30px 40px;
}
.module-dialog .dialog-form .bnt-group {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.module-dialog .dialog-form .bnt-group .cl-btn {
	margin: 0 8px;
	width: 144px;
	letter-spacing: 4px;
	padding: 0 0 0 4px;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background: #007F69;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
}
.module-dialog .dialog-form .bnt-group .cl-btn.primary {
	border: 1px solid #007F69;
	color: #007F69;
	line-height: 34px;
	background: #EFF4FD;
}
.module-dialog .dialog-form .bnt-group .cl-btn:hover {
	opacity: .9;
}
.module-dialog .dialog-form .table-form {
	margin-left: 100px;
}
.module-dialog .dialog-form .table-form li {
	position: relative;
	margin-bottom: 10px;
}
.module-dialog .dialog-form .table-form .li-head {
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.module-dialog .dialog-form .table-form .li-head .lab-req {
	margin-right: 2px;
	font-style: normal;
	color: red;
}
.module-dialog .dialog-form .table-form textarea.cl-input {
	resize: none;
	height: 120px;
	padding: 7px 15px;
	line-height: 24px;
	outline: none;
}
.module-dialog .dialog-form .table-form .cl-input {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #CBCBCB;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 38px;
}
.module-copyright {
	padding: 30px 0 50px;
}
.module-copyright .copy-types {
	font-size: 0;
	border-bottom: 1px solid #eee;
}
.module-copyright .copy-types li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: 16px;
	color: #888;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
}
.module-copyright .copy-types li.active {
	color: #333;
}
.module-copyright .copy-types li.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #e5772f;
}
.module-copyright .copy-item {
	display: none;
}
.module-copyright .copy-item.active {
	display: block;
}
.module-copyright .copy-li {
	margin-top: 16px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-indent: 2em;
}
.module-copyright .copy-li a {
	color: #007F69;
}
.zh_en {display: none !important;}
.language-en .zh_en {display: block !important;}
.language-en span.zh_en {display: inline !important;}
.language-en i.zh_en {display: inline-block !important;font-style: normal;}
.language-en .zh_ch {display: none !important;}
.language-en .module-search .survey-lists .survey-icon {
	display: none;
}
.language-en .module-search .survey-lists .li-cont {margin: 0;}
.language-en
.language-en
.language-en
{}
.classified-label {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 101;
	margin-left: -90px;
	width: 180px;
	pointer-events: none;
	font-size: 14px;
	color: red;
	line-height: 40px;
	text-align: center;
}
.dialog-answer {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	background: rgba(0,0,0,.5);
	overflow: hidden;
}
.dialog-answer.show {
	width: 100%;
}
.dialog-answer .dialog-cont {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -750px;
	width: 750px;
	transition: right 1s;
	background: #fff;
	padding: 20px;
}
.dialog-answer.show .dialog-cont {
	right: 0;
}
.dialog-answer .dialog-head {
	overflow: hidden;
}
.dialog-answer .dialog-head .dialog-title {
	float: left;
	max-width: calc(100% - 80px);
	line-height: 24px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dialog-answer .dialog-head .dialog-close {
	float: right;
	width: 30px;
	height: 24px;
	background: url(../images/data-search-fact-close.png) no-repeat center center;
	background-size: auto 14px;
	filter: grayscale(100%);
	-webkt-filter: grayscale(100%);
	cursor: pointer;
}
.dialog-answer .dialog-detail {
	margin-top: 20px;
	height: calc(100% - 44px);
	border: 1px solid #DCDFE6;
}
.dialog-answer .dialog-detail .answer-iframe {
	width: 100%;
	height:100%;
	border: none;
}
.dialog-answer .dialog-detail .data-loading {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.dialog-answer .dialog-detail .data-loading img {
	height: 100px;
}
.data-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -50px;
	height: 100px;
}
.data-loading.no-ab {
	position: relative;
	top: 20px;
	margin: 0;
}
.data-loading:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
	background: url(../images/loading.gif) no-repeat center center / cover;
}
.main-404 {
	height: calc(100vh - 431px);
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	color: #999;
}
.main-404 .error-img {
	max-width: 80%;
	max-height: 80%;
}
.xml-ai {
	position: fixed;
	transform: translateX(-64px);
	z-index: 100;
	line-height: 20px;
	font-size: 13px;
	color: #333;
}
.xml-ai .ai-bar {
	position: relative;
	z-index: 5;
	width: 44px;
	background: #077659;
	padding: 15px 8px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.xml-ai .ai-bar .ai-bar-icon {
	margin-bottom: 6px;
	height: 28px;
}
.xml-ai .ai-cont {
	display: none;
	position: absolute;
	top: 0;
	left: 44px;
	width: 460px;
	min-height: 100%;
	border: 1px solid #077659;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.xml-ai .ai-cont.active {
	display: block;
}
.xml-ai .ai-info {
	padding: 15px;
}
.xml-ai .ai-info .info-des {
	max-height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.xml-ai .ai-info .info-file {
	margin-top: 13px;
	background: #F7F7F7;
	padding: 20px 18px;
	overflow: hidden;
}
.xml-ai .ai-info .file-icon {
	float: left;
	height: 38px;
}
.xml-ai .ai-info .file-name {
	float: left;
	margin-left: 14px;
	width: 200px;
	line-height: 19px;
}
.xml-ai .ai-info .file-btn {
	float: right;
	margin-top: 3px;
	width: 92px;
	border-radius: 4px;
	background: #077659;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.xml-ai .ai-info .file-btn.loading:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 2px;
	width: 16px;
	height: 16px;
	background: url(../images/loading.gif) no-repeat center center / cover;
}
.xml-ai .ai-info .file-btn:hover {
	opacity: .9;
}
.xml-ai .ai-survey .survey-head {
	overflow: hidden;
	background: #F7F7F7;
}
.xml-ai .ai-survey .survey-head .survey-bar {
	float: left;
	padding: 0 18px;
	line-height: 48px;
	font-size: 16px;
	color: #354642;
	cursor: pointer;
}
.xml-ai .ai-survey .survey-head .survey-bar.active {
	background: #fff;
	color: #077659;
	font-weight: bold;
}
.xml-ai .ai-survey .survey-head .survey-link {
	float: right;
	margin: 10px 13px 0 0;
	cursor: pointer;
	padding: 0 15px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #077659;;
}
.xml-ai .ai-survey .survey-head .survey-link.disabled {
	opacity: .6;
	pointer-events: none;
}
.xml-ai .ai-survey .survey-head .survey-link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -1.5px 0 0 10px;
	width: 12px;
	height: 9px;
	background: url(../images/arrow-white.png) no-repeat center center/100% 100%;
}
.xml-ai .ai-survey .survey-item {
	display: none;
	padding-right: 10px;
	margin: 20px 10px 20px 20px;
	max-height: 440px;
	overflow: auto;
	line-height: 22px;
	white-space: pre-line;
}
.xml-ai .ai-answer .answer-form .form-ctl::-webkit-scrollbar ,
.xml-ai .ai-survey .survey-item::-webkit-scrollbar ,
.xml-ai .ai-answer .answer-cont::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.xml-ai .ai-answer .answer-form .form-ctl::-webkit-scrollbar-thumb ,
.xml-ai .ai-survey .survey-item::-webkit-scrollbar-thumb ,
.xml-ai .ai-answer .answer-cont::-webkit-scrollbar-thumb {
	background-color: #D8D8D8;
}
.xml-ai .ai-survey .survey-item.active {
	display: block;
}
.xml-ai .ai-answer {}
.xml-ai .ai-answer .answer-head {
	overflow: hidden;
	background: #F7F7F7;
	padding: 9px 10px 9px 16px;
}
.xml-ai .ai-answer .answer-head .head-icon {
	float: left;
	margin-right: 9px;
	height: 30px;
}
.xml-ai .ai-answer .answer-head .head-title {
	float: left;
	line-height: 30px;
	font-size: 20px;
	color: #077659;
	font-weight: bold;
}
.xml-ai .ai-answer .answer-head .head-close {
	float: right;
	width:30px;
	height: 30px;
	background: url(../images/xml-answer-head-close.png) no-repeat center center/16px 16px;
	cursor: pointer;
}
.xml-ai .ai-answer .answer-cont {
	height: 356px;
	padding: 18px;
	overflow: auto;
}
.xml-ai .ai-answer .answer-item {
	margin-top: 20px;
}
.xml-ai .ai-answer .meta-msg {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
}
.xml-ai .ai-answer .answer-loading {
	margin: 0 0 0 5px;
	height: 3px;
	vertical-align: baseline;
}
.xml-ai .ai-answer .answer-item:first-child {
	margin: 0;
}
.xml-ai .ai-answer .answer-item .item-count {
	min-width: 200px;
	max-width: 82%;
	display: inline-block;
	vertical-align: top;
	padding: 12px 16px;
	border-radius: 8px 8px 8px 0;
	background: #F6F7FB;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.xml-ai .ai-answer .answer-item.user {
	text-align: right;
}
.xml-ai .ai-answer .answer-item.user .item-count {
	border-radius: 8px 8px 0 8px;
	background: #077659;
	color: #fff;
}
.xml-ai .ai-answer .answer-form {
	border-top: 1px solid #E6E6E6;
	background: #F8F9FB;
	padding: 16px;
}
.xml-ai .ai-answer .answer-form .form-cont {
	position: relative;
	height: 74px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #E6E6E6;
}
.xml-ai .ai-answer .answer-form .form-ctl {
	display: block;
	width: calc(100% - 56px);
	height: 100%;
	resize: none;
	font-family: inherit;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 10px 16px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: transparent;
	outline: none;
}
.xml-ai .ai-answer .answer-form .form-btn {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 32px;
	height: 32px;
	background: url(../images/xml-answer-form-btn.png) no-repeat center center/cover;
	cursor: pointer;
}
.xml-ai .ai-answer .answer-form .form-btn:hover {
	opacity: .9;
}
.module-dialog.dialog-side {
	top: auto;
	left: auto;
	right: 20px;
	top: 100%;
	bottom: auto;
	background: transparent;
	padding-bottom: 20px;
}
.module-dialog.dialog-side .dialog-alert {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.module-dialog.move {
	transition: all 0.6s;
	transform: translateY(-100%);
}
.main-comprehend {
	height: calc(100vh - 160px);
	background: #f6f6f6;
	padding: 20px 30px;
	box-sizing: border-box;
}
.main-comprehend:after {
	content: '';
	display: block;
	clear: both;
}
.main-comprehend .comprehend-iframe,
.main-comprehend .comprehend-body  {
	float: left;
	width: calc(50% - 10px);
	height: 100%;
	background: #fff;
}
.main-comprehend .comprehend-iframe iframe {
	width: 100%;
	height: 100%;
}
.main-comprehend .comprehend-body {
	float: right;
}
.main-comprehend .module-answer {
	background: transparent;
	height: 100%;
	padding: 20px;
}
.main-comprehend .module-answer .answer-form {
	margin: 0;
	border: none;
	padding: 0;
}
.main-comprehend .module-answer .answer-form .form-cont {
	position: relative;
}
.main-comprehend .module-answer .answer-form .form-cont .form-ctl {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px  solid #ddd;
	background: #F7FAFD;
	box-sizing: border-box;
	padding: 0 70px 0 12px;
	font-size: 14px;
	color: #333;
}
.main-comprehend .module-answer .answer-form .form-cont textarea.form-ctl {
	display: block;
	height: 100px;
	resize: none;
	font-family: inherit;
	padding: 8px 12px;
	line-height: 22px;
	outline: none;
}
.main-comprehend .module-answer .answer-form .form-count {
	position: absolute;
	top: auto;
	bottom: 1px;
	background: #fff;
	right: 12px;
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.main-comprehend .module-answer .answer-form .form-cont .form-ctl {
	background: #fff;
}
.main-comprehend .module-answer .answer-form .form-count {
	top: auto;
	bottom: 1px;
	background: #fff;
}
.main-comprehend .form-btn {
	float: right;
	margin: 6px 0 0 10px;
	min-width: 92px;
	padding: 0 12px;
	line-height: 34px;
	font-size: 13px;
	color: #fff;
	background: #077659;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 4px;
}
.main-comprehend .module-answer .module-cont {
	margin-bottom: 10px;
	padding: 0 60px 20px 60px;
	background: transparent;
	height: calc(100% - 150px);
	overflow: auto;
}
.main-comprehend .deep-list {
	margin-left: -60px;
	margin-right: -60px;
}
.list-icon.loading:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background: url(../images/loading.gif);
	background-size: 100% 100%;
}
.deep-list {
	margin-bottom: 15px;
	background: #f9fafd;
	border-radius: 20px;
	padding: 20px;
}
.deep-list .list-title {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.deep-list .list-title.icon-head:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -1.5px 6px 0 0;
	width: 19px;
	height: 18px;
	background: url(../images/xml-ai-answer-head-icon.png) no-repeat center center/100% 100%;
}
.deep-list .list-des {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	white-space: pre-wrap;
}
.deep-list .list-des:last-child {
	margin: 0;
}
.qu-lists li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
	color: #077659;
}
.qu-lists li a {
	color: #077659;
	cursor: pointer;
}
.qu-lists li a:hover {
	text-decoration: underline;
}
.module-answer .answer-item {
	position: relative;
	margin-bottom: 20px;
}
.module-answer .answer-item .link-check {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1.5px;
	margin-right: 4px;
}
.module-answer .answer-item:last-child {
	margin: 0;
}
.module-answer .answer-item .item-head {
	position: absolute;
	left: -48px;
	top: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.module-answer .answer-item.user {
	text-align: right;
}
.module-answer .answer-item.user .item-head {
	left: auto;
	right: -48px;
}
.module-answer .answer-item .item-head img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.module-answer .answer-item .item-count {
	max-width: 90%;
	display: inline-block;
	vertical-align: top;
	padding: 14px 20px;
	border-radius: 4px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	background: #f9fafd;
	white-space: pre-line;
}
.module-answer .answer-item.user .item-count {
	background: #def8f1;
}
.module-answer .answer-item .item-count .an-icon {
	margin-left: 3px;
}
.module-answer .answer-item .item-count .an-icon.indexby {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	border-radius: 3px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	background: #60c1c2;
}
.module-answer .answer-item .item-count .abs-auto {
	display: none;
}
.module-answer .answer-item .item-count .abs-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0 10px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background: #077659;
}
.module-answer .answer-item .item-count .abs-btn.active .hide {
	display: inline;
}
.module-answer .answer-item .item-count .abs-btn .hide,
.module-answer .answer-item .item-count .abs-btn.active .show {
	display: none;
}
.module-answer .answer-item .item-count .abs-btn:hover {
	opacity: .9;
}
.module-answer .answer-item .item-count .answer-loading {
	margin: 0 0 0 5px;
	height: 3px;
	vertical-align: baseline;
}
.module-answer .answer-item .item-count .meta-msg {
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
}
.module-answer .answer-trans-btn {
	margin-top: 6px;
	display: inline-block;
	padding: 0 12px;
	border-radius: 11px;
	font-size: 13px;
	color: #fff;
	background: #077659;
	cursor: pointer;
}
.module-answer .answer-trans-btn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2.5px 0 0 6px;
	width: 12px;
	height: 7px;
	background: url(../images/arrow-white.png) no-repeat center center / 100% 100%;
}
.answer-stop-btn {
	margin: 6px 0 0 20px;
	line-height: 20px;
	font-size: 13px;
	color: #077659;
	cursor: pointer;
}
.answer-stop-btn:hover {
	opacity: .9;
}
.answer-stop-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -1.5px 4px 0 0;
	width: 12px;
	height: 12px;
	background: url(../images/icon-answer-stop-btn.png) no-repeat;
	background-size: 100% auto;
}
.answer-stop-btn.stop:before {
	background-position: 0 -24px;
}
.main .filter-box {
	margin-top:20px;
	border: 1px solid #eaeaea;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.main .filter-box .filter-group {
	background: #fafafa;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.main .filter-box .filter-group .filter-label {
	float: left;
	width: 120px;
	padding: 12px 0;
	text-align: center;
}
.main .filter-box .filter-group .filter-content {
	position:relative;
	float: left;
	width: calc(100% - 130px);
	padding: 8px 0;
	background: #fff;
}
.main .filter-box .filter-group .filter-content:after {
	content: '';
	display: block;
	clear: both;
}
.main .filter-box .filter-group .filter-content .filter-lists {
	margin-right:60px;
	position: relative;
	padding: 0 0 0 80px;
	overflow: hidden;
}
.language-en .main .filter-box .filter-group .filter-content .filter-lists {
	margin-right:  100px;
}
.main .filter-box .filter-group .filter-content .filter-lists.filter-lists-maxh {
	max-height:52px;
}
.main .filter-box .filter-group .filter-content .filter-lists.show-all {
	max-height:none;
}
.main .filter-box .filter-group .filter-content .filter-bar{
	position:absolute;
	padding:0 20px 0 10px;
	top: 8px;
	right:15px;
	cursor:pointer;
	line-height: 26px;
}
.main .filter-box .filter-group .filter-content .filter-bar.active:after{
	top:11px;
	transform:rotate(225deg);
}
.main .filter-box .filter-group .filter-content .filter-bar:after{
	content:'';
	position:absolute;
	top:6px;right:4px;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.main .filter-box .filter-group .filter-content .filter-bar:hover{
	color:#007F69;
}
.main .filter-box .filter-group .filter-content .filter-bar:hover:after{
	border-color:#007F69;
}
.main .filter-box .filter-group .filter-content .filter-list {
	float: left;
	margin-right: 10px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	line-height: 26px;
	color:#333;
}
.main .filter-box .filter-group .filter-content .filter-list:nth-child(n+22) {
	display: none;
}
.main .filter-box .filter-group .filter-content .show-all .filter-list:nth-child(n+22) {
	display: block;
}
.main .filter-box .filter-group .filter-content .filter-list.default {
	position: absolute;
	top: 0;
	left: 15px;
	min-width: 54px;
	padding: 0 4px;
}
.main .filter-box .filter-group .filter-content .filter-list.active,
.main .filter-box .filter-group .filter-content .filter-list:hover {
	background: #007F69;
	color: #fff;
}
.main .filter-box .filter-group .filter-content .filter-list.default.active,
.main .filter-box .filter-group .filter-content .filter-list.default:hover {
	background: #a6a6a6;
	color: #fff;
}
.main .filter-box .filter-group:last-child {
	border: none;
}
.main .filter-box .filter-group:last-child .filter-content {
	padding-bottom: 10px;
}
.main .filter-box .filter-group:first-child .filter-content {
	padding-top: 10px;
}
.index-module {
	padding: 30px 0;
	overflow: hidden;
}
.index-module .module-title {
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 38px;
	font-size: 0;
	text-align: center;
}
.index-module .module-title .title-text {
	float: left;
	padding-left: 43px;
	position: relative;
	white-space: nowrap;
	text-align: left;
}
.index-module .module-title .title-text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	height: 32px;
	background: url(../images/index-module-icon.png) no-repeat 0 0;
	background-size: 200px 200px;
}
.index-module .module-title .title-text span {
	vertical-align: top;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.index-module .module-title .title-more {
	float: right;
	font-size: 14px;
	color: #007071;
}
.index-module .module-title .module-types {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	border-radius: 8px;
	background: rgba(46, 125, 90, .1);
	font-size: 0;
	white-space: nowrap;
	overflow: auto;
}
.index-module .module-title .module-types .type-bar {
	display: inline-block;
	vertical-align: top;
	padding: 0 45px;
	border-radius: 8px;
	font-size: 18px;
	color: #5C786B;
	font-weight: bold;
	cursor: pointer;
}
.language-en .index-module .module-title .module-types .type-bar {
	padding: 0 30px;
	font-size: 16px;
}
.index-module .module-title .module-types .type-bar:hover {
	color: #2E7D5A;
}
.index-module .module-title .module-types .type-bar.active {
	background: #2E7D5A;
	color: #fff;
}
.index-module .news-lists {
	margin-top: 18px;
	padding-top: 4px;
	border-top: 1px dashed #DFDFDF;
}
.index-module .news-lists li {
	margin-top: 10px;
	overflow: hidden;
	line-height: 26px;
}
.index-module .news-lists .news-link {
	position: relative;
	float: left;
	width: calc(100% - 92px);
	padding-left: 20px;
	color: #333;
	font-size: 16px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.index-module .news-lists .news-link:hover {
	color: #186E72;
}
.index-module .news-lists .news-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 12px;
	background: url(../images/index-module-icon.png) no-repeat -150px -70px;
	background-size: 200px 200px;
}
.index-module .news-lists .news-link:hover:after {
	background-position: -150px -50px;
}
.index-module .news-lists .news-date {
	float: right;
	font-size: 14px;
	color: #333;
}
.index-module-journal .module-title .title-text:before {
	width: 32px;
	background-position: 0 0;
}
.index-module-journal .module-swiper {
	padding: 28px 0 30px;
	background: #fff;
}
.index-module-journal .module-swiper.cont-group {
	background: transparent;
	padding: 0;
}
.index-module-journal .bar-wrap {
	margin: 16px 0 0;
	font-size: 0;
	text-align: center;
}
.index-module-journal .bar-wrap .swiper-pagination-bullet {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background: #D8D8D8;
	cursor: pointer;
}
.index-module-journal .bar-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2E7D5A;
}
.index-module-journal .journal-lists {
	position: relative;
}
.index-module-journal .journal-lists li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.index-module-journal .journal-lists .journal-item {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	color: #333;
}
.index-module-journal .journal-lists .journal-item:hover {
	color: #0C7678;
}
.index-module-journal .journal-lists .journal-img {
	position: relative;
	margin: 0 auto;
	width: 70.35%;
	padding: 48.5% 0;
	overflow: hidden;
}
.index-module-journal .journal-lists .journal-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.index-module-journal .journal-lists .journal-item:hover .journal-img img {
	transform: scale(1.06);
}
.index-module-journal .journal-lists .journal-title {
	margin: 10px 15px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.index-module-journal .journal-card {
	display: none;
}
.index-module-journal .journal-card.active {
	display: block;
}
.index-module-journal .class-swiper {
	margin-top: -13px;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.index-module-journal .class-swiper .swiper-bar {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 20px;
	height: 18px;
	background: url(../images/index-module-icon.png) no-repeat -50px -100px;
	background-size: 200px 200px;
	cursor: pointer;
}
.index-module-journal .class-swiper .swiper-bar.left {
	left: -40px;
	background-position: -50px -100px;
}
.index-module-journal .class-swiper .swiper-bar.left:hover {
	background-position: -50px -120px;
}
.index-module-journal .class-swiper .swiper-bar.right {
	right: -40px;
	background-position: -80px -100px;
}
.index-module-journal .class-swiper .swiper-bar.right:hover {
	background-position: -80px -120px;
}
.index-module-journal .class-swiper .swiper-container {
	overflow: hidden;
}
.index-module-journal .class-lists {
	position: relative;
}
.index-module-journal .class-lists li {
	position: relative;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 23px 0;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
.index-module-journal .class-lists li:first-child {
	margin: 0 !important;
}
.index-module-journal .class-lists li:hover {
	color: #2E7D5A;
}
.index-module-journal .class-lists li.active {
	color: #2E7D5A;
	font-weight: bold;
}
.index-module-journal .class-lists li.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 2.5px 2.5px 0 0;
	background: #2E7D5A;
}
.index-module-journal .org-lists {}
.index-module-journal .org-lists li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.index-module-journal .org-lists .org-item {
	display: inline-block;
	vertical-align: top;
	width: 14.285%;
	padding: 13px 20px 7px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.index-module-journal .org-lists .org-item:hover {
	color: #2E7D5A;
}
.index-module-journal .org-lists .org-item.active {
	background: #fff;
	color: #2E7D5A;
	font-weight: bold;
}
.index-module-journal .org-lists .org-img {
	height: 56px;
}
.index-module-journal .org-lists .org-img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.index-module-journal .org-lists .org-title {
	margin-top: 4px;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	line-height: 21px;
	font-size: 16px;
}
.index-module-article {
	background: url(../images/index-module-article.jpg) no-repeat center center/cover;
}
.index-module-article .module-title .title-text:before {
	width: 29px;
	background-position: 0 -40px;
}
.index-module-article .article-lists {
	margin-left: -20px;
	overflow: hidden;
}
.index-module-article .article-lists .article-link {
	float: left;
	margin-left: 20px;
	width: calc(25% - 20px);
	border-top: 2px solid #fff;
	border-bottom: 5px solid #fff;
	background: #fff;
	color: #333;
}
.index-module-article .article-lists .article-link:hover {
	border-color: #2E7D5A;
	color: #2E7D5A;
}
.index-module-article .article-lists .link-cont {
	padding: 24px;
}
.index-module-article .article-lists .article-info {
	display: flex;
	justify-content: space-between;
	font-size: 0;
	line-height: 20px;
	overflow: hidden;
}
.index-module-article .article-lists .article-info .article-time {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.index-module-article .article-lists .article-info .article-jour {
	float: right;
	max-width: calc(100% - 110px);
	font-size: 14px;
	color: #2E7D5A;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.index-module-article .article-lists .article-info .article-jour.zh_ch:before {
	content: '— ';
}
.index-module-article .article-lists .article-info .article-jour {}
.index-module-article .article-lists .article-title {
	margin-top: 22px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	font-size: 18px;
}
.index-module-article .article-lists .article-des {
	margin-top: 12px;
	height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.index-module-article .article-lists .article-img {
	margin-top: 12px;
	position: relative;
	padding: 27%;
	overflow: hidden;
}
.index-module-article .article-lists .article-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.index-module-article .article-lists .article-link:hover .article-img img {
	transform: scale(1.06);
}
.index-module-news {
	float: left;
	width: calc(47.2% - 20px);
}
.index-module-news .module-cont,
.index-module-webinar .module-cont {
	background: #fff;
	height: 310px;
	padding: 22px 20px;
}
.index-module-news .module-title .title-text:before {
	width: 36px;
	background-position: 0 -80px;
}
.index-module-news .news-topic {
	overflow: hidden;
}
.index-module-news .news-topic .topic-img {
	float: left;
	width: 178px;
	height: 132px;
	overflow: hidden;
}
.index-module-news .news-topic .topic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.index-module-news .news-topic:hover .topic-img img {
	transform: scale(1.06);
}
.index-module-news .news-topic .topic-cont {
	margin-left: 198px;
}
.index-module-news .news-topic .topic-title {
	max-height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	font-size: 18px;
	color: #333;
}
.index-module-news .news-topic .topic-title:hover {
	color: #186E72;
}
.index-module-news .news-topic .topic-des {
	margin-top: 10px;
	max-height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.index-module-news .news-topic .topic-date {
	margin-top: 7px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
}
.index-module-news .news-topic .topic-date .date-text {
	float: left;
	color: #333;
}
.index-module-news .news-topic .topic-date .topic-link {
	float: right;
	position: relative;
	padding-right: 27px;
	color: #2E7D5A;
}
.index-module-news .news-topic .topic-date .topic-link:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 8px;
	background: url(../images/index-module-icon.png) no-repeat -150px 0;
	background-size: 200px 200px;
}
.index-module-webinar {
	float: right;
	width: 52.8%;
}
.index-module-webinar .module-title .title-text:before {
	width: 31px;
	background-position: 0 -120px;
}
.index-module-webinar .webinar-topics {
	padding-bottom: 6px;
}
.index-module-webinar .webinar-topics li {
	margin-top: 18px;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	font-size: 14px;
}
.index-module-webinar .webinar-topics li:first-child {
	margin: 0;
}
.index-module-webinar .webinar-topics li:hover {
	color: #2E7D5A;
}
.index-module-webinar .webinar-topics li:nth-child(n+5) {
	display: none;
}
.index-module-webinar .webinar-topics .li-date {
	position: relative;
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.index-module-webinar .webinar-topics .li-date:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 5px;
	bottom: 5px;
	margin-left: 20px;
	width: 1px;
	background: #C6CBCD;
}
.index-module-webinar .webinar-topics .date-txt {
	font-size: 28px;
	line-height: 36px;
}
.index-module-webinar .webinar-topics .date-year {
	line-height: 18px;
	font-size: 13px;
	white-space: nowrap;
}
.index-module-webinar .webinar-topics .li-cont {
	margin-left: 90px;
}
.index-module-webinar .webinar-topics .news-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}
.index-module-webinar .webinar-topics .news-link:hover {
	color: #186E72;
}
.index-module-webinar .webinar-topics .news-des {
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}
.index-module-collection {
	margin-top: -30px;
	background: url(../images/index-module-collection.jpg) no-repeat center center/cover;
}
.index-module-collection .module-title .title-text:before {
	width: 29px;
	background-position: 0 -160px;
}
.index-module-collection .collect-cont {
	padding-bottom: 10px;
	overflow: hidden;
}
.index-module-collection .collect-topic {
	float: left;
	position: relative;
	width: calc(68.9% - 20px);
	height: 378px;
	overflow: hidden;
}
.index-module-collection .collect-topic .topic-arrow {
	position: absolute;
	right: 34.4%;
	top: 0;
	width: 31%;
	height: 100%;
	background: #2E7D5A;
}
.index-module-collection .collect-topic .topic-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: -150px;
	border: 150px solid transparent;
	border-top: none;
	border-bottom: 378px solid #2E7D5A;
}
.index-module-collection .collect-topic .topic-img {
	float: left;
	position: relative;
	z-index: 10;
	top: 18px;
	width: 65.6%;
	height: 360px;
	border: 4px solid #fff;
	background: #fff;
}
.index-module-collection .collect-topic .topic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-module-collection .collect-topic .topic-info {
	float: right;
	position: relative;
	width: 34.4%;
	height: 100%;
	background: #2E7D5A;
	padding: 24px 14px;
	display: flex;
	align-items: center;
}
.index-module-collection .collect-topic .info-cont {
	width: 100%;
	color: #fff;
}
.index-module-collection .collect-topic .topic-title {
	max-height: 60px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-module-collection .collect-topic .topic-des {
	margin-top: 20px;
	max-height: 96px;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-module-collection .collect-topic .topic-date {
	margin-top: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
}
.index-module-collection .collect-topic .topic-date .date-text {
	float: left;
}
.index-module-collection .collect-topic .topic-date .topic-link {
	float: right;
	position: relative;
	margin-right: 23px;
	padding-right: 30px;
	color: #fff;
}
.index-module-collection .collect-topic .topic-date .topic-link:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 8px;
	background: url(../images/index-module-icon.png) no-repeat -150px -20px;
	background-size: 200px 200px;
}
.index-module-collection .collect-lists {
	float: right;
	width: 31.1%;
	height: 378px;
	background: #fff;
	padding: 24px 0;
	font-size: 0;
	color: #333;
}
.index-module-collection .collect-lists .collect-item {
	display: block;
	margin-top: 15px;
	position: relative;
	padding: 3px 20px 3px 26px;
	cursor: pointer;
	color: #333;
}
.index-module-collection .collect-lists .collect-item:first-child {
	margin-top: 0;
}
.index-module-collection .collect-lists .collect-item:hover ,
.index-module-collection .collect-lists .collect-item.active {
	color: #2E7D5A;
}
.index-module-collection .collect-lists .collect-item:hover:after ,
.index-module-collection .collect-lists .collect-item.active:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #9BBC27;
}
.index-module-collection .collect-lists .collect-title {
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.index-module-collection .collect-lists .collect-des {
	margin-top: 11px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.index-module-collection .collect-lists .collect-date {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.xml-cont-style {
	margin: 10px 0;
	width: 100%;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
}
.xml-cont-style > label{
	float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
	.xml-ai {
		left: 20px;
		transform: none;
	}
	.index-module-journal .class-swiper {
		margin: -13px 15px 0;
	}
	.index-module-journal .module-swiper {
		margin: 0 20px;
	}
	.module-swiper .swiper-bar.left {
		left: -40px;
	}
	.module-swiper .swiper-bar.right {
		right: -40px;
	}
	.index-module-journal .class-swiper .swiper-bar.left {
		left: -30px;
	}
	.index-module-journal .class-swiper .swiper-bar.right {
		right: -30px;
	}
}
@media only screen and (max-width: 1250px) {
	.navigation li {
		margin-left: 15px;
	}
	.logo img {
		margin-top: 3px;
		height: 44px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.logo_nav {
		padding-bottom: 0;
		padding-top: 20px;
	}
	.logo {
		margin-bottom: 16px;
		margin-left: 15px;
	}
	.search_zone {
		margin-right: 15px;
	}
	/* .navigation {
		float: none;
		clear: both;
		margin: 0;
		background-color: #007F69;
	}
	.navigation li {
		width: 12%;
		margin: 0 2%;
	}
	.navigation li a {
		color: #FFFFFF;
	}
	.navigation li:hover a {
		color: #FFFFFF;
	} */
	.location {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.platform_info {
		padding: 40px 0 30px;
	}
	.footer_logo {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.footer_logo img {
		height: 40px;
		width: auto;
	}
	.footer_contact, .footer_service {
		width: 35%;
		margin-right: 5%;
	}
	.footer_code {
		width: 20%;
	}
}
@media only screen and (max-width: 1100px) {
	.language-en .mobile_nav {
		display: block;
	}
	.header-en:after, .module-pc {
		display: none;
	}
	.language-en .mobile_nav {
		background: #F3F8FB;
	}
	.header-main.active .logo .logo-base {
		display: inline-block;
	}
	.header-main.active .logo .logo-white {
		display: none;
	}
	.logo_nav {
		background: #fff;
		height: 60px;
		padding: 0;
	}
	.nav_top, .search_zone, .navigation  {
		display: none;
	}
	.main {
		padding-top: 0 !important;
		min-height: calc(100vh - 364px);
	}
	.footer .footer-links {
		padding: 20px 15px;
	}
	.footer .footer-links .link-group {
		width: 50%;
	}
	.footer .footer-links .link-group {
		font-size: 12px;
		line-height:24px;
	}
	.footer .copyright {
		padding: 20px 15px;
		font-size: 12px;
		line-height:24px;
	}
	.header-main,.language-en .header-main,.body-search .header-main {
		height: 60px;
	}
	.logo_nav {
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		z-index: 100;
		border-bottom: 1px solid #D6D6D6;
		background: #fff;
	}
	.logo {
		float: none;
		height: 60px;
	}
	.logo a {
		display: inline;
	}
	.logo img {
		margin: 10px;
	}
	.mobile_nav {
		display: block;
	}
	.location {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.language-en .header-en.mobile {
		padding: 0 10px;
	}
	.header-en .logo-base {
		margin-top: 12px;
		height: 36px;
	}
	.header-en:after,.module-pc {
		display: none;
	}
	.language-en .mobile_nav {
		background: #F3F8FB;
	}
	.logo img {
		margin: 13px 0 0 10px;
		height: 34px;
	}
	.module-search .search-keys {
		display: none;
	}
	.module-search.zh_en .survey-lists .li-title {
		font-size: 22px;
		line-height: 40px;
		height: 40px;
	}
	.en-webinars-lists .webinar-img {
		height: 150px;
	}
	.en-webinars-lists .webinar-title {
		height: 44px;
		font-size: 16px;
		line-height: 22px;
	}
	.index-module-journal .journal-lists .journal-title {
		font-size: 14px;
	}
	.index-module-article .article-lists .article-info .article-time {
		font-size: 14px;
	}
	.index-module-article .article-lists .article-info .article-jour {
		max-width: calc(100% - 90px);
	}
	.index-module-article .article-lists .article-title {
		margin-top: 15px;
		height: 44px;
		font-size: 16px;
		line-height: 22px;
	}
	.index-module-article .article-lists .article-info .article-jour {
		font-size: 12px;
	}
	.index-module-journal .org-lists .org-title {
		height: 40px;
		line-height: 20px;
		font-size: 15px;
	}
	.index-module-journal .class-lists li {
		margin-left: 15px;
		font-size: 15px;
	}
	.index-module-journal .class-swiper .swiper-bar.left {
		left: -25px;
	}
	.index-module-journal .class-swiper .swiper-bar.right {
		right: -25px;
	}
}
@media only screen and (max-width: 1024px) {
	.en-webinars-lists {
		margin-top: -15px;
	}
	.en-webinars-lists li {
		white-space: normal;
	}
	.en-webinars-lists .webinar-item,
	.en-webinars-lists .webinar-item:hover {
		margin: 15px 8px 0;
		width: calc(50% - 16px);
		transition: none;
	}
	.en-webinars-lists .webinar-img {
		height: auto;
		padding: 31.25%;
	}
	.en-webinars-lists .webinar-img img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-module-news {
		width: 100%;
	}
	.index-module-webinar {
		margin-top: 15px;
		width: 100%;
	}
	.index-module-collection .collect-topic {
		width: 100%;
		height: auto;
	}
	.index-module-collection .collect-lists {
		margin-top: 15px;
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.index-module-collection .collect-topic .topic-arrow {
		right: 0%;
		width: 60%;
		height: calc(36vw + 12px);
	}
	.index-module-collection .collect-topic .topic-arrow:after {
		border-bottom-width: calc(36vw + 12px);
	}
	.index-module-collection .collect-topic .topic-img {
		top: 12px;
		width: calc(100% - 12px);
		height: 36vw;
	}
	.index-module-collection .collect-topic .topic-info {
		width: 100%;
		height: auto;
	}
	.index-module-collection .collect-topic .topic-title {
		max-height: 48px;
		font-size: 15px;
		line-height: 24px;
	}
	.index-module-collection .collect-topic .topic-des {
		margin-top: 12px;
		font-size: 13px;
		line-height: 18px;
	}
	.index-module-collection .collect-topic .topic-date {
		margin-top: 20px;
		font-size: 13px;
	}
	.index-module-collection .collect-topic .topic-date .topic-link {
		margin: 0;
	}
	.index-module-collection .collect-lists .collect-title {
		font-size: 15px;
	}
	.index-module-collection .collect-lists .collect-des {
		margin-top: 8px;
		font-size: 13px;
		line-height: 18px;
	}
	.index-module-collection .collect-lists .collect-date {
		margin-top: 10px;
		font-size: 13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.platform_info {
		margin: 0 20px;
		padding: 40px 0 30px;
	}
	.footer_logo {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.footer_logo img {
		height: 40px;
		width: auto;
	}
	.footer_contact, .footer_service {
		width: 35%;
		margin-right: 5%;
	}
	.footer_code {
		width: 20%;
	}
	.footer_links {
		margin: 0 20px;
	}
}
@media only screen and (max-width: 767.9px) {
	.classified-label{
		display: none;
	}
	body {
		min-width: 0;
	}
	.w, .wide {
		width: 100%;
	}
	.mobile_nav_content {
		margin: 0 10px;
	}
	.platform_info {
		margin: 0 20px;
		padding: 20px 0;
	}
	.footer_logo, .footer_contact, .footer_service, .footer_code {
		float: none;
		width: auto;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.footer_logo img {
		max-height: 40px;
		width: auto;
		max-width: 100%;
	}
	.footer_contact p, .footer_service li {
		padding-left: 1em;
	}
	.footer_links {
		margin: 0 20px;
	}
	.friend_links {
		margin-bottom: 10px;
	}
	.friend_links td {
		display: block;
		float: left;
		width: 50%;
	}
	.mobile_sponsor {
		margin-top: 6px;
		font-size: 13px;
		line-height: 20px;
	}
	.journal-racks .journal-rack-more {
		margin: 25px auto;
		width: 120px;
		font-size: 13px;
		line-height: 28px;
		border-width: 1px;
	}
	.journal-racks .news-type {
		margin-bottom: 25px;
	}
	.journal-racks .news-type li {
		margin: 0 2px;
		padding: 0 16px;
		line-height: 40px;
		font-size: 14px;
	}
	.journal-racks .journal-news .news-topic {
		width: 100%;
		padding-bottom: 10px;
	}
	.journal-racks .journal-news .news-topic .topic-img {
		height: 200px;
	}
	.journal-racks .journal-news .news-lists {
		width: 100%;
		padding: 0 15px;
	}
	.journal-racks .journal-news {
		margin: 0;
	}
	.journal-racks .journal-news .news-lists li {
		padding: 15px 0;
	}
	.journal-racks .journal-news .news-topic .topic-title {
		margin: 10px 15px 0;
		font-size: 14px;
	}
	.journal-racks .journal-news .news-lists .date-txt{
		font-size: 20px;
		line-height: 24px;
	}
	.journal-racks .journal-news .news-lists .news-link {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.journal-racks .journal-news .news-lists .news-des {
		font-size: 12px;
	}
	.module-search .search-link {
		line-height: 34px;
		font-size: 14px;
	}
	.module-search {
		background-size: cover;
	}
	.module-search > .container{
		margin: 0;
		width: 100%;
		padding: 20px 15px;
	}
	.module-search .search-info {
		padding: 25px 0 70px;
	}
	.module-search .search-info .info-title {
		font-size: 22px;
		line-height: 32px;
	}
	.module-search .search-info .info-des {
		font-size: 14px;
		line-height: 24px;
	}
	.module-search.zh_en .survey-lists li {
		width: 17%;
		padding: 12px 0;
		overflow: visible;
	}
	.module-search.zh_en .survey-lists .li-label {
		font-size: 14px;
	}
	.module-search.zh_en .survey-lists .li-cont {
		padding: 0;
	}
	.module-search.zh_en .search-survey .container {
		margin: 0 12px;
		width: auto;
	}
	.module-search .search-main{
		margin: 0;
		width: 100%;
		padding: 0 0 12px;
	}
	.module-search .search-main .search-link{
		display: none;
	}
	.module-search .search-main .search-cont {
		margin-right: 0;
	}
	.module-search .search-main .search-types-selects {
		width: 80px;
		height: 36px;
	}
	.module-search .search-main .search-types-selects .type-text{
		line-height: 36px;
		font-size: 14px;
	}
	.module-search .search-main .search-btn {
		width: 60px;
		height: 36px;
		font-size: 14px;
	}
	.module-search .search-main .search-ctl{
		height: 36px;
		padding: 0 70px 0 90px;
		font-size: 14px;
	}
	.module-search .search-survey{
		height: auto;
	}
	.module-search .search-survey .container {
		width: calc(100% - 30px);
	}
	.module-search .search-keys{
		font-size: 14px;
	}
	.module-search .survey-lists{
		white-space: normal;
		padding: 15px 0 0;
	}
	.module-search.zh_en .survey-lists{
		text-align: center;
	}
	.module-search .survey-lists li{
		margin: 0;
		width: 33.33%;
		padding: 0 0 15px;
	}
	.module-search .survey-lists .survey-icon {
		margin-left: 0;
		transform: scale(.8);
	}
	.module-search .survey-lists .li-title {
		height: auto;
		font-size: 12px;
		line-height: 14px;
	}
	.module-search.zh_en .survey-lists .li-title {
		font-size: 18px;
		line-height: 30px;
		height: 30px;
	}
	.module-search .survey-lists .li-label{
		margin: 0 !important;
		font-size: 12px;
	}
	.module-search .survey-lists .survey-link {
		transform: scale(1,.8);
	}
	.module-search .survey-lists .survey-link .survey-icon {
		transform: scale(.8,1);
	}
	.module-search .survey-lists .survey-link .li-label {
		padding-top: 4px;
		transform: scale(1,1.25);
	}
	.module-search .survey-lists .li-title b{
		font-size: 16px;
	}
	.module-banner{
		padding: 0;
	}
	.module-banner .container,.module-paper .container,.module-hot .container{
		width: 100%;
	}
	.module-banner .card-banner{
		float: none;
		width: 100%;
		height: 200px;
	}
	.module-banner .card-banner .banner-lists .banner-title{
		font-size: 14px;
		line-height: 30px;
	}
	.module-banner .card-banner .banner-wrap{
		bottom: 10px;
	}
	.module-banner .news-card{
		float: none;
		margin: 0 20px;
		width: auto;
		padding: 15px 0;
	}
	.news-card .card-lists li{
		margin-top: 10px;
	}
	.news-card .card-lists .li-link{
		width: 68%;
		font-size: 14px;
	}
	.news-card .card-lists .li-date{
		font-size: 13px;
	}
	.module-paper .news-card.meet,.module-paper .news-card.paper {
		float: none;
	}
	.module-paper .news-card{
		width: auto;
		margin: 20px 20px 0;
	}
	.module-paper{
		padding: 0;
	}
	.module-hot .card-lists,.module-hot .paper-lists {
		float: none;
		width: auto;
		margin: 20px 20px 0;
	}
	.journal-racks .rack-item:after {
		display: none;
	}
	.journal-racks .rack-lists li {
		width: 33.33%;
	}
	.journal-racks .rack-link {
		margin: 0 6px 12px;
	}
	.journal-racks .rack-lists {
		margin: 0 -10px;
	}
	.journal-racks .rack-item {
		padding: 0 20px;
	}
	.journal-racks {
		padding: 30px 0 0;
	}
	.journal-article {
		padding: 20px 15px;
	}
	.journal-article .article-item-cont {
		margin: 0;
	}
	.journal-article .article-item {
		width: 100%;
		padding: 0;
	}
	.journal-article .item-title {
		margin-bottom: 15px;
	}
	.journal-article .item-title b {
		font-size: 18px;
	}
	.journal-article .article-lists .des-item {
		font-size: 13px;
	}
	.journal-article .article-lists li {
		margin: 0 0 15px;
	}
	.journal-article .article-lists .li-link {
		font-size: 15px;
	}
	.new-module-title {
		margin: 0 0 30px;
	}
	.module-direct {
		margin-top: 0;
	}
	.module-direct .direct-topic .topic-item {
		width: 100%;
		height: 240px;
	}
	.module-direct .direct-topic .topic-lists {
		padding: 25px 15px 0;
		width: 100%;
	}
	.module-direct .new-module-title {
		margin: 30px 0;
	}
	.module-direct .direct-lists .li-cont {
		margin: 0 0 20px 15px;
	}
	.module-direct .direct-lists {
		margin: 0 15px 0 0;
	}
	.module-direct .direct-lists li {
		width: 50%;
	}
	.module-direct .direct-lists .li-img {
		height: 120px;
	}
	.language-en .nav_top_right ,
	.language-en .navigation-en,
	.module-xml .xml-menu {
		display: none !important;
	}
	.module-xml {
		padding: 0 15px;
	}
	.module-xml .xml-detail {
		width: 100%;
		border: none;
		padding: 0;
	}
	.module-xml .module-types {
		display: none;
	}
	.module-xml .xml-detail .mobile-down ,
	.module-xml .xml-item-head {
		display: block;
	}
	.fixed-right {
		bottom: 20px;
		right: 20px;
		transform: scale(.8);
	}
	.direct-detail .detail-main {
		width: 100%;
		padding: 0 20px;
	}
	.direct-detail .detail-recommend{
		display: none;
	}
	.module-dialog .dialog-form {
		width: 92%;
	}
	.module-dialog .dialog-form .table-form {
		margin-left: 70px;
	}
	.module-dialog .dialog-form .table-form .li-head {
		margin: 0;
		font-size: 13px;
		line-height: 34px;
	}
	.module-dialog .dialog-form .table-form .cl-input {
		height: 34px;
	}
	.module-dialog .dialog-form .bnt-group .cl-btn {
		width: 42%;
		margin: 0 2%;
	}
	.module-copyright {
		padding: 20px 0 30px;
	}
	.module-copyright .copy-types,.module-copyright .copy-item{
		margin: 0 20px;
	}
	.module-search .resource-type{
		overflow: auto;
		white-space: nowrap;
	}
	.dialog-answer .dialog-cont{
		right: -100%;
		width: 100%;
	}
	.main-404 {
		height: calc(100vh - 364px);
	}
	.xml-ai {
		left: 10px;
		transform: none;
	}
	.xml-ai .ai-bar{
		width: 36px;
		padding: 10px 6px;
		font-size: 16px;
		line-height: 20px;
	}
	.xml-ai .ai-bar .ai-bar-icon {
		height: 20px;
	}
	.xml-ai .ai-cont {
		left: 36px;
		width: calc(100vw - 56px);
	}
	.xml-ai .ai-answer .answer-head {
		padding: 6px 10px;
	}
	.xml-ai .ai-answer .answer-head .head-icon {
		height: 24px;
	}
	.xml-ai .ai-answer .answer-head .head-title {
		font-size: 15px;
		line-height: 24px;
	}
	.xml-ai .ai-answer .answer-head .head-close {
		width: 24px;
		height: 24px;
		background-size: 12px;
	}
	.xml-ai .ai-answer .answer-cont {
		height: 260px;
	}
	.xml-ai .ai-answer .answer-item {
		margin-top: 10px;
	}
	.xml-ai .ai-answer .answer-item .item-count {
		min-width: 80px;
		padding: 7px 10px;
		border-radius: 5px 5px 5px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.xml-ai .ai-answer .answer-item.user .item-count {
		border-radius: 5px 5px 0 5px;
	}
	.xml-ai .ai-answer .answer-form .form-ctl {
		width: calc(100% - 44px);
		padding: 7px 10px;
		font-size: 13px;
		line-height: 20px;
	}
	.xml-ai .ai-answer .answer-form .form-btn {
		right: 8px;
		bottom: 8px;
		width: 28px;
		height: 28px;
	}
	.xml-ai .ai-survey .survey-head .survey-bar {
		padding: 0 12px;
		font-size: 14px;
		line-height: 36px;
	}
	.xml-ai .ai-survey .survey-head .survey-link {
		margin: 7px 10px 0 0;
		height: 22px;
	}
	.xml-ai .ai-survey .survey-item {
		max-height: 300px;
		padding-right: 8px;
		margin: 16px 8px 16px 16px;
		font-size: 13px;
		line-height: 20px;
	}
	.xml-ai .ai-info {
		padding: 15px;
	}
	.xml-ai .ai-info .info-des {
		max-height: 80px;
		line-height: 20px;
		font-size: 13px;
	}
	.xml-ai .ai-info .info-file {
		padding: 14px 12px;
	}
	.xml-ai .ai-info .file-icon {
		height: 32px;
	}
	.xml-ai .ai-info .file-name {
		width: calc(100% - 42px);
		margin-left: 10px;
		line-height: 16px;
		font-size: 13px;
	}
	.xml-ai .ai-info .file-btn {
		margin-top: 8px;
		width: 76px;
		line-height: 26px;
		font-size: 12px;
	}
	.main-comprehend  {
		height: calc(100vh - 71px);
		padding: 20px 15px;
	}
	.main-comprehend .comprehend-iframe {
		display: none;
	}
	.main-comprehend .module-answer .module-cont {
		padding: 0 0 20px;
	}
	.main-comprehend .deep-list {
		margin-left: 0;
		margin-right: 0;
	}
	.main-comprehend .comprehend-body {
		width: 100%;
	}
	.module-xml .xml-detail .detail-head {
		clear: both;
		margin-right: 0;
		font-size: 22px;
	}
	.base-module-title-en {
		padding: 15px 0;
	}
	.base-module-title-en .title-text {
		font-size: 22px;
		line-height: 40px;
	}
	.base-module-title-en .title-more {
		font-size: 14px;
	}
	.language-en .journal-racks .rack-items {
		margin-top: 0;
	}
	.module-swiper {
		margin: 0 16px;
	}
	.main .filter-box {
		margin: 20px 0 0;
	}
	.main .filter-box .filter-group {
		display: block;
	}
	.main .filter-box .filter-group .filter-label {
		width: 100%;
		padding: 6px 15px;
	}
	.main .filter-box .filter-group .filter-content {
		width: 100%;
	}
	.main .filter-box .filter-group .filter-label {
		float: none;
		padding-left: 20px;
		text-align: left;
	}
	.main .filter-box .filter-group .filter-content {
		margin: 0;
	}
	.main .filter-box .filter-group .filter-content .filter-list.default {
		position: static;
	}
	.main .filter-box .filter-group .filter-content .filter-lists {
		padding-left: 10px;
		margin: 0;
		width: 100%;
		overflow: visible;
	}
	.main .filter-box .filter-group .filter-content .filter-bar {
		float: right;
		position: relative;
		top: 0;
		margin-right: 8px;
	}
	.main .filter-box .filter-group .filter-content .filter-list {
		padding: 0 10px;
		margin-right: 5px;
	}
	.index-module {
		padding: 15px 0;
	}
	.index-module .container {
		width: calc(100% - 30px);
	}
	.module-swiper .swiper-bar {
		display: none;
	}
	.index-module-journal .module-swiper {
		margin: 0;
		padding: 14px 0;
	}
	.index-module-journal .journal-lists {
		margin-top: -15px;
	}
	.index-module-journal .journal-lists li {
		white-space: normal;
	}
	.index-module-journal .journal-lists .journal-item {
		margin-top: 15px;
		width: 33.33%;
	}
	.index-module-journal .journal-lists .journal-item:nth-of-type(n+7) {
		display: none;
	}
	.index-module .module-title {
		margin-bottom: 15px;
	}
	.index-module .module-title .title-text {
		padding-left: 36px;
	}
	.index-module .module-title .title-text span {
		font-size: 16px;
	}
	.index-module .module-title .title-text:before {
		transform: scale(.6);
	}
	.index-module .module-title .module-types {
		margin-top: 4px;
		height: 30px;
		line-height: 30px;
	}
	.index-module .module-title .module-types .type-bar,
	.language-en .index-module .module-title .module-types .type-bar {
		border-radius: 6px;
		padding: 0 10px;
		font-size: 12px;
	}
	.index-module .module-title .title-more {
		font-size: 12px;
	}
	.index-module-article .article-lists {
		margin: -15px 0 0 -12px;
	}
	.index-module-article .article-lists .article-link {
		margin: 15px 0 0 12px;
		width: calc(50% - 12px);
	}
	.index-module-article .article-lists .link-cont {
		padding: 16px;
	}
	.index-module-article .article-lists .article-des {
		margin-top: 8px;
		max-height: 54px;
		font-size: 12px;
		line-height: 18px;
	}
	.index-module-article .article-lists .article-title {
		margin-top: 8px;
	}
	.index-module-article .article-lists .article-img {
		margin-top: 8px;
	}
	.index-module .news-lists .news-link:after {
		transform: scale(.8);
	}
	.index-module .news-lists .news-link {
		font-size: 14px;
		width: calc(100% - 70px);
	}
	.index-module-news .news-topic .topic-img {
		width: 120px;
		height: 110px;
	}
	.index-module-news .news-topic .topic-cont {
		margin-left: 135px;
	}
	.index-module-news .news-topic .topic-title {
		max-height: 44px;
		font-size: 15px;
		line-height: 22px;
	}
	.index-module-news .news-topic .topic-des {
		margin-top: 6px;
		max-height: 40px;
		line-height: 20px;
		font-size: 13px
	}
	.index-module-news .news-topic .topic-date {
		font-size: 13px;
	}
	.index-module .news-lists li {
		margin-top: 6px;
	}
	.index-module-news .module-cont, .index-module-webinar .module-cont {
		height: auto;
	}
	.index-module-webinar .webinar-topics .date-txt {
		font-size: 22px;
	}
	.index-module-webinar .webinar-topics .date-year {
		font-size: 12px;
	}
	.index-module-webinar .webinar-topics .news-link {
		font-size: 15px;
	}
	.index-module-journal .org-lists .org-item {
		width: 33.33%;
		padding: 10px 15px 7px;
	}
	.index-module-journal .org-lists .org-title {
		height: 36px;
		font-size: 13px;
		line-height: 18px;
	}
	.index-module-journal .org-lists .org-img {
		height: 36px;
	}
}