body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #2E4B70;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: .16rem;
    font-family: 'alphr';
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

.hdwp {
    margin: auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
    .hdwp {
        width: 100%;
    }
}

@media (min-width: 1540px) {
    .ctbx,
    .hdwp {
        width: 14rem;
    }
}

@media (min-width: 1680px) {
    .hdwp,
    .ctbx {
        width: 16rem;
    }
}

@font-face {
    font-family: 'alphm';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

@font-face {
    font-family: 'alphr';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}

.header {
    background: #8D0942;
    border-bottom: #db9e4b 1px solid;
    overflow: hidden;
}

.header .hdwp {
    background: url(../images/top_bg.png) no-repeat 71% bottom;
    padding: 0.56rem 0;
    overflow: hidden;
}

.header .ssnr {
    float: right;
    width: 2.8rem;
    height: 0.44rem;
    background: #A2295D;
    position: relative;
    padding-left: 0.28rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    margin-top: 0.17rem;
}

.header .ssnr .inp {
    outline: none;
    border-style: none;
    height: 0.44rem;
    width: 100%;
    box-sizing: border-box;
    background: none;
    font-size: 0.14rem;
    color: #fff;
}

.header .ssnr .sub {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 0.64rem;
    height: 0.44rem;
    cursor: pointer;
    outline: none;
    border-style: none;
    background: url(../images/search.png) no-repeat center;
}

.ssnr .inp::input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ssnr .inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ssnr .inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ssnr .inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ssnr .inp::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.tc_logo {
    width: 5.15rem;
    float: left;
    height: 0.78rem;
    position: relative;
}

.tc_logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}


/* 导航 */

.navbar {
    background: #A2295D;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
    display: flex;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    flex: 1;
}

.navbar .navbar-nav>li>a {
    font-size: 0.22rem;
    color: #fff;
    padding: 0.14rem 0rem;
    /* margin: 0 0.15rem; */
    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
}

.navbar .navbar-nav>li>a .home {
    margin-right: 0.01rem;
    vertical-align: -3px;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
    background: #DB9F4C;
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0px;
    padding: 0.08rem 0;
    background: #DB9F4C;
    transition: all 0.3s ease;
}

