* {
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    font-size: .4571rem;
    display: flex;
    flex-wrap: wrap;

}



li {
    list-style: none;
}

a {
    text-decoration: none;
    /* inherit 继承 */
    color: inherit;

}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
    padding: 0.2rem 0;
}

video {
    width: 100%;
    height: 3rem
}


input {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    transition: all 0.5s;
}


.kWidth {
    margin: 0 auto;

}

.headerTop {
    margin: 0.3rem 4%;
    background: #0068b6;
    padding: 4%;
    width: 92%;
    order: 5;
    display: none;
}


.headerTop ul {
    margin: 0 auto;
}

.headerTop ul li {
    position: relative;
    font-size: .3714rem;
    line-height: .8571rem;
    color: #fff;
}



.header {
    order: 2;
    padding: 0.6rem 4% 0.1rem 4%;
    width: 92%;
}

.header>div {
    margin: 0 auto;
}

.header .logo {
    display: block;
}

.pcFont {
    display: none !important;
}

.header .logo img {
    width: 100% !important;
    display: block;
    margin-bottom: 0.4rem;
}

.ewmBox {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.ewmBox dl {
    margin-left: .5714rem;
    text-align: center;
    font-size: .35rem;
    color: #838383;
}




.search {
    display: none;
    justify-content: space-between;
    margin-left: 20px;
    border-radius: 50px;
    height: 30px;
    border: 1px solid #a70105;
    background: #fff;
    margin-bottom: 20px;
}

.search .searchInput {
    width: 147px;
}

.search .searchInput input {
    padding: 0 20px;
    font-size: 13px;
    line-height: 32px;
    color: #0f5380;
    display: block;
    background: none;
}

.search .searchBtn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    margin-bottom: -1px;
    background: #a70105;
    color: #fff;
    margin-right: -1px;
    width: 70px;
    font-size: 14px;
    border-radius: 50px;
}

.search .searchBtn img {
    width: 14px;
    margin-right: 5px;
}


.nav {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    order: 3;
}

.nav>div.muen {
    background: rgb(73, 73, 73);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 0 4%;
    padding-left: .4286rem;
}


.nav>div.muen b {
    background: #a70105;
    width: 0.8rem;
    padding: 0.2rem;
}

.nav>div.muen b img {
    filter: invert(2);

    display: block;
}

.navDiv {
    display: none;
    margin: 0 4%;
    padding: 0.4rem 0;
    background: #a70105;
}
/*.navDiv .search{ display:block; border-color:#494949; margin-top:0.5rem;}*/
.search .searchBtn{ background:#494949}
.navDiv>ul {
    margin: 0 auto;
    background: #a70105;

}

.navDiv>ul>li {
    position: relative;
    text-align: center;
    border-bottom: #b83437 solid 1px;
}


.navDiv>ul>li:last-child {
    border: none
}


.navDiv>ul>li>a {
    color: #fff;
    display: block;
    line-height: 1.4857rem;
    font-size: .4571rem;
    display: flex;
    align-items: center;
    padding: 0 .8571rem;
    position: relative;

}

.navDiv>ul>li::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: .8571rem;
    top: 40%;

}

.navDiv>ul>li img {
    width: 20px;
    margin-right: 7px;
}

.nav>ul>li:hover div {
    display: block;
}

.nav>ul>li div {
    display: none;
    position: absolute;
    top: 45px;
    background: #7d0609;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}


/* .nav>ul>li div i {
	display:block;
	border-left: 7px solid transparent;
	border-right:7px solid transparent;
	border-top: 10px solid #a70105;
	position: absolute;
	top: 0;
	left: 45%;
	content: '';
} */


.nav>ul>li div>a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}

.nav>ul>li div>a:hover {
    color: #fff;
    background: #a70105;
}

.HerfDiv {
    overflow: hidden;
    order: 6;
    padding: 0 2%;
}

.HerfDiv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: .4286rem 0;
}

.HerfDiv a img {
    width: .6rem;
    margin-right: 8px;
}


.banner {
    padding: 0.3rem 4% 0 4%;
    width: 92%;
    order: 4;
}


