@charset "utf-8";

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    display: table;
    content: " ";
}
/*****mc_base****/
img {
    max-width: 100%;
    vertical-align: middle;
}
.mc_container {
    width: 1200px;
    margin: 0 auto;
}

/* 响应式内容区变化 */
@media screen and (max-width: 1200px) {
    .mc_container {
        max-width: 100%;
        width: 990px;
        padding: 0 20px;
    }
}


@media screen and (max-width: 950px) {
    .mc_container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    /* bshare手机端 */
    .bsBox {
        width: 255px !important;
        margin: 0 !important;
        transform: translate(-50%, -50%)
    }

    .bsTop {
        width: 255px !important;
    }

    #bsMorePanel {
        width: 255px !important;
    }

    .bFind-wrapper-top input {
        width: unset !important;
    }

    #bsPanel {
        display: none;
    }

    /* slick指示点 */
    .slick-dots li {
        width: 8px;
        height: 8px;
    }
}

/* bshare 界面错乱调整 */
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
    box-sizing: content-box;
}

.bsTop span {
    line-height: 24px !important;
}

/* b-share */
.mc_sharebox {
    margin: 0 10px;
}

.bshare-custom .mc_sharebox a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100% !important;
    background: none !important;
}

/* 列表图片 */
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}

.mc_list_under {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.mc_list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* hover换图 */
.mc_xtbbox {
    position: relative;
}

.mc_xtb_default{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all .36s;
}

.mc_xtb_active{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .36s;
    opacity: 0;
}

/* 两边截取 */
.mc_lbjq {
    overflow: hidden;
}

.mc_lbjq img {
    height: 100%;
    width: auto;
    max-width: none;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 背景图 */
.mc_cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mc_cover img,
.mc_cover video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

/* 定位内容区 */
.mc_pos_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mc_pos_bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.mc_pos_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%);
}