.navbar .nav-child li a {
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding: 0.08rem 0.05rem;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.navbar .nav-child li:hover a {
    background: #A2295D;
}


/* 手机导航 */

.sjmenu {
    display: none;
}


/* 要闻摘报 */

.cont_box {
    padding: 0.6rem 0 0.71rem;
    overflow: hidden;
}

.dhywzb {
    width: 1.39rem;
    height: 1.39rem;
    background: url(../images/dhic_ywzb.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    float: left;
}

.dhywzb img {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out 0s;
}

.ywzb {
    padding: 0.26rem 0 0 1.55rem;
    overflow: hidden;
}

.ywzb dt {
    display: block;
    font-size: 0.3rem;
    color: #666;
    line-height: 0.52rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.ywzb dt a {
    color: #8D0942;
}

.ywzb dd {
    width: 25%;
    float: left;
}

.ywzb dd a {
    display: block;
    padding: 0 0.15rem;
    position: relative;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #666;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ywzb dd a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.11rem;
    width: 0.02rem;
    height: 0.18rem;
    background: #666;
}

.ywzb dd a:hover {
    color: #8D0942;
}

.ywzb dd:nth-last-of-type(1) a:after {
    opacity: 0;
}

.sydh {
    overflow: hidden;
    position: relative;
}

.sydh::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.44rem);
    height: 1px;
    background: #dadada;
}

.sydh h1 {
    float: left;
    padding-bottom: 0.18rem;
    background: url(../images/dhic_xian.png) no-repeat left bottom;
    background-size: auto 0.07rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.32rem;
    color: #333;
    font-family: 'alphm';
    position: relative;
    z-index: 5;
  display:inline-table;
}

.sydh h1 i {
    width: 0.44rem;
    height: 0.44rem;
    float: left;
    background: url(../images/dhic_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 0.12rem;
}

.sydh h1 i img {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sydh span {
    float: right;
    font-size: 0.14rem;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #BA9664;
    padding-right: 0.22rem;
    transition: all 0.4s ease;
    background: url(../images/ic_more.png) no-repeat right center;
    background-size: auto 0.14rem;
}

.sydh span a {
    color: #BA9664;
}

.sydh span:hover {
    background: url(../images/ic_more2.png) no-repeat right center;
}

.sydh span:hover a {
    color: #8D0942;
}


/* 新闻动态 */

.cont_box2 {
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.ywgz .sydh.xwdt{
  display:none;
}
.lbtj {
    width: 8.1rem;
    float: left;
    position: relative;
}

.lbwz {
    width: calc(100% - 8.6rem);
    float: right;
}

.lbtj .top {
    position: relative;
    padding: 0 0 0.09rem 0.08rem;
    overflow: hidden;
}

.lbtj .top .pic {
    overflow: hidden;
    padding-bottom: 61.1%;
    position: relative;
}

.lbtj .top .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.lbtj .top .pic img:hover {
    transform: scale(1.05);
}

.lbtj .top .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.23rem;
    height: 0.44rem;
    line-height: 0.34rem;
    text-align: center;
    background: url(../images/ic_time.png) no-repeat;
    background-size: 100% 100%;
    font-family: Arial;
    font-size: 0.18rem;
    color: #fff;
    z-index: 5;
}

.lbtj .tit {
    padding: 0rem 1.48rem 0.34rem 0.4rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.2rem;
}

.lbtj .tit h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.81rem;
    height: 0.81rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #8D0942 1px solid;
    font-family: 'alphm';
}

.lbtj .lbtj-next,
.lbtj .lbtj-prev {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    z-index: 5;
    bottom: 0.39rem;
    outline: none;
    cursor: pointer;
    background: url(../images/xwdt-btn.png) no-repeat center;
    background-size: auto 0.12rem;
    border: 2px solid #8d0942;
    border-radius: 50%;
}

.lbtj .lbtj-next {
    right: 0.3rem;
    transform: rotate(180deg);
}

.lbtj .lbtj-prev {
    right: 0.78rem;
}

.lbtj .lbtj-prev:hover,
.lbtj .lbtj-next:hover {
    border: 2px solid #8d0942;
    background: #8d0942 url(../images/xwdt-btn2.png) no-repeat center;
    background-size: auto 0.12rem;
}

.lbtj .lbtj-prev:hover {
    transform: rotate(0deg);
}

.lbtj .lbtj-next:hover {
    transform: rotate(180deg);
}

.lbxq {
    padding-top: 0.05rem;
    overflow: hidden;
}

.lbxq li {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.lbxq li::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.98rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(141, 9, 66, 0.2);
}

.lbxq li:nth-of-type(1)::before {
    height: calc(100% - 0.2rem);
    top: auto;
    bottom: 0;
}

.lbxq li:nth-last-of-type(1)::before {
    height: calc(100% - 0.2rem);
}

.lbxq li::after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/sjx_hs.png) no-repeat;
    background-size: 100% 100%;
}

.lbxq li .time {
    float: left;
    width: 0.9rem;
    font-family: Arial;
    color: #9E9E9E;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.lbxq li .time b {
    display: block;
    font-size: 0.3rem;
    margin-top: 0.21rem;
    color: #8D0942;
}

.lbxq li .time span {
    font-size: 0.14rem;
}

.lbxq li .text {
    width: calc(100% - 0.9rem);
    float: right;
    position: relative;
    padding-right: 0.35rem;
    box-sizing: border-box;
}

.lbxq li .text::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
    width: 0.17rem;
    height: 0.17rem;
    background: rgba(141, 9, 66, 0.2);
    border-radius: 50%;
}

.lbxq li .text::after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0.05rem;
    top: 50%;
    margin-top: -0.03rem;
    width: 0.07rem;
    height: 0.07rem;
    background: #8D0942;
    border-radius: 50%;
}

