#mobile {
    font-size: .46rem;
}
#loading {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    background:url("../images/loading.gif") center no-repeat;
}
header {
    background: url(../images/head-bg@2x.png) no-repeat;
    background-size: cover;
    height: 1.84rem;
    position: relative;
}

.handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 0;
}

.handle span {
    display: inline-block;
    margin: 0 0.64rem 0 0;
    width: 0.72rem;
    height: 0.72rem;
}

.handle span img {
    width: 100%;
}

.menu-bg {
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 900;
    position: relative;
}


/* .nav-close {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/delete-icon.png);
    background-size: cover;
} */

.nav-menu {
    position: absolute;
    left: 0;
    top: 1.84rem;
    background: #fff;
    width: 4.8rem;
    padding: 0.4rem 0.48rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.25);
    transform: translateX(-100%);
    transition: transform .3s;
    border-radius: 0.08rem;
    z-index: 10000;
}

.nav-menu ul li {
    height: 1.2rem;
    line-height: 1.28rem;
    text-align: center;
    border-bottom: 0.02rem solid #DFDFDF;
    z-index: 999;
    font-size: 0.46rem;
}

.nav-menu ul li:last-of-type {
    border: none;
}


/* .nav-menu ul li a {
    color: #1C64A0;
} */


.crumb- {
    color: #1C64A0;
    border-bottom: 0.04rem solid #1C64A0;
    line-height: 0.8rem;
    margin-top: 0.32rem;
    padding-left: 0.48rem;
	font-size: 0.46rem;
}

.crumb- span {
    border-left: 0.04rem solid #1C64A0;
    padding-left: 0.46rem;
    margin-left: 0.46rem;
}


/* 首页 */

article {
    margin: 0 0.36rem;
}

.big-news {
    font-size: 0.48rem;
    width: 94%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.48rem 3%;
}

.big-news a {
    color: #1C64A0;
	font-weight: bold;
}


/* 幻灯片 */

h3.text-title {
    padding: 0 0.4rem;
    display: inline-block;
    background: #A8DCFA;
    line-height: 0.72rem;
    height: 0.72rem;
    font-size: 0.42rem;
    margin-bottom: 0.24rem;
}

.slide- {
    width: 10.08rem;
    height: 5.4rem;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.slide- ul li {
    width: 10.08rem;
    height: 5.4rem;
    display: inline-block;
    border-radius: 0.24rem;
    overflow: hidden;
}

.slide- ul li a {
    display: block;
    height: 100%;
}

.slide- ul li img {
    /* height: 100%; */
    width: 100%;
    border-radius: 0.24rem;
}

.slide- a p {
    width: 100%;
    height: 1.6rem;
    font-size: 0.46rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.24rem;
    box-sizing: border-box;
    background-image: linear-gradient( rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 30%);
    text-shadow: 0 0.04rem 0 rgba(0, 0, 0, .24);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

span.swiper-slide {
	width: auto !important;
    padding: 0 0.1rem !important;
    margin-right: 0.4rem !important;
}

/* .slide- p a {
    color: #fff;
    display: block;
    height: 0.6rem;
    overflow: hidden;
    padding: 0 0.32rem;
    margin-top: 0.24rem;
    text-shadow: 0 0.04rem 0 rgba(0, 0, 0, .24);
    font-size: 0.46rem;
    white-space: nowrap;
    text-overflow: ellipsis;
} */


/* .circle {
    position: absolute;
    bottom: 0.24rem;
    width: 100%;
    text-align: center;
}

.circle span {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 0.08rem;
}

.circle span.active {
    background-color: #1D91DF;
} */

.swiper-pagination>.swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}

.swiper-pagination>.swiper-pagination-bullet-active {
    background: #1D91DF;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0.28rem;
}


/* 新闻列表 */

h2.tab-title {
    height: 0.96rem;
    line-height: 0.96rem;
    border-bottom: 0.02rem solid#D4D4D4;
    font-size: 0;
    margin: 0.64rem 0 0.32rem;
}

h2.tab-title span,
h2.tab-title i,
h2.tab-title em {
    font-size: 0.46rem;
    display: inline-block;
    color: #555;
}

h2.tab-title em {
    padding-left: 0.48rem;
}

h2.tab-title em a,
h2.tab-title i a {
    color: #555;
}

h2.tab-title span,
h2.tab-title i {
    width: 25%;
    text-align: center;
}

h2.tab-title span.active {
    background: #1C64A0;
    color: #fff;
    height: 0.98rem;
    margin-bottom: -0.02rem;
}

#contentztjs {
	height:2.4rem;
	overflow-y:hidden;
}
.show-con,.hide-con {
	display:block;
	width: 100%;
	height: 0.68rem;
	margin: 0 auto;
	padding: 0.1rem 0;
	text-align: center;
	box-shadow: 0 0 0.01rem #888;
	color: #87cef6;
	cursor: pointer;
}
.hide-con {
display: none;
}
.show-con > i {
	border: solid #87cef6;
	border-width: 0 0.03rem 0.03rem 0;
	display: inline-block;
	padding: 0.15rem;
	margin-left: 0.25rem;
	margin-bottom: 0.12rem;
	box-shadow: none;
}
.show-con > i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.show-con > i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hide-con > i {
	border: solid #87cef6;
	border-width: 0 0.03rem 0.03rem 0;
	display: inline-block;
	padding: 0.15rem;
	margin-left: 0.25rem;
	margin-bottom: -0.1rem;
	box-shadow: none;
}
.hide-con > i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.hide-con > i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.news-list ul li {
    line-height: 1.0rem;
    width: 98%;
    height: 1.0rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 3%;
    position: relative;
}

