@charset "utf-8";
@font-face {
    font-family: 'fzzysj';
}

* {
    margin: 0;
    padding: 0;
    font-size: .35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
    font-size: 62.5%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0 auto;
    color: #333;
    padding: 0;
    font: normal .35rem "fzzysj", "Microsoft YaHei", Verdana, Tahoma;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

dl, dt, dd {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-family: "fzzysj", "Microsoft YaHei", Verdana, Tahoma;
    background-color: #FFF;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: .7rem
}

input:focus, textarea:focus {
    outline: 0
}

input[type="button"], input[type="submit"], input[type="reset"] input[type="text"] {
    -webkit-appearance: none
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1, h2, h3, h4 {
    font-weight: normal
}

i, em {
    font-style: normal
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

a img {
    border: 0
}

/*index*/
body {
    width: 100%;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
}

/* 首页 */
.kp_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kp_banner img {
    width: 100%;
    height: 100%;
    display: block;
}

.kp_banner .kp_date {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 60px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 20px;
    top: 20px;
}

.main {
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/*header部分*/
.m_header.sticky {
    position: sticky;
    top: 0;
    z-index: 2;
    position: -webkit-sticky;
}

.mobile_header {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 6px;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0056a3;
}

.mobile_header.lh {
    background-size: 100% 100%;
}

.mobile_header.pl {
    background: #0086c5;
}

.mobile_header .left_logo {
    flex: 0 0 38%;
    max-width: 160px;
}

.mobile_header .left_logo img {
    width: 100%;
}

.mobile_header .right_search {
    display: flex;
    justify-content: space-between;
}

.mobile_header .right_search_box {
    flex: 0 0 50%;
    margin-left: 10%;
    margin-top: 3px;
    font-size: 0.25rem;
}

.mobile_header .right_search_box form {
    display: flex;
}

.mobile_header .right_search_box input {
    font-size: 15px;
    border: none;
    border-radius: 0.5rem;
    height: 30px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    color: #666;
    padding-right: 0.65rem;
    background-size: 20px auto;
}

.mobile_header .right_search_box input::-webkit-input-placeholder {
    color: #606060;
    font-size: 14px;
}

.pc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_box a {
    border-radius: 0.1rem;
    margin: 0 0.1rem;
    justify-content: center;
}

.pc_box a img {
    width: 35px;
}

.border0 {
    border: 0;
}

/*置顶新闻*/
.zd_news {
    padding: 0 15px;
}

.zd_news .zd_news_item {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.zd_news .zd_news_item h2 {
    line-height: 1.3;
}

.zd_news .zd_news_item h2 a {
    font-size: 16px;
    font-weight: bold;
}

.zd_news .zd_news_item h2 span {
    margin-right: 5px;
    font-size: 11px;
    padding: 1px 5px;
    border: 1px solid #f00;
    color: #f00;
    right: 0;
    top: 0;
    border-radius: 5px;
    vertical-align: top;
}

.zd_news .zd_news_item p {
    color: #646464;
    font-size: 0.35rem;
    margin-top: 10px;
    position: relative;
}

.zd_news .zd_news_item p span {
    font-size: 0.35rem;
    font-weight: bold;
    position: absolute;
    padding: 1px 5px;
    border: 1px solid #f00;
    color: #f00;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.zd_news .zd_news_item .zd {
    width: 100%;
    text-align: right;
}

.zd_news .zd_news_item .zd span {
    font-size: 0.35rem;
    font-weight: bold;
    padding: 1px 5px;
    border: 1px solid #f00;
    color: #f00;
    right: 0;
    top: 0;
    border-radius: 5px;
}

/*导航*/
.m_nav {
    position: relative;
    height: 1.1rem;
    width: 100%;
    overflow: hidden;
}

.m_nav img.arrow {
    position: absolute;
    right: 0.25rem;
    z-index: 1;
    top: 0.25rem;
    height: 0.55rem;
    display: none;
}

.nav_mobile {
    position: relative;
    height: 44px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff7f7;
}

.nav_mobile .scroller {
  \
}

.nav_mobile .scroller li {
    height: 44px;
    color: #7e7e7e;
    float: left;
    line-height: 44px;
    font-size: 20px;
    text-align: center
}

.nav_mobile .scroller li a {
    color: #7e7e7e;
    display: block;
    margin: 0 16px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0.05rem solid #fff7f7;
    height: 44px;
    border-top: 0.05rem;
    font-family: "Microsoft YaHei", Verdana, Tahoma;
}

.nav_mobile .scroller li.cur {
    height: 44px;
    border-radius: 0.5rem;
    color: #fff;
}

.nav_mobile .scroller li.cur a {
    color: #0181ca;
    border-bottom: 3px solid #0181ca;
}

/*乐活*/
.lehuo_nav {
    height: 105px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 15px auto;
    font-size: 0.7rem;
    text-align: center;
}

.lehuo_nav .scroller {
    position: absolute;
}

.lehuo_nav .scroller li {
    float: left;
    height: 2.3rem;
}

.lehuo_nav .scroller li a {
    display: block;
    margin: 0 .5rem;
}

.lehuo_nav .scroller li:nth-child(1) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(2) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(3) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(4) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(5) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(6) a div.img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(1).cur a div.img {
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(2).cur a div.img {
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(3).cur a div.img {
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(4).cur a div.img {
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(5).cur a div.img {
    background-size: cover;
}

.lehuo_nav .scroller li:nth-child(6).cur a div.img {
    background-size: cover;
}

.new_bimg {
    width: 100%;
    position: relative;
}

.new_bimg img {
    width: 100%;
    display: block;
}

.new_bimg p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 10px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    font-size: 16px;
}

.border_img {
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px #ccc;
}

.border_img img {
    border-radius: 0.5rem;
}

.border_img p {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/*轮播*/
.head_hd {
    position: relative;
    overflow: hidden;
}

.head_hd .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.head_hd img {
    width: 100%;
    display: block;
    height: 7.5rem;
}

.sanq_hd img {
    height: 5.5rem;
}

.head_hd img.play_btn {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 1rem;
    bottom: 3.5rem;
}

.head_hd p {
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.head_hd .swiper-pagination-bullet {
    background: #fff;
    width: 0.25rem;
    height: 0.1rem;
    border-radius: 0;
}

.head_hd .swiper-pagination-bullet-active {
    background: #de0000;
    width: 0.4rem;
    border-radius: 0;
    box-shadow: none;
}

.swiper-container-horizontal > .swiper-pagination-custom {
    text-align: right;
    padding-right: 0.5rem;
    left: auto;
    color: red;
    box-sizing: border-box;
}

/*首页专题*/
.index_zhuant {
    padding: 15px;
}

.index_zhuant img {
    width: 100%;
    display: block;
}

/*首页页面栏目*/
/*政点*/
.news_box_tit {
    display: flex;
    flex-direction: row;
    padding: 0.5rem 0.25rem;
}

.news_box_tit p {
    flex: 1;
    text-align: center;
}

.news_box_tit p span {
    width: 100%;
    display: block;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
}

.news_box_tit p.active span {
    background: crimson;
    color: #fff;
}

.tit {
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
}

.tit::before {
    content: '';
    height: 20px;
    width: 5px;
    background: #de0000;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tit.blue::before {
    background: #158de3;
}

.tit.brown::before {
    background: #875020;
}

.tit.ly::before {
    background: linear-gradient(#2cb7a4, #0f71a7);
}

.tit.wc::before {
    background: linear-gradient(#f2981e, #e65545);
}

.tit.jy::before {
    background: linear-gradient(#42e4e5, #2093f2);
}

.tit.dmxa::before {
    background: #32aa17;
}

.tit.ky::before {
    background: linear-gradient(#e5429b, #f2233c);
}

.tit.lc::before {
    background: linear-gradient(#f2de1f, #e59042);
}

.tit.yj::before {
    background: linear-gradient(#bad552, #70dc36);
}

.tit.pl::before {
    background: #1b95e4;
}

.tit span {
    padding-left: 15px;
    font-size: 18px;
    display: block;
}

.tit a {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-weight: normal;
    top: 15px;
}

.tit.sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 0px;
    background: #fff;
}

.new_box {
    margin-bottom: 0.25rem;
}

.new_box .big_news {
    padding: 0.25rem 0.25rem 0;
}

.new_box .big_news a {
    display: block;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ededed;
}

.new_box .big_news h2 {
    font-size: 0.4rem;
    margin-bottom: 0.25rem;
}

.new_box .big_news .big_img {
    width: 100%;
    position: relative;
}

.new_box .big_news .big_img img {
    width: 100%;
    display: block;
}

.new_box .big_news .big_img img.play_btn {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new_box .big_news .big_img h2 {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.new_box .big_news p {
    color: #999;
    font-size: 12px;
    padding-top: 10px;
}


.index_news {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px;
}

.index_news ul {
    overflow: hidden;
}

.index_news ul li {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    font-size: 0.4rem;
    padding: 12px 0;
}

.index_news ul li .news_item {
    display: flex;
    display: -webkit-flex;
}

.index_news ul li .right {
    width: 110px;
    position: relative;
    margin-left: 5px;
    border-radius: 0.1rem;
    height: 75px;
    flex-basis: 110px;
}

.index_news ul li .right img {
    width: 100%;
    height: 2rem;
    display: block;
}

.index_news ul li .right img.play_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_news ul li .left {
    box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.index_news ul li .left p {
    min-height: 52px;
    line-height: 1.2;
    overflow: hidden;
    white-space: normal !important;
    font-size: 16px;
}

.index_news ul li .left div.l_txt {
    min-height: 52px;
    line-height: 1.2;
    overflow: hidden;
    white-space: normal !important;
    font-size: 16px;
}

.index_news ul li span {
    color: #ccc;
    font-size: 12px;
}

.index_news ul li .left span {
    bottom: 0;
}

.index_news ul li .left span i {
    color: #de0000;
    margin-right: 0.5rem;
}

.index_news ul li .source {
    padding-top: 0.1rem;
    position: relative;
    color: #999;
    font-size: 11px;
}

.index_news ul li .source span {
    position: absolute;
    right: 0;
    padding: 1px 5px;
    border: 1px solid #f00;
    color: #f00;
    border-radius: 0.1rem;
}

.index_news ul li .source_left span {
    position: relative;
}

.index_news ul li .l_title {
    width: 100%;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
}

.index_news ul li .l_img {
    width: 100%;
    display: flex;
    margin-top: 0.2rem;
    flex-direction: row;
    justify-content: space-around;
}

.index_news ul li .l_img .three_img {
    flex: 0 0 32.5%;
    width: 100%;
}

.index_news ul li .l_img .three_img img {
    width: 100%;
    height: 2rem;
    border-radius: 0.1rem;
}

.index_news ul li.padding0 {
    padding: 0.25rem 0 0;
}

.index_news ul li.padding0 a {
    border-bottom: 0;
}

.jiuye_nav {
    padding: 15px;
}

.jiuye_nav ul {
    display: flex;
    justify-content: space-between;
}

.jiuye_nav ul li {
    flex: 1;
    text-align: center;
}

.jiuye_nav ul li img {
    width: 1.5rem;
    height: 1.5rem;
}

.jiuye_banner {
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.jiuye_banner a {
    display: block;
    position: relative;
}

.jiuye_banner a img {
    display: block;
    width: 100%;
}

.jiuye_banner .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.jiuye_banner .title span {
    font-size: 0.3rem;
    display: block;
    border-bottom: 1px solid #ccc;
}

.jiuye_banner .title p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0.8rem;
}

.banner {
    padding: 0.5rem 0;
}

.banner img {
    width: 100%;
    display: block;
    border-radius: 0.2rem;
}

.wap_jb {
    padding: 0 15px 10px;
    position: relative;
}

.wap_jb img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.wap_jb a.gjjb_center {
    position: absolute;
    top: 11%;
    width: 55%;
    height: 0.5rem;
    left: 12%;
}

.wap_jb a.gjjb_app {
    position: absolute;
    height: 0.5rem;
    top: 11%;
    width: 21%;
    left: 67%;
}

.wap_jb a.sxjb_center {
    height: 0.5rem;
    top: 24%;
    width: 80%;
    position: absolute;
    left: 10%;
}

.wap_jb a.sxpy {
    height: 0.5rem;
    position: absolute;
    left: 22%;
    width: 32%;
    top: 38%;
}

.wap_jb a.gjpy {
    height: 0.5rem;
    position: absolute;
    left: 57%;
    width: 20%;
    top: 38%;
}

.wap_jb a.xajb {
    height: 0.5rem;
    position: absolute;
    top: 53%;
    width: 54%;
    left: 23%;
}

.paper {
    padding: 0 15px 1rem;
}

.p_tit {
    margin-bottom: 0.25rem;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 10px 35px;
    background-size: auto 30px;
}

.paper_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.paper_con .item {
    flex: 0 0 32%;
}

.paper_con .item a {
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.paper_con .item img {
    width: 100%;
    height: 5rem;
}

.paper_con .item p {
    text-align: center;
    font-size: 14px;
    color: #918b76;
    padding-top: 0.25rem;
    font-weight: bold;
}

/* 关注 */
.top_news {
    padding: 0.5rem;
}

.top_news h2 {
    line-height: 1.4rem;
    margin: 0.4rem 0;
    position: relative;
    padding-left: 2rem;
}

.top_news h2::before {
    content: '置顶';
    position: absolute;
    top: 0.15rem;
    left: 0;
    border: 1px solid #de0000;
    color: #de0000;
    padding: 0 0.3rem;
    border-radius: 0.2rem;
    font-size: 0.5rem;
    height: 1rem;
    line-height: 1.2rem;
}

.top_news h2 span {
    margin-right: 0.5rem;
    color: #de0000;
    font-size: 0.5rem;
    padding: 0.15rem 0.2rem;
    border: 1px solid #de0000;
    border-radius: 0.1rem;
}

.top_news h2 a {
    font-size: 0.8rem;
}

/*融媒*/
/* 专题banner */
.zt_banner {
    padding: 15px;
    margin-top: 0;
}

.zt_banner .swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper3 .swiper-slide a {
    position: relative;
    border: 1px solid #efefef;
    width: 100%;
}

.swiper3 .swiper-slide a h2 {
    text-align: left;
    padding: 5px 10px;
    box-sizing: border-box;
    max-height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swiper3 .swiper-slide a p {
    text-align: left;
    color: #999;
    font-size: 14px;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zhuant_img {
    padding: 0.25rem 15px;
    box-sizing: border-box;
}

.zhuant_img ul {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
}

.zhuant_img ul::-webkit-scrollbar {
    display: none;
}

.zhuant_img ul li {
    flex: 0 0 55%;
    margin-right: 0.5rem;
}

.zhuant_img a img {
    width: 100%;
    display: block;
    max-height: 4rem;
    min-height: 4rem;
}

.swiper3.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hb_list {
    padding: 15px;
}

.hb_list ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hb_list ul li {
    flex: 0 0 48.5%;
    margin-bottom: 0.2rem;
}

.hb_list ul li img {
    width: 100%;
    height: 7.5rem;
}

.mt05rem {
    height: 0.5rem;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.line {
    padding: 0 15px;
}

.ef {
    background: #efefef;
    display: block;
    width: 100%;
    height: 1px;
    margin: 2px 0;
}

/*视觉*/
.shj_hd {
    position: relative;
    overflow: hidden;
}

.shj_hd .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.shj_hd img {
    width: 100%;
    display: block;
    height: 6rem;
}

.shj_hd p {
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
}

.shj_hd .actindex {
    text-align: right;
    padding-right: 10px;
    color: #de0000;
    margin-top: 10px;
}

.shj_hd .actindex span {
    font-size: 16px;
}

.shj_hd .swiper-pagination-bullet {
    background: #fff;
    width: 0.25rem;
    height: 0.1rem;
    border-radius: 0;
}

.shj_hd .swiper-pagination-bullet-active {
    background: #de0000;
    width: 0.4rem;
    border-radius: 0;
    box-shadow: none;
}

.swipe5.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper5 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper5 .swiper-slide a {
    position: relative;
    width: 100%;
}

.swiper5 .swiper-slide a p {
    position: absolute;
    bottom: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    line-height: 35px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    font-size: 16px;
}

.swiper5 .swiper-slide a p::before {
    content: '';
    position: absolute;
    left: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 15px;
    left: 10px;
    z-index: 2;
}

/*头条*/
.tou_t {
    padding: 0.5rem;
}

.tou_t h2 {
    text-align: center;
}

.tou_t h2 a {
    font-size: 0.8rem;
    font-weight: bold;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 0.5rem;
}

/*新闻*/
.b_img {
    padding: 0.5rem;
}

.b_img a {
    display: block;
    position: relative;
}

.b_img img {
    width: 100%;
    display: block;
}

.b_img p {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 3%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

/*乐活*/
.swiper2.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper2 .swiper-slide a {
    position: relative;
    width: 100%;
}

.swiper2 .swiper-slide a p {
    position: absolute;
    bottom: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 35px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.swiper2 .swiper-slide a p::before {
    content: '';
    position: absolute;
    left: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 10px;
    left: 0.2rem;
    z-index: 2;
}

.swiper_hb.swiper-container {
    width: 100%;
    height: 100%;
    margin: 15px 0;
}

.swiper_hb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper_hb .swiper-slide a {
    position: relative;
    width: 100%;
}

.swiper_hb .swiper-slide a img {
    width: 100%;
    height: 8rem;
}

.wh_img {
    padding: 0.25rem 15px;
    box-sizing: border-box;
}

.wh_img ul {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
}

.wh_img ul::-webkit-scrollbar {
    display: none;
}

.wh_img ul li {
    flex: 0 0 55%;
    margin-right: 0.5rem;
}

.wh_img a img {
    width: 100%;
    display: block;
    height: 4rem;
}

.v_img a img {
    height: 5.5rem;
}

.rm_img a img {
    height: 4.2rem;
}

/*评论*/
.pl_topic {
    width: 100%;
}

.pl_topic img {
    width: 100%;
    display: block;
    padding-top: 0.5rem;
}

.shu_box {
    width: 100%;
    padding-top: 0.5rem;
}

.shu_box ul {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
}

.shu_box ul::-webkit-scrollbar {
    display: none;
}

.shu_box ul li {
    flex: 0 0 28%;
    margin-right: 0.5rem;
}

.shu_box a img {
    width: 100%;
    display: block;
    border-radius: 0.2rem;
}

.shu_bg {
    width: 100%;
}

.shu_bg img {
    width: 100%;
    display: block;
}

.mp_img {
    padding: 0.5rem;
}

.mp_img ul {
    display: flex;
    justify-content: space-around;
}

.mp_img ul li {
    flex: 0 0 32%;
}

.mp_img ul li img {
    width: 100%;
    display: block;
    border-radius: 0.2rem;
    max-height: 5rem;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
    display: none;
}

.goTop img {
    width: 40px;
    height: 40px;
    display: block;
}

/*上一页，下一页*/
.article_pn {
    display: flex;
    justify-content: space-around;
    margin-top: 0.5rem;
    padding: 0 15%;
}

.article_pn a {
    width: 2rem;
    height: 0.75rem;
    background: #1d71b7;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.75rem;
    border-radius: 0.3rem;
}

/* footer部分 */
.mobile_footer {
    background-size: cover;
    background: #0056a3;
}

.mobile_footer.pl {
    background: #0086c5;
}

.mobile_footer_nav {
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
}

.mobile_footer_nav a {
    color: #fff;
    font-size: 0.5rem;
    color: #fff;
}

.foot_bot {
    padding: 15px 0;
}

.foot_bot p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.foot_bot p a {
    font-size: 12px;
    color: #fff;
    padding-bottom: 0.25rem;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.foot_bot .wa {
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.foot_bot .wa .wa_box {
    display: inline-block;
}

.foot_bot .wa .wa_box a {
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
}

.foot_bot .wa .wa_box a img {
    width: 0.35rem;
    vertical-align: text-bottom;
}

.foot_bot .wa .wa_box span {
    line-height: 20px;
    margin: 0px 0px 0px 1px;
    color: #fff;
    font-size: 12px;
}

/* 分页 */
.p_page {
    text-align: center;
    width: 100%;
}

.pages {
    text-align: center;
    margin-top: 20px;
}

.pages {
    overflow: hidden;
    display: inline-block;
}

.pages li {
    float: left;
}

.pages li a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    background: #fff;
    color: #999;
    margin-left: -1px;
}

.pages li.active a {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
}

.pages li.page-active a {
    background: #a8000e;
    color: #fff;
}

.pages li.page-previous a {
    margin-left: 0;
}

#autopage {
    padding-top: 20px;
}

#autopage span {
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    background: #1d71b7;
    color: #fff;
    border: 1px solid #1d71b7;
}

#autopage a {
    padding: 0.2rem 0.5rem;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px;
}

#autopage a:hover {
    background: #1d71b7;
    color: #fff;
    border: 1px solid #1d71b7;
}

.zutu {
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.zutu .swiper-container-horizontal {
    width: 100%;
    height: 100%;
}

.zutu .swiper-container-horizontal .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.zutu .swiper-container-horizontal .swiper-slide p {
    padding-top: 0.5rem;
}

.zutu .swiper-container-horizontal .swiper-slide img {
    width: 100%;
    display: block;
}

.zutu .swiper-container-horizontal > .swiper-pagination-fraction {
    left: auto;
    right: 0.2rem;
    top: 0.2rem;
    width: auto;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

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

.zutu .swiper-pagination-bullet-active {
    background: #1d71b7;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    height: 105px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide .img {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}

.gallery-thumbs .tit_slide1 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide1.swiper-slide-active .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide2 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide2.swiper-slide-active .img {
   background-size: cover;
}

.gallery-thumbs .tit_slide3 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide3.swiper-slide-active .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide4 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide4.swiper-slide-active .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide5 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide5.swiper-slide-active .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide6 .img {
    background-size: cover;
}

.gallery-thumbs .tit_slide6.swiper-slide-active .img {
    background-size: cover;
}

.gallery-thumbs .swiper-slide p {
    text-align: center;
    font-size: 16px;
}


.tab_nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 10px 15px 10px;
}

.tab_nav p {
    font-size: 16px;
    flex: 0 0 32%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #999;
    background: #f9f9f9;
    border-radius: 5px;
}

.tab_nav p.active {
    background: #e32519;
    color: #fff;
}

.click_more {
    padding: 15px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.more {
    text-align: center;
    padding: 15px 0 0;
}

.more a {
    font-size: 14px;
    color: #666;
}

.zhengwu {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}

.zhengwu img {
    width: 100%;
}

.zhengwu span {
    font-size: 22px;
    display: block;
    background: #AD0C14;
    color: #FFDBA6;
    font-weight: bold;
    padding: 10px 0;
}

.zhengd_tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 15px;
}

.zhengd_tit a {
    margin-bottom: 10px;
    text-align: center;
    flex: 0 0 32%;
    display: inline-block;
    background: #f9f9f9;
    font-size: 15px;
    color: #999;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

/*钟楼下*/
.zlx_banner {
    width: 100%;
}

.zlx_banner img {
    width: 100%;
    display: block;
}

.zlx_nav {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.zlx_nav .zlx_item {
    flex: 0 0 32%;
    position: relative;
}

.zlx_nav .zlx_item img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.zlx_nav .zlx_item a.wb {
    position: absolute;
    display: block;
    width: 60%;
    top: 40%;
    transform: translate(45%, -5%);
    height: 10%;
}

.zlx_nav .zlx_item a.wx {
    position: absolute;
    width: 65%;
    top: 55%;
    transform: translate(45%, 5%);
    height: 10%;
}

.shu {
    padding: 0px 15px 0.4rem;
    background-size: 93%;
}

.shu .swiper_hb .swiper-slide a img {
    height: 6.5rem;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}