.lbxq li .text h2 {
    color: #333;
    font-size: 0.2rem;
    height: 0.94rem;
    line-height: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.lbxq li:hover .time,
.lbxq li:hover .time b {
    color: #fff;
}

.lbxq li:hover::after {
    opacity: 1;
}

.lbxq li:hover:nth-of-type(1)::before {
    height: calc(100% - 0rem);
}

.lbxq li:hover:nth-last-of-type(1)::before {
    height: calc(100% - 0rem);
}

.lbxq li:hover {
    background: url(../images/xwdt_lbbg.png) no-repeat;
    background-size: 100% 100%;
}

.lbxq li:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.lbxq li:hover .text::before {
    background: rgba(255, 255, 255, 0.2);
}

.lbxq li:hover .text::after {
    background: #fff;
}

.lbxq li:hover .text h2 {
    padding-right: 0.7rem;
    background: url(../images/jt_bais.png) no-repeat right center;
    color: #fff;
}


/* 基层动态、廉洁文化、通报曝光 */

.cont_box3 {
    overflow: hidden;
    padding-bottom: 0.81rem;
}

.ct3lf {
    width: calc(100% - 4.1rem);
    float: left;
}

.cont_box3 .tzgg {
    margin: 0 -0.25rem;
}

.tzgg .tzlb {
    width: 33.3%;
    float: left;
}

.tzgg .tzlb .mar {
    margin: 0 0.25rem;
}

.tzgg .tzlb .mar .tzwz {
    padding-top: 0.07rem;
    overflow: hidden;
  min-height:5rem;
}

.tzgg .tzlb .mar .tzwz li {
    width: 100%;
    float: left;
    padding-left: 0.2rem;
    box-sizing: border-box;

    border-bottom: #e2e2e2 1px dashed;
    padding: 0.19rem 0;
}

.tzgg .tzlb .mar .tzwz li a {
    display: block;
    padding-left: 0.2rem;
    position: relative;
}

.tzgg .tzlb .mar .tzwz li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.06rem;
    width: 0.02rem;
    height: 0.18rem;
    background: #8D0942;
}

.tzgg .tzlb.mhs .mar .tzwz li a::before {
    background: #DB9F4C;
}

.tzgg .tzlb .mar .tzwz li h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.tzgg .tzlb .mar .tzwz li span {
    line-height: 0.3rem;
    height: 0.3rem;
    font-family: Arial;
    font-size: 0.14rem;
    color: #8D0942;
    background: url(../images/ic_time2.png) no-repeat left center;
    background-size: auto 0.13rem;
    padding-left: 0.22rem;
}

.tzgg .tzlb .mar .tzwz li:hover h2 {
    color: #8D0942;
    transform: translateX(5px);
}

.ct3rg {
    width: 3.7rem;
    float: right;
}

.qfly {
    overflow: hidden;
    position: relative;
    background: #8D0942;
    background: linear-gradient(90deg, #8D0942 0%, #B40048 100%);
    /*border-bottom: #D7974B 0.04rem solid;*/
   margin:0 1px;
}

.qfly::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/sjx_bs.png) no-repeat;
    background-size: 100% 100%;
}

.qfly h2 {
    line-height: 0.7rem;
    font-size: 0.3rem;
    color: #fff;
    border-bottom: rgba(255, 255, 255, 0.2) 2px solid;
    text-align: center;
}

.qfly p {
    position: relative;
}

.qfly p span {
    position: absolute;
    top: 0;
    width: 0.57rem;
    height: 0.57rem;
    background: url(../images/sjx_lf.png) no-repeat center;
    cursor: pointer;
}

.qfly p span.lf {
    left: 0.25rem;
}

.qfly p span.rg {
    right: 0.25rem;
    transform: rotate(180deg);
}

.qfly p b {
    width: 100%;
    display: block;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.57rem;
    text-align: center;
}

.ct3rg .nrbox {
    overflow: hidden;
   
    box-sizing: border-box;
   
   border: #dbd9da 1px solid;
border-top-style: none;
  position: relative;
    padding-bottom: 1.5rem;
}

.ct3rg .riqi {
    background: url(../images/qhly_bg.png) no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 0.15rem;
    margin-bottom: 0.1rem;
}

.ct3rg .riqi table {
    width: 100%;
}

.ct3rg .riqi table td {
    width: 14.285%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.36rem;
    height: 0.36rem;
    text-align: center;
}