.news-list ul li::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #D2D2D2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more-,
.former- {
    height: 0.96rem;
    background: #EEEEEE;
    margin-top: 0.48rem;
}

.more- a,
.former- a {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 0.96rem;
    font-size: 0.42rem;
    color: #555555;
}

.former- a {
    color: #1C64A0;
}


/* 领导之窗 */

.about- {
    margin-top: 0.72rem;
}

.about- ul,
.video-report ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.about- ul li {
    width: 2.3rem;
    height: 2.3rem;
    border: 0.02rem solid #8FC5EA;
    background-color: #D2E9F5;
    border-radius: 0.12rem;
}

.about- ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
	font-size:0.38rem;
}

.about- ul li i {
    width: 0.96rem;
    height: 0.96rem;
    margin: 0.24rem 0;
    background-size: cover;
}

.about- ul li i.leader-icon {
    background-image: url(../images/leader-icon@2x.png);
}

.about- ul li i.organization-icon {
    background-image: url(../images/organization-icon@2x.png);
}

.about- ul li i.colony-icon {
    background-image: url(../images/colony-icon@2x.png);
}
.about- ul li i.duty-icon {
    background-image: url(../images/duty-icon@2x.png);
}


/* 视频报道 */

.video-report {
    margin-top: 0.72rem;
}

.video-report ul li {
    width: 4.8rem;
}

.video-wrap ul li {
    margin-bottom: 0.48rem;
}

.video-report ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.video-report ul li img {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.12rem;
    margin-bottom: 0.16rem;
}

.video-report ul li p {
    line-height: 0.68rem;
    height: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: .46rem;
}

.video-report.mart- {
    margin-top: 0.24rem;
}


/* 政府信息公开 */

.government-info {
    margin-top: 0.64rem;
    border-top: 0.02rem solid #D4D4D4;
    border-right: 0.02rem solid #D4D4D4;
    box-sizing: border-box;
    font-size: 0;
}

.government-info ul li:first-of-type {
    width: 100%;
}

.government-info ul li {
    border-left: 0.02rem solid #D4D4D4;
    border-bottom: 0.02rem solid #D4D4D4;
    display: inline-block;
    height: 1.44rem;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.44rem;
    text-align: center;
    font-size: 0.42rem;
}

.government-info ul li a {
    height: 100%;
    display: block;
}

.government-info ul li i,
.service- ul li i {
    width: 0.72rem;
    height: 0.72rem;
    display: inline-block;
    margin: 0 0.32rem 0 0;
    background-size: cover;
    vertical-align: middle;
}

.government-info ul li i.guide-icon {
    background-image: url(../images/guide-icon@2x.png);
}

.government-info ul li i.report-icon {
    background-image: url(../images/report-icon@2x.png);
}

.government-info ul li i.system-icon {
    background-image: url(../images/system-icon@2x.png);
}

