* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #202020;
    font-size: 0.56rem;
    background: #f8f8f8;
}
a {
    color: #202020;
    text-decoration: none;
}
a:focus,
img:focus {
    outline: none;
}
ul, li {
    list-style: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hide {
    display: none;
}
.gw-panel {
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
}
.gw-panel:first-child {
    margin-top: 0;
}
.gw-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 0.4rem;
}
.gw-logo img {
    width: 12rem;
    /*height: 1.4rem;*/
}
.gw-search {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 2.2rem;
}
.gw-search-inner {
    display: flex;
    width: 85%;
    height: 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid #cacaca;
    overflow: hidden;
}
.gw-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 0.76rem;
    border-radius: 0.76rem;
    background: #015293;
}
.gw-search-btn img {
    width: 0.5rem;
    height: 0.5rem;
}
.gw-search-input {
    width: 85%;
    padding: 0 0.2rem;
    border: none;
    outline: none;
    background: #fff;
}
.gw-directory {
    position: relative;
    width: 0.76rem;
    height: 0.76rem;
    background: #015293;
}
.gw-directory:after {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #fff;
}
.gw-directory:before {
    content: '';
    position: absolute;
    top: 0.44rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #fff;
}

.gw-tool {
    width: 100%;
}
.gw-tool li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    border-bottom: 1px solid #fff;
    background: #015293;
    color: #fff;
}
.gw-tool li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.6rem;
}
.gw-tool li a.pl {
    padding-left: 4.6rem;
}
.gw-tool li a.pr {
    padding-right: 4.6rem;
}
.icon-email {
    display: block;
    width: 0.8rem;
    height: 0.6rem;
    margin-right: 0.24rem;
    background: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/email_icon.png') no-repeat center center/100%;
}
.icon-monk {
    display: block;
    width: 0.72rem;
    height: 1.02rem;
    margin-right: 0.24rem;
    background: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/monk_icon.png') no-repeat center center/100%;
}