.ct3rg .riqi table th {
    height: 0.45rem;
    line-height: 0.45rem;
    background: rgba(166, 36, 101, 0.1);
}

.ct3rg .riqi table tr td span {
    display: block;
    color: #fff;
    width: 0.36rem;
    height: 0.36rem;
    margin: auto;
}

.ct3rg .riqi table tr td span.on {
    background: #DB9F4C;
    border-radius: 50%;
}

.ct3rg .nrbox .text {
    padding: 0rem 0.25rem;
    overflow: hidden;
position: absolute;
    left: 0;
    bottom: 0.42rem;
width: 100%;
    box-sizing: border-box;
}

.ct3rg .nrbox .text li {
    width: 100%;
    float: left;
    margin: 0.05rem 0;
    border-radius: 0.2rem;
    background: #DB9F4C;
    padding: 0 0.15rem 0 0.25rem;
    box-sizing: border-box;
    position: relative;
}

.ct3rg .nrbox .text li::before {
    content: "";
    position: absolute;
    left: 0.07rem;
    top: 0.17rem;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #8D0942;
}

.ct3rg .nrbox .text li a {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 display:block;
}

.ct3rg .nrbox .text li:hover {
    background: #8D0942;
}

.ct3rg .nrbox .text li:hover::before {
    background: #DB9F4C;
}

.ct3rg .nrbox .more {
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    font-family: PingFang SC;
    font-size: 0.14rem;
    color: #BA9664;
  position: absolute;
    left: 0;
    bottom: 0.12rem;
  width:100%;
}

.ct3rg .nrbox .more img {
    margin-left: 0.05rem;
    height: 0.14rem;
}

.ct3rg .nrbox .more a {
    color: #BA9664;
}

.ct3rg .nrbox .more:hover a {
    color: #8D0942;
}


/* 专题专栏 */

.ztzl_box {
    position: relative;
}

.ztzl_box .pic {
    overflow: hidden;
    padding-bottom: 53%;
    position: relative;
}

.ztzl_box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ztzl_box .pic img:hover {
    transform: scale(1.05);
}

.ztzl_box .lb {
    perspective: 5rem;
}

.ztzl_box .swiper-slide .lb .mar {
    /* transform: translateX(0.07rem) rotateY(5deg); */
    margin: 0.35rem 0;
    transform: rotateY(9deg) scaleX(1) translateX(0.1rem);
}

.ztzl_box .swiper-slide:nth-of-type(2n) .lb .mar {
    transform: rotateY(352deg) scaleX(1.05) translateZ(0) translateX(-0.1rem);
}

.ztzl_box .ztzl-next,
.ztzl_box .ztzl-prev {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.14rem;
    outline: none;
    cursor: pointer;
    background: url(../images/ztzl-btn.png) no-repeat center;
    background-size: auto 0.12rem;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}

.ztzl_box .ztzl-next {
    right: -0.5rem;
    transform: rotate(180deg);
}

.ztzl_box .ztzl-prev {
    left: -0.5rem;
}

.ztzl_box .ztzl-prev:hover,
.ztzl_box .ztzl-next:hover {
    border: 1px solid #8D0942;
    background: #8D0942 url(../images/ztzl-btn2.png) no-repeat center;
    background-size: auto 0.12rem;
}

.ztzl_box .ztzl-prev:hover {
    transform: rotate(180deg);
}

.ztzl_box .ztzl-next:hover {
    transform: rotate(0deg);
}


/* 信访举报 */

