/**!
 * 徐州市人民政府
 * author: gaojian
 * date:2020-04-23
 */

/* 轮播 */
.owl-wrap {
    height: 440px;
    overflow: hidden;
}

.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-carousel .item {
    display: block;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 440px;
}

/* 小屏幕 */
@media (max-width: 1279px) {

    .owl-wrap,
    .owl-carousel img {
        height: auto;
    }

}

/* 手机端 */

@media (max-width: 480px) {
    .owl-carousel img {
        height: 150px;
    }
}

.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: 10px;
    background: url("/images/left_btn.png") center no-repeat;
}

.owl-nav .owl-next {
    right: 10px;
    background: url("/images/right_btn.png") center no-repeat;
}

:root .owl-nav .owl-next {
    right: 10px;
}

.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;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
    background: #b5b7b8 !important;
    border: 0;
    outline: 0;
}

.owl-dot.active {
    background: #fff !important;
}

/* 手机端 */
@media (max-width: 767px) {

    .img-intro {
        height: 60px;
        padding-top: 4px;
    }

    .owl-dots {
        bottom: 23px;
    }
}

/* 徐州要闻 */
.news {
    padding: 45px 0 54px 0;
    box-shadow: 0 0 10px 0 #eaedf4;
    /*border: 1px solid #ebeef2;*/
}

.news-hd {
    position: relative;
    margin: 0 20px;
    text-align: center;
}

.news-hd:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -0.5px;
    height: 1px;
    background-color: #d2d2d2;
}

.news-hd>a {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #1e57a4;
    padding: 0 36px;
    background-color: #fff;
}

.news-hd>a:before,
.news-hd>a:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3.5px;
    width: 2px;
    height: 7px;
    background-color: #d2d2d2;
}

.news-hd>a:before {
    left: -2px;
}

.news-hd>a:after {
    right: -2px;
}

.news-items {
    margin-top: -16px;
}

.news-items>li {
    float: left;
    width: 50%;
    height: 108px;
    margin-top: 60px;
}

.news-link {
    display: block;
    margin: 0 20px;
    overflow: hidden;
}

.news-date {
    float: left;
    width: 108px;
    height: 108px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: #4a83d2;
}

.news-day {
    font-size: 40px;
    line-break: 40px;
    padding-top: 27px;
}

.news-year {
    font-size: 16px;
    padding-top: 15px;
}

.news-det {
    margin-left: 130px;
}

.news-det>h3 {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-det>p {
    font-size: 16px;
    color: #999;
    height: 48px;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
}


/* pad */
@media (max-width:979px) {

    .news-items>li {
        width: 100%;
    }
}



/* phone */
@media (max-width:767px) {
    .news {
        padding: 30px 0;
    }

    .news-items {
        margin-top: 0;
    }

    .news-items>li {
        margin-top: 25px;
    }
}

.moudlue {
    height: 350px;
    padding: 8px 20px;
    box-shadow: 0 0 10px 0 #eaedf4;
    /*border: 1px solid #d8dde6;*/
}

/* 政务联播 */
.module-head {
    height: 42px;
    line-height: 40px;
    border-bottom: 1px solid #d5dbe6;
}

.module-head>a {
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
    color: #376cb0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #376cb0;
}

.module-items {
    padding-top: 12px;
}

.module-items>li {
    position: relative;
    line-height: 46px;
    padding-left: 13px;
}

.module-items>li:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 3px;
    width: 2px;
    height: 2px;
    background-color: #5d5d5d;
}

.module-items>li>a {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*margin-right: 120px;*/
}

.news-time {
    position: absolute;
    right: 20px;
    top: 0;
    color: #999;
}

.module-items>li:hover a {
    color: #cf2539;
}

.module-items>li:hover:before {
    background-color: #cf2539;
}

.video {
    position: relative;
    width: 100%;
    height: 176px;
    margin-top: 16px;
}

.video img {
    width: 100%;
    height: 100%;
}

.video-icon {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('/images/video_icon.png') no-repeat;
}

.video-tt {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 12px;
    right: 12px;
    bottom: 15px;
}

.video-items>li {
    margin-top: 10px;
}

.video-items>li>a {
    display: block;
    position: relative;
    line-height: 36px;
    padding: 0 54px 0 14px;
    background-color: #f5f7fc;
}

.video-items>li>a>p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-items>li>a>span {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url('/images/video_icon2.png') no-repeat;
}

/* pad */
@media (max-width:979px) {

    .moudlue,
    .video {
        height: auto;
    }
}

/* 专题专栏 */
#projectCarousel {
    height: 140px;
    margin-top: 20px;
}

#projectCarousel .item>a {
    display: block;
}

#projectCarousel .owl-nav button {
    display: none;
}

#projectCarousel .item img {
    height: auto;
}


/* 小屏幕 */
@media (max-width:1279px) {
    #projectCarousel {
        height: auto;
    }

}


@media (max-width: 768px) {
    #projectCarousel {
        height: auto;
    }

}

#projectCarousel .owl-stage>div:last-child {
    margin-right: 0 !important;
}


/* 0618 */
.owl-wrap {
    height: auto;
}

.owl-carousel {
    margin-top: 20px;
}

.owl-h {
    color: #005293;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
}

.owl-det {
    color: #8b8b8b;
    line-height: 200%;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 18px;
}

.owl-det>a {
    color: #005293;
}

.item {
    overflow: hidden;
}

.item-img {
    float: left;
    width: 60%;
}

.item-img>img {
    height: 405px;
}

.img-info {
    float: right;
    width: 36%;
}

.img-info>a {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-info>p {
    line-height: 28px;
    color: #8b8b8b;
    font-size: 15px;
    margin-top: 20px;
    height: 330px;
    text-indent: 20px;
    overflow: hidden;
}

.owl-dots {
    bottom: 0;
}

.owl-carousel button.owl-dot {
    width: 30px;
    height: 8px;
    border-radius: 0;
    background-color: #d1d1d1;
}

.owl-dot.active {
    background: #007aff !important;
}

.owl-nav.disabled {
    display: none !important;
}


/* pad */
@media (max-width:979px) {

    .item-img>img,
    .img-info>p {
        height: auto;
    }

    .item-img,
    .img-info {
        width: 100%;
    }

    .img-info {
        margin-top: 20px;
    }

    .img-info>p {
        margin-bottom: 20px;
    }
}