.gw-panel {
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
    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: 7.58rem;
    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('//m.llqcyx.com/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('//m.llqcyx.com/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.56rem;
    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;
    font-weight: bold;
}
.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.56rem;
    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('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/user_icon.png');
}
.icon-wyb.icon-wyb-02 {
    width: 0.58rem;
    height: 0.54rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/user2_icon.png');
}
.icon-wyb.icon-wyb-03 {
    width: 0.46rem;
    height: 0.5rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/cx_icon.png');
}
.icon-wyb.icon-wyb-04 {
    width: 0.72rem;
    height: 0.5rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/server_icon.png');
}
.icon-wyb.icon-wyb-05 {
    width: 0.56rem;
    height: 0.56rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/bmff_icon.png');
}
.icon-wyb.icon-wyb-06 {
    width: 0.5rem;
    height: 0.46rem;
    background-image: url('//m.llqcyx.com/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;
    font-weight: bold;
}
.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(//m.llqcyx.com/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('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_01.png');
}
.icon-wyk.icon-wyk-02 {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_02.png');
}
.icon-wyk.icon-wyk-03 {
    width: 0.54rem;
    height: 0.44rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_03.png');
}
.icon-wyk.icon-wyk-04 {
    width: 0.52rem;
    height: 0.5rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_04.png');
}
.icon-wyk.icon-wyk-05 {
    width: 0.46rem;
    height: 0.52rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_05.png');
}
.icon-wyk.icon-wyk-06 {
    width: 0.48rem;
    height: 0.56rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_06.png');
}
.icon-wyk.icon-wyk-07 {
    width: 0.46rem;
    height: 0.56rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/l_icon_07.png');
}
.icon-wyk.icon-wyk-08 {
    width: 0.46rem;
    height: 0.52rem;
    background-image: url('//m.llqcyx.com/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('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/a_icon_01.png');
}
.icon-ser.icon-ser-02 {
    width: 0.4rem;
    height: 0.54rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/a_icon_02.png');
}
.icon-ser.icon-ser-03 {
    width: 0.54rem;
    height: 0.58rem;
    background-image: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/a_icon_03.png');
}
.icon-ser.icon-ser-04 {
    width: 0.5rem;
    height: 0.52rem;
    background-image: url('//m.llqcyx.com/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.2rem 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('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/timebd_ico.png') no-repeat center center/100%;
    font-size: 0.48rem;
    color: #4178be;
}
.gw-news-top {
    display: flex;
    padding: 0.6rem 0.4rem;
}
.news-top-info {
    margin-left: 0.5rem;
}
.news-title {
    margin-top: 0.6rem;
    color: #282828;
    line-height: 1.5;
}
.news-time {
    color: #9d9d9d;
}
.gw-btn {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border-radius: 3px;
}
.gw-btn-orange {
    color: #fff;
    background: #ff8c46;
}
.gw-news-top img {
    width: 7.56rem;
    height: 4.48rem;
}
.gw-memorabilia {
    width: 100%;
}
.gw-memorabilia-time {
    position: relative;
    width: 7.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    color: #4178be;
}
.gw-memorabilia-time:after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #ddd;
}
.gw-memorabilia-content {
    height: 4.4rem;
    margin-top: 0.7rem;
    padding: 0 0.4rem;
    overflow: hidden;
    line-height: 1.5;
}
.gw-memorabilia .swiper-slide:nth-child(odd) .gw-memorabilia-content {
    padding-right: 0.6rem;
}
.gw-memorabilia .swiper-slide:nth-child(even) .gw-memorabilia-content {
    padding-left: 0.6rem;
}
.icon-dot {
    position: relative;
    top: -9px;
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 auto;
    background: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/dot_ico.png') no-repeat center center/100%;
}
.swiper-slide-active .icon-dot {
    background: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/dot_on_ico.png') no-repeat center center/100%;
}
.gw-communique {
    padding: 0.6rem 0.4rem;
}
.gw-communique img {
    float: left;
    width: 5.38rem;
    height: 6.46rem;
}
.gw-communique-info {
    width: 60%;
    float: right;
    padding-left: 0.8rem;
    line-height: 1.5;
}
.gw-communique-title {
    padding-bottom: 0.4rem;
    color: #3b3b3b;
}
.gw-communique-text {
    color: #a3a3a3;
}
.gw-communique-btn {
    display: block;
    width: 100%;
    padding: 0.4rem 0;
    margin-top: 0.88rem;
    border: 1px solid #4178be;
    border-radius: 3px;
    color: #4178be;
    text-align: center;
}
.gw-meeting-title {
    position: relative;
    width: 100%;
    padding: 0.6rem 0.4rem;
    color: #4178be;
    font-size: 0.68rem;
    font-weight: bold;
    text-align: center;
}
.gw-meeting-title span {
    position: relative;
    padding: 0 0.4rem;
    background: #fff;
    z-index: 1;
}
.gw-meeting-title:after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 3%;
    width: 94%;
    height: 1px;
    background: #d9d9d9;
    z-index: 0;
}
.gw-meeting-title:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 3%;
    width: 94%;
    height: 1px;
    background: #d9d9d9;
    z-index: 0;
}