.cont_box5 {
    padding: 0.43rem 0 1rem;
    background: url(../images/xfjb_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.xfjb {
    width: calc(100% - 2.8rem);
    float: left;
}

.jbxz {
    width: 4.9rem;
    float: left;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border: 1px solid #E4D6DD;
}

.jbqd {
    width: calc(100% - 5.35rem);
    float: right;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border: 1px solid #E4D6DD;
}

.jbxz .tit,
.jbqd .tit {
    width: 0.4rem;
    float: left;
    letter-spacing: 0em;
    padding: 0 0.15rem;
    height: 2.38rem;
    text-align: center;
}

.jbxz .tit {
    background: url(../images/xfxz_bg.png) no-repeat;
    background-size: cover;
}

.jbqd .tit {
    background: url(../images/xfqd_bg.png) no-repeat;
    background-size: cover;
}

.jbxz .tit h2,
.jbqd .tit h2 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #fff;
    display: block;
    margin-top: 0.3rem;
}

.jbxz .xznr,
.jbqd .qdnr {
    width: calc(100% - 0.7rem);
    float: right;
}

.jbxz .xznr ul {
    padding: 0.39rem 0.3rem;
    overflow: hidden;
}

.jbxz .xznr li {
    width: 50%;
    float: left;
}

.jbxz .xznr li .mar {
    margin: 0 0.1rem;
    background: url(../images/xfxz_pic01.png) no-repeat;
    background-size: cover;
    height: 1.6rem;
    text-align: center;
}

.jbxz .xznr li:nth-of-type(2) .mar {
    background: url(../images/xfxz_pic02.png) no-repeat;
    background-size: cover;
}

.jbxz .xznr li .mar h2 {
    display: inline-block;
    font-size: 0.22rem;
    color: #fff;
    margin: 0.4rem 0 0.18rem;
}

.jbxz .xznr li .mar span {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.36rem;
    border: #fff 1px dashed;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.jbxz .xznr li:hover span {
    border: #DB9F4C 1px solid;
    background: #DB9F4C;
}

.jbxz .xznr li:hover:nth-of-type(2) span {
    border: #b40049 1px solid;
    background: #b40049;
}

.jbqd .qdnr ul {
    padding: 0.16rem 0.3rem;
    overflow: hidden;
}

.jbqd .qdnr li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 0.43rem;
    box-sizing: border-box;
    margin: 0.15rem 0;
}

.jbqd .qdnr li::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0.32rem;
    height: 0.32rem;
    background: rgba(219, 47, 121, 0.2) url(../images/xfqd_ic01.png) no-repeat center;
    border-radius: 50%;
}

.jbqd .qdnr li:nth-of-type(2)::before {
    background: rgba(219, 47, 121, 0.2) url(../images/xfqd_ic02.png) no-repeat center;
}

.jbqd .qdnr li:nth-of-type(3)::before {
    background: rgba(219, 47, 121, 0.2) url(../images/xfqd_ic03.png) no-repeat center;
}

.jbqd .qdnr li:nth-of-type(4)::before {
    background: rgba(219, 47, 121, 0.2) url(../images/xfqd_ic04.png) no-repeat center;
}

