/**!
 * &#22825;&#19979;&#36275;&#29699;&#32593;工业与信息化局
 * author: wuzhou
 * date:2020-05-20
 */
.news-head .title-name {
    padding: 0 48px;
}
/* 内容部分 */

.part {
    /*border: 1px solid #d5dbe6;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 180px;
    background: #fff;
    overflow: hidden;
}

.col50 {
    width: 50%;
    padding: 0 10px;
}

/* 轮播 */

.owl-carousel {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}

.owl-carousel .item {
    display: block;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 388px;
}



/* 文字介绍 */

.img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 150px;
    height: 80px;
    text-indent: 15px;
    padding-top: 14px;
    color: #fff;
    background: url("/images/mask_bg.png") repeat;
}

.img-intro h2 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-intro>p {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 左右按钮 */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    z-index: 50;
    color: #fff;
    text-indent: 99999;
}

.owl-nav .owl-prev {
    left: 30px;
    background: url("/images/left_btn.png") center no-repeat;
}

.owl-nav .owl-next {
    right: 10px;
    background: url("/images/right_btn.png") center no-repeat;
}



.owl-nav.disabled {
    display: block !important;
}

/* 分页按钮 */

.owl-dots {
    position: absolute;
    right: 0px;
    bottom: 34px;
    height: 12px;
    width: 134px;
    z-index: 60;
    font-size: 0;
    padding-right: 7px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 8px;
    border-radius: 12px;
    background: #b5b7b8 !important;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.owl-dot.active {
    background: #fff !important;
}

@media (max-width: 979px) {
    .owl-carousel {
        padding-left: 0;
    }

    .owl-nav .owl-prev {
        left: 10px;
    }

    .part {
        margin-top: 0;
    }
}

@media (max-width: 768px) {

    .owl-carousel img {
        height: auto;
    }
}

@media (max-width: 767px) {

    .img-intro {
        height: 60px;
        padding-top: 4px;
    }
}

/* 部门动态 */

.news {
    margin-left: -20px;
}

.news-head {
    height: 48px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.title-name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 25px;
}

@media (max-width: 979px) {
    .col50 {
        width: 100%;
    }

    .news {
        margin-left: 0;
    }
}



.title-name:before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 1px;
    height: 12px;
    line-height: 45px;
    border-left: 1px solid #d5dbe6;
}

.title-name:first-child:before {
    display: none;
}

.title-name a {
    display: inline-block;
    height: 47px;
    line-height: 45px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    color: #666;
}

.title-name.active a {
    color: #376cb0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #376cb0;
}

.news-body {
    padding-top: 9px;
}


.news-title {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-details {
    display: block;
    height: 40px;
    line-height: 20px;
    padding: 0 20px;
    line-height: 20px;
    color: #999;
    text-indent: 2em;
    overflow: hidden;
}

.news-items>li {
    padding: 0 20px 0 40px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    vertical-align: top;
    border-left: 4px solid transparent;
}

.news-items>li:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
}

.news-items>li>a {
    padding-left: 10px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 20px;
    top: 0;
    color: #999;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #cf2539;
}

.news-items>li:hover:before {
    background-color: #cf2539;
}

.news-items>li:hover {
    border-left: 4px solid #cf2539;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-other-items {
    position: relative;
    padding-top: 5px;
}

.news-other-items:before {
    position: absolute;
    content: "";
    left: 26px;
    width: 1px;
    border-right: 2px dashed #e8e8e8;
    top: 22px;
    bottom: 16px;
}

@media (max-width: 768px) {
    .tabview .title-name {
        width: 50%;
        padding: 0 10px;
    }
}