.gw-menu {
    width: 100%;
    padding: 0.4rem;
    background: #015293;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}
.gw-menu li {
    float: left;
    width: 25%;
    padding: 0.2rem 0;
}
.gw-menu li a {
    display: block;
    width: 100%;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 0.64rem;
    text-align: center;
    line-height: 1;
}
.gw-menu li:nth-child(1) a,
.gw-menu li:nth-child(5) a {
    border-left: none;
}
.gw-banner-info {
    position: relative;
    display: block;
    width: 100%;
    height: 8rem;
    overflow: hidden;
}
.gw-banner-info img {
    width: 100%;
    height: 8rem;
}
.gw-banner-info h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.2rem;
    padding: 0 3.6rem 0 0.5rem;
    line-height: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.56rem;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-container-horizontal > .pagination {
    position: absolute;
    bottom: 0.3rem;
    right: 0.4rem;
    left: unset;
    width: auto;
    z-index: 2;
}
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}
.swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 15px;
    background: #fff;
}
.gw-info-list {
    width: 100%;
    padding: 0 0.4rem;
}
.gw-info-list a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 0.61rem;
    color: #202020;
    line-height: 1.5;
}
.gw-info-list a span {
    display: block;
    width: 100%;
}
.gw-info-list dt {
    margin-bottom: 0.3rem;
}
.gw-info-list dt a {
    padding: 0.4rem 0;
    color: #4178be;
    border-bottom: 1px dashed #dadada;
}
.gw-info-list dt a .title {
    font-size: 0.68rem;
    text-align: center;
}
.gw-info-list dd a {
    line-height: 1.2rem;
}
.gw-more {
    display: flex;
    justify-content: center;
    height: 1.52rem;
    margin: 0.4rem 0.4rem 0 0.4rem;
    background: #efefef;
    border: 1px solid #d5d5d5;
    border-radius: 0.2rem;
    color: #aaa;
    font-size: 0.56rem;
    line-height: 1.52rem;
}
.gw-tabs-hd {
    width: 100%;
    height: 1.8rem;
    border-bottom: 1px solid #e4e4e4;
}
.gw-tabs-hd li {
    float: left;
    padding: 0 0.4rem;
    color: #adadad;
    font-size: 0.66rem;
    line-height: 1.8rem;
}
.gw-tabs-hd li.on {
    color: #4178be;
}
.gw-list-ul {
    width: 100%;
    padding: 0 0.4rem;
}
.gw-list-ul li {
    padding: 0.2rem 0;
}
.gw-list-ul li a {
    font-size: 0.61rem;
    line-height: 1.5;
}
.gw-panel-title {
    position: relative;
    width: 100%;
    padding: 0 0.4rem;
    height: 1.32rem;
}
.gw-panel-title:after {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
    width: 95%;
    height: 0.12rem;
    background: #e2e2e2;
    z-index: 0;
}
.gw-panel-title .blue {
    position: relative;
    left: 0.76rem;
    padding: 0 0.2rem;
    background: #fff;
    color: #4178be;
    font-size: 0.66rem;
    line-height: 1.32rem;
    z-index: 2;
}
.gw-panel-title .red {
    color: #cf2121;
}
.gw-wyb-ul {
    width: 100%;
    padding: 0 0.4rem;
}
.gw-wyb-ul li {
    float: left;
    width: 4.4rem;
    height: 1.44rem;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    background: #f2f8ff;
    border: 1px solid #4178be;
    border-radius: 3px;
}
.gw-wyb-ul li:nth-child(1),
.gw-wyb-ul li:nth-child(4) {
    margin-left: 0;
}
.gw-wyb-ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #2a2a2a;
    font-size: 0.56rem;
}
.icon-wyb {
    display: block;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.icon-wyb.icon-wyb-01 {
    width: 0.66rem;
    height: 0.56rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/user_icon.png');
}
.icon-wyb.icon-wyb-02 {
    width: 0.58rem;
    height: 0.54rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/user2_icon.png');
}
.icon-wyb.icon-wyb-03 {
    width: 0.46rem;
    height: 0.5rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/cx_icon.png');
}
.icon-wyb.icon-wyb-04 {
    width: 0.72rem;
    height: 0.5rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/server_icon.png');
}
.icon-wyb.icon-wyb-05 {
    width: 0.56rem;
    height: 0.56rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/bmff_icon.png');
}
.icon-wyb.icon-wyb-06 {
    width: 0.5rem;
    height: 0.46rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/tel_icon.png');
}
.gw-panel-tit {
    width: 100%;
    padding: 0.5rem 0.4rem;
    border-bottom: 1px solid #e4e4e4;
    color: #4178be;
    font-size: 0.66rem;
}
.gw-listing-ul {
    padding: 0.2rem;
    margin: 0.8rem 0.4rem;
    background: #609dd1;
}
.gw-listing-ul li {
    float: left;
    width: 6.5rem;
    margin: 0.2rem;
    border: 1px solid #fff;
    background: #81aade;
    border-radius: 3px;
}
.gw-listing-ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    color: #fff;
    font-size: 0.56rem;
    line-height: 1.5;
    text-align: center;
}
.gw-wyk-ul {
    padding: 0 0.4rem;
}
.gw-wyk-ul li {
    margin-top: 0.4rem;
    border: 1px solid #e5e5e5;
}
.gw-wyk-ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.4rem 0.5rem 0.8rem;
    color: #252525;
    font-size: 0.56rem;
}
.gw-wyk-ul span {
    display: flex;
    align-items: center;
}
.icon-larrow {
    display: block;
    width: 0.68rem;
    height: 0.44rem;
    background: url(http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/arrow.png) no-repeat center center/100%;
}
.icon-wyk {
    display: block;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.icon-wyk.icon-wyk-01 {
    width: 0.56rem;
    height: 0.56rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_01.png');
}
.icon-wyk.icon-wyk-02 {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_02.png');
}
.icon-wyk.icon-wyk-03 {
    width: 0.54rem;
    height: 0.44rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_03.png');
}
.icon-wyk.icon-wyk-04 {
    width: 0.52rem;
    height: 0.5rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_04.png');
}
.icon-wyk.icon-wyk-05 {
    width: 0.46rem;
    height: 0.52rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_05.png');
}
.icon-wyk.icon-wyk-06 {
    width: 0.48rem;
    height: 0.56rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_06.png');
}
.icon-wyk.icon-wyk-07 {
    width: 0.46rem;
    height: 0.56rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_07.png');
}
.icon-wyk.icon-wyk-08 {
    width: 0.46rem;
    height: 0.52rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/l_icon_08.png');
}
.gw-pub {
    display: flex;
    padding: 0.6rem 0.4rem 0.2rem 0.4rem;
}
.gw-pub a {
    height: 1.84rem;
}
.pub-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.86rem;
    margin-right: 0.4rem;
    background: #4178be;
    color: #fff;
    font-size: 0.56rem;
}
.gw-pub img {
    width: 8.94rem;
    height: 1.84rem;
}
.gw-wyw-adv {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem;
}
.gw-wyw-adv img {
    width: 6.8rem;
    height: 1.94rem;
}
.gw-live-ul {
    padding: 0.4rem;
}
.gw-live-ul li img {
    width: 14.2rem;
    height: 7.68rem;
}
.gw-live-ul li span {
    display: block;
    padding-top: 0.4rem;
    color: #2a2a2a;
    font-size: 0.66rem;
    text-align: center;
}
.gw-server-list {
    margin-top: 0.4rem;
    padding: 0.4rem 0.2rem;
}
.gw-server-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 6.88rem;
    height: 1.6rem;
    margin: 0.2rem;
    border-radius: 3px;
    background: #4178be;
    color: #fff;
    font-size: 0.56rem;
}
.icon-ser {
    display: block;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.icon-ser.icon-ser-01 {
    width: 0.64rem;
    height: 0.54rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/a_icon_01.png');
}
.icon-ser.icon-ser-02 {
    width: 0.4rem;
    height: 0.54rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/a_icon_02.png');
}
.icon-ser.icon-ser-03 {
    width: 0.54rem;
    height: 0.58rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/a_icon_03.png');
}
.icon-ser.icon-ser-04 {
    width: 0.5rem;
    height: 0.52rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/a_icon_04.png');
}
.gw-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.8rem;
    background: #015293;
    color: #fff;
    font-size: 0.6rem;
}