.jbqd .qdnr li h2{
   font-size: 0.18rem;
    height: 0.32rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jbqd .qdnr li p {
    font-size: 0.18rem;
    max-height: 0.52rem;
    line-height: 0.26rem;
overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.jbqd .qdnr li h2 {
    color: #8D0942;
}

.jbqd .qdnr li p {
    color: #333;
}

.gfewm {
    width: 2.4rem;
    float: right;
    box-sizing: border-box;
    border: 1px solid #E4D6DD;
    background: url(../images/db_ewmbg.png) no-repeat top;
    background-size: 100% auto;
    padding: 0.29rem 0.4rem 0.11rem;
}

.gfewm span {
    width: 1.6rem;
    height: 1.6rem;
}

.gfewm h2 {
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
}


/* 底部 */

.dibu_bg {
    background: url(../images/db_bg.jpg) no-repeat;
    background-size: cover;
}

.dibu_bg .dibu_top {
    padding: 0.63rem 0 0.59rem;
}

.dblf .dbc1 .dblogo {
    width: 5.15rem;
    float: left;
}

.dblf .dbc1 .dibu_yqlj {
    width: 2.8rem;
    float: right;
    position: relative;
    margin-top: 0.15rem;
}

.dblf .dbc1 .dibu_yqlj h2 {
    height: 0.46rem;
    padding: 0 0.2rem;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dblf .dbc1 .dibu_yqlj h2 span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.18rem;
    line-height: 0.46rem;
    display: block;
    background: url(../images/ic_yqlj.png) no-repeat right center;
}

.dblf .dbc1 .dibu_yqlj .yqljnr {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 100%;
    background: #fff;
    width: 100%;
    padding: 0.1rem 0;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
}

.dblf .dbc1 .dibu_yqlj .yqljnr div {
    max-height: 1.25rem;
    overflow: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.dblf .dbc1 .dibu_yqlj .yqljnr div::-webkit-scrollbar {
    width: 2px;
}

.dblf .dbc1 .dibu_yqlj:hover .yqljnr {
    display: block;
}

.yqljnr div a {
    display: block;
    font-size: 0.14rem;
    line-height: 0.2rem;
    padding: 0.1rem;
}

.yqljnr div a:hover {
    background: #8D0942;
    color: #fff;
}

.dibu_bg .dbc2 {
    overflow: hidden;
    padding-top: 0.3rem;
}

.dibu_bg .dbc2 p {
    padding-left: 0.6rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    margin-right: 0.65rem;
    display: inline-block;
    position: relative;
}

.dibu_bg .dbc2 p::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0.38rem;
    height: 0.38rem;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.dibu_bg .dbc2 p:nth-of-type(1) {
    background: url(../images/db_dz.png) no-repeat 0.11rem center;
}

.dibu_bg .dbc2 p:nth-of-type(2) {
    background: url(../images/db_yb.png) no-repeat 0.11rem center;
}

.dibu_bg .dbc2 p:nth-of-type(3) {
    background: url(../images/db_dh.png) no-repeat 0.11rem center;
}

.db_banq {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 0.13rem 0;
    background: rgba(169, 38, 106, 0.5);
    overflow: hidden;
}

.db_banq p,
.db_banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.listbox_bg {
    overflow: hidden;
    background: url(../images/list_bg.png) no-repeat center bottom;
    padding-bottom: 0.9rem;
}

.ltpic_box {
    position: relative;
}

.list_pic {
    overflow: hidden;
}

.list_pic img {
    width: 100%;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    display: block;
    font-size: 0.36rem;
    line-height: 0.35rem;
    color: #FFFFFF;
    font-family: 'alphm';
    padding: 0.25rem 0.2rem;
    background: #8D0942 url(../images/lmmc_bg.png) no-repeat center;
    width: 2.8rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.ltpic_box .ltlmmc h1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/sjx_hs.png) no-repeat;
}

.list_lf {
    width: 2.8rem;
    float: left;
    position: relative;
    padding-bottom: 2rem;
    background: #fff url(../images/ltej_bg.png) no-repeat bottom;
}

.sideMenu {
    margin-top: 0.3rem;
    background: #fff;
    overflow: hidden;
}

.sideMenu li {
    width: 100%;
    float: left;
}

.sideMenu li h3 {
    position: relative;
    padding: 0 0.25rem;
}

.sideMenu li h3::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0.04rem;
    height: 100%;
    background: #DB9F4C;
    opacity: 0;
}

.sideMenu li h3 em {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -0.27rem;
    width: 0.4rem;
    height: 0.55rem;
    background: url(../images/ltej.png) no-repeat center;
    background-size: auto 0.14rem;
    cursor: pointer;
}

.sideMenu li h3 a {
    display: block;
    padding: 0.15rem 0.4rem 0.15rem 0;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #3D2F1F;
    border-bottom: #e5e5e5 1px solid;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #8D0942;
}

.sideMenu li.current h3 a,
.sideMenu li:hover h3 a {
    color: #fff;
    border-bottom: #8D0942 1px solid;
}

.sideMenu li.current h3::before,
.sideMenu li:hover h3::before {
    opacity: 1;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    background: url(../images/ltej2.png) no-repeat center;
    background-size: auto 0.14rem;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
}

.sideMenu dl dd {
    position: relative;
}

.sideMenu dl dd::before {
    content: "";
    position: absolute;
    left: 0.22rem;
    top: 0.15rem;
    width: 0.05rem;
    height: 0.05rem;
    background: #666;
    border-radius: 50%;
}

.sideMenu dl dd.current::before,
.sideMenu dl dd:hover::before {
    background: #8D0942;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.26rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem 0.05rem 0.35rem;
    box-sizing: border-box;
}

.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #8D0942;
}

