/*
* news.css
*
*/
/* --------------------------------
	news index
-------------------------------- */
body.page-categoryTop {
	position: relative;
}
body.page-categoryTop:before {
	content: "";
	display: block;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	height: 280px;
	background-image: url(../img/categoryHero_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.l-categoryHero_title:before {
	width: 150px;
}
@media print, screen and (min-width: 768px) {

	body.page-categoryTop:before {
		height: 440px;
		background-image: url(../img/categoryHero_bg_md.jpg);
	}
	.l-categoryHero_title:before {
	width: 250px;
}
}



.l-categoryHero_title_label {
	background-image: url(../font/SVG/categoryHero_title.svg);
}
@media print, screen and (min-width: 768px) {
	.l-categoryHero_title_label {
		background-image: url(../font/SVG/categoryHero_title_md.svg);
	}
}

.newsIndex_subscribe {
	margin: -26px 0 30px;
	font-size: 22.4px;
	font-size: 1.4rem;
}
.newsIndex_subscribe:after {
	content: "";
	display: block;
	clear: both;
}

.newsIndex_subscribe_list {
	float: right;
}

.newsIndex_subscribe_list_item {
	float: left;
	margin-left: 26px;
}

/* --------------------------------
	news detail
-------------------------------- */
.newsDetail_header {
	padding: 80px 0 30px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header {
		padding-top: 136px;
		padding-bottom: 52px;
	}
}

.newsDetail_header_link {
	float: right;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsDetail_header_link_item {
	float: left;
	margin-left: 42px;color: #fff;text-shadow:0 0 66px #000;
}
.newsDetail_header_link_item a {
	text-decoration: none;
}

.newsDetail_header_badge {
	display: inline-block;
	margin: 0 0 12px;
	padding: 1px 10px;
	border-radius: 20px;
	background: #cd0948;
	color: #fff;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_badge {
		margin-bottom: 18px;
		padding: 4px 14px;
		font-size: 1.4rem;
	}
}

.newsDetail_header_title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_title {
		font-size: 3.4rem;
	}
}

.newsDetail_header_lead {
	margin: 10px 0 0;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: normal;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_lead {
		font-size: 1.6rem;
	}
}

.newsDetail_header_notice {
	margin: 10px 0 0;
	color: #fe0000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_notice {
		font-size: 1.8rem;
	}
}

.newsDetail_header_meta {
	margin: 10px 0 0;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_meta {
		margin: 10px 0 -31px 0;
	}
}

.newsDetail_header_date_category {
	color: #fff;
	font-weight: bold;
}

.newsDetail_header_figure {
	margin: 20px 0 0;
}
.newsDetail_header_figure img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_figure {
		margin-top: 36px;
	}
}

.newsDetail_header_overview {
	margin: 20px 0 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_overview {
		margin-top: 28px;
	}
}

.newsDetail_header_overview_list {
	margin-top: 0.6em;
	font-size: 19.2px;
	font-size: 1.2rem;
}
.newsDetail_header_overview_list:first-child {
	margin-top: 0;
}
.newsDetail_header_overview_list dt {
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_overview_list {
		display: table;
		margin: 0;
		font-size: 1.6rem;
	}
	.newsDetail_header_overview_list dt,
	.newsDetail_header_overview_list dd {
		display: table-cell;
		vertical-align: top;
	}
	.newsDetail_header_overview_list dt {
		padding: 0 1em 0 0;
		white-space: nowrap;
	}
}

.newsDetail_body {
	padding: 28px 0 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_body {
		padding-top: 56px;
	}
}
.newsDetail_body p {
	margin: 1.8em 0;
}
.newsDetail_body p:first-child {
	margin-top: 0;
}
.newsDetail_body p:last-child {
	margin-bottom: 0;
}
.newsDetail_body .newsDetail_heading + p {
	margin-top: 0;
}