.gw-news-media {
    position: relative;
    height: 9.2rem;
    padding: 0.4rem;
}
.gw-news-media video {
    width: 100%;
    height: 8.4rem;
    background: rgba(0, 0, 0, 0.8);
}
.gw-news-media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: -1.3rem;
    margin-left: -1.3rem;;
    background: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/play_ico.png') no-repeat center center/100%;
}
.special-containter {
    margin: 0 0.4rem;
}
.gw-special {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0;
    border: 1px solid #dddddd;
}
.gw-special img {
    width: 4.28rem;
    height: 2.5rem;
}
.gw-file-serch {
    padding: 0.4rem;
}
.gw-input-group {
    padding: 0.2rem 0;
}
.gw-input {
    width: 100%;
    height: 1.56rem;
    padding: 0 0.6rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    font-size: 0.6rem;
    color: #2b2b2b;
}
::-webkit-input-placeholder {
    color: #acacac;
}
:-moz-placeholder {
    color: #acacac;
}
::-moz-placeholder {
    color: #acacac;
}
:-ms-input-placeholder {
    color: #acacac;
}
.gw-select-group {
    position: relative;
}
.gw-select {
    position: relative;
}
.gw-select .gw-input {
    padding-right: 1.6rem;
}
.icon-b-arrow {
    position: absolute;
    top: 0.6rem;
    right: 0.5rem;
    display: block;
    width: 0.62rem;
    height: 0.34rem;
    background: url('//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/arrow_b_ico.png') no-repeat center center/100%;
}
.gw-select-option {
    position: absolute;
    top: 1.56rem;
    left: 0;
    width: 100%;
    padding: 0.2rem 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.gw-select-option li {
    padding: 0.2rem 0.6rem;
}
.gw-mixture-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gw-btn-cx {
    display: block;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    background: #4178be;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
}
.gw-btn-wjk {
    display: block;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    background: #1faca7;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
}
.gw-gaff-file {
    display: flex;
    padding: 0 0.2rem;
    margin-top: 0.6rem;
}
.gw-gaff-file li {
    width: 50%;
    margin: 0 0.2rem;
    box-shadow: 0 0 0.2rem rgba(4, 94, 216, 0.2);
}
.gw-gaff-file li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: #4178be;
    font-size: 0.6rem;
}
.gw-gaff-file img {
    width: 2.44rem;
    height: 2.92rem;
    margin-bottom: 0.5rem;
}
.gw-info-open li {
    float: left;
    width: 50%;
    padding: 0.3rem;
}
.gw-info-open li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 4.88rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border: 1px solid #d9d9d9;
    color: #4178be;
    font-size: 0.52rem;
}
.gw-info-open li img {
    margin-bottom: 0.6rem;
}
.gw-info-open li:nth-child(1) img {
    width: 2.02rem;
    height: 2.02rem;
}
.gw-info-open li:nth-child(2) img {
    width: 1.88rem;
    height: 1.92rem;
}
.gw-info-open li:nth-child(3) img {
    width: 1.86rem;
    height: 1.56rem;
}
.gw-info-open li:nth-child(4) img {
    width: 1.82rem;
    height: 1.82rem;
}
.gw-info-open li:nth-child(5) img {
    width: 1.52rem;
    height: 1.82rem;
}
.gw-info-open li:nth-child(6) img {
    width: 1.44rem;
    height: 1.84rem;
}
.gw-info-open li:nth-child(7) img {
    width: 1.84rem;
    height: 1.62rem;
}
.gw-info-open li:nth-child(8) img {
    width: 1.94rem;
    height: 1.56rem;
}
.gw-ff-wrap {
    width: 100%;
    padding: 0.4rem;
}
.gw-ff-wrap img {
    width: 14.2rem;
    height: 13.4rem;
}