/* 政策文件 政策解读 */
.files {
    /*border: 1px solid #d5dbe6;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    padding: 0 20px;
    margin-top: 20px;
}

.files .files-head {
    text-align: left;
    height: 50px;
    padding: 2px 0 0 0;
    border-bottom: 1px solid #d5dbe6;
}

.files .title-name a {
    width: auto;
    padding: 0 4px;
    height: 48px;
    line-height: 46px;
}

@media (max-width: 768px) {
    .files .title-name a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.files .title-name:first-child {
    padding-left: 0;
}

.files .news-body {
    padding-top: 10px;
}

.files .news-items>li {
    padding-left: 8px;
    border-left: 4px solid #fff;
    padding-right: 0;
}

.files .news-time {
    right: 0;
}

.files .news-items>li:hover {
    border-left: 4px solid #fff;
}

.files .news-items>li:before {
    left: 0;
}

.file-box {
    background-color: #e1e9f5;
}

.bdl {
    display: none;
}

.files .news-body {
    height: 188px;
}


/*服务*/

.project-title {
    font-size: 22px;
    line-height: 60px;
    color: #376cb0;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
}

.project-title>a {
    color: #376cb0;
    font-weight: bold;
    text-align: center;
}

.project-title>i {
    display: block;
    height: 1px;
    width: calc(50% - 94px);
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
}

.project-title>i {
    width: calc(50% - 74px);
}



.project-title>i:nth-of-type(1) {
    left: 0;
}


.project-title>i:nth-of-type(2) {
    right: 0;
}

.project-title>i:after {
    display: block;
    content: '';
    width: 2px;
    height: 7px;
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.project-title>i:nth-of-type(1):after {
    right: -4px;
}

.project-title>i:nth-of-type(2):after {
    left: -4px;
}

/* 政府信息公开 */
.module-head {
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #d5dbe6;
}

.module-head .title-name {
    padding: 0;
    width: auto;
}

.module-head .title-name a {
    width: auto;
    height: 41px;
    line-height: 41px;
}

.interact {
    padding-top: 30px;
}

.interactive-platform {
    /*border: 1px solid #d5dbe6;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    padding: 10px 20px 0 20px;
    margin-top: 20px;
    height: 650px;
}

.interactive-platform-list {
    /*margin-top: 10px;*/
}

.interactive-platform-item {
    height: 56px;
    margin-top: 10px;
    background: url("/images/interact_bg.jpg") center no-repeat;
    background-size: 100% 100%;
    width: calc(50% - 5px);
}

.interactive-platform-item2 {
    height: 76px;
    margin-top: 10px;
    background-size: 100% 100%;
}

.interactive-platform-item>a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    padding-left: 60px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: 18px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.interactive-platform-list>li:nth-of-type(2n) {
    margin-left: 10px;
}

.interactive-platform-list>li:nth-of-type(1) a {
    background-image: url("/images/icon1.png");
}

.interactive-platform-list>li:nth-of-type(2) a {
    background-image: url("/images/icon2.png");
}

.interactive-platform-list>li:nth-of-type(3) a {
    background-image: url("/images/icon3.png");
}

.interactive-platform-list>li:nth-of-type(4) a {
    background-image: url("/images/icon4.png");
}

.interactive-platform-list>li:nth-of-type(5) a {
    background-image: url("/images/icon5.png");
}

.interactive-platform-list>li:nth-of-type(6) a {
    background-image: url("/images/icon6.png");
}

.interactive-platform-list.clearfix>li:nth-of-type(2) a {
    background-image: url("/images/interact_ico2.png");
}
.interactive-platform-list.clearfix>li:nth-of-type(4) a {
    background-image: url("/images/interact_ico4.png");
}
.interactive-platform-item:hover {
    cursor: pointer;
    background-image: url("/images/img_interactive_platform_bg_h.png");
}

/* 政民互动 */
.interact {
    margin-right: -10px;
}

.interact .interactive-platform-item {
    height: 110px;
    background: url("/images/img_interactive_platform_bg2.png") center no-repeat;
    background-size: 100% 100%;
    width: calc(100%/3 - 7px);
    margin-right: 10px;
}

.interact .interactive-platform-item>a {
    line-height: 16px;
    padding-left: 0;
    padding-top: 70px;
    background-position: center 23px;
    text-align: center;

}

.interact .interactive-platform-list>li:nth-of-type(3) {
    margin-right: 0;
}

.interact .interactive-platform-list>li:nth-of-type(2n) {
    margin-left: 0;
}

.interact .interactive-platform-list>li:nth-of-type(1) a {
    background-image: url("/images/icon_consult.png");
}

.interact .interactive-platform-list>li:nth-of-type(2) a {
    background-image: url("/images/icon_access.png");
}

.interact .interactive-platform-list>li:nth-of-type(3) a {
    background-image: url("/images/icon_email.png");
}

.interact .interactive-platform-item:hover {
    cursor: pointer;
    background-image: url("/images/img_interactive_platform_bg2_h.png");
}

.files .news-items>li:before {
    width: 2px;
    height: 2px;
    margin-top: -1px;
    border-radius: 0;
}

@media (max-width: 375px) {
    .interactive-platform-item>a {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .interactive-platform-item>a {
        font-size: 14px;
        padding-left: 38px;
        background-position: 2px center;
    }
}


/*专题栏目*/
.project {
    margin-top: 15px;
}

.project .owl-carousel {
    padding-left: 0;
}

#projectCarousel {
    margin-bottom: 24px;
}

#projectCarousel .item>a {
    display: block;
}

#projectCarousel .owl-nav button {
    display: none;
}

#projectCarousel .item img {
    height: auto;
}

@media (max-width: 768px) {
    #projectCarousel {
        height: auto;
    }

}