.newsDetail_body_box {
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 20px 45px;
	background: #fff;font-weight: lighter;
}
.newsDetail_body_box p{text-align: center}
.wztz p{text-align: left}
.wztz p img{border-radius:8px}
.newsDetail_table_data p{text-align:justify}
@media print, screen and (min-width: 768px) {
	.newsDetail_body_box {
		margin: 0 0 78px 0;
		padding: 84px;
		border-radius: 20px;
	}
}

.newsDetail_hero img {
	width: 100%;
}

.newsDetail_section {
	position: relative;
	margin-top: 42px;
}
.newsDetail_section:first-child {
	margin-top: 0;
}
.newsDetail_section:after {
	content: "";
	display: block;
	clear: both;
}

.newsDetail_text {
	margin: 42px 0;
}
.newsDetail_text:first-child {
	margin-top: 0;
}
.newsDetail_text:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_text {
		margin: 70px 0 20px 0;
	}
}

.newsDetail_heading {
	position: relative;
	margin: 42px 0 21px; 
	line-height: 1.6;
}
.newsDetail_section:first-child .newsDetail_heading {
	margin-top: 0;
}
.newsDetail_footer .newsDetail_heading {
	margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading {
		margin: 70px 0 42px;
	}
	.newsDetail_footer .newsDetail_heading {
		margin-bottom: 20px;
	}
}

.newsDetail_heading-h2 {
	padding: 0 0 13px;
	font-size: 28.8px;
	font-size: 1.8rem;
}
.newsDetail_heading-h2:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 4px; 
	width: 40px;
	height: 4px;
	background: #000;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading-h2 {
		padding-bottom: 18px;
		font-size: 2.8rem;
	}
	.newsDetail_heading-h2:before {
		width: 50px;
	}
}

.newsDetail_heading-h3 {
	font-size: 25.6px;
	font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading-h3 {
		font-size: 2.2rem;
	}
}

.newsDetail_headFunction {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.newsDetail_figure {
	margin: 1.8em 0;
	text-align: center;
}
.newsDetail_figure:first-child,
.newsDetail_heading + .newsDetail_figure {
	margin-top: 0;
}
.newsDetail_figure:last-child {
	margin-bottom: 0;
}

.newsDetail_figcaption {
	margin: 8px 0 0;
	text-align: left;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_figcaption {
		margin-top: 14px;
	}
}

@media print, screen and (min-width: 768px) {
	.newsDetail_figure-right {
		float: right;
		margin: 0 0 1.2em 32px; 
		width: calc(50% - 16px);
	}
	.newsDetail_figure-left {
		float: left;
		margin: 0 32px 1.2em 0; 
		width: calc(50% - 16px);
	}
}

.newsDetail_table {
	margin: 1.8em 0 4em 0; 
	width: 100%;
	table-layout: fixed;
}
.newsDetail_table:first-child,
.newsDetail_heading + .newsDetail_table {
	margin-top: 0;
}
.newsDetail_table:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
	.newsDetail_table_header,
	.newsDetail_table_data {
		display: block;
	}
}

.newsDetail_table_header {
	padding: 14px 10px 0;
	text-align: left;
}
tr:first-child .newsDetail_table_header {
	padding-top: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_table_header {
		padding-bottom: 14px;
		border-bottom: 2px solid #d7d7d5; 
		width: 22%;
	}
}

.newsDetail_table_data {
	padding: 0 10px 14px;
	border-bottom: 2px solid #f0f0ee;
}
tr:first-child .newsDetail_table_data {
	padding-top: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_table_data {
		padding-top: 14px;
	}
}

.newsDetail_imgList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -10px; 

	-webkit-box-pack: start; 

	-webkit-justify-content: flex-start; 

	    -ms-flex-pack: start; 

	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_imgList {
		margin: -18px;
	}
}