.mc_pos_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.mc_pos_under{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* 小图标i标签 */
.mc_icon {
    display: inline-block;
    vertical-align: middle;
    background-position-x: center;
    background-position-y: top;
}

/* 下拉选择 */
.mc_select{
    position: relative;
}

.mc_select_hd {
    position: relative;
    cursor: pointer;
}

.mc_select_show {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.mc_select_xtbbox{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mc_select_xtb {
    transition: all .36s;
}

.mc_select_hd.on .mc_select_xtb {
    transform: rotate(180deg);
}

.mc_select_bd {
    display: none;
}

.mc_select_li {
    cursor: pointer;
}

/* tab栏 */
.mc_tabhd_li {
    float: left;
    cursor: pointer;
    user-select: none;
}

.mc_tabhd_li.on {
    color: #999;
}

.mc_tabbd_lisbox:not(:first-child) {
    display: none;
}
.mc_newss1b_nav li.on a h1{color:#fff;}
/* 模态框 */
.mc_modal_btn {
    cursor: pointer;
}

.mc_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.mc_modal_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
}

.mc_modal_content {
    width: 500px;
    padding: 20px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
}



/* 快捷类 */
.mc_show,
.mc_block {
    display: block;
}

.mc_hide {
    display: none;
}

/* plaeceholder样式改变 */
.input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

.input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

/* 载入效果 */
.mc_anmt_in {
    animation-delay: 0.3s;
    animation-name: fadeIn;
}

.mc_anmt_l {
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}

.mc_anmt_r {
    animation-delay: 0.3s;
    animation-name: fadeInRight;
}

.mc_anmt1 {
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

.mc_anmt2 {
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}

.mc_anmt3 {
    animation-delay: 0.7s;
    animation-name: fadeInUp;
}

.mc_anmt4 {
    animation-delay: 0.9s;
    animation-name: fadeInUp;
}

.mc_anmt5 {
    animation-delay: 1.1s;
    animation-name: fadeInUp;
}

.mc_anmt6 {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
}



/*****style*****/
@font-face {
    font-family: "HelveticaNeueLTPro33ThEx";
    src: url("/lcjtww/uiFramework/commonResource/zixun-fonts/HelveticaNeueLTPro33ThEx/HelveticaNeueLTPro33ThEx.woff2") format("woff2"),
        url("/lcjtww/uiFramework/commonResource/zixun-fonts/HelveticaNeueLTPro33ThEx/HelveticaNeueLTPro33ThEx.woff") format("woff"),
        url("/lcjtww/uiFramework/commonResource/zixun-fonts/HelveticaNeueLTPro33ThEx/HelveticaNeueLTPro33ThEx.ttf") format("truetype"),
        url("/lcjtww/uiFramework/commonResource/zixun-fonts/HelveticaNeueLTPro33ThEx/HelveticaNeueLTPro33ThEx.eot") format("embedded-opentype"),
        url("/lcjtww/uiFramework/commonResource/zixun-fonts/HelveticaNeueLTPro33ThEx/HelveticaNeueLTPro33ThEx.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

.mc_cont1370 {
    width: 1370px;
    margin: 0 auto;
}

.mc_title30 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #124d9a;
    padding-left: 40px;
}

.mc_title30::before {
    content: "\e60a";
    position: absolute;
    left: -0.3em;
    top: 0;
    font-size: .6em;
    line-height: inherit;
    color: #333333;
}

.mc_title1830{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}


.mc_divider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mc_divider_l {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 480px);
    border-right: 1px solid #f3f4f5;
    padding-right: 32px;
}

.mc_divider_r {
    display: table-cell;
    vertical-align: top;
    width: 480px;
    padding-left: 32px;
}

.mc_divider_r .mc_title30{
    margin-left: -32px;
}

.mc_bread_container {
    position: relative;
    z-index: 1;
    border-left: 1px solid #f3f4f5;
}

.mc_bread_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #f3f4f5;
}

.mc_bread_nav {
    padding: 28px 12px;
}

.mc_bread_navbox .mc_bread_nav {
    margin-top: 70px;
}

.mc_bread_li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.mc_bread_li:not(:last-child)::after {
    content: ">";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 8px;
}

.mc_bread_li:last-child{
    color: #999;
}

.mc_bread_a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_news_s1 {
    padding-bottom: 100px;
}

.mc_news_titlebox {
    padding: 25px 0;
}

.mc_newss1_titlebox{
    border-left: 1px solid #f3f4f5;
}

.iconarr_next {
    display: inline-block;
    transform: rotate(180deg);
}

.iconarr2_prev {
    display: inline-block;
    transform: rotate(180deg);
}

.mc_newss1_top {
    position: relative;
    background: #f3f4f5;
    padding: 30px 20px;
    margin-bottom: 60px;
}

.mc_newss1t_lisbox {
    display: block;
}

.mc_newss1t_imgbox {
    width: 398px;
}

.mc_newss1t_txt {
    width: calc(100% - 398px);
    padding: 34px 45px 20px;
}

.mc_newss1t_title {
    font-size: 24px;
    line-height: 34px !important;
    height: 68px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 28px !important;
    transition: all .36s;
}

.mc_newss1t_date {
    font-size: 16px;
    color: #124d9a;
    margin-bottom: 60px;
}

.mc_more_btn {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    transition: all .36s;
}

.mc_more_btn span {
    margin-right: 10px;
}

.mc_newss1t_arrowbox {
    position: absolute;
    right: 40px;
    bottom: 35px;
}

.mc_arrow {
    position: relative;
    cursor: pointer;
    padding: 0 8px;
}

.mc_arrowprev::after {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #666;
}

.mc_arrow span {
    font-size: 24px;
    color: #666666;
    transition: all .36s;
    font-weight: bold;
}

.mc_newss1t_li:not(:first-child) {
    display: none;
}

.mc_list_imgbox img {
    transition: all .36s;
}

.mc_newss1b_nav {
    font-size: 0;
}

.mc_newss1b_nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}

.mc_newss1b_nav li a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 32px;
    padding: 0 30px;
    color: #333333;
    background: #f3f4f5;
    border-radius: 3px;
    overflow: hidden;
    transition: all .36s;
    display: inline-block;
}
.mc_newss1b_nav li a h1{
    font-size: 14px;
    line-height: 32px;
    color: #333333;
}
.mc_newss1b_nav li a:hover h1{
    color: #fff;
}
.mc_newss1b_nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: linear-gradient(75deg, #55bafe, #3072ff);
    transition: all .36s;
}

.mc_newss1b_nav li.on a {
    color: #fff;
}

.mc_newss1b_nav li.on a::before {
    width: 100%;
}

.mc_newss1b_nav {
    margin-bottom: 5px;
}

.mc_newss1b_list {
    padding-right: 5px;
}

.mc_newss1b_li {
    border-bottom: 1px solid #f3f4f5;
}

.mc_newss1b_lisbox {
    display: block;
    padding: 30px 0 40px;
}

.mc_newss1b_imgbox{
    width: calc(100% - 30px);
}


.mc_newss1b_date {
    width: 240px;
    padding: 15px 0;
    text-align: center;
    border-right: 1px dashed #e2e2e2;
}


.mc_newss1b_txtbox {
    width: calc(100% - 240px);
    padding: 5px 22px 0 40px;
}

.mc_newss1b_day {
    font-family: "HelveticaNeueLTPro33ThEx", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;

    display: block;
    font-size: 30px;
    color: #333333;
    margin-bottom: 15px;
}

.mc_newss1b_year {
    font-family: "HelveticaNeueLTPro33ThEx", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    display: block;
    font-size: 16px;
    color: #999999;
}

.mc_newss1b_title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .36s;
    margin-bottom: 8px;
}

