/* CSS Document */

body {
	font:11px Arial, Helvetica, sans-serif;
	color:#565656;
	background:#DADDE4 url(bg.gif) left top repeat-x;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:1003px;
	background:url(header.jpg) left top no-repeat;
	margin:0px auto;
}


.header {
	height:100px;
	position:relative;
}

.header-left {
	float:left;
	padding:3px 0px 0px 38px;
	margin:0px 0px 0px 0px;
}

.header-left img {
	width:440px;
	height:auto;
}

.header-right {
	position:absolute;
	top:50%;
	right:90px;
	transform:translateY(-50%);
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:1.3;
	padding:0px;
}
table.wp_article_list_table a {
    color: #fff;
}
table.wp_article_list_table a:link {
    color: #ffffff;
}
table.wp_article_list_table a:visited{
    color: #ffffff;
}
.menuzone {
	width:906px;
	height:40px;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:1000;
	background:#eef1f4;
	border:1px solid #c9d0d8;
	border-radius:7px 7px 0 0;
	box-shadow:inset 0 1px 0 #ffffff, 0 1px 2px rgba(31, 54, 68, 0.12);
	box-sizing:border-box;
	overflow:hidden;
	margin:0px auto;
}

.menuleft {
	background:none;
	height:100%;
}

.menuright {
	background:none;
	height:100%;
}

.aaa {
	width:269px;
	height:329px;
}

.container {
	width:898px;
	background:url(container.jpg) left top no-repeat;
	text-align:justify;
	padding:2px 4px;
	margin:0px auto;
}

.container-left {
	width:629px;
	float:left;
}

.container-right {
	width:269px;
	float:left;
}

.welcomezone {
	width:269px;
	height:329px;
	background:#4B8123;
}

.welcomebottom {
	height:100%;
}

.welcomeworkarea {
	padding:5px 16px 0px 16px;
	color:#ffffff;
}

.workarea {
	padding:20px 11px 20px 11px;
}

.serviceleft {
	width:100%;
	float:left
}

.serviceright {
	width:50%;
	float:left;
}

.service-content {
	padding:0px 28px 0px 28px;
}

.floatimgleft{
	float:left;
	margin:0px 32px 10px 0px;
}

.newszone {
	padding:0px 14px 20px 14px;
}

.more {
        text-align: left;
	padding:10px 0px 10px 10px;
}

.footer {
	background:url(footer.jpg) left top repeat-x;
	text-align:center;
	padding:39px 0px 57px 0px;
}

.footer-inside {
	width:1000px;
	margin:0px auto;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}


/* Text Style Start Here */

h1 {
	font:20px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:100;
	border-bottom:1px solid #558F2A;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
}

h2 {
	font:20px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#143956;
	font-weight:100;
	border-bottom:1px solid #D3D6DE;
	border-top:1px solid #D3D6DE;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.blackfont12 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:20px 0px 20px 0px; display: inline-block;
}
.xwlist {
    padding-left: 30px;
}
.bluefontlight {
	font:12px Arial, Helvetica, sans-serif;
	color:#185FA1;
}

.contactheading {
	font:20px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#D4EEFB;
	margin:0px 0px 10px 0px;
}

.whitebold {
	color:#ffffff;
	font-weight:bold;
}

/* Text Style End Here */




/* Menu Style Start Here */

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:hover {
}

.mainmenu {
	text-align:center;
	height:100%;
	padding:0;
}

.mainmenu ul {
	display:flex;
	align-items:stretch;
	justify-content:center;
	height:100%;
	margin:0px;
	padding:0px;
}

.mainmenu li  {
	display:flex;
	align-items:center;
	justify-content:center;
	background:#eef1f4;
	border-right:1px solid #c9d0d8;
	padding:0 15px;
	box-sizing:border-box;
	transition:background-color 0.16s ease;
}

.mainmenu li.active {
	background:#eef1f4;
}

.mainmenu li:last-child {
	border-right:0;
}

.mainmenu li.active a{
	color:#2f781f;
}

.mainmenu li a{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#3D5665;
	text-decoration:none;
}

.mainmenu li a:hover {
	color:#2f781f;
	text-decoration:none;
}

.mainmenu li:hover {
	background:#e2e7eb;
}

.servicelink {
	padding:0px 0px 0px 0px;
}

.servicelink ul {
	margin:0px;
	padding:0px;
}

.servicelink li {
	display:block;
	background:url(disc.jpg) 0px 5px no-repeat;
	list-style:none;
	padding:0px 0px 5px 10px;
}

.servicelink li a{
	color:#565656;
	text-decoration:none;
}

.servicelink li a:hover {
	color:#000000;
	text-decoration:none;
}

.footerlink {
	font-weight:bold;
	font-size:12px;
}

.footerlink ul  {
	margin:0px;
	padding:0px;
}

.footerlink li {
	display:inline;
	border-right:1px solid #ffffff;
	padding:0px 10px 0px 10px;
}

.footerlink li a{
	color:#ffffff;
	text-decoration:none;
}

.footerlink li a:hover {
	text-decoration:none;
}

/* Menu Style End Here */



h5 {
	font:15px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#143956;
	font-weight:100;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #143956;
	margin:0px 0px 10px 0px;
}


h6 {
	font:17px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#143956;
	font-weight:100;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}

.ourvalue {
	margin:10px 0px 0px 0px;
}

.aboutus-img {
	float:right;
	border:4px solid #b0a48b;
	margin:0px 0px 10px 20px;
	width: 105px;
	height: 150px;
}

.aboutcolumnzone {
	padding:1px 0px 16px 0px;
}

.aboutcolumn1 {
	width:48%;
	float:left;
	margin:0px 0px 10px 0px;
}

.aboutcolumn2 {
	width:48%;
	float:right;
	margin:0px 0px 10px 0px;
}

.abouticon {
	float:left;
	margin:0px 20px 0px 0px;
	width: 80px;
	height: 112px;
}

.servicecolumnzone {
	padding:20px 0px 16px 0px;
}

.servicecolumn1 {
	width:48%;
	height:150px;
	float:left;
	margin:0px 0px 10px 0px;
}

.servicecolumn2 {
	width:48%;
	height:150px;
	float:right;
	margin:0px 0px 10px 0px;
}

.our-comment {
	margin:10px 0px 0px 0px;
}

.blog-posted-row {
	padding:3px;
}

.ourprojectrow {
	margin-bottom:20px;
	border-bottom:1px dotted #000000;
	padding-bottom:10px;
}

.project-img {
	float:right;
	margin-left:20px;
	border: 6px solid #b0a48b;
}

input.button {
	color:#ffffff;
	background:#414141;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:10px 10px;
	margin:0px 5px 5px 0;
	border:1px solid #000000;
}
input.button:hover {
	cursor:pointer;
	color:#cccccc;
}

