a:hover, a:focus {
    color: #db0000;
}

@media (min-width: 1280px) {
    .container {
        width: 1254px;
        padding-left: 0;
        padding-right: 0;
    }
}
.banner{
    background: url(nmdj-banner.png) no-repeat ;
    background-size: 100% 100%;
}
.index-icon{
    display: block;
    float: right;
    width: 225px;
    height: 50px;
    background: #DB0000;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.index-icon::after{
    content: '';
    position: absolute;
    left: 24px;
    top: 14px;
    height: 22px;
    width: 22px;
    background: url(nmdj-logoicon.png) no-repeat center;
    background-size: 100%;
}
.index-icon:hover{
    color: #ffe64f;
}
.banner-tit{
    max-width: 675px;
    max-height: 283px;
    margin: 156px auto 211px;
    display: block;
}
/* nav */
.top-nav{
    margin-bottom: 40px;
    background: #a80303;
    height: 102px;
    border-top: 4px solid #DB0000;
}
nav.navbar.bootsnav{
    background: #a80303;
    border-bottom: none;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    font-weight: bold; 
    font-size: 24px;
    padding: 0 41px;
    line-height: 98px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    background: #DB0000;
}
nav.navbar.bootsnav ul.nav > li > a.hover{
    background: #DB0000;
}
.navbar-collapse{
    padding: 0;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
    background: #a80303;
    width: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    padding: 15px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 16px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
    background: #DB0000;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu ,nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    top: 0;
}
nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu{
    margin-top: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu3{
    width: 320px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu3 li{
    float: left;
    width: 49%;
    margin-right: 1%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu3 li a{
    min-height: 78px;
}
nav.navbar.bootsnav .navbar-header .button-tit{
    display: none;
}
/* 轮播 */
.part1{
    padding-bottom: 60px;
    background: url(nmdj-part1-bg.png) no-repeat bottom;
    background-size: 100%;
}
.part1-img{
    position: relative;

    width: 100%;
}

.part1-img-tit{
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 0 20px;
    line-height: 63px;
    height: 63px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: rgba(0, 0, 0, .25);
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
:root {
    --swiper-navigation-size: 30px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 30 * 30);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 30px;
    height: 30px;
    text-align: center;
    right: 25px;
    left: auto;
    top: auto;
    margin-top: 0;

} 
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    bottom: 53px;
    background: url(nmdj-navyouhover.png)   no-repeat center #A80303 ;
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    bottom: 20px;
    background: url(nmdj-navyouhover.png) no-repeat center #A80303;
}
.swiper-pagination-bullet{
    width: 60px;
    height: 63px;
    background: rgba(168, 3, 3, .8);  
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, .8);  

}
.swiper-pagination-bullet-active .day1{
    background: url(nmdj-part2-red.png) no-repeat center;
}
.swiper-pagination-bullet-active .day1 p{
    color: #A80303;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    height: 63px;
    bottom: 20px;
    text-align: right;
    padding-right: 60px;
}

/* index-title1 */
.index-title1{
    margin-top: 46px;
    width: 100%;
    border-bottom: 2px solid #EAAC75;
    margin-bottom: 30px;
    overflow: hidden;
}
.index-title1 ul{
    display: inline-block;
}
.index-title1 ul li{
    display: inline-block;
    margin-right: 40px;
}
.index-title1 ul li a{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    line-height: 50px;
    cursor: default;
    margin-bottom: -2px;
    border-bottom: 4px solid transparent;
}
.index-title1 ul li:hover a {
    border-bottom-color: #DB0000;
    color:#DB0000;
    transition: none;
}
.index-title1 ul li.on a{
    border-bottom-color: #DB0000;
    color:#DB0000;
}
.index-title1 i {
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #EAAC75;
    font-style: normal;
}
.index-title1 i a {
    display: none;
}
.index-title1 i a:first-child {
    display: block;
}

.tab_body > div {
    display: none;
}
.tab_body > div:first-child {
    display: block;
}

.list{
    display: block;
    overflow: hidden;
}
.list li{
    display: block;
    overflow: hidden;
}
.list li img{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.list li p{
    height: 36px;
    width: 75%;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list li a:hover p, .list li a:hover i{
    color: #DB0000;
}
.list li i{
    font-style: normal;
    float: right;
    line-height: 36px;
    color: #ada6a1;
}

/* part2 */
.tit-news{
    padding-bottom: 20px;
    border-bottom: 1px dashed #DBDBDB;
}
.day{
    width: 60px;
    height: 70px;
    background: #DB0000;
    text-align: center;
    padding: 4px 0;
    float: left;
    margin-right: 20px;
}
.day img{
    display: block;
    margin: 0 auto;
}
.day p{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.day1{
    width: 60px;
    height: 63px;
    text-align: center;
    float: left;
    background: url(nmdj-part2-.png) no-repeat center;
}

.day1 p{
    font-size: 18px;
    font-weight: bold;
    line-height: 31.5px;
    color: #FFFFFF;
}


.news-txt{
    overflow: hidden;
    display: block;
}
.news-txt h2{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-txt p{
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 工作指南 */
.zhinan li{
    margin-top: 11px;
}
.zhinan li a{
    display: block;
    line-height: 60px;
    background: #FEF6F2;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    font-size: 16px;
}
.zhinan li a p{
    width: 75%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
}
.zhinan li a i{
    font-style: normal;
    float: right;
    color: #ada8a6;
}
.zhinan li a:hover{
    background: #DB0000;
}
.zhinan li a:hover p,.zhinan li a:hover i{
    color: #fff;
}
.dang100{
    margin-top: 60px;
    margin-bottom: 60px;
}
.dang100 a{
    width: 100%;
    overflow: hidden;
    display: block;
}
.dang100 a img{
    transition: all 0.7s;
}
.dang100 a:hover img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

/* part3 */
.part3{
    background: url(nmdj-part3-bg.png) no-repeat center;
    background-size: 100%;
}
.index-title2 p{
    background: url(nmdj-title2.png) no-repeat center;
    background-size: 100%;
    color: #DB0000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.part3-img{
    display: block;
    border: 1px solid #fff;
    overflow: hidden;
}
.part3-img img{
    width: 100%;
    height: 188px;
    transition: all 0.7s;
}
.part3-img:hover img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.butn{
    width: 184px;
    height: 50px;
    background: #EAAC75;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.butn2{
    margin-top: 30px;
    margin-bottom: 0;
}
.butn:hover{
    background:#DB0000;
    color: #fff;
}
.mb60{
    margin-bottom: 60px;
}
.part4-img a{
    display: block;
    border: 1px solid #fff;
    overflow: hidden;
}
.part4-img a img{
    height: 80px;
    width: 100%;
    transition: all 0.7s;
}
.part4-img a:hover img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
/* foot */
.footer{
    background: #A80303;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 60px;
}
.footer a {
    color: #fff;
}
.footer a:hover,.footer a:focus,.footer a:active {
    color: #fff;
    text-decoration: underline;
}
.foot-logo{
    max-width: 569px;
}
.foot-txt{
    color: #fff;
    margin-top: 14px;
}
/* 二级页banner */
.banner-ny{
    background: url(nmdj-banner2.png)no-repeat ;
    background-size: 100% 100%;
}
.banner-titny{
    margin: 70px auto 100px;
    max-width: 540px;
}

/* 细览页 */
.breadcrumb{
    float: right;
    padding-right: 0;
    color: #EAAC75;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 50px;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb a {
    display: inline-block;
}
.breadcrumb>li+li::after{
    padding-left: 4px;
    color: #EAAC75;
    content: ">\00a0";
}
.breadcrumb>li+li:last-child::after{
    padding-left: 0;
    content: "";
}

.breadcrumb>li+li::before{
    padding: 0 ;
    content: "";
}
.breadcrumb>.active{
    color: #EAAC75;
}
.detail-top{
    text-align: center;
}
.title-s{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.top-other-bg {
    width: 100%;
    margin-top: 30px;
    background: #F2F2F2;
    text-align: center;
}
.top-other-bg div {
    display: inline-block;
}

.other-info {
    line-height: 40px;
}
.other-info span {
    margin-right: 25px;
    display: inline-block;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0px -1448px !important;
}
.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -91px !important;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    width: 18px !important;
    height: 18px !important;
    margin: 11px 8px 11px 0px !important;
}
.bdshare-button-style0-16 a{
    background-image: url(icons_0_16.png) !important;
}

@media (max-width: 767px) {
    .top-other-bg {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .other-info {
        line-height: 24px!important;
    }
    .other-info span {
        margin-left: 6px!important;
        margin-right: 6px!important;
    }
}

.main-cont p{
    /*text-indent: 2rem;*/
    line-height: 36px;
}
.bdshare-button-style0-16 .bds_qzone{
    display: none;
}
.erji-img{
    max-width: 80%;
    margin: 20px auto;
}
.sr-bdimgshare .bdimgshare-content{
    padding: 3px 8px 3px 0 !important;
}
.sr-bdimgshare{
    height: 46px !important;
}
.sr-bdimgshare .bdimgshare-content .bdimgshare-lbl{
    line-height: 40px !important;
}
.bdshare-button-style0-16 .bds_tqq{
    display: none !important;
}
.bdshare-button-style0-16 .bds_renren{
    display: none !important;
}
.ny-title{
    margin-top: 0;
}
/* 二级导航nav */
.nav-left{
    width: 100%;
    padding: 32px 0 135px 0;
    background: #FFEFE0 ;
    background-image: url(nmdj-nav2-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 80px 0px 80px 0px;
}
.nav-left h1{
    font-size: 24px;
    font-weight: bold;
    color: #A80303;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.nav-left a {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #fbe3d5;
    margin-left: 30px;
    padding-left: 43px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 25px;
    position: relative;
}
.nav-left a span {
    line-height: 24px;
}
.nav-left a::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #A80303;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -3px;
    border-radius: 6px;
}
.nav-left a::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    background: url(nmdj-navyou.png);
}
.nav-left a:hover{
    background: #A80303;
    color: #fff;
    border-radius: 0 0 0 20px;
}
.nav-left a:hover::before{
    background: #fff;

}
.nav-left a:hover::after{
    background: url(nmdj-navyouhover.png);
}
.nav-left .nav2hover{
    background: #A80303;
    color: #fff;
    border-radius: 0 0 0 20px;
}
.nav-left .nav2hover::before{
    background: #fff;

}

.nav-left .nav2hover::after{
    background: url(nmdj-navyouhover.png);
}
.nav_ny{
    display: none;
    margin-top: 20px;
}

/* list */
.list-body{
    overflow: hidden;
    width: 100%;
}
.list-body li{
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dashed #f9e7d7 ;
    font-size: 16px;
}
.list-body li a{
    line-height: 76px;
    display: block;
    float: left;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 76px;
}
.list-body li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #EAAC75;
    border-radius: 6px;
}
.list-body li i{
    line-height: 76px;
    float: right;
    font-style: normal;
    color: #adadad;
}
/* page */
.page{
    margin-top: 30px;
}
.page a, .page span{
    display: block;
    padding: 0 16px;
    line-height: 40px;
    text-align: center;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    float: left;
    margin-left: 8px;
}
.page a:hover,.page span:hover {
    background: #A80303;
    color: #fff;
}
.page span{
    background: #A80303;
    color: #fff;
}

.page-phone {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    background: #A80303;
    display: none;
}
.page-phone:hover, .page-phone:active,.page-phone:focus {
   color: #fff!important;
}

/* 委员 */
.weiyuan{
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}
.weiyuan h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.weiyuan p{
    font-size: 16px;
    line-height: 36px;
}
.weiyuan i{
    font-style: normal;
    color: #A80303;
}
/* 表格 */
.table-ny{
    text-align: center;
}
.table-ny th{
    text-align: center;
    height: 58px;
    background: #EAAC75;
    font-size: 16px;
    color: #fff;
    border-right:1px solid #fff ;
}
.table-ny td{
    height: 50px;
    line-height: 22px;
    padding: 10px 2%;
    border-right:1px solid #fff ;
}
.wid1{
    width: 40%;
}
.wid2{
    width: 20%;
}
/* 图文列表 */
.list-tuwen li{
    margin-bottom: 30px;
}
.tuwen-pic{
    overflow: hidden;
    width: 100%;
    border: 1px solid #eeeeee;
}
.tuwen-pic img{
    height: 180px;
    width: 100%;
    transition: all 0.7s;
}
.tuwen-pic:hover img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.tuwen-txt{
    padding-top: 12px;
    padding-bottom: 12px;
}
.tuwen-txt h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tuwen-txt p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    max-height: 72px;
    margin-top: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tuwen-txt:hover p{
    color: #555;
}
.tuwen-txt span{
    font-size: 16px;
    font-weight: 400;
    color: #EAAC75;
    line-height: 36px;
}


.part3-box .part3-title {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.part3-box .part3-title:hover {
    color: #A80303;
}

.detail-top {
    margin-bottom: 25px;
}
.share-xl {
    padding-top: 7px;
}

.part1-img img {
    display: block;
    width: 100%;
    height: 600px;
}

@media (max-width: 1024px) {
    .part1-img img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .part1-img img {
        height: 180px;
    }
    .part3-box .part3-title {
        display: block;
        height: auto;
        line-height: 26px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        padding-top: 5px;
    }
}

.home-list li:first-child {
    display: none;
}