.mc_txt1426 p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.mc_newss1b_txt p{
    height: 52px;
    overflow: hidden;
}

.mc_newss1b_txt {
    margin-bottom: 28px;
}

.mc_newss1b_more .mc_more_btn {
    color: #999999;
}

.mc_newss1b_more .iconfont {
    display: inline-block;
    transition: transform .36s;
}

.mc_pcfy_nav {
    font-size: 0;
    text-align: center;
}

.mc_pcfy_nav li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 6px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: center;
    overflow: hidden;
}

.mc_pcfy_nav li::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 50%;
    background: linear-gradient(75deg,#55bafe,#3072ff);
    transition: all .36s;
    border-radius: 50%;
    opacity: 0;
}

.mc_pcfy_nav li a {
    display: block;
    line-height: 34px;
    color: #333333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .36s;
}

.mc_pcfy_prev .mc_icon,
.mc_pcfy_next .mc_icon {
    width: 15px;
    height: 15px;
}

.mc_fenye_ph{
    display: none;
}

.mc_fenye_ph a{
    font-size: 16px;   
    padding: 20px;
    color: #333;
}

.mc_newss1_bot{
    margin-bottom: 80px;
}

.mc_pcfy_li.on::before{
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
}
.mc_pcfy_li.on a{
    color: #fff;
}

.mc_pcfy_li.on{
    border-color: transparent;
}

.mc_icon_prev{
    background: url(/lcjtww/resource/cms/2020/08/2020080709070593378.png) center / cover no-repeat;
}
.mc_icon_next{
    background: url(/lcjtww/resource/cms/2020/08/2020080709080252363.png) center / cover no-repeat;
}

.mc_newss2_titlebox{
    border-left: 0;
}

.mc_newss2_li:not(:last-child){
    margin-bottom: 32px;
}

.mc_newss2_lisbox{
    display: block;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
}

.mc_newss2_imgbox::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .36s;
}

.mc_list_play{
    z-index: 5;
    width: 68px;
    opacity: 0;
    transition: all .36s;
}

.mc_list_play img{
    width: 100%;
}

.mc_list_play::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 132%;
    height: 132%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
}
.mc_list_play::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 155%;
    height: 155%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
}

@keyframes mcScale{
    50%{
        width: 90%;
        height: 90%;
    }
}

.mc_newss2_txtbox{
    padding:  30px 25px 25px;
}

.mc_newss2_date img{
    width: 16px;
    vertical-align: bottom;
}

.mc_newss2_date{
    font-size: 16px;
    color: #124d9a;
    margin-bottom: 12px;
}

.mc_newss2_title{
    height: 60px;
    overflow: hidden;
}

.mc_news_s3{
    padding: 70px 0 100px;
}

.mc_newss3_li{
    display: inline-block;
    margin-right: 25px !important;
    margin-bottom: 15px !important;
}