.sideMenu li.current dl {
    display: block !important;
    padding: 0.1rem;
}

.list_rg {
    float: right;
    width: calc(100% - 3.3rem);
    padding-top: 0.46rem;
}

.ltdqwz {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0.15rem;
    background: url(../images/dhic_xian2.png) no-repeat left bottom;
}

.ltdqwz h1 {
    float: left;
    line-height: 0.44rem;
    font-size: 0.32rem;
    color: #333;
    font-family: 'alphm';
    padding-left: 0.6rem;
    background: url(../images/ic_dqlm.png) no-repeat left top;
    background-size: auto 0.44rem;
}

.ltdqwz span {
    float: right;
    margin-top: 0.2rem;
    display: block;
    font-size: 0.14rem;
    color: #777;
    line-height: 0.3rem;
    padding-left: 0.28rem;
    background: url(../images/ic_home2.png) no-repeat left center;
    background-size: auto 0.16rem;
}

.ltdqwz span a {
    color: #777;
}

.ltdqwz span a:hover {
    color: #1A59B3;
}


/* 新闻列表页 */

.xwlb {
    overflow: hidden;
    min-height: 5rem;
}

.xwlb ul {
    overflow: hidden;
    padding: 0.1rem 0 0.4rem;
}

.xwlb li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-bottom: #E2E2E2 1px dashed;
    position: relative;
}

.xwlb li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0.3rem;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ltxw_bg.png) no-repeat;
    background-size: cover;
    opacity: 0;
}

.xwlb li:hover {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.xwlb li:hover::after {
    opacity: 1;
}

.xwlb li a {
    display: block;
    padding: 0.34rem 0.4rem 0.34rem 0;
    overflow: hidden;
}

.xwlb li .pic {
    width: 3rem;
    float: left;
}

.xwlb li .pic span {
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.xwlb li .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xwlb li:hover .pic span img {
    transform: scale(1.05);
}

.xwlb li .time {
    width: 1.2rem;
    text-align: center;
    font-family: Arial;
    color: #8D0942;
    float: left;
    margin-top: 0.15rem;
}

.xwlb li .time b {
    display: block;
    font-size: 0.3rem;
}

.xwlb li .time span {
    font-size: 0.14rem;
}

.xwlb li .text {
    width: calc(100% - 4.2rem);
    float: right;
}

.xwlb li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.xwlb li .text h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.03rem;
    background: #db9f4c;
}

.xwlb li .text p {
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0 0.15rem;
    transition: all 0.3s ease-out 0s;
}

.xwlb li .text span {
    width: 1.15rem;
    height: 0.34rem;
    line-height: 0.34rem;
    border: 1px solid #E4D6DD;
    display: block;
    text-indent: 0.16rem;
    font-size: 0.14rem;
    color: #982255;
    background: url(../images/lt_sjx.png) no-repeat 0.85rem center;
    background-size: auto 0.12rem;
}

.xwlb li .text i {
    display: none;
}

.xwlb li:hover .time,
.xwlb li:hover .text h2 {
    color: #fff;
}

.xwlb li:hover .text p {
    color: rgba(255, 255, 255, 0.6);
}

.xwlb li:hover .text span {
    border: 1px solid #db9f4c;
    background: #db9f4c url(../images/lt_sjx2.png) no-repeat 0.85rem center;
    color: #fff;
    background-size: auto 0.12rem;
}

.xwlb li.no::after{
  left:0;
}
.xwlb li.no .text{
      width: calc(100% - 1.2rem);
}



/* 列表页文字 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 0.2rem 0 0.4rem;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e2e2e2 1px dashed;
    transition: all 0.4s ease;
    position: relative;
}

.list_lb li::after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/sjx_hs.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.list_lb li a {
    display: block;
    overflow: hidden;
    padding: 0 0.25rem 0 0.2rem;
}

.list_lb li span {
    float: left;
    font-size: 0.16rem;
    color: #8D0942;
    line-height: 0.79rem;
    width: 1.4rem;
    padding-left: 0.22rem;
    background: url(../images/ic_time2.png) no-repeat left center;
    background-size: auto 0.13rem;
    position: relative;
    margin-right: 0.18rem;
    box-sizing: border-box;
}

.list_lb li span::before {
    content: "";
    position: absolute;
    right: 0.07rem;
    top: 0.3rem;
    width: 0.03rem;
    height: 0.18rem;
    background: #db9f4c;
}

.list_lb li h2 {
    width: calc(100% - 2.65rem);
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.79rem;
    height: 0.79rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lb li b {
    width: 0.85rem;
    float: right;
    color: #982255;
    font-size: 0.14rem;
    line-height: 0.79rem;
    background-size: auto 0.14rem;
    font-weight: normal;
    box-sizing: border-box;
    background: url(../images/lt_sjx.png) no-repeat right center;
    background-size: auto 0.14rem;
}

.list_lb li:hover {
    background: url(../images/ltwz_bg.png) no-repeat;
    background-size: cover;
    border-bottom: #e2e2e2 1px solid;
}

.list_lb li:hover a {
    padding: 0 0.65rem 0 0.4rem;
}

.list_lb li:hover::after {
    opacity: 1;
}

.list_lb li:hover span,
.list_lb li:hover h2,
.list_lb li:hover b {
    color: #fff
}

.list_lb li:hover span {
    background: url(../images/ic_time3.png) no-repeat left center;
    background-size: auto 0.13rem;
}

.list_lb li:hover b {
    background: url(../images/lt_sjx2.png) no-repeat right center;
    background-size: auto 0.14rem;
}


/* 列表页图片 */

.list_tp {
    min-height: 500px;
}

.list_tp ul {
    padding: 0.4rem 0 0.1rem;
    overflow: hidden;
    margin: 0 -0.23rem;
}

.list_tp li {
    width: 33.3%;
    float: left;
    transition: all 0.4s ease;
    margin-bottom: 0.4rem;
}

.list_tp li .mar {
    border-bottom: #e2e2e2 1px solid;
    margin: 0 0.23rem;
    overflow: hidden;
}

.list_tp li .mar .pic {
    display: block;
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
}

.list_tp .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_tp li:hover .pic img {
    transform: scale(1.05);
}

.list_tp li .mar .pic::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -0.24rem;
    margin-left: -0.24rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/ic_video.png) no-repeat;
    background-size: 100% 100%;
}

