a {
    color: #333;
}

a:hover {
    color: #006600;
}

img {
    max-width: 100%;
}

.bgf {
    background: #fff;
}

.ovhtable {
    display: table;
}

.pr {
    position: relative;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}

.pad50 {
    padding: 50px 0;
}

.ceccg-logo {
    background-image: url("../img/logo_head.jpg");
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 65px;
    height: 65px;
    display: inline-block;
    float: left;
}

.ceccg-logo-font {
    font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    color: #dedede;
    padding-left: 10px;
}

.main {
    padding-top: 5px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.top {
    display: table;
    padding: 15px 0;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
}

.logo img {
    height: 50px;
}

.topimg {
    float: left;
}

.topimg img {
    max-height: 50px;
}

.language {
    position: relative;
    float: right;
    margin-left: 20px;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
}

.language img {
    height: 25px;
    margin-right: 10px;
}

.language_box {
    cursor: pointer;
}

.language_box span {
    display: inline-block;
    background: url("../img/topjico.png") no-repeat right center;
    padding-right: 30px;
}

.language_pop {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background: #fff;
    padding: 10px;
    display: none;
    z-index: 5;
}

.language_pop li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 25px;
}

.language_pop li img {
    height: 25px;
}

.language:hover .language_pop {
    display: block;
}

.navbox {
    width: 100%;
    height: 50px;
    background: #006600;
    position: relative;
    z-index: 98;
}

.navico {
    position: absolute;
    left: 20px;
    top: 5px;
    display: none;
}

.hsbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    z-index: 90;
    display: none;
}

.navico img {
    width: 40px;
    height: 40px;
}

.nav {
    float: right;
    font-size: 14px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    padding: 0 35px;
    display: block;
    border-radius: 10px;
    line-height: 30px;
    margin: 10px 0;
    color: #fff;
}

.nav ul li ul {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: #014e01;
    padding: 10px 0;
    display: none;
}

.nav ul li ul li {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.nav ul li.on a {
    background: #fff;
    color: #333;
}

.nav ul li.on ul li a, .nav ul li ul li a {
    background: none;
    color: #b1b0b0;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

.nav ul li.on ul li a:hover, .nav ul li ul li a:hover {
    color: #fff;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.bannerbox {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0, 0)
}

.bannerbox .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    background-position: center;
    background-size: cover;
}

.bannerbox.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.bannerbox .swiper-slide .slider-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bannerbox .pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.bannerbox.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.bannerbox .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
    cursor: pointer;
}

.bannerbox .swiper-pagination-bullet-active {
    opacity: 1;
    width: 18px;
    background: #ff0000;
}

.inews {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 40px;
}

.inews_box {
    width: 48%;
}

.inews_hd {
    font-size: 14px;
    color: #666;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    text-transform: uppercase;
}

.inews_hd span {
    font-size: 20px;
    color: #333;
}

.inews_hd a {
    font-size: 15px;
    color: #666;
}

.inews_hd a:hover {
    color: #006600;
}

.inews_bd {
    width: 100%;
    overflow: hidden;
    background: #f2f7f2;
    font-size: 15px;
    line-height: 26px;
}

.inews_bd ul {
    padding: 15px;
    display: block;
}

.inews_bd li {
    width: 100%;
    overflow: hidden;
}