/* 政在访谈 */

.gw-live-top,.gw-liveimg{
    display: flex;
    justify-content: center;
    width: 100%;

}
.gw-live-top{
    padding-bottom:0.62rem;
}
.gw-interviewmain{
    background:#fff;
    padding:0 0.4rem;
    overflow: hidden;
}
.gw-live-top img{
    width:6.98rem;
    height:2.1rem;
}
.gw-liveimg{
   padding-bottom:0.4rem;
}
.gw-liveimg img{
    width:14.2rem;
    height: 8rem;
}

.gw-inter-intro span{
    color:#187ccd;
    font-size:0.56rem;
    width:2.88rem;
    text-align: left;
}
.gw-inter-intro p{
    color:#262626;
 
    font-size:0.56rem;  
    width: 11.28rem;
}
.gw-interv-list{
    margin-bottom:0.3rem;
    line-height: 1.1rem;
}
.gw-interv-list .col-a0{
    color:#a0a0a0
}
.gw-inter-intros{
    padding-bottom:0.6rem;
}

.gw-livedetail{
    margin-top:0.4rem;
    background:#fff;
    /* padding:0 0.4rem; */
}
.gw-live-title{
    color:#4178be;
    font-size:0.66rem;
    padding-top:0.72rem;
    padding-bottom:0.52rem;
    border-bottom:1px solid #e4e4e4;
    text-indent:0.4rem;
}
.gw-live-content{
    padding:0 0.4rem;
}
.gw-live-content span{
    color:#4178be;
    font-size: 0.52rem;
    padding-top:0.6rem;
    padding-bottom:0.4rem;
    display: block;
}
.gw-live-content>p{
    color:#383838;
    font-size: 0.52rem;
    line-height: 1rem;
    text-indent: 1.18rem;
    padding-bottom:0.7rem;
}
.gw-live-content .netpartin {
    padding-bottom:0;
}
.gw-live-content img{
    width:6.8rem;
    height:5.2rem;
    margin-top:0.4rem;
}
.marginl-30{
    margin-left:0.6rem;
}
.gw-live-img p{
    padding-left:0.3rem;
    text-align: center;
    color:#464646;
    font-size:0.48rem;
    margin-bottom:0.6rem;
}

/* 答问知识库 */
.gw-questionimg{
    height: 3.76rem;
}
.gw-questionimg img{
    width:100%;
    height:3.76rem;
}
.gw-question{
    margin-top:-0.6rem;
}
.gw-qustion-type{
    margin-top:0.4rem;
    background:#fff;
    padding:0 0.4rem;
}