.list_tp li .mar .pic::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/sjx_jia.png) no-repeat;
    background-size: 100% 100%;
}

.list_tp li .text {
    padding: 0 0.1rem;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.list_tp li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.7rem;
    height: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.list_tp li:hover .text {
    background: #8d0942;
}

.list_tp li:hover .text h2 {
    color: #fff;
}


/*内容页*/

.contt_box {
    min-height: 450px;
}

.contt_tit {
    text-align: center;
    padding: 0.55rem 0 0.3rem;
    border-bottom: 1px dashed #E7E7E7;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 0.3rem;
    color: #8D0942;
    font-family: 'alphm';
    margin-bottom: 0.15rem;
}

.contt_tit h3 {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
    padding-top: 0.25rem;
}

.contt_zhwen p {
    font-size: 0.2rem!important;
    color: #333!important;
    line-height: 0.4rem!important;
    margin-bottom: 0.15rem;
    text-indent: 2em;
}

.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
    margin: auto;
}

.contt_zhwen table {
    margin: auto;
    max-width: 100%!important;
}

.contt_zhwen table td {
    text-indent: 0em;
}

.contt_zhwen table td p {
    text-indent: 0em;
    margin-bottom: 0px;
}

.contt_zhwen iframe {
    max-width: 90%;
}

.contt_zhwen video {
    max-width: 90%;
    height: auto !important;
}

.contt_sxp {
    padding-top: 0.32rem;
    margin-top: 0.56rem;
    box-sizing: border-box;
    border-top: #E7E7E7 1px solid;
    position: relative;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    margin: 0.05rem 0;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #8D0942;
}



.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  margin:2px!important;
}


.pb_sys_style2 .p_no_d{border: 1px solid #8d0942!important;
    color: #fff;
    background-color: #8d0942!important;}