/*banner */
.swiperBanner {
    /* width: 100%; */
    /* max-height: 500px;
	min-height: 500px; */
    margin: 0 auto !important;

}

.swiperBanner .swiper-slide {
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.swiperBanner a {
    display: block;
    width: 100%;
}

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

/* .banner .swiper-pagination {
    position: initial;
    margin-top: 0.2rem;
} */

.banner .swiper-pagination-bullet {
    background: rgb(73, 73, 73) !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    border-radius: 0;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    margin: 0 0.1rem;
}

.banner .swiper-pagination-bullet-active {
    background: #b02121 !important;
}




.notice {
    padding: 0.3rem 4% 0.2rem 4%;
    background: #a70105;
    width: 92%;
    order: 1;
}

.notice>h4 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 0.2rem;
    font-size: .4rem;
}

.notice>h4 br {
    display: none;
}

.notice>h4 img {
    width: 0.5rem;
    margin-right: 10px;
}

#callboard {
    height: 26px;
    overflow: hidden;
}

#callboard li {
    height: 26px;
    overflow: hidden;
}

#callboard h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .3714rem;
    font-weight: normal;
    color: #fff;
}

#callboard h3::before {
    content: '·';
    font-weight: bold;
    font-size: 15px;
    margin-right: 0.1rem;

}

#callboard p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    color: #666;
    margin-bottom: 2px;
}

.boxDiv {
    order: 7;
    width: 92%;
    margin: 0 4%;
}

.newBox1 {
    overflow: hidden;
    margin-top: 0.2rem;
}

/* .newBox1 .xwBanner {
    width: 52%;
    float: left;
    margin-right: 2%;
} */

.xwBanner a {
    display: block;
    height: 5.5rem;
    overflow: hidden;
}

.xwBanner a img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.xwBanner a>div {
    background: linear-gradient(transparent, #000);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-bottom: 36px;
    padding-top: 10px;
}


.xwBanner a>div p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.xwBanner .swiper-pagination-bullet {
    opacity: 0.2 !important;
    background: #fff;
}

.xwBanner .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}

.textUl li {
    margin-bottom: 0.5rem;
}

.newBox1 .textUl li:first-child p {
    font-weight: bold;
    color: #a70105 !important;
}

.textUl li:last-child {
    margin-bottom: 0;
}

.textUl li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textUl li a:hover,
.textUl li a:hover span {
    color: #a70105;
}

.textUl li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.textUl li p::before {
    content: '·';
    font-weight: bold;
    font-size: .5143rem;
    margin-right: .1429rem;
    color: #999;
}

.textUl li span {
    font-size: .3429rem;
    color: #666;
    margin-left: 0.2rem;
    white-space: nowrap;
}

.adImgDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem 0 0.2rem 0;
}

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

.adImgDiv a::after {
    content: '广告';
    font-size: .2857rem;
    background: rgba(255, 255, 255, 0.6);
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2px 0 0 2px;
    padding: 2px;
}

.adImgDiv a img {
    width: 100%;
}

.titleH3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.titleH3>div {
    display: flex;
    align-items: center;
}

.titleH3 h2 {
    font-size: .5714rem;
    position: relative;
    margin-right: .5714rem;
}

.titleH3>div>span>a {
    margin: 0 5px;
}

.titleH3>div>span {
    color: #666;
}

.titleH3 h2::after {
    width: 70%;
    height: .2286rem;
    bottom: -1px;
    background-image: linear-gradient(to right, #a70105, #fff);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.titleH3>a {
    font-size: .3714rem;
    display: block;
    background: url(../images/arrow1.svg) center right no-repeat;
    background-size: 10px;
    padding-right: 15px;
    opacity: 0.6;
    margin-top: .2857rem;
}

.newBox1 .textUl {
    margin-top: 0.4rem;
}


.newBox2 .box3 .newListDiv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}


.newListDiv li {
    width: 48%;
    background: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
}

.newListDiv li a {
    display: block;
}

.newListDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newListDiv li a>span {
    display: block;
    height: 2.8rem;
    overflow: hidden;
}