.gw-question-list p{
    color:#4178be;
    font-size: 0.68rem;
    font-weight: bold;
    text-align:center;
    line-height: 1.6rem;
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/que-02.png") no-repeat;
    background-size: 100%;
    background-position-y: center;
}
.gw-question-classify ul li{
    float:left;
    width:4.42rem;
    margin-right:0.44rem;
    height: 1.52rem;
    line-height: 1.52rem;
    border:1px solid #bdbdbd;
    text-align: center;
    margin-bottom:0.4rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
.gw-question-classify ul li:nth-child(3n+0){
    margin-right:0
}
.gw-question-classify ul li a{
    color:#949494;
    font-size:0.56rem ;
}
.gw-question-classify ul li.on{
    border-color: #015293;
}
.gw-question-classify ul li.on a{
    color:#015293
}
.gw-question-title{
    margin-top:0.8rem;
}
.gw-question-title span{
    width:1.2rem;
    height:1.2rem;
    display: inline-block;
    text-align: center;
    line-height: 1.2rem;
    color:#fff;
    font-size:0.56rem ;
    background:#44b6d3;
    border-radius: 50%;
}

.gw-question-title  p{
    color:#2a2a2a;
    font-size: 0.52rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin-left: 0.26rem;
    width:12.6rem
}
.gw-question-anstitle {
    margin-top:0.24rem;
}

.gw-question-anstitle span{
    background:#ffa810;

}
.gw-question-anstitle  p{
    color:#303030;
    font-weight: normal;
    line-height: 1rem;
}
.gw-question-ans{
    padding-bottom:0.4rem;
}

.leader-introduce{
    background:#fff;
    padding:0 0.4rem;
}
.leader-introduce table{
    background:#ececec;
    width:100%;
}

.leader-introduce table td{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:0.56rem 0;
    color:#3a3a3a;
    font-weight: bold;
    font-size: 0.6rem;
    
}
.leader-introduce table td span{
    color:#262626;
    font-weight:normal
}
.leader-introduce table td span.focus{
    color:#4178be;
    border-bottom:0.08rem solid #4178be
}
.leader-introduce table td:nth-child(2){
    border-right:0;
}
.leader-introduce table td:nth-child(1){
    width:4.4rem;
}
.leader-introduce table tr:last-child td{
    border-bottom:0;
}
.leader-introduce table td.persons{
    padding-bottom:0;
}
.leader-introduce table td.persons span{
    width:33.3%;
    display: block;
    float: left;
    padding-bottom: 0.5rem;
}
.mayorimg{
    border:1px solid #e2e2e2;
    margin-left: 0.4rem;
    height:5.52rem;
}

.mayorimg img{
    width:4.36rem;
    height: 5.4rem;
    padding:0.12rem;
}
.mayorintroduce {
    padding-top:0.8rem;
    background:#fff
}
.mayordetail{
    margin-left: 0.6rem;
}
.epistolize {
    margin-bottom:0.7rem;
}
.epistolize a{
    display: block;
    width:9rem;
    background:#d9e4f2;
    text-align: center;
    height:1.5rem;
    line-height: 1.5rem;
    color:#4178be;
    border:1px solid #4178be;
    font-size: 0.56rem;
    margin-right: 0.4rem;
    border-radius: 0.2rem;
}
.epistolize a p{
    position: relative;
    padding-left: 1.1rem;
}
.epistolize a p:before{
    content:"";
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/leader-02.png") no-repeat;
    width:0.68rem;
    height:0.66rem;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 2.88rem;
    top: 0.4rem;

}

.introduce-title{
    border-bottom:1px solid #e1e1e1;
}
.introduce-title p{
    color:#fff;
    font-size: 0.56rem;
    font-weight: bold;
    width:3.6rem;
    height:1.14rem;
    line-height: 1.14rem;
    text-align: center;
    background:#4178be
}
.introduce-text{
    padding-right:0.4rem;
}
.introduce-text p{
    color:#222222;
    font-size: 0.56rem;
    line-height: 1rem;
    text-indent: 1.26rem;;
}
.division-title{
    margin-top:0.4rem;
}
.division-text {
    padding-bottom:0.6rem;
}
.leader-news {
    margin-top:0.4rem;
    background:#fff;
}

.leader-news .hd ul li{
    color:#adadad;
    font-size:0.66rem;
    font-weight:bold;
    float:left;
    height:1.8rem;
    line-height:1.8rem;
    margin-right:0.9rem;
}
.leader-news .hd ul li.on{
    color:#4178be
}
.leader-news .hd ul {
    border-bottom:1px solid #e4e4e4;
    padding-left:0.4rem;
}
.leader-news .bd{
    padding:0 0.4rem;

}
.leader-news .bd ul li{
    line-height: 1.1rem;
    color:#202020;
    font-size:0.56rem;
    position: relative;
    padding-left: 0.5rem;
    font-weight: bold;
}
.leader-news .bd ul li p{
    width:10.9rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
.leader-news .bd ul li span{
    color:#a8a8a8;
}
.leader-news .bd ul li:before{
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background: #015293;
    position: absolute;
    left: 0;
    top: 0.48rem;
}
.gw-morebtn{
    widows: 100% ;
    height:1.48rem;
    line-height: 1.48rem;
    background:#efefef;
    color:#aaaaaa;
    font-size: 0.56rem;
    display: block;
    border:1px solid #d5d5d5;
    text-align: center;
    border-radius: 0.2rem;
    margin-top:0.4rem;
    margin-bottom:0.8rem;
}


/* 文件库 */
.gw-library .gw-question-list p{
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/library-01.png") no-repeat;
    background-size: 100%;
    background-position-y: center;
}
.gw-library-search{
    background:#fff;
    border-bottom:1px solid #ececec;
}
.searchbox {
    padding:0 0.4rem;
    position: relative;
}
.searchbox input{
    width:100%;
    height:1.52rem;
    background:#efefef;
    line-height: 1.52rem;
    border-radius: 0.8rem;
    border:1px solid #efefef;
    text-indent:1.52rem ;
    font-size:0.64rem;
    margin:0.4rem 0;
    outline: none;
}
.searchbox:before{
    content:'';
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/library-02.png") no-repeat;
    width:0.66rem;
    height:0.7rem;
    background-size: 100%;
    position: absolute;
    top:0.82rem;
    left:1rem;
}
.gw-library .gw-qustion-type{
    margin-top:0;
}
.selectlst label{
    background:#efefef;
    border-radius: 0.8rem;
}
.selectbox {
    border: solid 1px #efefef;
    border-radius: 0.8rem;
    outline: none;
    width:5rem;
    height:1.52rem;
    text-align: center;
    font-size: 0.56rem;
    text-align-last: center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/library-03.png") no-repeat scroll right center transparent;
    background-size: 0.34rem 0.18rem ;
    background-position-x: 4rem;
}
select::-ms-expand { display: none; }
.selectbox option{
    outline:none
}
.selectlst{
    padding:0 0.4rem;
    padding-bottom:0.4rem;
}
.searchbtn{
    width:3.4rem;
    height:1.52rem;
    line-height: 1.52rem;
    display: block;
    background:#4178be;
    color:#fff;
    text-align: center;
    font-size: 0.56rem;
    border-radius: 0.8rem;
}
.librarynewlist {
    margin-top:0.4rem;
    background:#fff;
}
.headlist{
    height: 1.8rem;
    line-height: 1.8rem;
    text-align:center;
    color:#3b3b3b;
    font-size: 0.56rem;
    border-bottom:1px solid #ececec;
    padding:0 0.4rem

}
.headlist li.on{
    color:#4178be;
    position: relative;
}

.headlist li {
    float:left;
    width:16.6%;
    text-align:center;
}
.headlist li.on span{
    border-bottom: 1px solid #4178be;
    padding-bottom: 0.1rem;
}
.newcontenlist ul li {
    padding:0.6rem 0;
    margin:0 0.4rem;
    border-bottom:1px solid #e5e5e5;
}
.newcontenlist{
    padding-bottom:0.6rem;
}
.newtitle1{
    color:#2a2a2a;
    font-size: 0.6rem;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
   
.newtitle2{
    color:#2a2a2a;
    font-size: 0.56rem;
    padding: 0.4rem 0;
}
.newtime{
    font-size:0.48rem;
    color:#9c9c9c
}
.newtimebegin {
    margin-right: 1.2rem;;
}

/* 信息公开内容页 */
.gw-pubmsg{
    background:#fff;
    padding:0 0.4rem;
}
.gw-pubmsg table{
    border-color:#cccccc
}
.gw-pubmsg table td:nth-child(1){
    width:3.12rem;
    text-align:center;
}
.gw-pubmsg table td{
    color:#343434;
    font-size: 0.56rem;
    font-weight: bold;
    padding:0.5rem 0;
}
.gw-pubmsg table td span{
    font-weight: normal;
    display: inline-block;
    line-height: 0.76rem;
}
.gw-pubmsg table td:nth-child(2){
    width:11.1rem;
    padding-left: 0.5rem;
}
.gw-msgimg{
    text-align: center;
    margin-top:1rem;
}
.gw-msgimg img{
    width:9.48rem;
    height:2.18rem;
}
.gw-msgimg p{
    color:#323232;
    font-size: 0.46rem;
    border-bottom:4px solid #ff0000;
    line-height: 1rem;
}
.gw-msgtext{
    padding-top:0.3rem;
    padding-bottom:0.4rem
}
.gw-msgtext p{
    line-height: 1.1rem;
    color:#323232;
    font-size: 0.56rem;
    text-indent: 1.1rem;
}

/* 重点领域信息公开 */
.gw-keypoint{
    background:#fff;
    padding:0rem 0.4rem 0.6rem 0.4rem;
}
.gw-keypointcontent{
    background:#e7f2ff;
    padding:0 0.4rem;
}
.gw-keypointcontent h3{
    padding:0.52rem 0; 
    color:#4178be;
    font-size: 0.68rem;
    border-bottom:1px solid #4178be;
    margin-bottom:0.8rem;
    text-align: center;
}
.gw-keypointitle p{
    color:#2f2f2f;
    font-size:0.6rem;
    font-weight: bold;
}
.left-r{
    width:0.12rem;
    height: 0.56rem;
}
.iconNext{
    width:0.4rem;
    height: 0.4rem;
}
.gw-keypointitle p{
    font-size: 0.6rem;
    color:#2f2f2f;
    font-weight: bold;
    margin:0 0.22rem;
}
.gw-keypointitle {
    margin-bottom:0.7rem;
}
.gw-keypointlist ul li{
    color:#4178be;
    font-size: 0.56rem;
    font-weight: bold;
    width:50%;
    text-align: left;
    float:left;
    margin-bottom:0.5rem;
}


/* 市长信箱 */
.gw-mayormailimg{
    width:100%;
    margin-top: -0.6rem;
}
.gw-mayormailimg img{
    height:4.2rem;
    width:100%;
}
.gw-mayormail{
    background:#fff
}
.gw-mayormailtext{
    
    padding:0.8rem 0.4rem 0.6rem
}
.gw-mayormailtext p{
    color:#303030;
    font-size:0.56rem;
    text-indent: 2em;
    line-height: 0.92rem;
    font-weight: bold;
}
.gw-mayormail-leader{
    margin-top:0.4rem;
}

.gw-mayormail-leader .revert a{
    color:#16b3a6;
    background:#dcf4f2;
    border:1px solid #16b3a6;
}
.gw-mayormail-leader .epistolize{
    margin-bottom:0.2rem
}
.gw-mayormail-leader .mayorname{
    color:#3c3c3c;
    font-size:0.64rem ;
    font-weight: bold;
}
.gw-mayormail-leader .mayorpost{
    color:#222222;
    font-weight:bold;
    font-size:0.56rem;
    padding-right: 0.4rem;
}
.gw-mayormail-leader .mayorintroduce{
    padding-bottom:0.4rem;
}
.mayormaillist{
    margin-top:0.4rem;
    background:#fff;
    padding-bottom:1rem;
}
.mayormaillist ul li{
    padding:0.5rem 0.4rem 0.8rem;
    border-bottom:1px solid #e5e5e5
}
.mayormailtype p{
    color:#4178be;
    font-size:0.52rem;
    font-weight: bold;
}
.mayormailtype span{
    width:2.9rem;
    height:0.96rem;
    display: inline-block;
    font-size:0.52rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.96rem;
    border-radius: 1rem;
}
.mayormailtype span.replied{
    background:#d1f3f1;
    color:#1ac1b7;
}
.mayormailtype span.waitreply{
    background:#ffe9d7;
    color:#fe8f35;
}
.mayormailcontent p{
    color:#3a3a3a;
    font-size: 0.6rem;
    font-weight: bold;
}
.mayormailtime p{
    color:#959595;
    font-size:0.52rem;
}
.mayormailcontent {
    padding:0.2rem 0
}


/* 县级部门公开信息 */
.gw-countrykeypoint{
    text-align: center;
}
.gw-keypointitle{
    color:#ffffff;
    font-size: 0.52rem;
    display: inline-block;
    background:#4178be;
    padding:0.34rem 0.28rem;
    border-radius: 0.1rem;
    margin-top: -0.2rem;
    margin-bottom: 0.6rem;
}
.gw-countryresearch .bd .gw-researchtitle{
    padding-top:0.1rem
}
.gw-countryresearch .bd .gw-researchtitle p{
    color:#4178be;
    font-size: 0.6rem;
    font-weight: bold;
}
.gw-countryresearch .bd ul li{
    padding-left:0;
}
.gw-countryresearch .bd ul li:before{
    width:0;
}
.gw-contrymsg{
    background:#fff
}
.gw-countrymsgtitle{
    color:#4178be;
    font-size:0.66rem;
    padding-top:0.8rem;
    padding-bottom:0.5rem;
    font-weight: bold;
    padding-left:0.4rem;
}
.explain{
    background:#e7f2ff;
    margin:0 0.4rem;
    margin-top:0.4rem;
    padding:0.6rem 0.4rem
}

.explain h3{
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/countrymsg-01.png") no-repeat;
    background-size: 100%;
    background-position-y: center;
    text-align: center;
    color:#4178be;
    font-size: 0.68rem;
    margin-bottom:0.1rem
}
.explain p{
    color:#303030;;
    font-weight:bold;
    font-size: 0.52rem;
    text-indent: 2em;
    line-height: 0.9rem;
}
.explain p span{
    font-size:0.52rem;
    color:#015293;
}
.applyfor{
    padding:0 0.4rem;
}
.applyfor p{
    color:#fff;
    font-size:0.56rem;
    font-weight: bold;
    background:#4178be;
    border-radius: 0.1rem;
    width:6.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
}
.gw-applyformsg{
    color:#c82a3f;
    font-size: 0.52rem;
    font-weight: bold;
    line-height: 0.8rem;
    padding:0 0.4rem;
    text-indent: 2em;
    padding-bottom:0.7rem
}
.formtitle .formtitlel img{
    width:0.1rem;
    height: 0.54rem;
    margin-top: 0.2rem;
    margin-right: 0.26rem;
}
.formtitle p{
    color:#4178be;
    font-size:0.64rem ;
    font-weight: bold;
}
.formtitle {
    padding:0 0.4rem;
    border-bottom:1px solid #e4e4e4;
    padding-bottom:0.4rem;
    margin-bottom:0.6rem
}
.formtitle label{
    color:#999999;
    font-size:0.52rem;
    font-weight:bold;
    margin-left: 0.24rem;
}
.formtitle input+label:before{
    content:'';
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/checkno.png")  no-repeat;
    background-size: 0.72rem 0.72rem;
    width:0.72rem;
    height: 0.72rem;
    position: absolute; 
    left: 0;
    top: 0;
}
.formtitle input:checked+label:before{
    content:'';
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/checkb.png")  no-repeat;
    background-size: 0.72rem 0.72rem;
    width:0.72rem;
    height: 0.72rem;
    position: absolute; 
    left: 0;
    top: 0;
}
.gw-form .civics{
    margin-right: 0.8rem;
}
.gw-form .formlist{
    margin-bottom:0.6rem;
}
.gw-form .formlist p{
    color:#333333;
    font-size: 0.56rem;
    font-weight: bold;
    width:3.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.gw-form .formlist {
    padding:0 0.4rem;
}
.gw-form .formlist p span,.gw-form .formlistext p span{
    color:#ff2b30
}
.gw-form .formlist input{
    width:11.3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    border:1px solid #e0e0e0;
    text-indent: 0.3rem;
}
.gw-form .formlistext {
    padding-top:0.1rem
}
.gw-form .formlistext p{
    color:#333333;
    font-size: 0.56rem;
    font-weight: bold;
    padding: 0.5rem 0
}
.gw-form .formlistext textarea{
    resize:none;
    width:100%;
    height:3.8rem ;
    border-radius: 0.1rem;
    border:1px solid #e0e0e0
}
.formlistcheck ul li{
    margin-left: 0.4rem;
    padding-right: 0.4rem;
    border-top:1px solid #f2f2f2;
    padding-top:0.7rem;
    padding-bottom:0.5rem;
}
.formlistcheck ul li .formlistchecktitle p{
    color:#333333;
    font-size:0.56rem
}
.formlistcheck ul li .formlistchecktitle p span{
    color:#ff2b30
}
.formlistcheck ul li .formlistchecklist>div{
    margin-top:0.4rem;
}
.formtitle #promise+label:before{
     left:-0.1rem;
     background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/checksno.jpg") no-repeat;
     background-size:0.64rem 0.64rem;
}
.formtitle #promise:checked+label:before{
    background:url("//m.llqcyx.com/zglygzfmhwz/LygMobile/themes/img/checks.jpg") no-repeat;
    background-size:0.64rem 0.64rem;
}
.formlistcheck ul li .paper label{
    color:#c82a3f;
    font-size:0.52rem;
    font-weight:bold;
}
.formlistcheck ul li  .formlist{
    padding:0;
}
.formlistcheck ul li  .formlist p{
    width:3.4rem
}