﻿/**!
 * &#51;&#54;&#53;&#98;&#101;&#116;&#30495;&#27491;&#32593;&#31449;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20307;&#32946;&#36275;&#29699;&#19990;&#30028;&#95;&#119;&#119;&#119;&#46;&#51;&#54;&#53;&#98;&#101;&#116;&#46;&#99;&#111;&#109;&#20122;&#27954;&#29256;基层公共服务
 * date:2020-11-23
 * author: qxy;
 */


/* banner */

.banner {
    height: 260px;
    padding-top: 71px;
    margin-bottom: 20px;
    background: url(../images/banner.jpg);
}

.banner h2 {
    height: 67px;
    background: url(../images/logo.png) center 0 no-repeat;
}

.banner p {
    width: 453px;
    height: 36px;
    margin: 16px auto;
    text-align: center;
    line-height: 36px;
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: 20px;
    color: #fff;
    background: url(../images/sub-bg.png);
}


/* swiper */

.swiper-hd {
    position: relative;
}

.swiper-container {
    padding-bottom: 12px;
}

.handle-item {
    position: relative;
    display: block;
    width: 230px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #666;
    background: #E4F1FF;
}

.handle-item span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.handle-item::after {
    display: none;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #2E74D4;
}

.handle-item.active {
    color: #fff;
    background: #2E74D4;
}

.handle-item.active::after {
    display: block;
}

.swiper-btn {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 60px;
    background-color: #E4F1FF;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 200ms;
    cursor: pointer;
}

.swiper-btn.swiper-prev {
    left: -30px;
    background-image: url(../images/triangle1.png);
}

.swiper-btn.swiper-next {
    right: -30px;
    background-image: url(../images/triangle2.png);
}

.swiper-btn:hover {
    background-color: #2E74D4;
}

.swiper-btn.swiper-prev:hover {
    background-image: url(../images/triangle1-h.png);
}

.swiper-btn.swiper-next:hover {
    background-image: url(../images/triangle2-h.png);
}

.swiper-btn.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #E4F1FF;
}

.swiper-btn.swiper-button-disabled.swiper-prev {
    background-image: url(../images/triangle1.png);
}

.swiper-btn.swiper-button-disabled.swiper-next {
    background-image: url(../images/triangle2.png);
}


/* 列表 */

.handle-con {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 0px rgba(46, 116, 212, 0.1);
}

.handle-list .dep-name {
    width: 396px;
    padding-left: 20px;
}

.handle-hd li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: rgba(46, 116, 212, 0.7);
}

.handle-hd li.name {
    width: 566px;
    padding-left: 40px;
}

.handle-hd li.operate {
    width: 238px;
    padding-right: 20px;
    text-align: center;
}

.handle-bd {
    padding: 0 20px;
}

.handle-bd li {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    transition: all ease 200ms;
}

.handle-bd li>* {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.handle-bd .name {
    width: 546px;
    padding-left: 20px;
}

.handle-bd .operate {
    width: 218px;
    text-align: center;
    color: #2E74D4;
    font-size: 0;
}

.handle-bd .operate a {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 18px;
    transition: all ease 200ms;
}

.handle-bd .operate a:first-child {
    border-right: 2px solid #2E74D4;
}

.handle-bd li:nth-child(2n) {
    background: rgba(210, 210, 210, 0.16);
}

.handle-bd li:hover {
    background: rgba(46, 116, 212, 0.08);
}

.handle-bd .operate a:hover {
    color: #FF9727;
}

.pager {
    padding-bottom: 28px;
}

.m-pagination-info {
    margin-left: 10px;
}

.m-pagination-info span {
    margin-left: 20px;
}


/* 弹窗 */

.spot-layer-skin .layui-layer-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #2E74D4;
}

.spot-layer-skin .layui-layer-setwin {
    top: 21px;
    right: 24px;
}

.spot-layer-skin .layui-layer-setwin a {
    width: 18px;
    height: 18px;
    background: url(../images/close-btn.png);
}

.handle-spot {
    margin: 7px 0 0 6px;
}

.handle-spot li {
    float: left;
    margin: 20px 0 0 18px;
}

.handle-spot a {
    display: block;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #666;
    background: #E4F1FF;
    transition: all ease 200ms;
}

.handle-spot a:hover {
    color: #fff;
    background: #2E74D4;
}



.choose-area {
	padding: 40px 30px 20px;
}

.choose-area .mod-hd {
	height: 36px;
	border-bottom: 3px solid #0D1C28;
}

.choose-area .mod-hd h1 {
	font-size: 18px;
	font-weight: bold;
}

.area-list {
	margin-top: 9px;
	height: 175px;
	overflow: hidden;
}

.area-list li {
	margin: 3px 0;
	padding: 5px;
	float: left;
	width: 25%;
	color: #2e5aa6;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.area-list li:hover {
	background: #3272de;
	color: #fff;
}

.area-list .grey {
	color: #b7bfcd;
}