/* 市政府 */
.gw-photo-wall {
    width: 100%;
    padding: 0.4rem;
    border-spacing: 1px;
}
.gw-photo-wall td {
    padding: 0 0.2rem 0.4rem 0.2rem;
    background: #e0eaf7;
    color: #4178be;
}
.gw-photo-wall td:first-child {
    width: 2.9rem;
    text-align: center;
}
.img-wrap {
    display: inline-block;
    text-align: center;
    color: #333;
}
.gw-photo-wall td img {
    width: 2.56rem;
    height: 3.16rem;
    margin: 0.4rem 0.46rem 0 0.46rem;
}
.gw-mung-list {
    width: 100%;
    padding: 0 0.4rem;
}
.gw-mung-list li {
    position: relative;
    height: 1.1rem;
    padding-left: 0.5rem;
}
.gw-mung-list li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
    background: #015293;
    border-radius: 50%;
}
.gw-mung-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #202020;
}
.flex {
    flex: 1;
}
.gw-mung-list li .mung-title {
    padding-right: 2rem;
}
.gw-mung-list li .mung-time {
    color: #a8a8a8;
}
.gw-report-ul li {
    float: left;
    width: 50%;
    margin-top: 0.4rem;
    padding: 0.2rem 0.4rem;
}
.gw-report-ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0.6rem;
    justify-content: center;
    background: #f6f5f4;
}
.gw-report-ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    text-align: center;
    line-height: 1.5;
}
.gw-report-ul li .year {
    width: 3.56rem;
    height: 3.56rem;
    margin-top: 0.56rem;
    padding: 0.4rem 0 0 0;
    margin-bottom: 0.3rem;
    background: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/timebd_ico.png') no-repeat center center/100%;
    font-size: 0.48rem;
    color: #4178be;
}