/**!
 * [沈阳政务服务网]
 * date:2020-09-07
 * author: [gaojing];
 */

@font-face {
    font-family: "SHR";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

.stree-community {
    font-family: "SHR";
}

.stree-community>* {
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.col-l {
    float: left;
    width: 880px;
}

.col-r {
    float: right;
    width: 300px;
}

.mod {
    margin-bottom: 20px;
    border: 1px solid #D7EDF7;
    border-top: 2px solid #2F6FB9;
}

.mod-hd {
    width: 110px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #2F6FB9;
    text-align: center;
}

.mod-bd {
    padding: 0 20px;
}


/* 简介 */

.introduce {
    padding: 10px 0;
}

.introduce p {
    line-height: 36px;
    color: #2F6FB9;
    font-size: 16px;
    text-indent: 32px;
}


/* 街道事项/社区事项 */

.item-tab-hd {
    margin: 14px -20px 20px;
    height: 35px;
    border-bottom: 1px solid #E2E2E2;
}

.item-tab-hd li {
    margin-right: 40px;
    padding: 0 20px 9px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.item-tab-hd .active {
    color: #0062B2;
    border-color: #0062B2;
}

.theme-list,
.type-list {
    margin-right: -27px;
}

.theme-list li,
.type-list li {
    margin: 0 27px 20px 0;
    float: left;
}

.theme-list li a,
.type-list li a {
    display: block;
    width: 117px;
    height: 35px;
    line-height: 33px;
    color: #3070B9;
    border: 1px solid #3070B9;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.type-list li a {
    text-align: center;
}

.theme-list li a:hover,
.type-list li a:hover 
{
    color: #fff;
    background: #3070B9;
    border-color: #1080CC;
}

.theme-list .active {
 	display: block;
    width: 117px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #3070B9;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    background: #3070B9;
    border-color: #1080CC; 
}
.theme-list .active  span{
    color: #fff;
}


.theme-list .icon {
    float: left;
    width: 45px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: all 0.3s ease;
}

.theme-list .icon img {
    vertical-align: middle;
}

.handle-guide>li {
    margin-bottom: 22px;
    /* border: 1px solid #D4E3F7; */
}

.handle-guide .item-name {
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    background: #F4F9FD;
}

.item-name h2 {
    padding-left: 27px;
    display: inline-block;
    max-width: 570px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/item_ico.png) 0 center no-repeat;
    cursor: pointer;
}

.item-name .slide {
    margin-top: 15px;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_down.png) center no-repeat;
    cursor: pointer;
}

.down .item-name .slide {
    background-image: url(../images/arrow_up.png);
}

.handle-guide .guide-btn {
    margin-top: 10px;
    padding: 0 14px 0 38px;
    float: right;
    width: 110px;
    height: 30px;
    line-height: 28px;
    color: #3070B9;
    background: url(../images/guide_ico.png)13px center no-repeat;
    border: 1px solid #3070B9;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.handle-guide .guide-btn:hover {
    color: #fff;
    background-color: #3070B9;
    background-image: url(../images/guide_ico_hover.png);
}

.sub-item {
    display: none;
}

.sub-item li {
    position: relative;
    padding: 17px 268px 15px 20px;
    border-top: 1px dashed #DCDCDC;
}

.sub-item li:first-child {
    border-top: 0;
}

.sub-item .guide-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -15px;
}

.sub-item h3 {
    margin-bottom: 11px;
    padding-left: 14px;
    background: url(../images/dot.png) 0 center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-item span {
    margin-left: 14px;
    color: #999;
}


/* 办件公示 */

.publicity-tb {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}

.publicity-tb thead th {
    height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #3070B9;
}

.publicity-tb tbody tr:nth-child(2n) {
    background: #edf3fc;
}

.publicity-tb tbody tr:hover {
    background: #F8F5CF;
}

.publicity-tb tbody td {
    padding: 10px 0;
    height: 42px;
    color: #505050;
    font-size: 15px;
    text-align: center;
}

/* .publicity-tb .applicant,
.publicity-tb .name,
.publicity-tb .time {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
} */

.publicity-tb .check {
    display: inline-block;
    width: 54px;
    height: 22px;
    line-height: 20px;
    color: #4A8EDD;
    font-size: 14px;
    background: #fff;
    border: 1px solid #3070B9;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.publicity-tb .check:hover {
    color: #fff;
    background: #3070B9;
}

.pagination {
    padding: 25px 0;
}


/* 社区 */

.community-list {
    margin-right: -20px;
    padding: 10px 0;
}

.community-list li {
    margin: 10px 18.5px 10px 0;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 38px;
    color: #4E4E4E;
    font-size: 16px;
    text-align: center;
    border: 1px solid #DFDFDF;
    background: #FBFBFB;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.community-list li:hover,
.community-list .active {
    color: #fff;
    background: #2F6FB9;
    border-color: #2F6FB9;
}


/* 便民服务中心 */

.map-area {
    margin-top: 18px;
    height: 152px;
    border: 1px solid #DFDFDF;
}

.map-area img {
    width: 100%;
    height: 100%;
}

.center-info {
    padding: 14px 0 12px;
}

.center-info p {
    margin-bottom: 8px;
    line-height: 26px;
    color: #2F6FB9;
    font-size: 16px;
}

.center-info p span {
    color: #656565;
}

.affairs-tab {
    position: relative;
}

.affairs-tab-hd {
    position: absolute;
    right: -20px;
    top: -54px;
}

.affairs-tab-hd li {
    float: left;
    width: 114px;
    height: 36px;
    line-height: 36px;
    color: #3070b9;
    font-size: 16px;
    text-align: center;
    background-color: #d8eef7;
    cursor: pointer;
}

.affairs-tab-hd .active {
    color: #fff;
    background: #3070b9;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}

.m-pagination-total {
    display: none;
}
.bt{
	margin-top: 2px;
    width: 100px;
    height: 42px;
    display: block;
}