@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 14px !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

@page {
    size: landscape;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #14A0C3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}

.center {
    width: 6.9rem;
    margin: 0 auto;
}

body {
    font-family: 'Arial';
    font-size: 0.3rem;
    color: #333;
	
	-webkit-print-color-adjust: exact;
}

.mobile_none {
    display: none;
}


/* header */
.header {
    position: relative;
    height: 1rem;
    background: #14a0c3;
}

.header .logo-con img {
    width: 5.7rem;
    padding-left: 0.1rem;
    vertical-align: middle;
}

.logo-con {
    position: absolute;
    right: 0.8rem;
    width: 6.7rem;
    height: 1.24rem;
    line-height: 1rem;
    z-index: 3;
    background: url(jjh_logoBg_en_v2024.png) no-repeat top right;
    background-size: auto 1.24rem;
}

.language {
    font-size: 0.36rem;
    line-height: 1rem;
    color: #fff;
    margin-right: .18rem;
}
.language:hover a{
	color: #ffffff;
}

.en_index_banner {
    height: 6.1rem;
}

.banner-slide .swiper-slide {
    width: 100%;
    height: 6.1rem;
}

.banner-slide .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
}

.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 1rem;
    margin-right: 0.08rem;
    border: 0.03rem solid #fff;
    cursor: pointer;
}


.swiper-container .swiper-active-switch {
    background: #fff;
}

/* top-news */
.tnl-slide {
    width: 6.9rem;
    height: 4.3rem;
    margin: 0.7rem 0;
}

.tnl-slide .swiper-slide img {
    display: block;
    width: 6.9rem;
    height: 3.4rem;
}

.tnl-slide .swiper-slide .title-con {
    height: 0.88rem;
    background: url(jjh_indexFBg_en_v2023.png) repeat-x;
    background-size: auto 100%;
    color: #fff;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 0.05rem;
	
	/* white-space: nowrap;  */
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  /* 限制显示的行数 */  
	-webkit-box-orient: vertical;  
}

.tnl-slide .pagination {
    bottom: 1rem;
}