.newsDetail_imgList_item {
	padding: 10px; 
	width: 50%;
}
.newsDetail_imgList_item2 {
	width: 20% !important;
}
.newsDetail_imgList_item img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_imgList_item {
		padding: 18px; 
		width: 20%;
	}
}

.newsDetail_lecturerList_item {
	margin: 0 0 28px;
}
.newsDetail_lecturerList_item:not(:first-child) {
	padding-top: 28px;
	border-top: 2px solid #f0f0ee;
}

.newsDetail_lecturerList_figure {
	text-align: center;
}
.newsDetail_lecturerList_figure img {
	max-width: 192px;
}

.newsDetail_lecturerList_header {
	margin: 22px 0 8px;
	font-weight: bold;
}
.newsDetail_lecturerList_header p {
	margin: 0;
}

.newsDetail_lecturerList_headline {
	font-size: 24px;
	font-size: 1.5rem;
}

.newsDetail_lecturerList_name {
	font-size: 27.2px;
	font-size: 1.7rem;
}

@media print, screen and (min-width: 768px) {
	.newsDetail_lecturerList_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.newsDetail_lecturerList_figure {
		margin-right: 40px;
	}
	.newsDetail_lecturerList_body {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.newsDetail_lecturerList_header {
		margin: 0 0 10px;
	}
	.newsDetail_lecturerList_headline {
		font-size: 1.6rem;
	}
	.newsDetail_lecturerList_name {
		font-size: 2.2rem;
	}
	.newsDetail_lecturerList_text {
		font-size: 1.4rem;
	}
}

.newsDetail_relatedLink_item {
	word-break: break-all;
}
.newsDetail_relatedLink_item:not(:first-child) {
	margin-top: 7px;
}
.newsDetail_relatedLink_item .m-iconBadgeText {
	font-weight: normal;
	line-height: 1.8;
}

.newsDetail_relatedNews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_relatedNews {
		margin-right: -12px;
		margin-left: -12px;
	}
	.newsDetail_relatedNews .m-card {
		margin: 14px; 
		width: calc(25% - 28px);
	}
	.newsDetail_relatedNews .m-card_body {
		padding: 20px 20px 25px;
	}
	.newsDetail_relatedNews .m-card_meta {
		margin-bottom: 6px;
	}
	.newsDetail_relatedNews .m-card_badge {
		float: none;
		margin-bottom: 6px;
	}
	.newsDetail_relatedNews .m-card_date {
		float: right;
	}
}

.newsDetail_footer {
	padding: 52px 0 56px;
}
.newsDetail_footer_localNav {
	padding-bottom: 45px;
    padding-top: 45px;
}
.newsDetail_footer_localNav_way{
	padding-bottom: 45px;
    padding-top: 45px;
}

@media print, screen and (min-width: 768px) {
	.newsDetail_footer {
		padding: 0 0 84px;
	}
	.newsDetail_footer_localNav {
	    padding-top: 0px;
		padding-bottom: 84px;
	}
	.newsDetail_footer_localNav_way {
		padding: 84px 0 84px;
	}
}

/* print ----- */
.newsDetail-print .newsDetail_header {
	padding-top: 56px;
}

.newsDetail-print .newsDetail_imgList_item {
	width: 50%;
}

@media print {
	.newsDetail-print .newsDetail_body_box {
		padding: 0;
	}
}

/* way governance cg ---------- */
@media print, screen and (min-width: 768px) {
    .governance_structure_dataList .m-dataList_title {
        width: 50%;
    }
    .governance_structure_dataList .m-dataList_dataInner {
        padding-left: 20px;
    }
}