.newListDiv li div {
    padding: .2857rem .4286rem;
}


.newListDiv li div h4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: normal;
    text-align: justify;
    line-height: .7429rem;
}

.newListDiv li div p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: none;

}

.hfBanner {
    margin: 0.4rem auto;
    display: block;
}

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

.ztBox,
.yqBox {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: -0.2rem;
}

.yqBox {
    margin-top: 0.3rem;
}

.ztBox .box .zdBox {
    background: #f5f5f7;
    padding: 0.5rem;
    margin-bottom: 0.4rem;
}

.ztBox .box .zdBox:hover span {
    background: #a70105;
    color: #fff;
}

.ztBox .box .zdBox h3 {
    font-size: .4571rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ztBox .box .zdBox p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: .3714rem;
    color: #666;
    line-height: .6286rem;
    margin: .3714rem 0;
    text-align: justify;
}

.ztBox .box .zdBox span {
    display: inline-block;
    border: #a70105 solid 1px;
    padding: .1429rem .5714rem;
    color: #a70105;
    font-size: .4rem;
}


.ztBox .fontListBox a {

    padding: .4rem 0;
    border-bottom: #dfdfdf solid 1px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fontListBox a:first-child {
    padding-top: 0;
}

.photoDiv {
    margin-top: 0.4rem;
    overflow: hidden;
    margin-bottom: -0.4rem;

}

.photoDiv dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}



.photoDiv dl dt {
    width: 44%;

    overflow: hidden;
}

.photoDiv dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoDiv dl dt a {
    height: 2.2rem;
    display: block;
}

.photoDiv dl dd {
    width: 51%
}

.photoDiv dl dd a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .7429rem;
    text-align: justify;
}

.zjBoX {
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.txSwiper,
.txSwiperS,
.myLink {
    overflow: hidden;
    padding: 0 1px;
    padding-bottom: 0.2rem;
    position: relative;
}

.txSwiper .swiper-slide a,
.txSwiperS .swiper-slide a {
    display: block;
    border: #dfdfdf solid 1px;
    text-align: center;
    padding: 0.4rem 0;
}

.txSwiper .swiper-slide a span,
.txSwiperS .swiper-slide a span {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50px;
    margin-bottom: 0.2rem;
}

.txSwiper .swiper-slide a img,
.txSwiperS .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.txSwiper .swiper-slide a h4,
.txSwiperS .swiper-slide a h4 {
    font-weight: normal;

    margin: 10px 0;
}

.txSwiper .swiper-slide a p,
.txSwiperS .swiper-slide a p {
    font-size: .3714rem;
    color: #666;
}

.txNext,
.txPrev {
    background: rgba(0, 0, 0, 0.2);
}

.txNext:after,
.txPrev:after {
    color: #fff;
    font-size: 14px !important;
}

.myLink {
    padding-bottom: 40px;
}

.myLink .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
}

.myLink a {
    display: block;
    border: #dfdfdf solid 1px
}

.myLink a img {
    width: 100%;
    height: 100%;
}


.pos {
    padding-bottom: .2857rem;
    margin-top: .2857rem;
    opacity: 0.7;

}

.pos>a {
    font-size: .35rem;
}