/* DynamicNews-Organization */
.chnl-top {
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.chnl-top .chnl-title {
    float: left;
    font-size: 0.4rem;
}

.see-more {
    float: right;
    font-size: 0.24rem;
    color: #14a0c3;
    background: url(jjh_moreIcon_en_v2024.png) no-repeat right center;
    background-size: auto 0.18rem;
    padding-right: 0.2rem;
}

.DynamicNews-list .first-line {
    overflow: hidden;
    border-bottom: 1px solid #a1d9e7;
    padding-bottom: 0.3rem;
}

.DynamicNews-list .first-line .img-con {
    float: left;
    border: 1px solid #14a0c3;
    padding: 0.08rem;
}

.DynamicNews-list .first-line .txt-con {
    float: left;
    /* width: 3.8rem; */
    width: 3.78rem;
    padding-left: 0.25rem;
    line-height: 0.4rem;

}

.DynamicNews-list .first-line .txt-con .read-more {
    font-size: 0.28rem;
    margin-top: 0.2rem;
}

.DynamicNews-list .first-line .txt-con .read-more a {
    color: #14a0c3;
}

.DynamicNews-list .first-line img {
    display: block;
    width: 2.65rem;
    height: 1.5rem;
}

.DynamicNews-list ul {
    padding-top: 0.2rem;
}

.DynamicNews-list ul li {
    background: url(jjh_dotIcon_en_v2024.png) no-repeat left 0.22rem;
    line-height: 0.4rem;
    padding: 0.1rem 0;
    padding-left: 0.25rem;
}

.Organization {
    margin-top: 0.8rem;
}

.Organization-list {
    position: relative;
    margin-top: 39px;
    width: 6.9rem;
    height: 8.4rem;
    background: url(jjh_orgBgM_en.jpg) no-repeat right top;
    background-size: 100% 100%;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333;

}

.Organization-list::before {
    position: absolute;
    content: "";
    background: url(jjh_orgBar_en.jpg) no-repeat;
    width: 6.9rem;
    height: 0.03rem;
    left: 0;
    top: 0;
}

.Organization-list ul {
    padding-top: 0.3rem;
}

.Organization-list li {
    background: url(jjh_squareIcon_en_v2024.png) no-repeat 0.3rem 0.26rem;
    background-size: 0.12rem 0.12rem;
    padding: 0.15rem 0;
    padding-left: 0.6rem;
}

/* Donate */
.Donate {
    margin-top: 0.7rem;
}


.donate-list li {
    position: relative;
    width: 6.9rem;
    height: 3.6rem;
    margin-bottom: 0.4rem;
    background: url(jjh_donateBgM_en.jpg) no-repeat;
    background-size: cover;
}

.donate-list li:first-child {
    margin-left: 0;
}

.donate-list li .qr-code {
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    background: url(jjh_qrBg_en_v2024.png);
    background-size: 2.3rem 2.3rem;
    ;
    top: 0.44rem;
    left: 2.3rem;
    box-sizing: border-box;
    padding: 0.42rem 0 0 0.42rem;
}

.donate-list li .qr-code img {
    width: 1.5rem;
    height: 1.5rem;
}

.donate-list li .txt-con {
    position: absolute;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    bottom: 0.2rem;
}

.donate-list li .txt-con img {
    height: 0.3rem;
    vertical-align: middle;
    padding-right: 0.1rem;
	margin-top: -0.05rem;
}
.donate-list li:nth-child(3) .txt-con img{
	margin-top: -0.08rem;
}

/* footer */
.footer {
    background: url(jjh_indexFBg_en_v2023.png) repeat-x;
    background-size: contain;
    color: #fff;
    overflow: hidden;
    margin-top: 1.1rem;
    padding-bottom: 0.2rem;
}

.contact-us {
    height: 1.17rem;
    line-height: 1.4rem;
    border-bottom: 1px solid #61c1d1;
    font-weight: bold;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.contact-way {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-way span {
    display: inline-block;
    margin-bottom: 0.3rem;
}


/* 二级页 */

.nav_sec {
    display: none;
}

.bread_nav {
    font-size: 0.24rem;
    color: #999999;
    margin: 0 .3rem;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.main {
    padding: 0 0.3rem .3rem;
    background: #FFFFFF;
    margin: 0 .3rem;
    box-shadow: 0 0 15px #ccc;
}

.col_title {
    color: #14A0C3;
    font-size: .4rem;
    height: .9rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    box-sizing: border-box;
    margin-top: .3rem;
    padding-top: .2rem;
}

.content_main{
	font-size: 0.3rem;
	line-height: 0.58rem;
}

.content_main *{
    margin-bottom: 0.2rem;
}

.content_main img{
	max-width: 100%;
}

.content_title {
    font-size: 0.38rem;
    text-align: center;
    color: #0d3457;
    position: relative;
    line-height: 1.8;
    margin-top: 0.3rem;
    padding-top: .3rem;
}

.content_title {
    font-size: 0.38rem;
    text-align: center;
    color: #0d3457;
    position: relative;
    line-height: 1.8;
    margin-top: 0.3rem;
    padding-top: .3rem;
}

.article_info {
    margin: 0 auto;
    font-size: 0.24rem;
    color: #0d3457;
    line-height: 0.48rem;
    background-size: 6.9rem auto;
    padding-bottom: 0.3rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
}

.article_info .article_info_item {
    padding-left: .5rem;
}

.article_info .article_info_item:first-child {
    background: url(jjh_artInfoTime_v2023.png) no-repeat 0.1rem center;
    background-size: 0.3rem auto;
}

.article_info .article_info_item:nth-child(2) {
    background: url(jjh_artInfoSource_v2023.png) no-repeat 0.5rem center;
    background-size: 0.3rem auto;
}

.content {
    padding-top: 0.5rem;
}

.content video {
    display: block;
    width: 6.9rem;
    margin: 0 auto;
}

.content_title img {
    display: none;
    width: 0.44rem;
    vertical-align: text-top;
}

.col_title {
    color: #14A0C3;
    font-size: .4rem;
    height: .9rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    box-sizing: border-box;
    margin-top: .3rem;
    padding-top: .2rem;
}

.col_list_txt {
    overflow: hidden;
}

.col_list_txt ul li {
    padding: .2rem 0;
    background: url(nav_dian.gif) 0px .4rem no-repeat;
    background-size: .1rem;
    padding-left: .3rem;
    font-size: .3rem;
    border-bottom: 1px #B3D2E4 dashed;
    line-height: 1.5;
    overflow: hidden;
    clear: bottom;
}

.col_list_txt ul li a {
    display: block;
}

.col_list_txt ul li span {
    float: right;
    font-size: .24rem;
    color: #59B6B6;
    line-height: 1.8;
}

/*分页*/
.lssp_page {
    text-align: center;
    padding: .3rem 0 0;
    position: relative;
    z-index: 11;
    clear: both;
    overflow: hidden;
}

.lssp_page_s {
    font-size: .24rem;
}

.lssp_page a {
    cursor: pointer;
}

.lssp_page a,
.lssp_page span,
.lssp_page .txt {
    padding: 0 .1rem;
    height: 0.4rem;
    line-height: .4rem;
    border: 1px solid #d1d1d1;
    color: #2d2d2d;
    font-size: .24rem;
    border-radius: 3px;
    display: inline-block;
}

.lssp_page a {
    margin: 0 2px;
}

.lssp_page a:hover {
    color: #fff;
    border: 1px solid #14A0C3;
    background: #14A0C3;
}

.lssp_page .cur {
    color: #fff;
    border: 1px solid #14A0C3;
    background: #14A0C3;
}

.lssp_page span {
    border: none;
}

.lssp_page .txt {
    width: 18px;
}

.lssp_page #num {
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 22px;
    vertical-align: top;
    font-size: 12px;
    background: 0;
}

.lssp_page font {
    display: none;
}

.lssp_page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.lssp_page #go {
    height: 24px;
    line-height: 24px;
    padding: 0px 6px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #14A0C3;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}

/*分页 end*/






