.mc_newss3_a{
    position: relative;
    z-index: 1;
    padding: 0 25px;
    line-height: 36px;
    font-size: 16px;
    color: #124d9a;
    background: linear-gradient(75deg, #55bafe, #3072ff);
    border-radius: 6px;
    transition: all .36s;
    display: inline-block;
}

.mc_newss3_a::before{
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: -1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    border-radius: 6px;
    transition: all .36s;
}

.mc_newss3_list {
    margin-right: -25px;
}

.mc_newsd_title{
    position: relative;
    font-size: 26px;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
}

.mc_newsd_title::before {
    content: "\e60a";
    position: absolute;
    left: -0.34em;
    top: 0;
    font-size: .7em;
    line-height: inherit;
    color: #333333;
}


.mc_news_detail .mc_main .mc_divider_l{
    border-left: 1px solid #f3f4f5;
    padding-right: 0;
}

.mc_newsd_titlebox{
    padding: 18px 0 36px;
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsd_date,
.mc_newsd_view{
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-right: 50px;
}

.mc_newsd_date img,
.mc_newsd_view img{
    width: 20px;
    margin-top: -3px;
}

.mc_newsd_descirption{
    padding: 30px 40px;
    border-bottom: 1px solid #f3f4f5;
}

.mc_sharebox{
    margin: 0 6px;
}

.mc_sharebox span{
    width: 32px;
    height: 32px;
}

.mc_icon_wb{
    background: url(/lcjtww/resource/cms/2020/08/2020080709084250397.png) center / cover no-repeat;
}
.mc_icon_wx{
    background: url(/lcjtww/resource/cms/2020/08/2020080709084264555.png) center / cover no-repeat;
}
.mc_icon_in{
    background: url(/lcjtww/resource/cms/2020/08/2020080709084297456.png) center / cover no-repeat;
}

.mc_newsd_txt{
    padding: 40px 40px 65px;
}

.mc_newsd_txt p{
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #666;
}

.mc_newsd_txt p img{
    margin: 30px 0;
}

.mc_newsd_txt p a{
    color: #124d9a;
}

.mc_newsd_arrow{
    width: 50%;
}

.mc_newsd_arrow a{
    position: relative;
    z-index: 1;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 45px;
    color: #999999;
}

.mc_newsdarr_txt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
}

.mc_newsd_arrow a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    transition: all .36s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #286eca;
}