.government-info ul li i.content-icon {
    background-image: url(../images/content-icon@2x.png);
}

.government-info ul li i.apply-icon {
    background-image: url(../images/apply-icon@2x.png);
}


/* 办事服务 */

.service- {
    margin-top: 0.64rem;
    font-size: 0;
}

.service- ul li {
    height: 1.36rem;
    width: 4.8rem;
    border: 0.02rem solid #1C64A0;
    line-height: 1.36rem;
    border-radius: 0.12rem;
    box-sizing: border-box;
    margin-left: 0.46rem;
    margin-bottom: 0.48rem;
    display: inline-block;
    font-size: 0.46rem;
    text-align: center;
}

.service- ul li a {
    display: block;
    height: 100%;
    font-size: 0.46rem;
    color: #1C64A0;
}

.service- ul li i.work-icon {
    background-image: url(../images/work-icon@2x.png);
}

.service- ul li i.search-icon {
    background-image: url(../images/search-icon@2x.png);
}

.service- ul li i.do-icon {
    background-image: url(../images/do-icon@2x.png);
}

.service- ul li i.question-icon {
    background-image: url(../images/question-icon@2x.png);
}

.service- ul li i.email-icon {
    background-image: url(../images/email-icon@2x.png);
}

.service- ul li i.proposal-icon {
    background-image: url(../images/proposal-icon@2x.png);
}


/* 专题专栏 */

h3.topic-title {
    text-align: center;
    margin: 0.64rem 0 0.32rem;
    color: #009E5F;
}

.topic-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.topic- ul li {
    width: 4.8rem;
    height: 1.68rem;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

.topic-list ul li {
    margin-top: 0.48rem;
}

.topic- ul li a {
    display: block;
    height: 100%;
}

.topic- ul li img {
    width: 100%;
    height: 100%;
}


/* 往期访谈 */

.interview- img {
    display: block;
    width: 100%;
    border-radius: 0.24rem;
}

.interview- h5 {
    line-height: 0.68rem;
    margin: 0.32rem 0 0.24rem;
    font-size: 0.46rem;
}

.interview- p {
    line-height: 0.72rem;
    font-size: 0.36rem;
}

.interview- p span {
    display: inline-block;
    width: 45%;
}

.interview- a {
    height: 100%;
    display: block;
}


/* 页脚 */

footer {
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.36rem;
    color: #555;
    margin: 0.56rem 0;
    padding-top: 0.56rem;
    border-top: 0.04rem solid #009E5F;
}


/* 首页结束 */

.distribution- {
    width: 10.08rem;
    height: 7.8rem;
    overflow: hidden;
    border-radius: 0.24rem;
    /* margin-bottom: 0.64rem; */
}

.distribution- img {
    width: 100%;
}

.panda-relevant dl {
    font-size: 0;
    margin-top: 0.24rem;
}

.panda-relevant dl dt {
    background: #1C64A0;
    color: #fff;
    height: 0.98rem;
    line-height: 0.98rem;
    width: 33.3%;
    text-align: center;
    font-size: 0.46rem;
    margin: 0.4rem 0 0.24rem;
}

.panda-relevant dl dd {
    width: 50%;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    font-size: 0.46rem;
}

.video-wrap .more- {
    margin-top: 0;
}

.page- {
    margin-top: 0.64rem;
    margin-bottom: 0.96rem;
    position: relative;
    text-align: center;
}

.page- #page_div- span {
    display: inline-block;
    height: 0.96rem;
	width: 1.44rem;
    border-radius: 0.12rem;
	border: 0.02rem solid #ddd;
    text-align: center;
    margin: 0 0.2rem;
	font-size: 0.56rem;
}

.page- #page_div- .span- {
    display: inline-block;
    width: 1.44rem;
    height: 0.96rem;
    text-align: center;
    line-height: 0.96rem;
	border:none;
    margin: 0 0.2rem;
    font-size: 0.36rem;
}

.page- #page_div- em {
    position: absolute;
    right: 0.4rem;
    line-height: 0.96rem;
    color: #a3a4a6;
    font-size: 0.36rem;
	margin-top: 0.42rem;
}

.matrix- {
    background-color: #f5f5f5;
    padding: 0 0.46rem;
    overflow: hidden;
    padding-bottom: 0.24rem;
	font-size: 0.76rem;
}