.readmore {
	padding:10px 0px 10px 0px;
}
.workarea {
    padding: 85px 11px 20px 11px !important;
}
.aboutcolumn1 img {
    width: 85px;
}
.ry {
    float: left;
    width: 264px;
    margin-left: 11px;
}
.aboutcolumn1 {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
}
.wp_article_list .list_item {
    list-style: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
}
img.ll {
    float: left;
}
span.moretext img {
    display: none;
}
span.subcolumn-name {
    color: #4E8425;
}
.wp_article_list .list_item .Article_Index {
    display: none;
    /* display: inline-block; */
    width: 10px;
    height: 16px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -99em;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 0px solid #C00;
    margin-bottom: 10px;
}
.workarea {
    padding: 7px 11px 20px 11px !important;
}
.ry {
    height: 160px;
    float: left;
    width: 260px;
    margin-left: 11px;
}
.ll {

}
div.ll{float: left; margin-left: 15px;width: 25%;}
.wp_article_list .list_item {
    list-style: none;
    width: 96%;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
}
.welcomezone {
    width: 269px;
    height: 346px;
    background: #4B8123;
}

.wp_article_list .list_item {
    list-style: none;
    display: inline-block;
    width: 96%;
    height: auto;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
    background: url(disc.jpg) 0px 8px no-repeat;
    padding-left: 9px;
    /* display: block; */
}
/* Inside Style End Here	*/

#wp_news_w14 .wp_article_list .list_item .ex_fields{float:none;}
.xwlist li.news {
    background:url(disc.jpg) left 3px no-repeat;    padding-left: 10px;margin-bottom: 8px;list-style: none;
}
span.news_title{}

span.Article_Summary a{    font-style: italic;font-weight: bold;font-size: 10pt; margin-left:8px;color: #565656;}
span.Article_Summary a:hover{color: #000000;}
span.news_title.news_writer {
    margin-right: 8px;
}
span.news_title.news_writer a{color:#565656;font-size: 10pt;}
span.news_title.news_writer a:hover{color: #000000;}
span.news_title a font{color: #003366 !important;font-size: 10pt;font-weight: normal !important;}
.xwlist li.news span {
    line-height: 12px;
}
.container-right .workarea h2{    margin-bottom:0px;}
.wp_article_list .list_item .ex_fields{float: left;}

#Publications .wp_subcolumn_list .wp_sublist .sublist_title a{font-size: 20px;}

.wp_subcolumn_list{list-style: none;}
#Publications .wp_article_list{padding-left: 0;}
#Publications ul.news_list{ padding-left:0;}
#Publications ul.news_list li{background: url(disc.jpg) left 3px no-repeat;list-style: none;padding-left: 15px;margin-bottom: 10px;}
#Publications .wp_subcolumn_list{width: 93%;}
#Publications .wp_subcolumn_list .wp_sublist .sublist_title{border-top: 1px solid #D3D6DE;border-bottom: 1px solid #D3D6DE;}
.publication-item {
    background: none !important;
    list-style: none;
    margin: 0 0 18px 0 !important;
    padding-left: 0 !important;
}
body.publication-page #Publications ul.news_list li.publication-item[data-publication-number] {
    position: relative;
    padding-left: 32px !important;
}
body.publication-page #Publications ul.news_list li.publication-item[data-publication-number]::before {
    content: attr(data-publication-number) ".";
    position: absolute;
    left: 0;
    top: 0;
    min-width: 24px;
    color: #005bea;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}
.publication-item span {
    line-height: 1.45 !important;
}
.publication-authors,
.publication-title,
.publication-journal {
    display: block;
}
.publication-authors {
    margin-bottom: 4px;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: normal;
}
.publication-title {
    margin-bottom: 4px;
}
.publication-title,
.publication-title font {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.publication-journal a {
    color: #005bea !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-left: 0 !important;
}

/* Publication list pages use the full menu width instead of the old two-column layout. */
body.publication-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.publication-page .container-left {
    width: 100%;
    float: none;
}
body.publication-page .container-right {
    display: none;
}
body.publication-page .workarea {
    box-sizing: border-box;
    padding: 16px 38px 34px 38px !important;
}
body.publication-page #Publications,
body.publication-page #Publications .wp_subcolumn_list {
    display: block;
    width: 100%;
}
body.publication-page #Publications .wp_subcolumn_list,
body.publication-page #Publications ul.news_list {
    margin: 0;
    padding-left: 0;
}
body.publication-page #Publications .wp_sublist {
    margin: 0 0 30px 0;
}
body.publication-page #Publications .wp_subcolumn_list .wp_sublist .sublist_title {
    height: auto;
    line-height: 1.2;
    margin: 0 0 16px 0;
    padding: 0 0 7px 0;
    border-top: 0;
    border-bottom: 1px solid #d3d6de;
}
body.publication-page #Publications .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name {
    color: #2f781f;
    font-size: 24px;
    font-weight: bold;
}
body.publication-page #Publications .wp_subcolumn_list .wp_sublist .representative-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
body.publication-page #Publications .sublist-more-link {
    color: #009af2;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
body.publication-page #Publications .sublist-more-link:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.publication-page #Publications .morelink {
    display: none;
}
body.publication-page #Publications ul.news_list li.publication-item {
    margin: 0 0 22px 0 !important;
}
body.publication-page #Publications ul.news_list.representative-list li.publication-item {
    position: relative;
    padding-left: 18px !important;
}
body.publication-page #Publications ul.news_list.representative-list li.publication-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2f781f;
}
body.publication-page .publication-item span {
    line-height: 1.5 !important;
}
body.publication-page .publication-authors,
body.publication-page .publication-title,
body.publication-page .publication-title font,
body.publication-page .publication-journal a {
    font-size: 16px !important;
}
body.publication-page .publication-authors,
body.publication-page .publication-title {
    margin-bottom: 5px;
}
body.publication-page .publication-year-nav {
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 40px;
    z-index: 900;
    margin: 0 0 18px 0;
    padding: 9px 0 10px 0;
    border-bottom: 1px solid #d3d6de;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(31, 54, 68, 0.10);
    color: #5c6772;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
}
body.publication-page .publication-year-nav span {
    margin-right: 6px;
    font-weight: bold;
}
body.publication-page .publication-year-nav a {
    display: inline-block;
    margin: 0 5px;
    color: #005bea;
    font-weight: bold;
    text-decoration: none;
}
body.publication-page .publication-year-nav a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.publication-page .publication-journal-stats {
    margin: 0 0 22px 0;
    padding: 12px 16px 14px 16px;
    border: 1px solid #d3d6de;
    background: #f8fafc;
}
body.publication-page .journal-stats-title {
    margin-bottom: 8px;
    color: #2f781f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
}
body.publication-page .journal-stats-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    font-size: 14px;
    line-height: 1.6;
}
body.publication-page .journal-stats-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
body.publication-page .journal-stat-item {
    color: #222;
}
body.publication-page .journal-stat-name {
    font-weight: bold;
}
body.publication-page .journal-stat-count {
    color: #555;
}
body.publication-page .journal-stat-item a {
    color: #005bea;
    text-decoration: none;
}
body.publication-page .journal-stat-item a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.publication-page .sublist_title {
    scroll-margin-top: 96px;
}
body.publication-page .publication-item {
    scroll-margin-top: 96px;
}
.welcomeworkarea div ul {
    overflow: hidden;
}
.ll.ll1 {
    width: 56%;
}
.greenheading {
    color: #4E8425;
    font-weight: inherit;
}

