@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;
}

.pcNone {
    display: none !important;
}

@page {
    size: landscape;
}

body {
    font-family: 'Arial';
    font-size: 16px;
    background: #fff;
    min-width: 1040px;
	
	-webkit-print-color-adjust: exact;
}

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: 1400px;
    margin: 0 auto;
}

/* 英文站首页-头部 */
.jjh-index-en .header {
    position: relative;
    height: 80px;
    line-height: 80px;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 9;
}

.jjh-index-en .header .center {
    position: relative;
    background: #fff;
    height: 80px;
    line-height: 80px;
}

.jjh-index-en .header .logo-bg {
    position: absolute;
    /* z-index: 9; */
    left: -260px;
    width: 1005px;
    height: 136px;
    background: url(jjh_logoBg_en_v2024.png) no-repeat right top;
}

.jjh-index-en .header .logo-con {
    position: absolute;
    float: left;
    width: 745px;
    height: 136px;
    line-height: 120px;
    /* background: url(jjh_logoBg_en_v2024.png) no-repeat right top; */
}

.jjh-index-en .header .logo-con::before {
    display: none;
    position: absolute;
    content: "";
    height: 120px;
    background: #fff;
    width: 260px;
    top: 0;
    left: -260px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.jjh-index-en .header .logo-con img {
    vertical-align: middle;
}

.header-txt {
    width: 240px;
    height: 80px;
    line-height: 80px;
    float: right;
}

.jjh-index-en .header .date {
    color: #333;
}

.header-txt .language a {
    padding: 0 8px;
}

.header-txt .language a.on {
    color: #14a0c3;
}

/* 英文版 首页 banner */
.en_index_banner {
    width: 100%;
    max-width: 1920px;
    height: 620px;
}

.en_index_banner .swiper-slide {
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
}

.en_index_banner .swiper-slide img {
    /* width: 100%; */
    display: block;
    /* height: 620px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.en_index_banner .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.en_index_banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin-right: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}


.en_index_banner .swiper-active-switch {
    background: #fff;
}

.arrL,
.arrR {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 277px;
    cursor: pointer;
}

.arrL {
    left: 30px;
    background: url(jjh_slideArrL_en_v2024.png) no-repeat;
}

.arrR {
    right: 30px;
    background: url(jjh_slideArrR_en_v2024.png) no-repeat;
}


/* top news */
.top-news {
    margin-top: 70px;
    height: 478px;
}

.top-news-left {
    float: left;
    height: 478px;
    width: 966px;
}

.tnl-slide {
    height: 478px;
    width: 966px;
}

.tnl-slide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.tnl-slide .swiper-slide:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.tnl-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.tnl-slide .swiper-slide .title-con {
    position: absolute;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    z-index: 8;
    font-size: 20px;
    font-weight: bold;
    /* overflow: hidden; */
    width: 100%;
}

.tnl-slide .swiper-slide .title-con a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-news-right {
    float: right;
    width: 434px;
    height: 478px;
    background: url(jjh_tnRBg_en.jpg) no-repeat;
	overflow: hidden;
}

.top-news-right ul {
    padding-left: 8px;
    padding-top: 12px;
}

.top-news-right li {
    padding: 10px 0;
    height: 90px;
    padding-left: 20px;
}

.top-news-right li.on {
    background: url(jjh_tnrLiBg_en_v2024.png) no-repeat;
}

.top-news-right li .img-con {
    float: left;
    overflow: hidden;
}

.top-news-right li:hover .img-con img {
    transform: scale(1.1);
    transition: 0.3s;
}

.top-news-right li .img-con img {
    display: block;
    width: 160px;
    height: 90px;
    transition: 0.3s;
}

.top-news-right li .txt-con {
    float: left;
    width: 210px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    height: 90px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 10px;
	
	/* white-space: nowrap;  */
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 3;  /* 限制显示的行数 */  
	-webkit-box-orient: vertical;  
}

/* Dynamic News & Organization */
.DynamicNews-Organization {
    margin-top: 80px;
}

.DynamicNews {
    width: 670px;
}

.chnl-top {
    line-height: 42px;
    height: 42px;
}

.chnl-title {
    float: left;
    font-size: 42px;
    color: #1c1f22;
}

.see-more {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #14a0c3;
    background: url(jjh_moreIcon_en_v2024.png) no-repeat right center;
    padding-right: 15px;

}

.see-more a {
    color: #14a0c3;
}

.DynamicNews-list {
    margin-top: 40px;
}

.DynamicNews-list .first-line {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #a1d9e7;
}

.DynamicNews-list .first-line .img-con {
    float: left;
    width: 264px;
    height: 148px;
    padding: 10px 9px;
    border: 1px solid #14a0c3;
    overflow: hidden;
}

.DynamicNews-list .first-line .img-con:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

.DynamicNews-list .first-line .img-con img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.DynamicNews-list .first-line .txt-con {
    padding-left: 25px;
    float: left;
    width: 384px;
    box-sizing: border-box;
}

.DynamicNews-list .first-line .title {
    font-size: 22px;
    line-height: 32px;
    color: #1a1a1a;
}

.DynamicNews-list .first-line .read-more {
    font-size: 18px;
    color: #14a0c3;
    margin-top: 40px;
}

.DynamicNews-list ul{
	padding-top: 10px;
}

.DynamicNews-list li {
    font-size: 22px;
    line-height: 24px;
    color: #1a1a1a;
    padding: 10px 0;
    padding-left: 20px;
    background: url(jjh_dotIcon_en_v2024.png) no-repeat left 19px;
}

.Organization {
    width: 669px;
}

.Organization-list {
    position: relative;
    margin-top: 39px;
    width: 669px;
    height: 442px;
    background: url(jjh_orgBg_en.jpg) no-repeat;
    font-size: 22px;
    line-height: 48px;
    color: #333;

}

.Organization-list::before {
    position: absolute;
    content: "";
    background: url(jjh_orgBar_en.jpg) no-repeat;
    width: 669px;
    height: 3px;
    left: 0;
    top: 0;
}

.Organization-list ul {
    padding-top: 30px;
}

.Organization-list li {
    padding-left: 60px;
    background: url(jjh_squareIcon_en_v2024.png) no-repeat 40px center;
}

/* Donate */
.Donate {
    margin-top: 80px;
}

.donate-list {
    margin-top: 40px;
}

.donate-list ul {
    overflow: hidden;
}

.donate-list li {
    position: relative;
    width: 425px;
    height: 300px;
    float: left;
    margin-left: 60px;
    background: url(jjh_donateBg_en.jpg) no-repeat;
}

.donate-list li:first-child {
    margin-left: 0;
}

.donate-list li .qr-code {
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(jjh_qrBg_en_v2024.png);
    top: 40px;
    left: 113px;
    box-sizing: border-box;
    padding: 35px 0 0 35px;
}

.donate-list li:hover .qr-code img {
    transform: scale(1.1);
    transition: 0.3s;
}

.donate-list li .qr-code img {
    width: 130px;
    height: 130px;
    transition: 0.3s;
}

.donate-list li .txt-con {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    width: 100%;
    bottom: 15px;
}

.donate-list li .txt-con img {
    height: 32px;
    vertical-align: middle;
    padding-right: 12px;
}

/* footer */
.footer {
    margin-top: 138px;
    height: 162px;
    background: url(jjh_indexFBg_en_v2023.png) repeat-x;
}

.contact-us {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #68c6cc;
    margin-bottom: 18px;
}

.contact-way {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.contact-way span {
    display: inline-block;
    margin-right: 70px;
}

.contact-way span:last-child {
    margin-right: 0;
}


/* 列表页 */
.ej-page .header {
    border-bottom: 1px solid #68c6cc;
}

.bread_nav {
    width: 1400px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 66px;
    height: 66px;
    color: #999999;
    padding-top: 40px;
}

.main {
    width: 1400px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 50px 70px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #ccc;
}

.col_title {
    color: #14A0C3;
    font-size: 32px;
    height: 62px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    box-sizing: border-box;
}

.bread_nav a:hover {
    color: #14A0C3;
}

.col_list_txt {
    overflow: hidden;
}

.col_list_txt ul li {
    padding: 20px 0;
    background: url(nav_dian.gif) 0px 34px no-repeat;
    padding-left: 35px;
    font-size: 20px;
    border-bottom: 1px #B3D2E4 dashed;
    line-height: 1.5;
    overflow: hidden;
    clear: bottom;
}

.col_list_txt ul li a {
    display: block;
    float: left;
    width: 1070px;
}

.col_list_txt ul li span {
    float: right;
    font-size: 16px;
    color: #59B6B6;
    line-height: 1.8;
}

.lssp_page {
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    z-index: 11;
}

.lssp_page_s {
    display: inline-block;
    font-size: 14px;
}

.lssp_page a {
    cursor: pointer;
}

.lssp_page a,
.lssp_page span,
.lssp_page .txt {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d1d1d1;
    /* margin: 0 3px 0 0; */
    color: #2d2d2d;
    font-size: 16px;
    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: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 32px;
    vertical-align: top;
    font-size: 16px;
    background: 0;
}

.lssp_page font {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.lssp_page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.lssp_page #go {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #14A0C3;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}

/* 概览单页 */
.nav_sec {
    background: #F0F0F0;
    border-bottom: 1px #FFFFFF solid;
    position: relative;
    height: 60px;
    margin-bottom: 10px;
    padding-top: 60px;
}

.nav_sec::after {
    content: "";
    border-bottom: 1px #E0E0E0 solid;
}

.nav_sec .nav_sec_list {
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.nav_sec .nav_sec_list ul li {
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 38px;
    position: relative;
    font-weight: bold;
    line-height: 40px;
}

.nav_sec .nav_sec_gy ul li {
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    font-size: 17px;
    padding: 0 11px;
    position: relative;
    font-weight: bold;
    line-height: 40px;
}

.nav_sec .nav_sec_list ul li.active {
    color: #14A0C3;
}

.nav_sec .nav_sec_list ul li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 3px #14A0C3 solid;
    width: 40px;
    margin-left: -20px;
}

.nav_sec .nav_sec_list ul li:first-child::before {
    display: none;
}

.nav_sec .nav_sec_list ul li::before {
    content: "";
    height: 18px;
    position: absolute;
    left: -4px;
    top: 14px;
    width: 1px;
    background: #14A0C3;
}

.nav_sec .nav_sec_gy ul li::before {
    content: "";
    height: 16px;
    position: absolute;
    left: -4px;
    top: 14px;
    width: 1px;
    background: #14A0C3;
}


.no_bottom {
    margin-bottom: 0;
}

.noPt {
    padding-top: 0;
}
.content{
	font-size: 18px;
}
.content_main {
    margin: 50px 0;
    background: url(content_bg.png) right bottom no-repeat;
}

.content_main *{
    line-height: 2;
    margin-bottom: 1em;
}

/* 细览页 */
.content_title {
    font-size: 32px;
    text-align: center;
    padding: 30px 0 50px;
    position: relative;
    line-height: 50px;
}

.article_info {
    /* overflow: hidden; */
    font-size: 16px;
    color: #0d3457;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    padding-bottom: 20px;
}

.article_info .article_info_item {
    float: left;
    margin-right: 35px;
    padding-left: 25px;
    line-height: 38px;
}

.article_info .article_info_item:first-child {
    background: url(jjh_artInfoTime_v2023.png) no-repeat left center;
    background-size: 16px auto;
}

.article_info .article_info_item:nth-child(2) {
    background: url(jjh_artInfoSource_v2023.png) no-repeat left center;
    background-size: 17px auto;
}

.article_info .article_info_item.print {
    background: url(jjh_artDetPrintIcon_v2023.png) no-repeat left center;
    background-size: 16px auto;
    cursor: pointer;
}

.article_info .article_info_item.fontSize {
    background: url(jjh_artDelFontIcon_v2023.png) no-repeat left center;
    background-size: 17px auto;
}

.article_info .article_info_item.fontSize a {
    cursor: pointer;
    padding: 0 6px;
}

.article_info .article_info_item.fontSize a.active {
    color: #14A0C3;
}

.article_info_share {
    float: right;
    line-height: 38px;
    /* overflow: hidden; */
}

.article_info_share span,
.article_info_share img {
    display: block;
    /* float: left; */
    margin-left: 10px;
}

.article_info_share img {
    cursor: pointer;
}

.article_info_share .view {
    display: inline-block;
}

.article_info_share .share-component{
	float: left;
}
.article_info_share .sp{
	float: left;
}

.main img {
    max-width: 800px;
    height: auto;
}

/*分页 end*/
@media screen and (max-width: 1440px) {

    .center {
        width: 1000px;
    }

    .jjh-index-en .header {
        height: 60px;
        line-height: 60px;
        max-width: 1920px;
    }

    .jjh-index-en .header .center {
        height: 60px;
        line-height: 60px;
    }

    .header-txt {
        width: 240px;
        height: 60px;
        line-height: 60px;
    }

    .jjh-index-en .header .logo-bg {
        background: url(jjh_logoBg_en_v2024.png) no-repeat right top;
        background-size: auto 100px;
        height: 110px;
        width: 1005px;
        left: -450px;
    }

    .jjh-index-en .header .logo-con {
        width: 745px;
        height: 110px;
        line-height: 90px;
    }

    .jjh-index-en .header .logo-con img {
        height: 40px;
    }

    .en_index_banner {
        width: 100%;
        max-width: 1440px;
        height: 465px;
    }

    .arrL,
    .arrR {
        width: 50px;
        height: 50px;
        top: 227px;
        cursor: pointer;
    }

    .arrL {
        left: 30px;
        background: url(jjh_slideArrL_en_v2024.png) no-repeat;
        background-size: contain;
    }

    .arrR {
        right: 30px;
        background: url(jjh_slideArrR_en_v2024.png) no-repeat;
        background-size: contain;
    }

    .top-news {
        margin-top: 70px;
        height: 341px;
    }

    .top-news-left {
        float: left;
        height: 341px;
        width: 690px;
    }

    .tnl-slide {
        height: 341px;
        width: 690px;
    }

    .tnl-slide .swiper-slide .title-con {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .top-news-right {
        float: right;
        width: 310px;
        height: 341px;
        background: url(jjh_tnRBg_en.jpg) no-repeat;
        background-size: contain;
    }

    .top-news-right ul {
        padding-left: 4px;
        padding-top: 8px;
    }

    .top-news-right li .img-con img {
        width: 114px;
        height: 64px;
    }

    .top-news-right li {
        padding: 8px 0;
        height: 64px;
        padding-left: 16px;
    }

    .top-news-right li.on {
        background: url(jjh_tnrLiBg_en_v2024.png) no-repeat;
        background-size: 98% 100%;
    }

    .top-news-right li .txt-con {
        width: 150px;
        font-size: 14px;
        line-height: 22px;
        height: 64px;
        padding-left: 10px;
    }

    .DynamicNews {
        width: 478px;
    }

    .chnl-top {
        line-height: 34px;
        height: 34px;
    }

    .chnl-title {
        font-size: 34px;
    }

    .see-more {
        font-size: 14px;
        background: url(jjh_moreIcon_en_v2024.png) no-repeat right center;
        padding-right: 14px;
        background-size: 6px;
    }

    .DynamicNews-list .first-line .img-con {
        width: 188px;
        height: 105px;
        padding: 5px;
        border: 1px solid #14a0c3;
    }

    .DynamicNews-list .first-line .txt-con {
        padding-left: 25px;
        float: left;
        width: 275px;
        box-sizing: border-box;
    }

    .DynamicNews-list .first-line {
        padding-bottom: 10px;
    }

    .DynamicNews-list .first-line .title {
        font-size: 18px;
        line-height: 28px;
        color: #1a1a1a;
    }

    .DynamicNews-list .first-line .read-more {
        font-size: 14px;
        color: #14a0c3;
        margin-top: 10px;
    }

    .DynamicNews-list li {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 0;
        padding-left: 14px;
        background: url(jjh_dotIcon_en_v2024.png) no-repeat left 16px;
        background-size: 4px;
    }

    .Organization {
        width: 478px;
    }

    .Organization-list::before {
        width: 478px;
    }

    .Organization-list {
        margin-top: 39px;
        width: 478px;
        height: 315px;
        background: url(jjh_orgBg_en.jpg) no-repeat;
        background-size: contain;
        font-size: 16px;
        line-height: 36px;
    }

    .Organization-list ul {
        padding-top: 15px;
    }

    .Organization-list li {
        padding-left: 40px;
        background: url(jjh_squareIcon_en_v2024.png) no-repeat 20px center;
    }

    .donate-list li {
        position: relative;
        width: 303px;
        height: 214px;
        float: left;
        margin-left: 45px;
        background: url(jjh_donateBg_en.jpg) no-repeat;
        background-size: contain;
    }

    .donate-list li .qr-code {
        position: absolute;
        width: 142px;
        height: 142px;
        background: url(jjh_qrBg_en_v2024.png);
        background-size: contain;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
        padding: 26px 0 0 26px;
    }

    .donate-list li .qr-code img {
        width: 90px;
        height: 90px;
        transition: 0.3s;
    }

    .donate-list li .txt-con {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        bottom: 10px;
    }

    .donate-list li .txt-con img {
        height: 26px;
        vertical-align: middle;
        padding-right: 8px;
    }

    .footer {
        margin-top: 108px;
        height: 162px;
        background: url(jjh_indexFBg_en_v2023.png) repeat-x;
        background-size: auto 100%;
    }

    .contact-us {
        font-size: 24px;
        height: 58px;
        line-height: 58px;
        border-bottom: 1px solid #68c6cc;
        margin-bottom: 18px;
    }

    .contact-way {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }

    /* 二级页 */
    .bread_nav {
        width: 1000px;
        margin: 0 auto;
        font-size: 12px;
        color: #0d3457;
        line-height: 46px;
        height: 50px;
    }

    .main {
        width: 1000px;
        padding: 30px 50px;
    }

    .content_title {
        font-size: 26px;
        padding: 20px 0 30px;
        line-height: 40px;
    }

    .article_info {
        overflow: hidden;
        font-size: 16px;
        color: #0d3457;
        background-size: 100% auto;
        padding-bottom: 15px;
    }

    .article_info .article_info_item {
        float: left;
        margin-right: 20px;
        padding-left: 20px;
        line-height: 34px;
        font-size: 14px;
    }

    .article_info .article_info_item:first-child {
        background: url(jjh_artInfoTime_v2023.png) no-repeat left center;
        background-size: 14px auto;
    }

    .article_info .article_info_item:nth-child(2) {
        background: url(jjh_artInfoSource_v2023.png) no-repeat left center;
        background-size: 14px auto;
    }

    .article_info .article_info_item.print {
        background: url(jjh_artDetPrintIcon_v2023.png) no-repeat left center;
        background-size: 14px auto;
    }

    .article_info .article_info_item.fontSize {
        background: url(jjh_artDelFontIcon_v2023.png) no-repeat left center;
        background-size: 14px auto;
    }

    .article_info .article_info_item.fontSize span {
        cursor: pointer;
        padding: 0 6px;
    }

    .article_info_share {
        float: right;
        line-height: 34px;
        overflow: hidden;
        font-size: 14px;
    }

    .article_info_share img {
        width: 28px;
    }

    .article_info_share span,
    .article_info_share img {
        display: block;
        float: left;
        margin-left: 10px;
    }

    .article_info_share img {
        cursor: pointer;
    }

    .ops_icons li {
        transform: scale(0.8);
        margin-right: 0 !important;
    }
	.content{
		font-size: 16px;
	}
    .content_main {
        margin: 30px 0;
    }

    .content_main * {
        line-height: 2;
        margin-bottom: 1em;
    }

    .col_list_txt ul li {
        padding: 15px 0;
        background: url(nav_dian.gif) 0px 24px no-repeat;
        background-size: 6px;
        padding-left: 25px;
        font-size: 16px;
        border-bottom: 1px #B3D2E4 dashed;
        line-height: 1.5;
    }

    .col_list_txt ul li span {
        float: right;
        font-size: 12px;
        color: #59B6B6;
        line-height: 1.8;
    }

    .col_list_txt ul li a {
        display: block;
        float: left;
        width: 770px;
    }

    /*分页*/
    .lssp_page {
        text-align: center;
        padding: 30px 0 0;
        position: relative;
        z-index: 11;
    }

    .lssp_page_s {
        display: inline-block;
        font-size: 14px;
    }

    .lssp_page a {
        cursor: pointer;
    }

    .lssp_page a,
    .lssp_page span,
    .lssp_page .txt {
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #d1d1d1;
        /* margin: 0 3px 0 0; */
        color: #2d2d2d;
        font-size: 12px;
        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 {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .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;
    }

    .nav_sec {
        background: #F0F0F0;
        border-bottom: 1px #FFFFFF solid;
        position: relative;
        height: 40px;
        margin-bottom: 0;
        padding-top: 40px;
    }

    .nav_sec::after {
        content: "";
        border-bottom: 1px #E0E0E0 solid;
    }

    .nav_sec .nav_sec_list {
        overflow: hidden;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .nav_sec .nav_sec_list ul li {
        display: inline-block;
        height: 40px;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0 20px;
        position: relative;
        font-weight: bold;
        line-height: 30px;
    }

    .nav_sec .nav_sec_gy ul li {
        display: inline-block;
        height: 40px;
        box-sizing: border-box;
        font-size: 13px;
        padding: 0 5px;
        position: relative;
        font-weight: bold;
        line-height: 30px;
    }

    .nav_sec .nav_sec_list ul li.active {
        color: #14A0C3;
    }

    .nav_sec .nav_sec_list ul li.active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        border-bottom: 3px #14A0C3 solid;
        width: 30px;
        margin-left: -15px;
    }

    .nav_sec .nav_sec_list ul li:first-child::before {
        display: none;
    }

    .nav_sec .nav_sec_list ul li::before {
        content: "";
        height: 14px;
        position: absolute;
        top: 8px;
    }

    .nav_sec .nav_sec_gy ul li::before {
        content: "";
        height: 13px;
        position: absolute;
        top: 9px;
        left: -3px;
    }

    /*分页 end*/
    .col_title {
        color: #14A0C3;
        font-size: 24px;
        height: 52px;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
        box-sizing: border-box;
    }

}
