.inews_bd li i {
    float: left;
    background: #006600;
    margin: 10px 20px 0 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.inews_bd li a {
    width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inews_bd li span {
    float: right;
    color: #666666;
}

.imember {
    background: #f4f4f4;
    width: 100%;
    overflow: hidden;
}

.ct_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
}

.ct_subtitle {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    text-transform: uppercase;
}

.imember_box {
    width: 100%;
    overflow: hidden;
}

.imember_box ul {
    width: 103%;
}

.imember_box li {
    width: 22%;
    float: left;
    margin: 25px 3% 0 0;
}

.imember_box li h1 {
    width: 100%;
    padding-top: 110%;
    position: relative;
}

.imember_box li h1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    height: 75%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.imember_box li h2 {
    font-size: 17px;
    margin-top: 10px;
}

.imember_box li p {
    margin-top: 4px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.imember_box li h3 {
    margin-top: 10px;
}

.imember_box li h3 a {
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #006600;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.imember_box li h3 a:hover {
    opacity: 0.8;
}

.iactivity_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.iactivity_box dl {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
}

.iactivity_box dl dt {
    width: 48%;
    float: left;
    height: 100%;
}

.iactivity_box dl dt img {
    width: 100%;
    height: 100%;;
    object-fit: cover;
}

.iactivity_box dl dd {
    width: 46%;
    float: left;
    padding: 80px 3% 40px;
}

.iactivity_box dl dd h2 {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iactivity_box dl dd p {
    margin-top: 10px;
    font-size: 14px;
}

.iactivity_box dl dd .iactivity_txt {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    line-height: 24px;
    max-height: 240px;
    overflow: hidden;
}

.iactivity_box dl dd h3 {
    margin-top: 30px;
}

.iactivity_box dl dd h3 a {
    display: inline-block;
    line-height: 50px;
    background: #006600;
    color: #fff;
    padding: 0 35px;
    font-size: 16px;
}

.iactivity_box dl dd h3 a:hover {
    opacity: 0.8;
}

.iactivity_box .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.iactivity_box .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.iactivity_box .swiper-button-prev, .iactivity_box .swiper-button-next {
    position: absolute;
    top: 40px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    background: url("../img/jtico.png") no-repeat center center #006600;
    margin: 0;
}

.iactivity_box .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 100px;
    left: initial;
}

.iactivity_box .swiper-button-next {
    right: 30px;
    left: initial;
}

.iactivity_box .swiper-button-prev.swiper-button-disabled, .iactivity_box .swiper-button-next.swiper-button-disabled {
    background: url("../img/jtico.png") no-repeat center center #d3d3d3;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #333;
    color: #fff;
    font-size: 15px;
    padding: 25px 0;
    text-align: center;
}

.footer .wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
}

.foot_box {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.footer a {
    color: #fff;
    padding: 0 10px;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.foot_link {
    margin-top: 15px;
}

.copyright {
    margin: 25px 10px 15px;
    line-height: 24px;
}

.copyright span {
    padding: 0 10px;
}

.foot_ewm img {
    width: 110px;
    height: 110px;
}

.foot_ewm h2 {
    margin-top: 5px;
    font-size: 14px;
}

.ncontent {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.nct_l {
    width: 290px;
    float: left;
}

.nct_r {
    margin-left: 310px;
    padding-left: 20px;
    border-left: 1px #f3f3f3 solid;
    min-height: 500px;
}

.nct_ltitle {
    border-bottom: 1px #f0f0f0 solid;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.nct_ltitle h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.nct_ltitle h3 {
    font-size: 16px;
}

.nct_submenu {
    width: 100%;
    overflow: hidden;
}

.nct_submenu li {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    font-size: 16px;
    border-bottom: 1px #f0f0f0 solid;
    position: relative;
}

.nct_submenu li a {
    display: block;
    padding: 0 24px;
    line-height: 50px;
}

.nct_submenu li a:after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 0;
}

.nct_submenu li.on a {
    background: #006600;
    color: #fff;
}

.nct_submenu li.on a:after {
    content: '-';
}

.addbtn {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #006600;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}

.addbtn:hover {
    color: #fff;
    opacity: 0.8;
}

.nct_title {
    display: block;
    background: #f0f0f0;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    font-size: 18px;
}

.nct_title dt {
    width: 6px;
    border-radius: 6px;
    background: #006600;
    position: absolute;
    top: 16px;
    left: 20px;
    bottom: 16px;
}

.nct_title dd {
    padding-left: 16px;
}

.nct_title h2 {
    text-transform: uppercase;
    color: #666;
}

.article_block {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
}

.news_list {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

.news_list dl {
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 45px;
}

.news_list dl dt {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006600;
    display: inline-block;
}

.news_list dl dd {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #f4f4f4 solid;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
}

.news_list dl dd a {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list dl dd span {
    margin-left: 20px;
}

.newsimg_list {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
}

.newsimg_list dl {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
}

.newsimg_list dl dt {
    width: 180px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;
}

.newsimg_list dl dt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.newsimg_list dl dd {
    margin-left: 200px;
}

.newsimg_list dl dd h2 {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.newsimg_list dl dd h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    color: #666;
}

.page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.page span, .page a {
    display: inline-block;
    line-height: 24px;
    border: 1px #b3b3b3 solid;
    margin: 0 5px;
    padding: 0 8px;
}

.page a {
    color: #999;
}

.page a:hover {
    color: #006600;
}

.page span {
    color: #333;
}

.news_detail {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.news_detail_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px #f4f4f4 solid;
    padding: 20px 0;
}

.news_detail_title h2 {
    font-size: 20px;
}

.news_detail_title p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.news_detail_block {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.menber_img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.menber_img img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}

.menber_info {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.member_list {
    width: 100%;
    overflow: hidden;
}

.member_list ul {
    width: 102%;
}

.member_list li {
    width: 23%;
    float: left;
    margin: 20px 2% 0 0;
    padding: 18px 0;
    text-align: center;
    background: #f9f9f9;
}

.member_list li h1 {
    width: 60%;
    padding-top: 60%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.member_list li h1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.member_list li h2 {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}

.member_list li p {
    padding: 0 10px;
    margin-top: 5px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-align: left;
    color: #666;
}

.member_list li h3 {
    padding-top: 20px;
    font-size: 15px;
    display: block;
}

.member_list.ranklist li {
    width: 31.33%;
}

.lxct_top {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px;
    overflow: hidden;
}

.lxcontent {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 100px 0;
}

.contact_info {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    width: 40%;
    float: left;
}

.contact_info_top {
    padding: 10px 0;
}

.contact_info_top h1 {
    font-size: 20px;
}

.contact_info_top h2 {
    font-size: 40px;
}

.contact_info_top p {
    font-size: 16px;
    margin-top: 5px;
}

.contact_dl {
    margin-top: 25px;
    color: #666;
    line-height: 24px;
}

.contact_dl dt {
    font-size: 20px;
    padding-bottom: 10px;
}

.contact_map {
    width: 58%;
    float: right;
}

.join_content {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 100px 0;
}

.join_step {
    width: 100%;
    overflow: hidden;
}

.join_step dl {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

.join_step dl dt {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #006600;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
}

.join_step dl dd {
    margin-top: 10px;
    font-size: 16px;
}

.join_box {
    width: 100%;
    text-align: center;
}

.join_btn {
    display: inline-block;
    padding: 0 95px;
    line-height: 50px;
    background: #006600;
    color: #fff;
    font-size: 22px;
    margin: 140px auto 0;
}

.join_btn:hover {
    color: #fff;
}

.join_txt {
    font-size: 16px;
    margin-top: 30px;
}

.join_txt a {
    color: #006600;
}

.weiz {
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
}

.weiz a, .weiz span {
    color: #006600;
}

.slid-img {
    max-height: 450px;
}

@media all and (min-width: 1600px) {
    .slid-img {
        max-height: 600px;
    }
}

@media all and (max-width: 1600px) {
    .slid-img {
        max-height: 500px;
    }
}

@media all and (max-width: 1280px) {
    .wrapper {
        width: 70%;
    }
    .member_list li {
        width: 31.33%;
    }
    .slid-img {
        max-height: 450px;
    }
}

@media all and (max-width: 768px) {
    .wrapper {
        width: 96%;
    }
}

@media all and (max-width: 1000px) {
    .topimg {
        display: none;
    }

    .inews_bd li a {
        width: 58%;
    }

    .member_list li, .member_list.ranklist li {
        width: 48%;
    }

    .nav ul li a {
        padding: 0 30px;
    }
}

@media all and (min-width: 0) and (max-width: 768px) {
    .main {
        padding-top: 5px;
    }

    .pad50 {
        padding: 30px 0;
    }

    .top {
        padding: 10px 0;
    }

    .logo img {
        height: 40px;
    }

    .navico {
        display: block;
    }

    .language {
        position: absolute;
        right: 20px;
        bottom: -50px;
        z-index: 9;
        color: #fff;
        font-size: 14px;
    }

    .language_box span {
        background: url("../img/topjicom.png") no-repeat right center;
        background-size: 15px auto;
        padding-right: 22px;
    }

    .language_pop {
        background: #006600;
    }

    .nav {
        width: 150px;
        position: fixed;
        top: 110px;
        left: -150px;
        bottom: 0;
        background: #006600;
        z-index: 98;
        overflow-y: auto;
    }

    .nav ul {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .nav ul li {
        width: 100%;
        overflow: hidden;
    }

    .nav ul li a {
        border-radius: 0;
        margin: 2px 0;
        line-height: 40px;
    }

    .nav ul li ul {
        position: inherit;
        top: 0;
        left: 0;
        padding: 0;
        display: block;
        background: #014e01;
        width: 100%;
    }

    .nav ul li ul li {
        background: #014e01;
    }

    .banner img {
        width: 100%;
        height: 100%;
        min-height: 120px;
        object-fit: cover;
        display: block;
    }

    .banner .wrapper {
        width: 100%;
    }

    .inews {
        padding: 10px 0 30px;
    }

    .inews_box {
        width: 100%;
    }

    .inews_hd {
        font-size: 12px;
    }

    .inews_hd span {
        font-size: 18px;
    }

    .inews_hd a {
        font-size: 14px;
    }

    .imember_box li {
        width: 47%;
    }

    .iactivity_box dl dt {
        width: 100%;
        overflow: hidden;
    }

    .iactivity_box dl dt {
        height: 200px;
    }

    .iactivity_box dl dt img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .iactivity_box .swiper-button-prev, .iactivity_box .swiper-button-next {
        top: 220px;
    }

    .iactivity_box .swiper-button-next {
        right: 10px;
    }

    .iactivity_box .swiper-button-prev {
        right: initial;
        left: 10px;
    }

    .iactivity_box dl dd {
        padding: 20px 45px 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .iactivity_box dl dd .iactivity_txt {
        max-height: 144px;
    }

    .iactivity_box dl dd h3 a {
        color: #006600;
        background: none;
        display: block;
        text-align: center;
        line-height: 20px;
    }

    .footer {
        font-size: 13px;
    }

    .foot_link {
        margin-top: 0;
    }

    .copyright {
        margin: 10px 10px 0 0;
    }

    .ncontent {
        padding: 20px 0;
    }

    .nct_l {
        display: none;
    }

    .nct_r {
        margin: 0;
        border: 0 none;
        padding: 0;
        min-height: inherit;
    }

    .article_block {
        margin-top: 15px;
    }

    .nct_title {
        padding: 8px 10px;
    }

    .nct_title dt {
        left: 8px;
    }

    .nct_title h2 {
        font-size: 15px;
    }

    .news_list dl {
        margin-top: 5px;
    }

    .newsimg_list dl {
        padding: 10px 0;
    }

    .newsimg_list dl dt {
        width: 130px;
        height: 80px;
    }

    .newsimg_list dl dd {
        margin-left: 145px;
    }

    .newsimg_list dl dd h2 {
        margin-top: 0;
        font-size: 17px;
    }

    .newsimg_list dl dd h3 {
        margin-top: 6px;
        font-size: 13px;
    }

    .page {
        margin-top: 15px;
    }

    .news_detail_title {
        padding: 15px 0;
    }

    .news_detail_title h2 {
        font-size: 18px;
    }

    .news_detail_block {
        margin-top: 15px;
    }

    .member_list ul {
        width: 100%;
    }

    .member_list li, .member_list.ranklist li {
        width: 47%;
        margin: 15px 3% 0 0;
    }

    .contact_info, .contact_map {
        width: 100%;
        overflow: hidden;
    }

    .lxcontent {
        padding: 20px 0 0;
    }

    .contact_map {
        padding: 10px 3%;
        background: #fff;
        margin: 0 -3%;
        margin-top: 20px;
    }

    .join_content {
        padding: 40px 0;
    }

    .join_step dl {
        text-align: left;
        width: 100%;
        padding-bottom: 40px;
    }

    .join_step dl:after {
        content: '';
        background: url("../img/joinico.png") no-repeat;
        background-size: 15px;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 40px;
        left: 7px;
    }

    .join_step dl dt {
        float: left;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .join_step dl dd {
        margin: 5px 0 0 50px;
    }

    .join_btn {
        margin: 10px auto 0;
        padding: 0 60px;
    }


}

@media all and (max-width: 350px) {
    .inews_bd li a {
        width: 50%;
    }
}