#wp_news_w3 .wp_article_list .list_item .pr_fields {
    display: none;
    float: left;
}
#wp_news_w3 .wp_article_list .list_item {
    list-style: none;
    display: inline-block;
    width: 96%;
    height: auto;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
    background: none;
    padding-left: 9px;
    /* display: block; */
}
.welcomeworkarea .Custom_UnionStyle {
    height: 248px;
    overflow: hidden;
}

/* Home page: carousel + welcome on top, one full-width news column below. */
body.home-page .container {
    width: 898px;
    background: #ffffff;
    text-align: left;
    padding: 2px 4px 24px 4px;
}
body.home-page .container-left {
    width: 590px;
    float: left;
}
body.home-page .container-right {
    width: 308px;
    float: left;
}
body.home-page .aaa,
body.home-page .dtjt8_div_img {
    width: 590px !important;
    height: 338px !important;
    overflow: hidden;
}
body.home-page #home-carousel-image {
    display: block;
    width: 590px !important;
    height: 338px !important;
    object-fit: cover;
    cursor: pointer;
}
body.home-page .dtjt8_div_img {
    position: relative;
    background: #eef2f6;
}
body.home-page .number {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 3;
}
body.home-page .number button {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
    text-align: center;
    color: #ffffff;
    background: rgba(19, 53, 78, 0.78);
    border: 0;
    font: bold 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}
body.home-page .number button.current {
    background: #4e8425;
}
body.home-page .welcomezone {
    width: 100%;
    height: 338px;
    background: #416f2a;
    background-image: none;
    box-sizing: border-box;
}
body.home-page .welcomebottom {
    width: 100%;
    min-height: 338px;
    background: none;
    box-sizing: border-box;
}
body.home-page .welcomeworkarea {
    width: 100%;
    padding: 18px 22px 0 22px;
    color: #ffffff;
    box-sizing: border-box;
}
body.home-page .welcomeworkarea h1 {
    margin: 0 0 13px 0;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    font: bold 22px/1.2 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.home-page .welcomeworkarea .Custom_UnionStyle,
body.home-page .home-welcome-copy {
    height: auto;
    overflow: visible;
    text-align: left;
}
body.home-page .welcomeworkarea p {
    margin: 0 0 14px 0;
    color: #ffffff;
    font: 13px/1.6 Arial, Helvetica, sans-serif !important;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-character: "-";
}
html[lang="zh-CN"] body.home-page .welcomeworkarea p {
    text-justify: inter-ideograph;
    word-break: normal;
    -webkit-hyphens: none;
    hyphens: none;
}
body.home-page .home-welcome-copy .home-welcome-links {
    margin-bottom: 0;
}
body.home-page .home-welcome-links a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
}
body.home-page .home-welcome-links a:hover,
body.home-page .home-welcome-links a:focus {
    color: #f2dc75;
}
body.home-page .home-news-row {
    clear: both;
    width: 100%;
    padding-top: 10px;
}
body.home-page .home-news-workarea {
    padding: 16px 22px 22px 22px !important;
}
body.home-page .home-news-workarea h2 {
    margin: 0 0 14px 0;
    padding: 6px 0 8px 0;
    border-bottom: 1px solid #d3d6de;
}
body.home-page .home-news-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 50px;
    margin: 0 0 12px 0;
    padding: 0;
    border-top: 1px solid #d3d6de;
    border-bottom: 1px solid #d3d6de;
    box-sizing: border-box;
}
body.home-page .home-news-heading h2 {
    display: flex;
    align-items: center;
    align-self: stretch;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    line-height: 1.2;
    column-gap: 5px;
}
html[lang="zh-CN"] body.home-page .home-news-heading h2 {
    color: #143956;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
}
html[lang="zh-CN"] body.home-page .home-news-heading h2 .greenheading {
    color: #4b8123;
    font: inherit;
}
body.home-page .home-news-more {
    color: #004f9e;
    font: bold 13px/1.4 Arial, Helvetica, sans-serif;
    text-decoration: none;
}
body.home-page .home-news-more:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.home-page .home-news-workarea .newszone {
    padding: 0;
    background: none;
}
body.home-page .home-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
body.home-page .home-news-list li {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid #edf0f4;
    align-items: start;
}
body.home-page .home-news-list li:last-child {
    border-bottom: 0;
}
body.home-page .home-news-date {
    color: #143956;
    font: bold 13px/1.55 Arial, Helvetica, sans-serif;
    white-space: nowrap;
}
body.home-page .home-news-list a {
    color: #004f9e;
    font: 14px/1.55 Arial, Helvetica, sans-serif;
    text-decoration: none;
}
body.home-page .home-news-list a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.home-page .home-news-workarea #wp_news_w13 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.65;
}
body.home-page .home-news-workarea #wp_news_w13 a {
    color: #004f9e;
    text-decoration: none;
}
body.home-page .home-news-workarea #wp_news_w13 a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.home-page .home-news-workarea #wp_news_w13 > .blackfont12 {
    margin: 10px 0 8px 0;
    font-size: 13px;
    line-height: 1.2;
    color: #111111;
}
body.home-page .home-news-workarea #wp_news_w13 > .blackfont12 + .blackfont12 {
    margin-left: 6px;
}
body.home-page .home-news-workarea #wp_news_w13 > .clear + div {
    margin: 0 0 18px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f4;
}
body.home-page .home-news-workarea #wp_news_w13 > .clear + div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/* Research page: clean single-column overview without the old CMS sidebar. */
body.research-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.research-page .container-left {
    width: 100%;
    float: none;
}
body.research-page .container-right {
    display: none;
}
body.research-page .workarea {
    padding: 22px 38px 34px 38px !important;
}
body.research-page h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 0 22px 0;
    padding: 0 18px;
    border-top: 1px solid #d3d6de;
    border-bottom: 1px solid #d3d6de;
    color: #143956;
    font: bold 24px/1.25 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.research-page h5 {
    margin: 28px 0 16px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #d3d6de;
    color: #2f781f;
    font: bold 20px/1.3 Arial, Helvetica, sans-serif;
}
body.research-page .research-content p {
    margin: 0 0 14px 0;
    color: #222;
    font: 14px/1.7 Arial, Helvetica, sans-serif;
    text-align: justify;
    text-justify: inter-word;
}
body.research-page .research-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}
body.research-page .research-topic {
    padding: 15px 17px 16px 17px;
    border: 1px solid #d9dee7;
    background: #f8fafc;
    box-sizing: border-box;
}
body.research-page .research-topic h6 {
    margin: 0 0 8px 0;
    color: #143956;
    font: bold 16px/1.35 Arial, Helvetica, sans-serif;
}
body.research-page .research-topic p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

