/* 轮播图 begin */
.mobile #carousel {
    padding: 0;
}

.carousel-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
}

.mobile .carousel-image {
    max-height: 4.1rem !important;
}

#carousel .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem;
    color: white;
    background-color: rgba(0, 0, 0, .2);
    box-sizing: content-box;
}

#carousel .carousel-caption span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 轮播图 end */

.nav-tabs {
    margin: 0px;
}

.nav-tabs .layui-tab-title {
    border-bottom: 2px solid #0075cd;
}

.nav-tabs .layui-tab-title .layui-this:after {
    display: none;
}

.nav-tabs .layui-tab-title li.layui-this,
.nav-tabs .layui-tab-title li:hover,
.nav-tabs .layui-tab-title li:focus {
    background-color: #0075cd;
}

.nav-tabs .layui-tab-title li.layui-this a,
.nav-tabs .layui-tab-title li:hover a,
.nav-tabs .layui-tab-title li:focus a {
    color: white;
}

.nav-tabs .layui-tab-content {
    padding: 0;
    min-height: 221px;
}

.card.article-list .list-group .list-group-item {
    /*border-bottom: none;*/
}

/* 政务公开 begin */

/* 政务公开 end */

/* 办事大厅 begin */

/* 办事大厅 end */

/* 专题专栏 begin */
/*#ztzl{*/
/*margin-top: 1rem;*/
/*margin-bottom: 1rem;*/
/*}*/
#ztzl .list-group-item {
    float: left;
    overflow: hidden;
    border: none;
    margin: 0 20px;
    padding: 0;
}

#ztzl .list-group-item a {
    display: block;
}

#ztzl img {
    width: 165px;
    height: 127px;
}

/* 专题专栏 end */

#wsrys,
#wsrys .list-group-item {
    background: inherit;
}

#wsrys .list-group-item {
    display: inline-flex;
    border: none;
    padding: 0;
}

#wsrys .list-group-item a {
    padding-right: 0.5rem;
}

#wsrys .fa {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wsrys img {
    width: 165px;
    max-height: 127px;
}