.m-scrollableTable .governance_director_table .m-dataTable_body th {
    min-width: 100px;
}
.governance_director_table .name {
    min-width: auto;
    width: 22%;
}
.governance_director_table .note {
    width: 20%;
}
.governance_director_table .bg {
	z-index: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.governance_director_table tbody .bg:before {
	z-index: -1;
	top: 10px;
	right: 0;
	bottom: 10px;
	left: 2px;
	width: auto;
	height: auto;
	background-color: transparent;
}
.governance_director_table tbody .bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: auto;
	background: #fff;
}
.governance_director_table .bg span {
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: 100%;
    content: "";
}
.governance_director_table tbody .bg-gn:before {
    background-color: #B1CC95;
}
.governance_director_table tbody .bg-bl:before {
	background-color: #95BDCC;
}
.governance_director_table tbody .bg-vt:before {
    background-color: #7594C6;
}
.governance_director_table .line {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .m-scrollableTable .governance_director_table {
        table-layout: fixed;
        white-space: normal;
    }
    .governance_director_table .m-dataTable_body th,
    .m-dataTable_body td {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
	.governance_director_table .m-dataTable_head th:not(:last-child) {
		padding-right: 10px;
		padding-left: 10px;
	}
	.governance_director_table tbody {
		font-size: 1.4rem;
	}
	.governance_director_table.en .m-dataTable_head {
		font-size: 1.4rem;
	}
}

.m-scrollableTable .governance_outside_director_table .m-dataTable_body th {
    min-width: 100px;
}
.governance_outside_director_table .desc {
    width: 60%;
}
@media print, screen and (min-width: 768px) {
    .m-scrollableTable .governance_outside_director_table {
        table-layout: fixed;
        white-space: normal;
    }
	.governance_outside_director_table tbody {
		font-size: 1.4rem;
	}
    .governance_outside_director_table .name {
        width: 15%;
    }
}

.newsDetail_table_data a{
		font-weight:lighter
	}

.slt{max-height: 395px; height:14vw; overflow: hidden;background-position:center center!important; background-size:cover!important;border-radius: 20px 20px 0 0;}



.tz{margin-top: -200px}
.tz2{margin-top: 3px}
.tz3{min-height: 20vh;}
.tz4{filter: blur(0px);}
.newsDetail_header_title{color: #fff;text-shadow:0 0 86px rgba(0, 0, 0, .9);}
@media print, screen and (max-width: 767px) {
.slt{height:100vw;max-height: 220px;}
	.tz{margin-top: -170px}
	.newsDetail_table_data{font-weight:normal}
	.newsDetail_table_data a{font-weight:normal}
	.m-card_badge, .m-textBadge{padding-top: 3px}
	.newsDetail_header_badge{display: none;}
	.newsDetail_header_title{padding: 10px 0;text-shadow:0 0 86px rgba(0, 0, 0, .3);}
	
}
.m-card:hover .m-card_imgWrapper {
	border-radius: 20px;
}
.prenext{ text-align: center}
.prenext a{ 
	display: inline-block;
	margin: 40px -7px -10px 7px
	}

.pages{text-align: center;margin: 4% 0 0 0}
.pages li{display:inline-block;margin: 0 5px}
.pages a,.disabled,.current{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px #dedede solid;
	border-radius: 40px;
	text-align: center;
	line-height: 36px;
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: #666;
	font-weight: 600;background-color: #f8f8f8
}
.pages a:hover,.pages .active a{
	background-color: #cd0948;
	color: #fff;border: 2px #cd0948 solid;

}
.p318 img{width: calc(33% - 20px);margin: 10px}
@media print, screen and (max-width: 768px) {
	.p318 img{width: calc(50% - 20px);margin:10px}
	.yc{display: none}
	.newsDetail_body_box p{
		font-size: 17px;text-align: justify;font-weight: normal;color: #606060;line-height: 1.68
	}
.pages li{margin: 0 3px}
.pages{text-align: center;margin: 10% 0 0 0}
.pages a,.disabled,.current{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 28px;
	font-size: 15px;font-weight: 400;border: 1px #dedede solid;
}
.current{
	background-color: #cd0948;
	color: #fff;border: 1px #cd0948 solid;

}
}
.p243 img{ width: 115px;padding: 30px}