/* Teaching and contact pages: clean single-column information layout. */
body.info-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.info-page .container-left {
    width: 100%;
    float: none;
}
body.info-page .container-right {
    display: none;
}
body.info-page .workarea {
    padding: 22px 38px 34px 38px !important;
}
body.info-page h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 0 22px 0;
    padding: 0 18px;
    border-top: 1px solid #d3d6de;
    border-bottom: 1px solid #d3d6de;
    color: #143956;
    font: bold 24px/1.25 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.info-page h5 {
    margin: 0 0 12px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #d3d6de;
    color: #2f781f;
    font: bold 20px/1.3 Arial, Helvetica, sans-serif;
}
body.info-page .info-intro,
body.info-page .info-content p {
    margin: 0 0 14px 0;
    color: #222;
    font: 14px/1.7 Arial, Helvetica, sans-serif;
}
body.info-page .teaching-course-card,
body.info-page .contact-card,
body.info-page .contact-map-card {
    padding: 16px 18px;
    border: 1px solid #d9dee7;
    background: #f8fafc;
    box-sizing: border-box;
}
body.info-page .teaching-course-card {
    text-align: center;
}
body.info-page .teaching-year-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}
body.info-page .teaching-year-list li {
    padding: 8px 10px;
    border: 1px solid #e3e7ee;
    background: #ffffff;
    color: #222;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}
body.info-page .contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
    align-items: start;
}
body.info-page .contact-list {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px 14px;
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.55;
}
body.info-page .contact-list dt {
    color: #143956;
    font-weight: bold;
}
body.info-page .contact-list dd {
    margin: 0;
}
body.info-page .contact-list a {
    color: #005bea;
    text-decoration: none;
}
body.info-page .contact-list a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.info-page .contact-note {
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 14px 16px;
    border: 1px solid #d9dee7;
    background: #ffffff;
    text-align: left;
}
body.info-page .contact-map-card img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

/* News pages: year-grouped list without the old CMS sidebar and placeholders. */
body.news-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.news-page .container-left {
    width: 100%;
    float: none;
}
body.news-page .container-right {
    display: none;
}
body.news-page .workarea {
    padding: 22px 38px 34px 38px !important;
}
body.news-page h2 {
    margin: 0 0 20px 0;
    padding: 0 18px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #d3d6de;
    border-bottom: 1px solid #d3d6de;
    color: #143956;
    font: bold 24px/1.25 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.news-page .news-year-section {
    margin: 0 0 22px 0;
}
body.news-page .news-year-section:last-child {
    margin-bottom: 0;
}
body.news-page .news-year-title {
    margin: 0 0 7px 0;
    color: #2f781f;
    font: bold 18px/1.3 Arial, Helvetica, sans-serif;
}
body.news-page .news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0;
}
body.news-page .news-item {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f4;
}
body.news-page .news-date {
    padding-top: 2px;
    color: #143956;
    font: bold 13px/1.45 Arial, Helvetica, sans-serif;
    white-space: nowrap;
}
body.news-page .news-title a {
    color: #004f9e;
    font: 14px/1.6 Arial, Helvetica, sans-serif;
    text-decoration: none;
}
body.news-page .news-title {
    color: #222;
    font: 14px/1.6 Arial, Helvetica, sans-serif;
}
body.news-page .news-title a:hover {
    color: #2f781f;
    text-decoration: underline;
}

/* News detail pages: compact article view using the original article body. */
body.news-detail-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.news-detail-page .container-left {
    width: 100%;
    float: none;
}
body.news-detail-page .container-right {
    display: none;
}
body.news-detail-page .workarea {
    padding: 22px 38px 34px 38px !important;
}
body.news-detail-page .news-detail-card {
    padding: 20px 26px 22px 26px;
    border: 1px solid #d9dee7;
    background: #ffffff;
    box-sizing: border-box;
}
body.news-detail-page h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 0 8px 0;
    padding: 0 16px;
    border-bottom: 1px solid #d3d6de;
    color: #143956;
    font: bold 22px/1.35 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.news-detail-page .news-detail-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0 0 22px 0;
    color: #666;
    font: 13px/1.5 Arial, Helvetica, sans-serif;
    text-align: center;
}
body.news-detail-page .news-detail-date,
body.news-detail-page .news-detail-views {
    display: inline-block;
}