#projectCarousel .owl-stage>div:last-child {
    margin-right: 0 !important;
}

.phone-more {
    color: #666;
    display: block;
    width: 80%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin: 5px auto;
    display: none;
}

@media (max-width: 980px) {

    .files .news-body,
    .news-body {
        height: auto;
    }

    .phone-more {
        display: block;
    }
}

/* 行政处罚 */

.em-links {
    margin-top: 19px;
    min-height: 156px;
    background: url("/images/links_bg.jpg") repeat;
    border: solid 1px #d5dbe6;
}


.consult-items>li {
    position: relative;
    float: left;
    width: 20%;
}

/* 中等屏幕 */
@media (max-width:1279px) {
    .consult-items>li {
        width: 33.3%;
    }


}

@media (min-width:980px) and (max-width:1279px) {
    .consult-items>li.consult4:before {
        display: none;
    }
}

/* pad */
@media (max-width:979px) {
    .consult-items>li {
        width: 50%;
    }

    .consult-items>li.consult3:before {
        display: none;
    }

    .consult-items>li.consult5:before {
        display: none;
    }
}

/* 手机端 */
@media (max-width:680px) {
    .consult-items>li {
        width: 100%;
    }

    .consult-items>li.consult2:before,
    .consult-items>li.consult4:before {
        display: none;
    }
}

.consult-items>li>a {
    display: block;
}

.consult-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -42px;
    width: 1px;
    height: 85px;
    background-color: #d5dbe6;
}

.consult-items>li:first-child:before {
    display: none;
}

.consult-ico {
    margin-left: 35px;
    margin-top: 40px;
    margin-right: 15px;
    float: left;
    display: block;
    width: 80px;
    height: 72px;
    background: url("/images/quick_bg1.png") center no-repeat;
}


/* 中等屏幕 */
@media (max-width:979px) {
    .consult-ico {
        margin-top: 22px;

    }
}

.consult-other .consult-ico {
    background-image: url("/images/quick_bg2.png");
}


.consult-ico>i {
    display: block;
    height: 100%;
}

.consult-txt {
    font-size: 20px;
    color: #494e56;
    line-height: 40px;
    padding: 56px 0 58px;
}

/* pad */
@media (max-width:979px) {
    .consult-txt {
        padding: 40px 0;
    }
}

/* 中等屏幕 */
@media (max-width:979px) {
    .consult-txt {
        font-size: 22px;

    }
}

.consult-items>li.consult1 .consult-ico>i {
    background: url("/images/quick_ico1.png") center no-repeat;
}

.consult-items>li.consult2 .consult-ico>i {
    background: url("/images/quick_ico2.png") center no-repeat;
}


.consult-items>li.consult3 .consult-ico>i {
    background: url("/images/quick_ico3.png") center no-repeat;
}


.consult-items>li.consult4 .consult-ico>i {
    background: url("/images/quick_ico4.png") center no-repeat;
}

.consult-items>li.consult5 .consult-ico>i {
    background: url("/images/quick_ico5.png") center no-repeat;
}

.consult-items>li.consult5 .consult-txt {
    line-height: 23px;
    padding-bottom: 52px;
    padding-right: 42px;
}

/* 中等屏幕 */
@media (max-width:979px) {
    .consult-items>li.consult5 .consult-txt {
        line-height: 40px;
        padding-bottom: 58px;
        padding-right: 0;
    }
}


/*20210625*/
.body-bg{
    width: 100%;
    padding-top: 96px;
    background: url("/images/100year.jpg") center top no-repeat;
    background-color: #f2f2f2;
}

.container-bg{
    width: 1500px;
    margin: 0 auto;
    background-color: #FFF !important;
}

@media (max-width: 980px){
    .container-bg{
        width: 100%;
    }
}

.bottomcs{
	height:394px;
}

/*20211210首页轮播图*/
.ewb-slidebox2 {
    position: relative;
    overflow: hidden;
    height: 141px;
}


.ewb-slidebox-hd2 {
    position: absolute;
    right: 10px;
    bottom: 16px;
    z-index: 1;
    overflow: hidden;
    height: 12px;
}

.ewb-slidebox-hd2 ul {
    overflow: hidden;
    zoom: 1;
}

.ewb-slidebox-hd2 ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 11px;
    font-size: 0;
    cursor: pointer;
    background: url('/images/stag.png') no-repeat;
}

.ewb-slidebox-hd2 ul li.on {
    background-image: url('/images/stag-active.png');
}

.ewb-slidebox-bd2 {
    position: relative;
    z-index: 0;
    height: 100%;
}

.ewb-slidebox-bd2 li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.ewb-slidebox-bd2 img {
    display: block;
    width: 100%;
    height: 100%;
}