.matrix- ul {
    justify-content: space-between;
    font-size: 0.42rem;
}

.matrix- ul li {
    width: 3.66rem;
    margin-top: 0.24rem;
    text-align: center;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    float: left;
    height: 3.86rem;
}

.matrix- ul li img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.24rem;
    padding: 0.23rem;
    background-color: #fff;
}

.list-wrap .news-list ul li a {
    width: 88%;
    height: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: .46rem;
}

.list-wrap .news-list ul li em {
    position: absolute;
    font-size: 0.36rem;
    color: #a3a4a6;
    right: 0;
    top: 0;
}

.news-details {
    font-size: 0.46rem;
    line-height: 0.68rem;
    padding-bottom: 0.64rem;
}

.news-details p {
    /* text-indent: 2em; */
    margin-top: 0.4rem;
}

.news-details img {
    max-width: 90% !important;
    margin: 0.4rem auto!important;
   /*  display: inline-block!important;*/
}
.news-details table {
    margin: 0.4rem auto!important;
    display: block!important;
}

.news-details table tr,
.news-details table td {
    width: auto !important;
    height: auto !important;
}

.news-head {
    text-align: center;
}

.news-head h1 {
    font-size: 0.56rem;
    line-height: 0.72rem;
    margin: 0.56rem 0;
	color: #e01e20;
	font-weight:bold;
}

.publish-info {
    font-size: 0.36rem;
    color: #888;
    font-weight: lighter;
}

.publish-info span {
    margin: 0 0.56rem 0 0;
}

.datails-wrap {
    margin: 0 0.56rem;
}
.top-pic {
    margin: 0.4rem 0;
}

.top-pic img {
    width: 100%;
}
/* 往期回顾 */
.interview2- ul li {
    border: #eddcca solid 1px;
    padding: 0.29rem;
    margin-bottom: 0.29rem;
	background-color: #FFFFFF;
}
.interview2- img {
    display: block;
    width: 100%;
    border-radius: 0.24rem;
}
.interview2- h2 a {
    line-height: 0.68rem;
    margin: 0.32rem 0 0.24rem;
    font-size: 0.46rem;
	color: #a80111;
}
.interview2- p {
    line-height: 0.72rem;
    font-size: 0.36rem;
}

.interview2- p span {
    display: inline-block;
	color: #a80111;
}
.interview2- p a {
	color: #a80111;
	display: inline-block;
}
.interview2- a {
    height: 100%;
    display: block;
}