body.news-detail-page .news-detail-column {
    display: none !important;
}
body.news-detail-page .news-detail-body {
    max-width: 760px;
    margin: 0 auto;
    color: #222;
    font: 15px/1.78 Arial, Helvetica, sans-serif;
}
body.news-detail-page .news-detail-body p {
    margin: 0 0 14px 0;
    color: #222;
    font: inherit;
    text-align: justify;
    text-justify: inter-word;
}
body.news-detail-page.zh-news-detail-page .news-detail-body,
body.news-detail-page.zh-news-detail-page .news-detail-body p,
body.news-detail-page.zh-news-detail-page .news-detail-body span,
body.news-detail-page.zh-news-detail-page .news-detail-body div {
    color: #222 !important;
    font-family: Arial, "Microsoft YaHei", "SimSun", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.82 !important;
}
body.news-detail-page.zh-news-detail-page .news-detail-body p {
    margin: 0 0 14px 0 !important;
    text-indent: 2em;
}
body.news-detail-page .news-detail-body h1 {
    margin: 8px 0 18px 0 !important;
    color: #143956 !important;
    font: bold 18px/1.45 Arial, Helvetica, sans-serif !important;
    text-align: center;
}
body.news-detail-page .news-detail-body strong,
body.news-detail-page .news-detail-body b {
    font-weight: bold;
}
body.news-detail-page .news-detail-body em,
body.news-detail-page .news-detail-body i {
    font-style: italic;
}
body.news-detail-page .news-detail-body img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    vertical-align: middle;
}
body.news-detail-page .news-detail-body .news-image-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px 34px;
    margin: 18px 0 10px 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
}
body.news-detail-page .news-detail-body .news-image-row img {
    flex: 0 1 auto;
    max-width: min(100%, 520px);
    margin: 0;
}
body.news-detail-page .news-detail-body p[style*="center"],
body.news-detail-page .news-detail-body div[style*="center"] {
    text-align: center !important;
    text-indent: 0 !important;
}
body.news-detail-page .news-detail-body p[style*="center"] {
    text-align-last: center;
}
body.news-detail-page .news-detail-body .news-image-block {
    margin: 18px 0 10px 0 !important;
    text-indent: 0 !important;
}
body.news-detail-page .news-detail-body .news-caption {
    margin-top: 4px !important;
    color: #666 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    text-indent: 0 !important;
}
body.news-detail-page .news-detail-body img[width="0"],
body.news-detail-page .news-detail-body img[height="0"] {
    display: none !important;
}
body.news-detail-page .news-detail-body table {
    max-width: 100%;
    border-collapse: collapse;
}
body.news-detail-page .news-detail-body ul,
body.news-detail-page .news-detail-body ol {
    margin: 0 0 14px 24px;
    padding: 0;
}
body.news-detail-page .news-detail-body li {
    margin: 0 0 6px 0;
    font: inherit;
}
body.news-detail-page .news-detail-body a {
    color: #004f9e;
    text-decoration: none;
    overflow-wrap: anywhere;
}
body.news-detail-page .news-detail-body a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.news-detail-page .news-detail-body .news-english-article p {
    text-indent: 0 !important;
}
body.news-detail-page .news-detail-body .news-english-article .news-section-title {
    margin: 22px 0 12px 0;
    color: #222;
    font: bold 15px/1.5 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-align: left;
}
body.news-detail-page .news-detail-body .news-english-article .news-byline,
body.news-detail-page .news-detail-body .news-english-article .news-link-line,
body.news-detail-page .news-detail-body .news-english-article .news-citation {
    text-align: left;
    text-align-last: left;
}
body.news-detail-page .news-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0 0;
    padding-top: 16px;
    border-top: 1px solid #edf0f4;
}
body.news-detail-page .news-detail-actions a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #2f781f;
    background: #2f781f;
    color: #ffffff;
    font: bold 13px/1.4 Arial, Helvetica, sans-serif;
    text-decoration: none;
}
body.news-detail-page .news-detail-actions a.secondary {
    border-color: #d9dee7;
    background: #f8fafc;
    color: #143956;
}
body.news-detail-page .news-detail-actions a:hover {
    border-color: #143956;
    background: #143956;
    color: #ffffff;
}

/* People page: full-width member directory without the old sidebar/banner blocks. */
body.people-page .container {
    width: 906px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    padding: 0 0 34px 0;
    border-left: 1px solid #cdd3dc;
    border-right: 1px solid #cdd3dc;
    border-bottom: 1px solid #cdd3dc;
}
body.people-page .container-left {
    width: 100%;
    float: none;
}
body.people-page .container-right {
    display: none;
}
body.people-page .workarea {
    padding: 22px 38px 34px 38px !important;
}
body.people-page h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 54px;
    margin: 0 0 22px 0;
    padding: 0;
    border-top: 1px solid #d3d6de;
    border-bottom: 1px solid #d3d6de;
    color: #143956;
    font: bold 24px/1.25 Arial, Helvetica, sans-serif;
    text-align: left;
}
body.people-page h5 {
    margin: 0 0 12px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #d3d6de;
    color: #2f781f;
    font: bold 18px/1.3 Arial, Helvetica, sans-serif;
}
body.people-page h5 a {
    color: #143956;
}
body.people-page .service-content {
    padding: 0;
}
body.people-page .service-content > div {
    padding-bottom: 0 !important;
}
body.people-page #wp_news_w2 > div {
    min-height: 170px;
    margin-bottom: 30px;
    color: #222;
    font-size: 14px;
    line-height: 1.55;
}
body.people-page #wp_news_w2 h5 {
    color: #143956;
    font-size: 20px;
}
body.people-page .pi-profile {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
body.people-page .pi-bio {
    flex: 1;
    min-width: 0;
}
body.people-page .pi-bio p {
    margin: 0 0 12px 0;
    text-align: justify;
    text-justify: inter-word;
}
body.people-page #wp_news_w2 a {
    color: #222;
}
body.people-page #wp_news_w2 a:hover {
    color: #2f781f;
}
body.people-page .aboutus-img {
    width: 118px;
    height: 168px;
    margin: 0;
    border: 4px solid #b0a48b;
    object-fit: cover;
    flex: 0 0 auto;
}
body.people-page .aboutcolumnzone {
    padding: 0 0 24px 0;
}
body.people-page .aboutcolumn1,
body.people-page .aboutcolumn2 {
    width: 100%;
    float: none;
    margin: 0;
}
body.people-page #wp_news_w3,
body.people-page #wp_news_w5 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
}
body.people-page #wp_news_w3 > div,
body.people-page #wp_news_w5 > div.ry {
    width: auto;
    min-height: 128px;
    height: auto;
    float: none;
    margin: 0;
    padding: 14px;
    border: 1px solid #d9dee7;
    background: #f8fafc;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 8px;
    align-items: start;
}
body.people-page #wp_news_w3 h5,
body.people-page #wp_news_w5 h5 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 10px;
    border-bottom: 0;
    color: #143956;
    font-size: 16px;
}
body.people-page #wp_news_w3 h5 a.member-profile-link,
body.people-page #wp_news_w5 h5 a.member-profile-link {
    color: #143956;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
body.people-page #wp_news_w3 h5 a.member-profile-link:hover,
body.people-page #wp_news_w5 h5 a.member-profile-link:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.people-page #wp_news_w5 h5:first-child {
    margin-bottom: 2px;
}
body.people-page #wp_news_w5 h5:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 24px 0 0 0;
    padding: 0;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
}
body.people-page #wp_news_w3 img,
body.people-page #wp_news_w5 img.ll {
    grid-column: 1;
    grid-row: 1;
    width: 76px;
    height: 96px;
    float: none !important;
    margin: 0 !important;
    object-fit: cover;
}
body.people-page #wp_news_w3 > div > a,
body.people-page #wp_news_w3 .member-email,
body.people-page #wp_news_w5 div.ll,
body.people-page #wp_news_w5 .member-email {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    padding-top: 2px;
}
body.people-page #wp_news_w3 a,
body.people-page #wp_news_w5 a {
    color: #004f9e;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
