.container {
  width: 14rem;
  margin: 0 auto;
}
.header {
  background: #fff;
  height: 1.25rem;
}
.header .logo {
  float: left;
  margin-top: 0.31rem;
  width: 7.9rem;
}
.header .logo img {
  width: 100%;
}
.header .navbar {
  float: right;
  margin-top: 0.14rem;
}
.header .hd {
  display: flex;
  align-items: center;
}
.header .hd .search {
  float: left;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.04rem;
  width: 2.3rem;
  overflow: hidden;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .hd .search input {
  width: 1.64rem;
  float: left;
  height: 0.28rem;
  line-height: 0.28rem;
}
.header .hd .search .btn {
  float: right;
  cursor: pointer;
  font-size: 0.15rem;
  color: #e50a12;
  height: 0.28rem;
  line-height: 0.28rem;
}
.header .hd .search .btn img {
  margin-right: 0.1rem;
  width: 0.16rem;
}
.header .hd a {
  float: left;
  margin-left: 0.2rem;
}
.header .hd .wza {
  width: 0.42rem;
  height: 0.42rem;
}
.header .hd .wza img {
  width: 100%;
  height: 100%;
}
.header .bd {
  display: block;
  overflow: hidden;
  margin-top: 0.19rem;
}
.header .bd a {
  float: left;
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.24rem;
  margin-left: 0.4rem;
}
.header .bd a:after {
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #d6281d;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.header .bd a:hover:after,
.header .bd a.active:after {
  width: 100%;
  left: 25%;
  transform: translateX(-25%);
}
.elder {
  width: 1.2rem;
  height: 0.42rem;
  background: #d7000f;
  border-radius: 0.35rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.42rem;
  transition: font-size 0.3s;
}
.elder:hover {
  font-size: 0.22rem;
}
.header_sj {
  height: 1.2rem;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 0 0.3rem;
  box-sizing: border-box;
  align-items: center;
  display: none;
}
.header_sj .logo {
  width: 0.9rem;
  height: 0.9rem;
}
.header_sj .logo img {
  width: 100%;
  height: 100%;
}
.header_sj .wza {
  margin-left: auto;
  width: 0.8rem;
  height: 0.8rem;
}
.header_sj .wza img {
  width: 100%;
  height: 100%;
}
.header_sj .elder {
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  margin-left: 0.2rem;
}
.header_sj .menu {
  width: 0.5rem;
  height: 0.4rem;
  position: relative;
  margin-left: 0.2rem;
}
.header_sj .menu span {
  position: absolute;
  width: 100%;
  height: 0.03rem;
  background: #d7000f;
  transition: all 0.3s;
}
.header_sj .menu span:nth-child(1) {
  top: 0;
}
.header_sj .menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_sj .menu span:nth-child(3) {
  bottom: 0;
}
.header_sj .menu.on span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header_sj .menu.on span:nth-child(2) {
  opacity: 0;
}
.header_sj .menu.on span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
}
.header_sj .search .icon {
  width: 0.32rem;
  padding-left: 0.2rem;
}
.header_sj .search .top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding: 0 0.3rem;
  box-sizing: border-box;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  transform: translateY(-100%);
}
.header_sj .search .top.show {
  transform: translateY(0%);
}
.header_sj .search .close {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.58rem;
  color: #333;
  text-align: right;
}
.header_sj .search_box {
  display: flex;
  align-items: center;
  width: 91%;
  position: relative;
}
.header_sj .search_box input {
  border: 1px solid #ccc;
  color: #555;
  font-size: 0.3rem;
  background: #fff;
  line-height: 0.8rem;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.3rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
.header_sj .search_box .search_btn {
  position: absolute;
  right: 0;
  height: 0.8rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.header_sj .search_box .search_btn:before {
  content: "";
  width: 1px;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ccc;
}
.nav {
  background: #fff;
  height: 0.8rem;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  display: none;
}
.nav li {
  float: left;
  padding: 0 0.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.nav li a {
  display: block;
  font-size: 0.32rem;
  color: #333;
}
.nav span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
}
.nav span:after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  left: 50%;
  top: 45%;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
  transform: rotate(45deg);
  border-right: 0.02rem solid #333;
  border-bottom: 0.02rem solid #333;
  transform-origin: center;
  transition: all 0.3s;
}
.nav span.turn:after {
  transform: rotate(225deg);
  top: 57%;
}
.nav.show {
  height: 1.6rem;
}
.footer {
  background: url(../img/bg2.png) no-repeat center / 100% 100%;
  width: 100%;
  height: 3.86rem;
  padding-top: 1.08rem;
  box-sizing: border-box;
}
.footer .hd {
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.footer .hd .l {
  width: 5.28rem;
}
.footer .hd .tit {
  position: relative;
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.28rem;
  text-align: center;
}
.footer .hd .tit:before,
.footer .hd .tit:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 46px;
  background: #fff;
}
.footer .hd .tit:before {
  margin-right: 0.12rem;
}
.footer .hd .tit:after {
  margin-left: 0.12rem;
}
.footer .hd .scroll {
  color: #fff;
  max-height: 1.4rem;
  line-height: 2;
  scrollbar-color: rgba(191, 27, 17, 0.2) rgba(191, 27, 17, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
  overflow-y: auto;
}
.footer .hd .scroll::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.footer .hd .scroll::-webkit-scrollbar-thumb {
  background: rgba(191, 27, 17, 0.2);
  border-radius: 0.1rem;
}
.footer .hd .scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.footer .hd .ewm {
  margin-left: 1.58rem;
  text-align: center;
  width: 1.3rem;
  margin-top: 0.14rem;
}
.footer .hd .ewm img {
  width: 100%;
}
.footer .hd .ewm p {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.08rem 0;
}
.footer .hd .r {
  margin-left: 1.58rem;
  margin-top: 0.19rem;
}
.footer .hd .r .item {
  display: block;
  margin-bottom: 0.24rem;
  overflow: hidden;
}
.footer .hd .r .item img {
  float: left;
  margin-right: 0.11rem;
}
.footer .hd .r .item > div {
  float: left;
}
.footer .hd .r .item > div p {
  color: #fff;
  font-size: 0.18rem;
}
.footer .hd .r .item > div .small {
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}
.footer .bd {
  overflow: hidden;
  border-top: 1px solid rgba(233, 233, 233, 0.1);
  padding-top: 0.15rem;
}
.footer .bd a {
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.3s;
}
.footer .bd a:hover {
  opacity: 0.7;
}
.section {
  min-height: 100vh;
}
.section .main {
  min-height: 12.9rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.section .main .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.section .main .wrapper {
  background: #fff;
  width: 14rem;
  margin: 3.13rem auto 0;
  padding: 0.48rem 0.26rem;
  border-radius: 0.1rem;
  flex-grow: 1;
}
.headTit {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.headTit .icon {
  width: 0.81rem;
  margin-right: 0.12rem;
}
.headTit .text {
  float: left;
  font-size: 0.42rem;
  font-weight: bold;
  background: linear-gradient(to right, #fe7546, #ea021e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-right: 0.05rem;
  margin-top: 0.32rem;
  flex-shrink: 0;
}
.headTit .line {
  margin-top: 0.58rem;
  flex: 1;
  height: 0.13rem;
}
.headTit .more {
  position: absolute;
  right: 0;
  bottom: 20%;
  font-size: .26rem;
  color: #d7000f;
}
.headTit .more:hover {
  opacity: 0.7;
}
.xwlist {
  overflow: hidden;
  min-height: 2rem;
  margin-top: 0.24rem;
}
.xwlist a {
  display: block;
}
.xwlist .firstItem {
  padding-bottom: 0.28rem;
  border-bottom: 1px dashed #edd084;
  margin-bottom: 0.24rem;
}
.xwlist .firstItem h2 {
  color: #333;
  font-size: 0.24rem;
  padding-bottom: 0.18rem;
}
.xwlist .firstItem .t {
  color: #666666;
  font-size: 0.14rem;
  line-height: 1.5;
}
.xwlist .firstItem .t em {
  color: #c70204;
}
.xwlist .firstItem:hover h2 {
  color: #d6281d;
}
.xwlist .item {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.06rem 0;
  overflow: hidden;
}
.xwlist .item img {
  float: left;
  margin-right: 0.12rem;
  margin-top: 0.05rem;
}
.xwlist .item p {
  font-size: 0.18rem;
  color: #333;
  max-width: 80%;
}
.xwlist .item span {
  color: #666;
}
.xwlist .item:hover p {
  color: #e50112;
}
.xw .xwlist {
  min-height: 5rem;
  margin-top: 0.56rem;
}
.xw .xwlist .item {
  float: left;
  width: 6.22rem;
}
.xw .xwlist .item:nth-child(2n) {
  float: right;
}
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  margin: 0.5rem auto;
}
.ql_fenye a {
  display: inline-block;
  padding: 0.1rem 0.14rem;
  margin: 0px 0.04rem;
  background: #f3f3f3;
  line-height: 0.16rem;
  border-radius: 0.04rem;
  cursor: pointer;
  color: #333;
  font-size: 0.18rem;
}
.ql_fenye a:hover,
.ql_fenye a.on {
  color: #fff;
  border-color: #e50112;
  background: #e50112;
}
.ql_fenye > div {
  color: #333;
  font-size: 0.18rem;
  display: inline-flex;
  align-items: center;
}
.ql_fenye input {
  display: inline-block;
  padding: 0.05rem 0;
  border: 1px solid #c7c7c7;
  margin: 0px 0.08rem;
  background: #fff;
  line-height: 0.16rem;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.18rem;
  width: 0.42rem;
}
.xq {
  margin-top: 0.4rem;
}
.xq_l {
  width: 0.94rem;
  padding-right: 0.4rem;
  float: left;
  position: sticky;
  top: 0;
  margin-top: 1.54rem;
}
.xq_l .item {
  text-align: center;
  margin-bottom: 0.21rem;
  cursor: pointer;
  transition: all 0.3s;
}
.xq_l .item div {
  position: relative;
  font-size: 0.3rem;
  color: #b2b2b2;
}
.xq_l .item div:after {
  content: '-';
  color: #b2b2b2;
  font-size: 0.18rem;
  position: absolute;
  top: 0;
}
.xq_l .item div.add:after {
  content: '+';
}
.xq_l .item p {
  color: #737373;
  font-size: 0.14rem;
}
.xq_l .item:hover div,
.xq_l .item:hover p {
  color: #d6281d;
}
.xq_l .item:hover div:after,
.xq_l .item:hover p:after {
  color: #d6281d;
}
.xq_l .context {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.34rem;
}
.xq_l .context a {
  display: block;
  width: 0.88rem;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 0.32rem;
  color: #737373;
  font-size: 0.14rem;
  transition: all 0.3s;
  margin-top: -1px;
}
.xq_l .context a[href]:hover {
  background: #d6281d;
  color: #fff;
  border-color: #d6281d;
}
.xq_l .goTop {
  display: block;
  margin: 0 auto;
  width: 0.44rem;
  cursor: pointer;
  transition: all 0.2s;
}
.xq_l .goTop:hover {
  opacity: 0.7;
}
.xq_c {
  min-height: 5rem;
  margin-right: 0.29rem;
  width: calc(100% - 4.95rem);
  float: left;
}
.xq_c .head {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.15rem;
  margin-bottom: 0.24rem;
}
.xq_c .head h1 {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.21rem;
}
.xq_c .head .bd {
  display: flex;
  align-items: center;
}
.xq_c .head .bd span {
  display: inline-flex;
  align-items: center;
  color: #cacaca;
  font-size: 0.18rem;
  margin-right: 0.5rem;
}
.xq_c .head .bd span img {
  margin-right: 0.14rem;
}
.xq_c .content {
  line-height: 2;
  color: #333;
  min-height: 5rem;
}
.xq_c .content p {
  line-height: 2;
  color: #333;
}
.xq_c .content img {
  display: block;
  max-width: 100%;
  margin: 0.3rem auto;
}
.xq_r {
  width: 3.32rem;
  border-radius: 0.1rem;
  background: #f9f9fa;
  float: right;
  padding: 0.25rem 0.13rem 0.18rem 0.19rem;
  box-sizing: border-box;
}
.xq_r .tit {
  font-weight: bold;
  color: #333;
  font-size: 0.28rem;
  position: relative;
  z-index: 2;
  padding: 0.15rem 0.24rem;
}
.xq_r .tit:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../img/icon8.png) no-repeat center / 100% 100%;
  width: 0.36rem;
  height: 0.35rem;
  left: 0;
  top: 0;
}
.xq_r .xlist {
  min-height: 2rem;
}
.xq_r .xlist .item {
  display: flex;
  align-items: center;
  padding: 0.14rem 0;
}
.xq_r .xlist .item .dot {
  width: 0.04rem;
  height: 0.04rem;
  background: #bfbfbf;
  margin-right: 0.08rem;
  transition: all 0.3s;
}
.xq_r .xlist .item .ehn {
  font-size: 0.18rem;
  color: #333;
  max-width: 75%;
  transition: all 0.3s;
}
.xq_r .xlist .item .date {
  margin-left: auto;
  font-size: 0.18rem;
  color: #999;
}
.xq_r .xlist .item:hover .dot {
  background: #d6281d;
}
.xq_r .xlist .item:hover .ehn {
  color: #d6281d;
}
.module1 {
  margin-bottom: 0.56rem;
}
.module1 .head {
  margin-bottom: 0.5rem;
  text-align: center;
}
.module1 .head h1 {
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.26rem;
  line-height: 1.3;
}
.module1 .head h1 a {
  color: #c70204;
}
.module1 .head h1 a:hover {
  opacity: 0.7;
}
.module1 .head div {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1.3;
}
.module1 .head div a {
  max-width: 48%;
  position: relative;
  color: #333;
  font-size: 0.18rem;
}
.module1 .head div a:hover {
  color: #c70204;
}
.module1 .head div span {
  display: inline-block;
  width: 1px;
  height: 0.25rem;
  background: #e5e5e5;
  margin: 0 0.28rem;
}
.module1_l {
  width: 5.86rem;
  float: left;
}
.module1_r {
  width: 7.64rem;
  float: right;
  overflow: hidden;
  position: relative;
  height: 4.96rem;
  padding-bottom: 0.15rem;
}
.module1_r a {
  display: block;
  position: relative;
  height: 100%;
}
.module1_r a .imgBox {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.module1_r a .imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.module1_r a .t {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
  padding: 0 0.14rem;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  transform: translateX(-50%);
}
.module1_r a .t:hover {
  color: #d6281d;
}
.module1_r .btn {
  background: rgba(0, 0, 0, 0.1);
}
.module1_r .btn:after {
  font-size: 0.2rem;
}
.module2 {
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.44rem;
}
.module2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.module2 .swiper-pagination {
  bottom: 0.05rem;
  right: 0.06rem;
  text-align: right ;
}
.module2 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 0;
  opacity: 1;
}
.module2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.moudle3 {
  margin: 0.4rem 0 0.1rem;
}
.moudle3 .block {
  width: 6.73rem;
}
.tImg {
  display: block;
  margin: 0 auto;
  width: 12.29rem;
  cursor: pointer;
}
.moudle4 {
  margin-top: 0.3rem;
}
.moudle4_l {
  width: 6.83rem;
}
.moudle4_l .one {
  display: block;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.moudle4_l .one .img {
  width: 2.46rem;
  height: 1.44rem;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  float: left;
}
.moudle4_l .one .text {
  float: right;
  width: 4.1rem;
}
.moudle4_l .one .text h2 {
  font-size: 0.2rem;
  line-height: 1.5;
}
.moudle4_l .one .text .date {
  font-family: 'Myriad Pro';
  color: #999;
  font-size: 0.18rem;
  margin: 0.12rem 0;
}
.moudle4_l .one .text .date img {
  margin-right: 0.08rem;
}
.moudle4_l .one .text .t {
  color: #999;
  font-size: 0.14rem;
  line-height: 1.5;
}
.moudle4_l .one:hover h2 {
  color: #d6281d;
}
.moudle4_r {
  width: 6.6rem;
  position: relative;
  padding-top: 0.1rem;
}
.moudle4_r:before {
  content: '';
  position: absolute;
  left: 0.055rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.moudle4_r .item .dot {
  float: left;
  border-radius: 50%;
  background: #fff;
  width: 0.13rem;
  height: 0.13rem;
  border: 0.02rem solid #e5e5e5;
  box-sizing: border-box;
  margin-right: 0.17rem;
  position: relative;
  z-index: 2;
  margin-top: 0.05rem;
}
.moudle4_r .item:last-child {
  margin-bottom: 0;
}
.moudle4_r .item:hover .dot {
  border-color: #d6281d;
}
/*新加*/
#canyou_toolbar_div{
  background: #ed2c25 !important;
}

/*党建更多*/