/* 意见征集列表 */
.news-zjlist ul li {
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 3%;
    position: relative;
}
#page_div- span{
	display: inline-block;
    width: 100%;
    height: 0.96rem;
    border-radius: 0.12rem;
    border: none;
    text-align: center;
    line-height: 0.96rem;
    font-size: 0.46rem;
}
.page- #page_div- span.pagination-first {
	display: inline-block;
    width: 100%;
    height: 0.96rem;
    border-radius: 0.12rem;
    border: none;
    text-align: center;
    line-height: 0.96rem;
    font-size: 0.46rem;
}
#page_div- .pagination-index, .pagination-num {
    border: 0.02rem solid #bfbfbf;
    margin: 0 0.06rem;
    padding: 0 0.18rem;
    display: inline-block;
    border-radius: 0.1rem;
    color: #bfbfbf;
}
#page_div- span.pagination-last {
	width: auto;
	border: none;
}
#page_div- .pagination-last span {
	width: auto;
	display: inline-block;
    height: 0.96rem;
    border-radius: 0.12rem;
    border: none;
    text-align: center;
    margin: 0 0.2rem;
    font-size: 0.4rem;
}
/* 意见征集列表 */
/*信件详情*/
.hd_xjxq- h1{
	color: #245399;
    text-align: center;
	font-size: 0.56rem;
    line-height: 0.72rem;
    margin: 0.56rem 0;
    font-weight: bold;
}
.xjdetail .form-group1 {
    line-height:1.35rem;
    border: 0.02rem #d2dce9 solid;
    overflow: auto;
	border-bottom: none;
}
.xjdetail .form-group1 > label {
    color: #245399;
    text-align: right;
    font-weight: 700;
    float: left;
    width: 30%;
    padding-right: 0.5rem;
	background: #f4f6f9;
}
.xjdetail .form-group1 > span {
    float: left;
    padding: 0 0.5rem;
    min-height: 1.35rem;
}
.xjdetail .form-group2 {
	background: #f4f6f9;
    line-height:1.35rem;
    border: 0.02rem #d2dce9 solid;
    overflow: auto;
}
.xjdetail .form-group2 > label {
    color: #245399;
    text-align: right;
    font-weight: 700;
    float: left;
    width: 30%;
    padding-right: 0.5rem;
}
.xjdetail .form-group2 > span {
    float: left;
    padding: 0 0.5rem;
    min-height: 1.35rem;
	background: #fff;
}
/*信件详情*/
/*征集详情*/
.hd_myzj_details- {
    font-family: 宋体;
}
.hd_myzj_details- > h1 {
	font-size: 0.56rem;
    color: #e01e20;
    line-height: 0.72rem;
    text-align: center;
    margin-top: 0.56rem;
    font-family: 宋体;
}
.extend_m {
	padding: 0.28rem 0;
    font-size: 0.36rem;
    color: #666666;
    line-height: 0.56rem;
    text-align: center;
    border-bottom: 0.02rem dotted #cdcdcd;
    margin-bottom: 0.28rem;
}
.extend_m p {
    display: inline-block;
}
.extend_m > p > span {
    color: #999999;
    margin-right: 0.16rem;
}
.extend_m p > span.end {
    color: red;
	background: #ddddde;
}
.hd_yjlb_title_m {
    border-bottom: 0.04rem solid #d4d4d4;
    height: 0.72rem;
}
.hd_yjlb_title_m span {
    display: block;
    float: left;
    border-bottom: 0.04rem solid #0057aa;
    font-size: 0.56rem;
    color: #333333;
    line-height: 0.72rem;
}
/*征集详情*/
.wenzibt > h1 {
	font-weight:bold;
}
.relatedlinks > h3 {
	font-weight:bold;
}

.page{font-size:13px; color:#000;text-decoration:none;}
#page_div{font-size:13px; color:#000; text-decoration:none; text-align:center;}

#page_div .arrow{font-size:13px; color:#000;text-decoration:none; height:22px; line-height:22px;}
#page_div .arrow a{ color:#000; text-decoration:none;}
#page_div .arrow a:hover{ color:#F00; text-decoration:underline;}
#page_div .pagination_index{ margin:0 6px; display:inline;}
#pagination_input{ width:30px; height:21px; line-height:21px; margin:0 4px; padding:0; overflow:hidden; border:1px solid #959595;}
#goPage{border:1px solid #959595;  color:#000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;background: url(../images/goPage.jpg) repeat-x left top;  width:34px; height:20px; line-height:20px; text-align:center; display:inline-block}
.links {
    height: 0.98rem;
    background: #1C64A0;
    color: #fff;
    text-align: center;
    line-height: 0.98rem;
    margin: 0.64em 0.36rem 0;
}
.links span {
    margin: 0 0.22rem;
}
.links-wrap {
    display: none;
    position: absolute;
    width: 80%;
	height: 80%;
    background: #fff;
    border-radius: 0.16rem;
    left:50%;
    transform: translate(-50%,-25%);
    z-index: 901;
    padding: 0.4rem 0;
    margin-top: 50%;
	overflow-y: scroll;
}
.links-wrap a {
    display: block;
    line-height: 1.2rem;
    text-align: center;
}
.links-bg {
	background: rgba(0,0,0,0.5);
    position: fixed;
	width:100%;
    top: 0px;
    left: 0px;
    display:none;
	z-index: 100;
}
.channel_list {
	width: 92%;
	color: #1C64A0;
    line-height: 0.8rem;
    font-size: 0.36rem;
	padding:0 0 0.12rem 0;
	border: 0.04rem solid #dadada;
	border-radius: 0.1rem;
    margin: 0.32rem auto 0;
}
.channel_list li {
	display: inline-block;
	text-align:center;
	border: 0.02rem solid #e5e5e5;
	border-radius: 0.1rem;
	margin-top: 0.12rem;
        margin-left: 0.12rem;
}
.channel_list li a {
	padding: 0 0.46rem;
	display: inline-block;
}
.channel_list li:hover {
	color: #1C64A0;
}