body.people-page #wp_news_w3 > div > a,
body.people-page #wp_news_w3 .member-email,
body.people-page #wp_news_w5 div.ll a,
body.people-page #wp_news_w5 .member-email {
    display: block;
    font-size: 12px;
    text-align: left;
}
body.people-page #wp_news_w3 a:hover,
body.people-page #wp_news_w5 a:hover {
    color: #2f781f;
    text-decoration: underline;
}
body.people-page div.ll {
    float: none;
    width: auto !important;
    margin-left: 0;
}
body.people-page .readmore,
body.people-page .aboutcolumn2,
body.people-page .aboutcolumn1:empty {
    display: none;
}
body.people-page #wp_news_w9 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin-top: 4px;
}
body.people-page #wp_news_w9 > div {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #edf0f4;
    color: #222;
    font-size: 13px;
    line-height: 1.45;
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    column-gap: 8px;
    align-items: start;
}
body.people-page #wp_news_w9 font,
body.people-page #wp_news_w9 a:first-child {
    color: #143956 !important;
    font-weight: bold;
}
body.people-page #wp_news_w9 font {
    display: inline;
    min-width: 0;
    margin-right: 0;
}
body.people-page #wp_news_w9 > div > a:first-child {
    display: block;
    min-width: 0;
    margin-right: 0;
}
body.people-page #wp_news_w9 a {
    color: #333;
}
body.people-page #wp_news_w9 a.member-home-link {
    color: #143956;
    text-decoration: none;
}
body.zh-people-page #wp_news_w9 > div {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 6px;
}
body.people-page #wp_news_w9 a:hover {
    color: #2f781f;
    text-decoration: underline;
}

/* Responsive layout for the redesigned pages. Publications keeps its established fixed layout. */
@media (max-width: 920px) {
    body:not(.publication-page) {
        min-width: 0;
    }
    body:not(.publication-page) #wrapper,
    body:not(.publication-page) .footer-inside {
        width: 100%;
    }
    body:not(.publication-page) #wrapper {
        background-size: auto 360px;
    }
    body:not(.publication-page) .header {
        height: auto;
        min-height: 118px;
        padding: 10px 14px 8px;
        box-sizing: border-box;
    }
    body:not(.publication-page) .header-left {
        float: none;
        padding: 0;
        text-align: center;
    }
    body:not(.publication-page) .header-left img {
        width: min(440px, 100%);
        height: auto;
    }
    body:not(.publication-page) .header-right {
        position: static;
        transform: none;
        margin-top: 6px;
        padding: 0;
        font-size: 12px;
    }
    body:not(.publication-page) .menuzone {
        width: calc(100% - 20px);
        height: auto;
    }
    body:not(.publication-page) .menuleft,
    body:not(.publication-page) .menuright,
    body:not(.publication-page) .mainmenu,
    body:not(.publication-page) .mainmenu ul {
        height: auto;
    }
    body:not(.publication-page) .mainmenu {
        padding: 0;
    }
    body:not(.publication-page) .mainmenu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    body:not(.publication-page) .mainmenu li {
        display: block;
        flex: 1 1 110px;
        padding: 10px 8px;
        background: none;
        border-right: 1px solid #d3d6de;
        border-bottom: 1px solid #d3d6de;
        box-sizing: border-box;
    }
    body:not(.publication-page) .container,
    body.home-page .container,
    body.research-page .container,
    body.info-page .container,
    body.news-page .container,
    body.news-detail-page .container,
    body.people-page .container {
        width: calc(100% - 20px);
        box-sizing: border-box;
    }
    body.home-page .container-left,
    body.home-page .container-right {
        width: 100%;
        float: none;
    }
    body.home-page .aaa,
    body.home-page .dtjt8_div_img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 590 / 338;
    }
    body.home-page #home-carousel-image {
        width: 100% !important;
        height: 100% !important;
    }
    body.home-page .welcomezone,
    body.home-page .welcomebottom {
        width: 100%;
        height: auto;
        min-height: 0;
    }
    body.home-page .welcomeworkarea {
        padding: 18px 22px 12px;
    }
    body.research-page .workarea,
    body.info-page .workarea,
    body.news-page .workarea,
    body.news-detail-page .workarea,
    body.people-page .workarea {
        padding: 20px 24px 30px !important;
    }
    body.research-page .research-topic-grid,
    body.info-page .contact-layout {
        grid-template-columns: 1fr;
    }
    body.info-page .teaching-year-list,
    body.people-page #wp_news_w3,
    body.people-page #wp_news_w5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.people-page #wp_news_w9 {
        grid-template-columns: 1fr;
    }
    body:not(.publication-page) .footer {
        padding: 28px 16px 36px;
        box-sizing: border-box;
    }
}

@media (max-width: 800px) {
    body.site-modern.publication-page .journal-stats-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .menuzone {
        position: static;
    }

    body.publication-page .publication-year-nav {
        top: 0;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    body:not(.publication-page) .mainmenu li {
        flex-basis: 50%;
    }
    body.home-page .home-news-workarea,
    body.research-page .workarea,
    body.info-page .workarea,
    body.news-page .workarea,
    body.news-detail-page .workarea,
    body.people-page .workarea {
        padding: 16px 16px 24px !important;
    }
    body.home-page .home-news-list li,
    body.news-page .news-item {
        grid-template-columns: 1fr;
        gap: 3px;
    }
    body.info-page .teaching-year-list,
    body.people-page #wp_news_w3,
    body.people-page #wp_news_w5 {
        grid-template-columns: 1fr;
    }
    body.people-page .pi-profile {
        flex-direction: column-reverse;
        gap: 16px;
    }
    body.people-page .aboutus-img {
        align-self: center;
    }
    body.news-detail-page h2,
    body.people-page h2,
    body.info-page h2,
    body.news-page h2,
    body.research-page h2 {
        font-size: 21px;
    }
    body.news-detail-page .news-detail-body,
    body.news-detail-page.zh-news-detail-page .news-detail-body,
    body.news-detail-page.zh-news-detail-page .news-detail-body p,
    body.news-detail-page.zh-news-detail-page .news-detail-body span,
    body.news-detail-page.zh-news-detail-page .news-detail-body div {
        font-size: 16px !important;
    }
}

/* Modern site shell shared by all maintained Chinese and English pages. */
body.site-modern {
    --site-content-width: 1040px;
    --site-gutter: 28px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #f3f5f7;
    color: #253746;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 15px;
}

body.site-modern #wrapper {
    width: 100%;
    flex: 1 0 auto;
    margin: 0;
    background: none;
}

body.site-modern .header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(var(--site-gutter), calc((100% - var(--site-content-width)) / 2));
    background: #123e52;
    box-sizing: border-box;
}

body.site-modern .header-left {
    float: none;
    margin: 0;
    padding: 0;
}

body.site-modern .header-left img {
    display: block;
    width: 410px;
    height: auto;
}

html[lang="zh-CN"] body.site-modern .header-left img {
    width: 440px;
}