.pos>a::after {
    width: 10px;
    height: 10px;
    background: url(../images/arrow1.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.pos .current {
    color: #a70105;
}

.pos .current::after {
    display: none;
}

.textPage {
    border: #ddd solid 1px;
    padding: 0.3rem 0.4rem;
}

.textPage .title>h2 {
    font-size: .5714rem;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: .2857rem;
    padding: 0 .5714rem;
}


.textPage .title p {
    padding: .2857rem 0;
    color: #666;
    text-align: center;
    border-bottom: #999 solid 1px;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
}

.textPage .title p span {
    color: #333;
    font-size: .3429rem;
    margin: 0 0.2rem;
}


.content p {
    line-height: 32px;
    color: #404040;
    width: auto !important;
    font-weight: normal;
    width: 100%;
    margin-bottom: 10px;
    font-size: initial !important;
    text-align: justify;
}

.chilidIngde {
    overflow: hidden;
}

.chilidIngde .photoDiv dl {
    margin-bottom: .8571rem;
}

.speciAlBanner {
    padding-bottom: 40px !important;
}

.speciAlBanner a>span {
    display: block;
    height: 5rem;
    overflow: hidden;
}

.speciAlBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speciAlBanner a {
    background: #eee;
    padding: 0.3rem;
    display: block;
}

.speciAlBanner a div {
    padding: 0.3rem;
}

.speciAlBanner a div h4 {
    line-height: .7429rem;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 1.4571rem;
    -webkit-box-orient: vertical;
}


.speciAlBanner a div span {
    display: block;
    margin: 0.2rem 0;
    color: #666;
    font-size: 0.35rem;
}

.speciAlBanner a div p {
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;

}

.newList>ul {
    margin-bottom: 0.4rem;
    margin-top: -0.3rem;
}


.newsCard {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    flex-wrap: wrap;
}



.dateBox {
    font-size: .3714rem;
    text-align: center;
    order: 2;
    width: 60%;
    display: flex;
    float: left;
    font-size: 1;
    color: #666;
}

.dateBox b {
    display: block;
    float: left;
    font-weight: normal;
    order: -1;
}

.dateBox b::after {
    content: '-';
    display: inline-block;
}

.newsCover {
    width: 30%;
    flex: none;
    height: 2rem;
    order: 3;
    float: right;
    margin-top: -1.5429rem;
}

.newsInfo {
    order: 1;
    width: 62%;
    float: left;
    margin-bottom: 0.2rem;
}

.newsCover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.newsInfo h2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-size: 22px; */
    color: #111111;
    font-size: .4571rem;
    font-weight: normal;
    line-height: .6857rem;

}

.newsInfo p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: justify;
    display: none;
}

.expertList {
    padding: 1px;
    margin-left: -30px;
}

