* {
    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.6rem;
    padding-top: 0.4rem;
}
.pbno {
    padding-bottom: 0;
}
.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.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('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;
    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(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.2rem 0.4rem;
}
.gw-mung-list li {
    position: relative;
    height: 1.1rem;
    padding-left: 0.5rem;
	font-size: 0.61rem;
}
.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;
}
.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('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/dot_ico.png') no-repeat center center/100%;
}
.swiper-slide-active .icon-dot {
    background: url('http://www.lyg.gov.cn/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('http://www.lyg.gov.cn/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('http://www.lyg.gov.cn/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-menu-list {
    background: #efefef;
    box-shadow: none;
}
.gw-menu-list li a {
    color: #343434;
    border-left-color: #c9c9c9;
}
.gw-menu-list li.on a {
    position: relative;
    color: #015293;
}
.gw-menu-list li.on a:after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    width: 2rem;
    margin-left: -1rem;
    border-bottom: 2px solid #015293;
}
.gw-bread-crumbs {
    padding: 0.4rem 0.5rem;
}
.gw-detail-panel {
    padding: 0 0.4rem;
}
.gw-detail-header {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    line-height: 1.5;
}
.gw-detail-header h2 {
    padding-bottom: 0.6rem;
    color: #363636;
    font-size: 0.84rem;
    font-weight: normal;
}
.gw-detail-content {
    padding: 0.3rem 0;
    text-indent: 1.12rem;
    line-height: 1.8;
    font-size: 0.64rem;
    color: #6f6f6f;
}
.gw-err-corr {
    display: block;
    text-align: right;
    color: #303030;
    font-size: 0.6rem;
}
.gw-detail-footer {
    padding: 0.4rem 0;
}
.gw-detail-footer h2 {
    padding: 0.2rem 0;
    color: #015293;
    font-size: 0.68rem;
    font-weight: normal;
}
.gw-detail-footer a {
    display: block;
    padding: 0.2rem 0;
    color: #015293;
    font-size: 0.6rem;
}
.gw-search-bar {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem;
    border-bottom: 1px solid #ececec;
}
.gw-search-inp-wrap {
    position: relative;
    width: 75%;
}
.gw-search-inp {
    width: 100%;
    padding: 0.4rem 0.72rem 0.4rem 1.5rem;
    border-radius: 1.6rem;
    border: 1px solid #efefef;
    background: #efefef;
    outline: none;
    z-index: 0;
}
.gw-search-inp-wrap:after {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0.6rem;
    width: 0.66rem;
    height: 0.7rem;
    background: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/search_g_ico.png') no-repeat center center/100%;
    z-index: 1;
}
.gw-search-button {
    padding: 0.4rem 1rem;
    background: #4178be;
    border: none;
    border-radius: 1.6rem;
    color: #fff;
    outline: none;
}
.gw-search-col {
    display: flex;
    justify-content: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid #ececec;
}
.gw-search-slt {
    width: 3.4rem;
    height: 0.7rem;
    margin: 0 auto;
    border: none;
    background: #fff;
    outline: none;
    font-size: 0.56rem;
}
.gw-search-list {
    padding: 0 0.4rem 0.5rem 0.4rem;
}
.gw-search-list li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #ececec;
}
.gw-search-list a {
    display: block;
    padding-bottom: 0.4rem;
    color: #3b3b3b;
    font-size: 0.64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gw-l-content {
    display: flex;
    justify-content: space-between;
    font-size: 0.48rem;
    color: #a2a2a2;
}
.gw-l-content p:first-child {
    width: 11rem;
 }
.gw-interactive-top a {
    display: block;
    height: 5.84rem;
    padding: 0.4rem 0.4rem 0 0.4rem;
}
.gw-interactive-top img {
    width: 100%;
    height: 5.44rem;
}
.gw-letters-list {
    padding: 0 0.4rem;
}
.gw-letters-list li {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ececec;
}
.gw-letters-list li:last-child {
    border-bottom: none;
}
.gw-letters-list li p {
    display: flex;
    align-items: center;
    padding-bottom: 0.3rem;
    color: #a6a6a6;
    font-size: 0.48rem;
}
.gw-letters-list li p .status {
    display: block;
    width: 2.8rem;
    height: 1rem;
    border: 1px solid #4178be;
    border-radius: 3px;
    color: #4178be;
    text-align: center;
    line-height: 1rem;
}
.gw-letters-list li a {
    padding-left: 0.3rem;
    color: #202020;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.56rem;
}
.letters-time span {
    padding-right: 0.8rem;
}
.gw-wszb-dl {
    display: flex;
    padding: 0.4rem;
}
.gw-wszb-dl dt {
    width: 6.98rem;
}
.gw-wszb-dl dt img {
    width: 6.98rem;
    height: 5.66rem;
}
.gw-wszb-dl dd {
    padding-left: 0.4rem;
    font-size: 0.48rem;
    line-height: 1.5;
}
.gw-wszb-dl dd h2 {
    padding-bottom: 0.2rem;
    color: #d81e1e;
    font-size: 0.6rem;
    font-weight: bold;
}
.gw-wszb-dl dd p {
    max-height: 1.4rem;
    overflow: hidden;
}
.gw-wszb-dl label {
    color: #2b2b2b;
    font-weight: bold;
}
.gw-wszb-dl dd .time {
    color: #9c9c9c;
}
.gw-tabs-hd2 li {
    font-size: 0.54rem;
    font-weight: normal;
}
.gw-tabs-hd2 li.on {
    position: relative;
}
.gw-tabs-hd2 li.on:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.2rem;
    margin-left: -1.1rem;
    border-bottom: 2px solid #4178be;
}
.knowledge-item {
    padding: 0 0.4rem;
    margin-top: 0.8rem;
}
.knowledge-item .problem {
    color: #2a2a2a;
    font-size: 0.6rem;
    font-weight: bold;
}
.knowledge-item .problem label {
    float: left;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.24rem;
    background: #44b6d3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2rem;
}
.knowledge-item .problem p {
    float: left;
    width: 88%;
    padding-top: 0.2rem;
}
.knowledge-item .answer {
    margin-top: 0.2rem;
    color: #2a2a2a;
    font-size: 0.6rem;
    line-height: 1.5;
}
.knowledge-item .answer label {
    float: left;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.24rem;
    background: #ffa810;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2rem;
}
.knowledge-item .answer p {
    float: left;
    width: 88%;
    padding-top: 0.2rem;
}
.gw-harbour-map img {
    width: 100%;
}
.gw-harbour-ach {
    margin: 0 0.4rem;
    padding: 0.4rem 0;
    background: #e0eaf7;
}
.gw-harbour-ach li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0.3rem 0 0.3rem 0.7rem;
    color: #333;
    font-size: 0.48rem;
}
.gw-harbour-ach li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    background: #015293;
    border-radius: 50%;
}
.gw-harbour-intro {
    padding: 0.4rem;
    color: #282828;
    font-size: 0.52rem;
    line-height: 2;
    text-indent: 1.04rem;
}
.gw-harbour-tags {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
}
.gw-harbour-tags li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.4rem;
    height: 1.5rem;
    margin: 0.2rem;
    border: 1px solid #4178be;
    background: #f2f8ff;
    border-radius: 3px;
    color: #252525;
}
.gw-mien-ul {
    padding: 0.2rem;
}
.gw-mien-ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 4.46rem;
    height: 1.5rem;
    margin: 0.2rem;
    color: #fff;
}
.gw-mien-ul li:nth-child(1) {
    background: #e8cc75;
}
.gw-mien-ul li:nth-child(2) {
    background: #86c972;
}
.gw-mien-ul li:nth-child(3) {
    background: #5bb4c3;
}
.gw-mien-ul li:nth-child(4) {
    background: #e2a568;
}
.gw-mien-ul li:nth-child(5) {
    background: #d0b3e0;
}
.gw-mien-ul li:nth-child(6) {
    background: #6297d0;
}
.icon-mien {
    display: block;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.icon-mien.icon-mien-01 {
    width: 0.72rem;
    height: 0.72rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico01.png');
}
.icon-mien.icon-mien-02 {
    width: 0.7rem;
    height: 0.66rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico02.png');
}
.icon-mien.icon-mien-03 {
    width: 0.66rem;
    height: 0.72rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico03.png');
}
.icon-mien.icon-mien-04 {
    width: 0.74rem;
    height: 0.64rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico04.png');
}
.icon-mien.icon-mien-05 {
    width: 0.74rem;
    height: 0.74rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico05.png');
}
.icon-mien.icon-mien-06 {
    width: 0.62rem;
    height: 0.72rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/w_ico06.png');
}
.icon-mien.icon-mien-07 {
    width: 0.64rem;
    height: 0.58rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/c_ico01.png');
}
.icon-mien.icon-mien-08 {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/c_ico02.png');
}
.icon-mien.icon-mien-09 {
    width: 0.78rem;
    height: 0.62rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/c_ico03.png');
}
.icon-mien.icon-mien-10 {
    width: 0.56rem;
    height: 0.66rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/c_ico04.png');
}
.icon-mien.icon-mien-11 {
    width: 0.56rem;
    height: 0.64rem;
    background-image: url('http://www.lyg.gov.cn/zglygzfmhwz/LygMobile/themes/img/c_ico05.png');
}
.gw-mien-type {
    margin-top: 0.6rem;
    padding: 0 0.2rem;
}
.gw-mien-type li {
    position: relative;
    float: left;
    margin: 0.2rem;
}
.gw-mien-type li {
    z-index: 0;
}
.gw-mien-type li:nth-child(1) img {
    width: 4.46rem;
    height: 4.28rem;
}
.gw-mien-type li:nth-child(2) img {
    width: 4.46rem;
    height: 4.28rem;
}
.gw-mien-type li:nth-child(3) img {
    width: 4.46rem;
    height: 4.28rem;
}
.gw-mien-type li:nth-child(4) img {
    width: 6.88rem;
    height: 4.84rem;
}
.gw-mien-type li:nth-child(5) img {
    width: 6.88rem;
    height: 4.84rem;
}
.gw-mien-type-info {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -0.95rem;
    margin-left: -0.95rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    z-index: 1;
}
.gw-mien-type-info .icon-mien {
    margin-right: 0;
    margin-bottom: 0.1rem;
}
.gw-impression {
    margin-top: 0.2rem;
    padding: 0 0.4rem;
}
.gw-impression li {
    float: left;
    height: 5.28rem;
    margin: 0.2rem 0;
}
.gw-impression li:nth-child(even) {
    margin-left: 0.5rem;
}
.gw-impression li img {
    width: 6.82rem;
    height: 5.28rem;
}
.csgy-container {
    margin: 0.4rem;
}
.csgy-container img {
    width: 100%;
}
.csgy-container .swiper-pagination-bullet {
    background: #fff;
}
.csgy-container .swiper-pagination-bullet-active {
    width: 8px;
    background: #ce1717;
}