body.site-modern .header-right {
    position: static;
    transform: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.45;
    text-align: left;
}

body.site-modern .header-right strong,
body.site-modern .header-right span {
    display: block;
}

body.site-modern .header-right strong {
    color: #ffffff;
    font-size: 15px;
}

body.site-modern .header > .clear {
    display: none;
}

body.site-modern .menuzone {
    width: 100%;
    height: 48px;
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #d5dbe2;
    border-radius: 0;
    background: #f4f6f8;
    box-shadow: 0 2px 7px rgba(31, 54, 68, 0.12);
    box-sizing: border-box;
}

body.site-modern .menuleft,
body.site-modern .menuright {
    height: 100%;
    background: none;
}

body.site-modern .mainmenu ul {
    width: min(var(--site-content-width), calc(100% - (2 * var(--site-gutter))));
    height: 100%;
    margin: 0 auto;
}

body.site-modern .mainmenu li {
    flex: 1 1 auto;
    padding: 0 14px;
    border-right: 1px solid #d5dbe2;
    background: transparent;
}

body.site-modern .mainmenu li:first-child {
    border-left: 1px solid #d5dbe2;
}

body.site-modern .mainmenu li:hover {
    background: #e8ecef;
}

body.site-modern .mainmenu li.active {
    background: #eef1f4;
}

body.site-modern .mainmenu li a {
    color: #344d5c;
    font-size: 15px;
    line-height: 1.3;
}

body.site-modern .mainmenu li.active a,
body.site-modern .mainmenu li a:hover {
    color: #2f781f;
}

body.site-modern .container {
    width: min(var(--site-content-width), calc(100% - (2 * var(--site-gutter))));
    margin: 0 auto;
    padding: 24px 0 44px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
}

body.site-modern:not(.home-page) .container-left {
    width: 100%;
    float: none;
}

body.site-modern:not(.home-page) .container-right {
    display: none;
}

body.site-modern:not(.home-page) .workarea {
    padding: 24px 0 36px !important;
}

body.site-modern:not(.home-page) h2 {
    font-size: 27px;
}

body.site-modern.research-page .research-content p,
body.site-modern.info-page .info-intro,
body.site-modern.info-page .info-content p,
body.site-modern.people-page #wp_news_w2 > div,
body.site-modern.news-page .news-title,
body.site-modern.news-page .news-title a {
    font-size: 16px;
}

body.site-modern.research-page .research-topic p,
body.site-modern.info-page .teaching-year-list li,
body.site-modern.people-page #wp_news_w9 > div {
    font-size: 15px;
}

body.site-modern.info-page .contact-list {
    font-size: 16px;
}

body.site-modern.publication-page .journal-stats-list {
    font-size: 15px;
    line-height: 1.65;
}

body.site-modern.publication-page .publication-year-nav {
    top: 48px;
}

body.site-modern.publication-page .sublist_title,
body.site-modern.publication-page .publication-item {
    scroll-margin-top: 112px;
}

/* Home keeps its media-and-welcome composition inside the shared shell. */
body.site-modern.home-page .container {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 0 16px;
}

body.site-modern.home-page .container-left,
body.site-modern.home-page .container-right {
    width: auto;
    float: none;
}

body.site-modern.home-page .container > .clear {
    display: none;
}

body.site-modern.home-page .aaa,
body.site-modern.home-page .dtjt8_div_img,
body.site-modern.home-page #home-carousel-image {
    width: 100% !important;
    height: 400px !important;
}

body.site-modern.home-page .welcomezone {
    height: 400px;
}

body.site-modern.home-page .welcomebottom {
    min-height: 400px;
}

body.site-modern.home-page .welcomeworkarea {
    padding: 24px 26px 0;
}

body.site-modern.home-page .welcomeworkarea h1 {
    font-size: 25px;
}

body.site-modern.home-page .welcomeworkarea p {
    font-size: 15px !important;
    line-height: 1.68 !important;
}

body.site-modern.home-page .home-news-row {
    grid-column: 1 / -1;
    padding-top: 22px;
}

body.site-modern.home-page .home-news-workarea {
    padding: 18px 24px 24px !important;
    border-top: 1px solid #d5dbe2;
    border-bottom: 1px solid #d5dbe2;
    background: #ffffff;
}

body.site-modern.home-page .home-news-heading h2 {
    font-size: 23px;
}

body.site-modern.home-page .home-news-list a {
    font-size: 15px;
    line-height: 1.6;
}

body.site-modern.home-page .home-news-date {
    font-size: 14px;
    line-height: 1.6;
}

body.site-modern.home-page .home-news-list li {
    padding: 13px 0;
}

body.site-modern.news-page .news-item {
    padding: 16px 0;
}

body.site-modern.publication-page #Publications ul.news_list li.publication-item {
    margin-bottom: 28px !important;
}

body.site-modern.publication-page .publication-item span {
    line-height: 1.62 !important;
}

body.site-modern.info-page .teaching-year-list li {
    padding: 11px 12px;
}

body.site-modern.research-page .research-topic {
    padding: 18px 20px 19px;
}

body.site-modern.people-page #wp_news_w9 > div {
    padding-bottom: 14px;
    line-height: 1.58;
}

/* Content typography and media scale for the modern layout. */
body.site-modern:not(.home-page) h2 {
    min-height: 62px;
    margin-bottom: 26px;
    line-height: 1.3;
}

body.site-modern.research-page h5,
body.site-modern.info-page h5,
body.site-modern.people-page > #wrapper h5 {
    font-size: 21px;
    line-height: 1.4;
}

body.site-modern.research-page .research-content p {
    line-height: 1.78;
}

body.site-modern.research-page .research-topic h6 {
    font-size: 17px;
    line-height: 1.45;
}

body.site-modern.research-page .research-topic p {
    line-height: 1.65;
}

body.site-modern.info-page .info-intro,
body.site-modern.info-page .info-content p {
    line-height: 1.75;
}

body.site-modern.info-page .teaching-course-card,
body.site-modern.info-page .contact-card {
    padding: 20px 22px;
}

body.site-modern.info-page .teaching-year-list {
    gap: 11px 14px;
    margin-top: 16px;
}

body.site-modern.info-page .teaching-year-list li {
    font-size: 15px;
    line-height: 1.5;
}

body.site-modern.info-page .contact-layout {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 24px;
}

body.site-modern.info-page .contact-map-card {
    padding: 14px;
}

body.site-modern.info-page .contact-list {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px 16px;
    line-height: 1.65;
}

body.site-modern.info-page .contact-note {
    padding: 18px 20px;
    line-height: 1.7;
}

body.site-modern.news-page .news-year-title {
    font-size: 20px;
    margin-bottom: 9px;
}

body.site-modern.news-page .news-date {
    font-size: 14px;
    line-height: 1.6;
}