.expertList div {
    width: 226px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.expertList div:hover {
    background: #a70105;
    color: #fff;
    transition: all 0.3s;
}

.expertList div:hover p {
    color: #fff;
}

.subscrBox {
    margin: 0.2rem 0 -0.2rem 0;
}

.subscrBox>div {
    background: #eee;
    padding: 0.5rem 0.4rem;
    margin-bottom: 0.4rem;
}

.subscrBox>div>h3 {
    font-size: 0.5rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.subscrBox>div>h3::after {
    content: '';
    width: 10%;
    height: 2px;
    background: #a70105;
    display: block;
    margin-top: 10px;
}

.subscrBox>div>div p {
    margin-bottom: .3714rem;
    font-size: .37rem;
}

.subscrBox>div>div p span {
    color: #666;
}

.letterDiv {
    background: url(../images/OaLg1u.png);
    background-size: cover;
    padding-top: 5px;
    margin-bottom: -30px;
    padding-bottom: 40px;
}

.letterDiv img {
    width: 100%;
}

.xjBox {
    border: #f6e2c1 solid 2px;
    position: relative;
    padding: 2%;
}

.xjBox::before {
    width: 100%;
    height: 1.3rem;
    content: '';
    display: block;
    background: url('../images/1234-1.png') no-repeat;
    background-size: 100%;
}

.xjBox::after {
    width: 100%;
    height: 1.5rem;
    content: '';
    display: block;
    background: url('../images/1234-2.png') no-repeat;
    background-size: 100%;
}


.xjBox>div {
    padding: 0 10%;
    background: url('../images/1234-3.png') repeat-y;
    background-size: 100%;
}

.xjBox>div>h2 {
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-top: -0.1rem;
}

.xjBox>div>p {
    text-indent: 2em;
    font-size: .37rem;
    line-height: .6857rem;
    padding-bottom: 0.1rem;
    text-align: justify;
}

.xjBox>div table td {
    font-size: .3714rem;
}

.xjBox>div>p * {
    font-size: initial !important;
}

.zhanImg {
    text-align: right;
    font-size: .37rem;
    line-height: .6857rem;
    margin-top: -30px;
    background: url(../images/zhang.png) right center no-repeat;
    background-size: 40%;
    padding: 25px 0;
    font-weight: bold;
    margin-bottom: 30px;
}

.xjBox table {
    margin-bottom: 15px;
}

.xjBox a {
    text-decoration: underline;
}

.fontList li {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.fontList li a {
    padding: 0.5rem 0;
    display: block;
}

.fontList li h4 {
    font-size: .4571rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.5rem;
}

.fontList li h4::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #a70105;
    display: block;
    position: absolute;
    left: 0;
}

.fontList li span {
    color: #666;
    display: block;
    margin: 0.15rem 0.5rem;
    font-size: .3429rem;
}

.fontList li p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: .6rem;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    padding: 0 0.5rem;
    font-size: .3714rem;
}


.newsDiv .leftDiv>div {
    position: sticky;
    top: 80px;
    display: flex;
    justify-content: space-between;
}

.newsDiv .leftDiv .active {
    background: #a70105;
    color: #fff;
}

.newsDiv .leftDiv a {
    background: #eee;
    color: #000;
    font-size: .4857rem;
    display: block;
    width: 49%;
    text-align: center;
    line-height: 1.2857rem;

}

.newsDiv .txSwiper {
    overflow: hidden;
}

.newsDiv .txSwiper>div {
    width: 48.5%;
    margin-right: .2857rem;
    float: left;
    height: auto;
    margin-top: .2857rem;
}

.newsDiv .txSwiper>div:nth-child(even) {
    margin-right: 0;
}

.newsDiv .txSwiper>div:hover a {
    border-color: #b02121;
    color: #b02121;
    background: #f3f3f3;
}


.pagination {
    padding: 0.3rem 0 .1429rem 0;
    text-align: center;

}

.pagination a {
    color: #000;
    display: none !important;
}

.pagination a.page {
    display: block !important;
}

.derd>div {
    padding: 0 .4rem;
    line-height: 1.0286rem;
    height: 1.0286rem;
    border: #ddd solid .0286rem;
    background: #fff;
    border-radius: .1429rem;
    display: block;
    float: left;
    margin: 0 .1143rem;
}

.derd>div span {
    margin: 0 .0571rem;
    font-size: 0.35rem;
}

.derd>div span i {
    color: #ff7c07;
    font-style: normal;
}

.pagination a {
    /* padding: 0 .4rem; */
    width: 29%;
    line-height: .9714rem;
    height: .9714rem;
    border: #ddd solid .0286rem;
    border-radius: .1429rem;
    background: #fff;
    margin: 0 .2286rem;
    order: 1
}

.pagination a.active,
.pagination a:hover {
    border-color: #499d42;
    color: #fff;
    background: #499d42;
}

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

.derd a:first-child,
.derd a:last-of-type {
    display: inline-block !important;
}

.derd a:last-of-type {
    order: 3;
}

.derd span {
    font-size: 0.35rem;
    margin-top: 0.3rem;
    order: 2;
}

.derd span i {
    font-style: normal;
    color: red
}




.footer {
    background: #f1f1f1;
    padding-top: 0.5rem;
    margin-top: 0.3rem;
    order: 8;
}

.zbFont {
    padding: 0 4%;

}

.footer>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    font-size: .35rem;
    color: #333;
    line-height: 22px;
    margin-bottom: 0.1rem;
}

.footer p a {
    margin: 0 !important;
}

.footer .ewmBox {
    display: block !important;
    margin-right: 4%;
}

.footer .ewmBox dl {
    margin-top: 0.1rem;
}

.footer .ewmBox dl img {
    max-width: 90%;
}

.footer p:nth-child(2) span {
    display: block !important;
    float: left;
}

.footer p:nth-child(2) a {
    display: block;
    margin-left: 2.1429rem !important;
}

.footer span {

    width: 2.1429rem;
    white-space: nowrap;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}


.footPdiv {
    background: #000;
    color: #fff;
    font-size: .2857rem;
    padding: .2857rem 0;
    text-align: center;
    margin-top: .2857rem;
}