.mc_newsd_arrow a span{
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_newsd_arrow .iconfont{
    font-size: 24px;
}

.mc_newsd_arrowbox{
    border-top: 1px solid #f3f4f5;
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsd_arrowph{
    display: none !important;
}

.mc_newsd_next{
    text-align: right;
}

.mc_newsd_prev .iconarr3{
    transform: rotate(180deg);
    margin-right: 20px;
}
.mc_newsd_next .iconarr3{
    margin-left: 20px;
}

.mc_newsdrs1_list{
    padding-right: 20px;
}

.mc_newsdrs1_li{
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsdrs1_lisbox{
    display: block;
    padding: 24px 0;
}

.mc_newsdrs1_lisbox .mc_newss1t_imgbox{
    width: 150px;
}


.mc_newsdrs1_txtbox{
    width: calc(100% - 150px);
    padding: 7px 0;
    padding-left: 22px;
}

.mc_newsdrs1_date{
    font-family: "HelveticaNeueLTPro33ThEx", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}

.mc_newsdrs1_title{
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #333;

}
.mc_newsdrs1_title a{    font-size: 18px;
    line-height: 28px;
    color: #333;}
.mc_newsdrs1_li.noimg .mc_newsdrs1_txtbox{
    width: 100%;
    padding: 0 5px;
}

.mc_newsdrs1_txt p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999;
}

.mc_newsdrs1_txt{
    margin-top: 10px;
}

.mc_newsdr_s1{
    padding-bottom: 30px;
}

.mc_news_detail .mc_divider_r{
    border-right: 1px solid #f3f4f5;
}

.mc_news_detail .mc_news_s2{
    padding-right: 30px;
}

.mc_newsd_s1{
    padding-bottom: 100px;
}

.mc_news_detail .mc_main .mc_divider_l,
.mc_news_detail .mc_main .mc_divider_r{
    position: relative;
}
.mc_news_detail .mc_main .mc_divider_l .line,
.mc_news_detail .mc_main .mc_divider_r .line{
    /* content: ""; */
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
    width: 5px;
    height: 60px;
    background: #124d9a;
    transition: all .6s cubic-bezier(.51,1.51,.62,.93);
}
.mc_news_detail .mc_main .mc_divider_r .line{
    left: auto;
    right: -3px;
}

.mc_share_txt{
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    margin-right: 10px;
}

.mc_title30,
.mc_newss2_li,
.mc_newss1_top{
    animation-delay: 0.3s;
    animation-name: fadeIn;
}

.mc_newss1b_nav,
.mc_newss1b_li,
.mc_newss3_li,
.mc_newsdrs1_li{
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

@media screen and (min-width: 1200px) {
    .mc_bread_a:hover {
        color: #124d9a;
    }

    .mc_arrow:hover span {
        color: #124d9a;
    }

    .mc_newss1t_lisbox:hover .mc_newss1t_title {
        color: #124d9a;
    }

    .mc_newss1t_lisbox:hover .mc_more_btn {
        color: #124d9a;
    }
    .mc_newss1t_lisbox:hover .mc_more_btn span{
        color: #124d9a;
    }
    .mc_newss1t_lisbox:hover .mc_more_btn .iconfont{
        color: #124d9a;
    }

    .mc_newss1t_lisbox:hover .mc_list_imgbox img {
        transform: scale(1.1);
    }

    .mc_newss1b_nav li:hover a {
        color: #fff !important;
    }

    .mc_newss1b_nav li:hover a::before {
        width: 100%;
    }

    .mc_newss1b_lisbox:hover .mc_newss1b_title {
        color: #124d9a;
    }

    .mc_newss1b_lisbox:hover .mc_more_btn {
        color: #124d9a;
    }

    .mc_newss1b_lisbox:hover .mc_more_btn .iconfont {
        color: #124d9a;
        transform: rotate(180deg) translateX(-10px);
    }

    .mc_pcfy_nav li:hover::before{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        opacity: 1;
    }
    .mc_pcfy_nav li:hover a{
        color: #fff;
    }

    .mc_pcfy_nav li:hover{
        border-color: transparent;
    }

    .mc_pcfy_prev:hover .mc_icon_prev{
        background: url(/lcjtww/resource/cms/2020/08/2020080709093739394.png) center / cover no-repeat;
    }
    .mc_pcfy_next:hover .mc_icon_next{
        background: url(/lcjtww/resource/cms/2020/08/2020080709100542460.png) center / cover no-repeat;
    }

    .mc_newss2_lisbox:hover .mc_newss2_imgbox::before{
        opacity: 1;
    }
    .mc_newss2_lisbox:hover .mc_list_play{
        opacity: 1;
    }
    .mc_newss2_lisbox:hover .mc_list_imgbox>img{
        opacity: 1;
        transform: scale(1.1);
    }

    .mc_newss3_a:hover::before{
        width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mc_newss3_a:hover{
        color: #fff !important;
    }
    .mc_newsd_arrow a:hover{
        color: #fff;
    }
    .mc_newsd_arrow a:hover::before{
        height: 100%;
    }

    .mc_newsdrs1_lisbox:hover .mc_list_imgbox  img{
        transform: scale(1.1);
    }
    .mc_newsdrs1_lisbox:hover .mc_newsdrs1_title{
        color: #124d9a;
    }

    .mc_sharebox:hover .mc_icon_wb{
        background: url(/lcjtww/resource/cms/2020/08/2020080709104333833.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }
    .mc_sharebox:hover .mc_icon_wx{
        background: url(/lcjtww/resource/cms/2020/08/2020080709104446475.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }
    .mc_sharebox:hover .mc_icon_in{
        background: url(/lcjtww/resource/cms/2020/08/2020080709104354174.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }
}

@keyframes mcfade{
    0%{
        opacity: 0;
    }
}





/* web端 */
/* 重要1920px 1440px 1366px */
/* pc */
@media screen and (max-width: 1680px) {
    .mc_title30 {
        font-size: 28px;
    }

    .mc_newss1t_title {
        font-size: 22px !important;
    }

    .mc_newsd_title {
        font-size: 24px;
    }

    /* 1680e */
}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1440px) {
    .mc_cont1370 {
        width: 1200px;
    }

    .mc_divider_r {
        width: 400px;
    }

    .mc_divider_l {
        width: calc(100% - 400px);
    }

    .mc_newss1t_imgbox {
        width: 348px;
    }

    .mc_newss1t_txt {
        width: calc(100% - 348px);
        padding: 20px 30px;
    }

    .mc_title30 {
        font-size: 26px;
    }

    .mc_newss1t_title {
        font-size: 20px !important;
    }

    .mc_newss1t_date {
        margin-bottom: 40px;
    }

    .mc_newss1b_day {
        font-size: 28px;
    }

    .mc_list_play {
        width: 50px;
    }

    .mc_newss1_top {
        margin-bottom: 50px;
    }

    .mc_newss1b_txt {
        margin-bottom: 20px;
    }

    .mc_newss1b_date {
        padding: 30px 0;
    }

    .mc_newss1b_lisbox {
        padding: 30px 0 35px;
    }

    .mc_title1830 {
        font-size: 16px;
    }

    .mc_news_s3 {
        padding: 60px 0 80px;
    }

    .mc_newss1_bot {
        margin-bottom: 60px;
    }

    .mc_news_s1 {
        padding-bottom: 80px;
    }

    .mc_newss3_a {
        font-size: 14px;
        padding: 0 20px;
    }

    .mc_newss3_li {
        margin-right: 15px !important;
    }

    .mc_bread_navbox .mc_bread_nav {
        margin-top: 50px;
    }

    .mc_newsd_descirption {
        padding: 25px 20px;
    }

    .mc_newsd_date,
    .mc_newsd_view {
        margin-right: 40px;
    }

    .mc_newsd_s1 {
        padding-bottom: 80px;
    }

    .mc_newsd_txt {
        padding-bottom: 50px;
    }

    /* 1440e */
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1240px) {
    .mc_cont1370 {
        width: 100%;
        padding: 0 20px;
    }

    .mc_divider_r {
        width: 32%;
    }

    .mc_divider_l {
        width: 68%;
    }

    .mc_bread_navbox .mc_bread_nav {
        margin-top: 20px;
    }
}

/* 平板竖屏 */
@media screen and (max-width: 998px) {

    .mc_divider,
    .mc_divider_l,
    .mc_divider_r {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
    }

    .mc_title30 {
        font-size: 24px;
    }

    .mc_title30 {
        padding-left: 20px;
    }

    .mc_news_titlebox {
        border-left: 0;
    }

    .mc_newss1_top {
        margin-bottom: 50px;
    }

    .mc_newss1b_nav li a {
        padding: 0 20px;
    }

    .mc_newss1t_title {
        font-size: 18px !important;
        line-height: 30px;
        height: 60px;
    }

    .mc_newss1b_lisbox {
        padding: 25px 0;
    }

    .mc_newss1b_nav {
        margin-bottom: 0;
    }

    .mc_newss1b_day {
        font-size: 24px;
    }

    .mc_newss1b_date {
        padding: 25px 0;
    }

    /* .mc_newss1b_date {
        width: 110px;
    } */

    .mc_newss1b_txtbox {
        /* width: calc(100% - 110px); */
        padding: 0 30px;
    }

    .mc_newss1b_title {
        font-size: 16px;
        line-height: 24px;
    }

    .mc_txt1426 p {
        line-height: 24px;
    }

    .mc_newss1b_txt p {
        height: 48px;
    }

    .mc_newss1b_txt {
        margin-bottom: 15px;
    }

    .mc_newss1_bot {
        margin-bottom: 30px;
    }

    .mc_news_s1 {
        padding-bottom: 30px;
    }

    .mc_divider_r .mc_title30 {
        margin-left: 0;
    }

    .mc_newss2_lisbox {
        display: block;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

    .mc_fenye_pc {
        display: none;
    }

    .mc_fenye_ph {
        display: block;
    }

    .mc_newss2_li:not(:first-child) {
        display: none;
    }

    .mc_newss2_li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 15px;
    }
    
    .mc_newss2_list.slick-dotted .mc_newss2_li{
        margin-bottom: 40px;
    }

    .mc_newss2_list .slick-dots {
        bottom: 0;
    }

    .slick-dots li.slick-active {
        background: #1c5cb0;
    }

    .mc_news_s3 {
        padding: 10px 0 50px;
    }

    .mc_newss1b_date {
        width: 200px;
        min-height: 158px;
    }
    .mc_newss1b_imgbox {
        width: calc(100% - 20px);
    }

    .mc_newss1b_day {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mc_newss1b_year {
        font-size: 14px;
    }

    .mc_newss1b_txtbox {
        width: calc(100% - 200px);
        padding: 20px 0 0 20px;
        /* padding-left: 20px;
        padding-right: 0; */
    }

    .mc_newss1_bot {
        margin-bottom: 20px;
    }

    .mc_news_s1 {
        padding-bottom: 0;
    }

    .mc_newss3_a {
        padding: 0 15px;
        line-height: 32px;
    }

    .mc_newss3_list {
        margin-right: -20px;
    }

    .mc_divider_r {
        margin-top: 10px;
    }

    .mc_newsd_title {
        padding: 0 20px;
    }

    .mc_newsd_title {
        font-size: 22px;
    }

    .mc_news_detail .mc_main .mc_divider_l {
        border: 0;
    }

    .mc_news_detail .mc_main .mc_divider_l .line,
    .mc_news_detail .mc_main .mc_divider_r .line {
        display: none;
    }

    .mc_newsd_titlebox {
        padding: 18px 0 25px;
    }

    .mc_newsd_descirption {
        padding: 15px;
    }

    .mc_newsd_s1 {
        padding-bottom: 30px;
    }

    .mc_newsd_txt {
        padding: 30px 20px;
    }

    .mc_newsd_arrow a {
        padding: 10px 20px;
    }

    .mc_newsd_prev .iconarr3 {
        margin-right: 10px;
    }

    .mc_newsd_next .iconarr3 {
        margin-left: 10px;
    }

    .mc_newsdr_s1 .mc_news_titlebox {
        padding-bottom: 0;
    }

    .mc_newsdr_s1 {
        padding-bottom: 10px;
    }

    .mc_news_detail .mc_divider_r {
        border-right: 0;
    }

    .mc_newsdrs1_list {
        padding-right: 0;
    }

    .mc_newsdrs1_txtbox {
        padding-left: 15px;
    }

    .mc_newsdrs1_title {
        line-height: 24px;
        max-height: 48px;
    }

    .mc_newsd_s1{
        padding-bottom: 15px;
    }
    /* 998e */
}


/* 手机横屏 */
@media screen and (max-width: 767px) {
    .mc_bread_navbox .mc_bread_nav {
        margin-top: 10px;
    }

    .mc_bread_nav {
        padding: 15px 0;
    }

    .mc_bread_li:not(:last-child)::after {
        margin: 0 5px;
    }

    .mc_newss1t_imgbox {
        width: 100%;
    }

    .mc_newss1t_txt {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }

    .mc_newss1t_title {
        line-height: 24px;
        height: 48px;
        margin-bottom: 20px;
    }

    .mc_newss1t_date {
        margin-bottom: 25px;
    }

    .mc_newss1t_arrowbox {
        right: 10px;
        bottom: 25px;
    }

    .mc_newss1_top {
        margin-bottom: 40px;
    }

    .mc_newsd_title {
        font-size: 20px;
        line-height: 30px;
    }

    .mc_newsd_share {
        display: none;
    }

    .mc_newsd_date,
    .mc_newsd_view {
        margin: 0;
        margin-right: 20px;
        font-size: 14px;
    }

    .mc_newsd_date,
    .mc_newsd_view {
        line-height: 24px;
    }

    .mc_newsd_txt {
        padding: 25px 0;
    }

    .mc_newsd_txt p img {
        margin: 20px 0;
    }

    .mc_newsd_arrowph {
        display: block !important;
    }

    .mc_newsd_arrow a span {
        display: none;
    }

    .mc_newsdrs1_lisbox {
        padding: 20px 0;
    }
   
    /* .mc_newsdr_s1{
        padding-bottom: 0;
    } */
    /* 767e */
}

/* 手机竖屏 */
/* 320px-416px */
@media screen and (max-width: 480px) {
    .mc_newss1b_date{
        width: 100%;
        min-height: auto;
        border-right: 0;
    }
    .mc_newss1b_date{
        padding: 0;
    }
    .mc_newss1b_imgbox{
        width: 100%;
        margin-bottom: 20px;
    }
    .mc_newss1b_txtbox{
        width: 100%;
        padding: 0;
    }
    
    .mc_newss1b_li:first-child .mc_newss1b_lisbox{
        padding-top: 15px;
    }
    /* 480e */
}




a.SkinObject {
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
a.SkinObject:last-child {
    color: #999;
}
.newslist-c .newslist-content{display:none;}
.mc_newss2_date span {
    color: inherit;
}
html,body{height:auto !important;}