body.site-modern.news-page .news-title,
body.site-modern.news-page .news-title a {
    line-height: 1.72;
}

body.site-modern.news-detail-page .news-detail-card {
    padding: 28px 34px 30px;
}

body.site-modern.news-detail-page h2 {
    font-size: 26px;
}

body.site-modern.news-detail-page .news-detail-meta {
    margin-bottom: 26px;
    font-size: 14px;
}

body.site-modern.news-detail-page .news-detail-body {
    max-width: 880px;
    font-size: 16px;
    line-height: 1.85;
}

body.site-modern.news-detail-page.zh-news-detail-page .news-detail-body,
body.site-modern.news-detail-page.zh-news-detail-page .news-detail-body p,
body.site-modern.news-detail-page.zh-news-detail-page .news-detail-body span,
body.site-modern.news-detail-page.zh-news-detail-page .news-detail-body div {
    font-size: 16px !important;
    line-height: 1.88 !important;
}

body.site-modern.news-detail-page .news-detail-body p {
    margin-bottom: 17px;
}

body.site-modern.news-detail-page .news-detail-body .news-image-block,
body.site-modern.news-detail-page .news-detail-body .news-image-row {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
}

body.site-modern.news-detail-page .news-detail-body .news-caption {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body.site-modern.people-page #wp_news_w2 > div {
    font-size: 16px;
    line-height: 1.72;
}

body.site-modern.people-page #wp_news_w2 h5 {
    font-size: 22px;
}

body.site-modern.people-page .pi-profile {
    gap: 39px;
}

body.site-modern.people-page .aboutus-img {
    width: 168px;
    height: 228px;
}

body.site-modern.people-page #wp_news_w3,
body.site-modern.people-page #wp_news_w5 {
    gap: 22px;
}

body.site-modern.people-page #wp_news_w3 > div,
body.site-modern.people-page #wp_news_w5 > div.ry {
    min-height: 190px;
    padding: 17px;
    grid-template-columns: 126px minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 10px;
}

body.site-modern.people-page #wp_news_w3 img,
body.site-modern.people-page #wp_news_w5 img.ll {
    width: 126px;
    height: 156.8px;
    max-width: 100%;
}

body.site-modern.news-detail-page .news-detail-body img {
    max-width: 100% !important;
    height: auto !important;
}

body.site-modern.news-detail-page .news-detail-body .news-image-row img {
    max-width: min(100%, 560px) !important;
}

body.site-modern.people-page #wp_news_w3 h5,
body.site-modern.people-page #wp_news_w5 h5,
body.site-modern.people-page #wp_news_w3 h5 a.member-profile-link,
body.site-modern.people-page #wp_news_w5 h5 a.member-profile-link {
    font-size: 17px;
    line-height: 1.4;
}

body.site-modern.people-page #wp_news_w5 h5:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.35;
}

body.site-modern.people-page #wp_news_w3 > div > a,
body.site-modern.people-page #wp_news_w3 .member-email,
body.site-modern.people-page #wp_news_w5 div.ll a,
body.site-modern.people-page #wp_news_w5 .member-email {
    font-size: 14px;
    line-height: 1.55;
}

body.site-modern.publication-page .publication-year-nav {
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 12px;
}

body.site-modern.publication-page #Publications .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name {
    font-size: 26px;
}

body.site-modern.publication-page .publication-authors,
body.site-modern.publication-page .publication-title,
body.site-modern.publication-page .publication-title font,
body.site-modern.publication-page .publication-journal a {
    font-size: 16px !important;
}

body.site-modern .footer {
    min-height: 64px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
    border-top: 3px solid #3f7f25;
    background: #123e52;
    box-sizing: border-box;
    text-align: left;
}

body.site-modern .footer-inside {
    width: min(var(--site-content-width), calc(100% - (2 * var(--site-gutter))));
    margin: 0 auto;
}

body.site-modern .footerlink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

body.site-modern .footer-affiliation {
    white-space: nowrap;
}

@media (max-width: 920px) {
    body.site-modern .header {
        min-height: 124px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 12px 20px;
    }

    body.site-modern .header-left img,
    html[lang="zh-CN"] body.site-modern .header-left img {
        width: min(420px, 82vw);
    }

    body.site-modern .header-right {
        margin: 0;
        text-align: center;
    }

    body.site-modern .menuzone {
        width: 100%;
        height: 48px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    body.site-modern .mainmenu,
    body.site-modern .mainmenu ul {
        height: 100%;
    }

    body.site-modern .mainmenu ul {
        width: max-content;
        min-width: 100%;
        flex-wrap: nowrap;
    }

    body.site-modern .mainmenu li {
        min-width: 122px;
        flex: 1 0 auto;
        padding: 0 12px;
        border-bottom: 0;
    }

    body.site-modern .container {
        width: calc(100% - 28px);
        padding: 16px 0 34px;
    }

    body.site-modern:not(.home-page) .workarea {
        padding: 20px 0 30px !important;
    }

    body.site-modern.info-page .contact-layout {
        grid-template-columns: 1fr;
    }

    body.site-modern.info-page .teaching-year-list,
    body.site-modern.people-page #wp_news_w3,
    body.site-modern.people-page #wp_news_w5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-modern.news-detail-page .news-detail-card {
        padding: 24px;
    }

    body.site-modern.home-page .container {
        display: block;
    }

    body.site-modern.home-page .aaa,
    body.site-modern.home-page .dtjt8_div_img {
        height: auto !important;
        aspect-ratio: 590 / 338;
    }

    body.site-modern.home-page #home-carousel-image {
        height: 100% !important;
    }

    body.site-modern.home-page .welcomezone,
    body.site-modern.home-page .welcomebottom {
        height: auto;
        min-height: 0;
    }

    body.site-modern .footer {
        padding: 18px 0;
    }

    body.site-modern .footer-inside {
        width: calc(100% - 32px);
    }
}

@media (max-width: 620px) {
    body.site-modern .header {
        min-height: 116px;
    }

    body.site-modern .header-right {
        font-size: 12px;
    }

    body.site-modern .mainmenu li {
        min-width: 108px;
    }

    body.site-modern:not(.home-page) h2 {
        font-size: 22px;
    }

    body.site-modern.publication-page .journal-stats-list {
        grid-template-columns: 1fr;
    }

    body.site-modern.info-page .teaching-year-list,
    body.site-modern.people-page #wp_news_w3,
    body.site-modern.people-page #wp_news_w5 {
        grid-template-columns: 1fr;
    }

    body.site-modern.news-detail-page .news-detail-card {
        padding: 20px 16px;
    }

    body.site-modern.people-page .aboutus-img {
        width: 132px;
        height: 180px;
    }

    body.site-modern .footerlink {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}
