.de-bg {
    background: url(../images/street-lunbo-bg.png) no-repeat center;
    text-align: center;
    margin-top: 40px;
    margin-top: .4rem;
}

.de-title {
    font-size: 36px;
    font-size: .36rem;
    padding-top: 40px;
    padding-top: .4rem;
    color: #125DB2;
    font-weight: 600;
    padding-bottom: .4rem;
    cursor: pointer;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

.de-subtiele {
    font-size: 16px;
    font-size: .16rem;
    font-weight: 400;
    line-height: 22px;
    color: #125DB2;
    cursor: pointer;
}

.de-num {
    position: relative;
    margin-left: 9px;
}

.de-num:before {
    position: absolute;
    top: 4px;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #125DB2;
    margin-left: -7px;
}


/* 轮播图 */

.de-bg .swiper-container {
    height: 155px
}

.de-bg .swiper-dynamic-links {
    text-align: center;
}

.de-bg .swiper-dynamic-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #125DB2;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    background: #125DB2;
}


/* 街道信息  公告公示 */

.news-img {
    margin-top: 25px;
}

.news-img .swiper-container {
    width: 590px;
    height: 370px;
    overflow: hidden;
    margin: 0px;
}

.news-img .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-img .swiper-container img {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.news-img .swiper-container .swiper-title {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.news-img .swiper-title a {
    width: 414px;
    height: 24px;
    font-size: 18px;
    font-size: .18rem;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    margin: 11px 11px 54px 12px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.il-txts li span:last-child {
    font-size: 16px;
    font-size: .16rem;
}

.news-img .de-info-three {
    font-size: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 50%;
    padding-left: 20px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0px;
}

.news-img .de-ul-font li {
    height: 38px;
    line-height: 38px;
}

.news-img .de-title-active1 {
    font-size: 24px !important;
    font-size: .24rem !important;
    color: #1764CE;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 6px;
}

.de-title-btn:hover {
    cursor: pointer;
}

.de-title-btn:first-child {
    margin-right: 16px;
}

.de-title-btn img {
    display: none;
}

.news-img .de-title-active1 {
    position: relative;
}

.news-img .de-title-active1 img {
    position: absolute;
    bottom: -5px;
    right: 45%;
    display: block;
}

.news-img .de-title-btn {
    font-size: 20px;
    font-size: .2rem;
    display: inline-block;
}

.news-img .de-content {
    display: inline-block;
    width: calc(100% - 115px);
    color: #333333;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /* 超出内容显示为省略号 */
    white-space: nowrap;
    /* 文本不进行换行 */
}


/* banner */

.de-banner-bg {
    margin: 25px auto;
    margin: .25rem auto;
}

.de-banner-bg img {
    width: 100%;
    height: 100%;
}


/* 信息板块 */

.de-icon-block {
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: #125DB2;
    margin-right: 4px;
    vertical-align: middle;
}

.de-icon-title {
    font-size: 16px;
    height: 20px;
    display: inline-block;
    font-weight: 600;
    color: #125DB2;
    vertical-align: middle;
}

.de-line {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin: 0rem;
    padding: 0rem;
}

.de-title2 {
    margin-top: 2px;
}

.de-information {
    background: #F7F7F7;
    width: 100%;
    padding: 30px 0px 5px 0px;
    padding: .3rem 0rem .05rem 0rem;
}

.de-information .m-center {
    font-size: 0px;
}

.de-info-three {
    font-size: 0px;
    width: 32%;
    padding: 20px 10px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 16px;
    margin-right: 2%;
    height: 358px;
    overflow: hidden;
}

.de-btn-icon1:hover {
    background-color: #125DB2 !important;
}

.de-btn-icon1:hover div a {
    color: #ffffff !important
}

.de-btn-icon1 {
    border: 1px solid #D5E8FE;
    width: 49%;
    height: 50px;
    font-size: 16px;
    font-size: .16rem;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #FCFEFF;
    margin-bottom: 10px;
    margin-right: 2%;
}

.de-btn-icon2 {
    width: 100%;
    background: #FEA87E;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.de-btn-icon3 {
    width: 100%;
    background: #6195E6;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.de-btn-title {
    margin-bottom: 0px;
    line-height: 34px;
}

.de-info-three .de-ul-font {
    font-size: 16px;
    font-size: .16rem;
    padding-left: 0px;
}

.de-line-title p {
    font-size: 16px;
    color: #125DB2;
}

.de-ul-font li {
    height: 38px;
    line-height: 38px;
}

.de-circle {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #125DB2;
    margin-right: 4px;
    margin-top: 17px;
}

.de-content {
    display: inline-block;
    width: calc(100% - 115px);
    color: #333333;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /* 超出内容显示为省略号 */
    white-space: nowrap;
    /* 文本不进行换行 */
}

.ml10 a {
    color: #FFFFFF;
}

.de-data {
    display: inline-block;
    width: 100px;
    color: #999999;
    text-align: right;
}


/* 政务公开专题 */

.gover-open-topics-box {
    background: url(../images/gover-bg3.png) no-repeat center;
    padding: 30px 0px;
    padding: .3rem 0px;
    overflow: hidden;
    background-color: #F2F9FF;
}

.gover-open-topics {
    font-size: 0px;
    margin-top: 40px;
    margin-top: .4rem;
}

.gover-topics-four {
    display: inline-block;
    width: 22.75%;
    margin-right: 3%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    overflow: hidden;
}

.gover-topics-four img {
    width: 100%;
}

.gover-topics-four:last-child {
    margin-right: 0px;
}

.gover-open-topics-box .swiper-container {
    height: 200px;
    height: 2rem;
    line-height: 200px;
    line-height: 2rem;
    width: 100%;
    text-align: center;
}

.gover-open-topics-box .swiper-wrapper {
    margin-bottom: 10px;
}

.gover-open-topics-box .swiper-slide img {
    width: 95%;
    max-height: 100%;
    cursor: pointer;
}


/*****媒介查询****/

@media screen and (max-width: 1250px) {
    .de-bg {
        margin-top: 20px;
    }
    .de-subtiele {
        margin-top: 10px;
    }
    .de-bg .pagination {
        bottom: 16px;
    }
    .news-img .swiper-container {
        width: 500px;
        height: 313px;
    }
    .news-img .de-info-three {
        width: 50%;
    }
    .news-img .de-title-active1 {
        font-size: 18px !important;
    }
    .news-img .de-title-btn {
        font-size: 16px;
    }
    .de-circle {
        margin-top: 16px;
    }
    .de-btn-active {
        background-color: #125DB2 !important;
        font-size: 14px !important;
        color: #FFFFFF !important;
    }
    .de-btn-icon1 {
        font-size: 14px;
    }
    .news-img .de-info-three {
        height: 312px;
    }
    .de-information .de-info-three {
        height: 357px;
    }
}

@media screen and (max-width: 1070px) {
    .de-circle {
        margin-top: 17px;
    }
    .de-info-three {
        margin-right: 15px;
    }
    .de-btn-icon1 {
        line-height: 25px;
    }
    .de-btn-icon1 div {
        width: 56px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .de-title {
        font-size: 24px;
    }
    .de-subtiele {
        font-size: 14px;
    }
    .de-bg .pagination {
        bottom: 16px;
    }
    .news-img .swiper-container {
        width: 400px;
        height: 270px;
    }
    .news-img .de-info-three {
        width: 50%;
    }
    .news-img .swiper-title a {
        font-size: 14px;
    }
    .news-img .de-title-active1 {
        font-size: 16px !important;
    }
    .news-img .de-title-btn {
        font-size: 14px;
    }
    .de-info-three {
        margin-right: 12px;
    }
    .de-ul-font li {
        font-size: 14px;
    }
    .de-circle {
        margin-top: 17px;
    }
    .news-img .swiper-title a {
        width: 350px;
    }
}

@media screen and (max-width: 750px) {
    .de-information .de-banner-bg {
        margin-top: 0px;
    }
    .de-line-title p {
        height: 30px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .de-title {
        font-size: 28px;
        padding-top: 10px;
    }
    .de-subtiele {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .de-bg .pagination {
        bottom: 10px;
    }
    .news-img .swiper-container {
        width: 100%;
    }
    .news-img .de-info-three {
        width: 100%;
        margin-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }
    .de-btn-icon1 div {
        width: 100%;
        line-height: 50px;
    }
    .de-information .de-info-three {
        width: 100%;
        margin-right: 0px;
    }
    .de-circle {
        margin-top: 17px;
    }
    .news-img .de-title-active1 {
        font-size: 18px !important;
    }
    .news-img .de-title-btn {
        font-size: 16px;
    }
    .de-ul-font li {
        font-size: 16px;
    }
    .de-btn-icon1 {
        font-size: 16px;
    }
    .de-icon-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .de-title {
        font-size: 20px;
        padding-top: 10px;
    }
    .news-img .swiper-title a {
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    .news-img .swiper-container {
        height: 180px;
    }
    .news-img .swiper-title a {
        width: 220px;
    }
}

@media screen and (max-width: 1250px) {
    .gover-nav-title span {
        margin-right: 8px;
    }
    .de-content {
        width: calc(100% - 110px);
    }
    .gover-search input {
        width: 248px;
    }
    .gover-btn-search button {
        width: 55px;
    }
    .gover-search img {
        left: 176px;
    }
}

@media screen and (max-width: 1033px) {
    .gover-search img {
        left: 160px
    }
}