.header {
    width: 100%;
    background-color: #c7000b;
}
.header .logo {
    padding: .27rem 0;
}
.header .logo img {
    height: .56rem;
}

.header .h-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header .h-right .h-top-link ul li {
    margin-left: .15rem;
    line-height: .36rem;
}

.header .h-right .h-top-link ul li a {
    color: #fff;
    font-size: .15rem;
}

.header .h-right .search {
    width: 2.1rem;
    height: .26rem;
    margin-top: .08rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    box-sizing: border-box;
    padding: 0 0.05rem 0 0.13rem;
}

.header .h-right .search .search-key {
    height: .26rem;
    width: 1.66rem;
    background: #fff;
    line-height: .26rem;
    padding: 0 .2rem 0 .05rem;
    font-size: 0.14rem;
}

.header .h-right .search .search-btn {
    height: .26rem;
    width: .26rem;
    border-radius: 50%;
    z-index: 4;
    color: #c7000b;
    text-align: center;
    line-height: .20rem;
    /*background: transparent;*/
    cursor: pointer;
    background: #fff;
}

.header .h-right .search .search-btn i {
    font-size: .2rem;
}

.header .h-right .nav-btn {
    width: .36rem;
    transition: .3s;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    display: none;
}

.header .h-right .nav-btn .icon-nav {
    color: #fff;
    font-size: .36rem;
}

.header .h-right .nav-btn .icon-close {
    color: #fff;
    font-size: .36rem;
    display: none;
}

.nav {
    height: .56rem;
    border-bottom: 1px solid #eee;
    background: #f5f5f7;
}



.nav ul li {
    padding:0 .30rem;
    position: relative
}

.nav ul li:after {
    content: '';
    height: 3px;
    width: 0;
    background: #c7000b;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.nav ul li:hover:after {
    width: 100%
}

.nav ul li.cur:after {
    width: 100%
}


.nav ul li a {
    font-size: .2rem;
    line-height: .56rem;
}

.nav ul li i.icon-plus {
    position: absolute;
    right: 0;
    top: .13rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none;
}

.nav ul li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .1rem;
    min-width: 1.4rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav ul li .sub .sub-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.nav ul li .sub .sub-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .15rem;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .4rem;
}

.nav ul li .sub .sub-h a:hover {
    background: #eee;
    color: #c7000b;
}

.nav ul li .sub .sub-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    top: -.16rem;
}

.nav ul li:hover .sub {
    opacity: 1;
    visibility: inherit;
}


.nav .search {
    width: 100%;
    height: .5rem;
    margin-top: .2rem;
    background: rgba(255,255,255,.5);
    border-radius: 2.5rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 0.05rem 0 0.13rem;
    display: none;
}

.nav .search .search-key {
    height: .48rem;
    width: calc(100% - .5rem);
    line-height: .48rem;
    padding: 0 .1rem;
    font-size: 0.18rem;
}

.nav .search .search-btn {
    height: .48rem;
    width: .48rem;
    border-radius: 50%;
    z-index: 4;
    color: #c7000b;
    text-align: center;
    line-height: .20rem;
    cursor: pointer;
    background: #fff;
}

.nav .search .search-btn i {
    font-size: .2rem;
}

.banner {
    width: 100%;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 68vh;
    /*min-height: 500px;*/
}

/*.banner .swiper-banner .swiper-slide .bg video{ width: 100%; height: 100%; object-fit: cover}*/
.banner .swiper-banner .swiper-slide .img:before {
    content: '';
    position: relative;
    left: 0;
    right: 0;
    height: 20%;
    background-size: 100% 100%;
    z-index: 1;
    bottom: 0;
}

.banner .swiper-banner .swiper-slide .img {
    -webkit-transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: 5s;
    background-size: cover !important;
    background-position-y: center;
    width: 100%;
}

.banner .swiper-banner .swiper-slide-active .img {
    -webkit-transform: scale(1);
}

.banner .swiper-banner .swiper-btn a {
    position: absolute;
    top: calc(50% - .25rem);
    z-index: 10;
    display: block;
    width: .5rem;
    height: .5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .2rem;
    line-height: .48rem
}

.banner .swiper-banner .swiper-btn a.prev {
    left: .2rem
}

.banner .swiper-banner .swiper-btn a.next {
    right: .2rem
}

.banner .swiper-banner .swiper-btn a:hover {
    background: rgba(255, 255, 255, .2)
}

.banner .swiper-pgn {
    z-index: 5;
    position: absolute;
    bottom: .3rem;
    left: 0;
    text-align: center;
}

.banner .swiper-pgn span {
    color: #fff;
    width: .4rem;
    height: .04rem;
    background: #fff;
    opacity: 1;
    margin: 0 .06rem !important;
    position: relative;
    border-radius: 0;
}

.banner .swiper-pgn span.swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #d20b17;
}

.section-a {
    padding: .45rem 0;
    width: 100%;
    background: #fff url(../images/section-bg.png) bottom center no-repeat;
    background-size: 100% auto;
}

.gzdt {
    width: 100%;
    /*background: #fff;*/
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);*/
}

.gzdt .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
}

.gzdt .box-bd .lbbox {
    width: calc(60% - .4rem);
    display: block;
}

.lbbox .swiper-container {
    width: 100%;
}

.lbbox .swiper-container .swiper-slide .img-box .img {
    height: 5.76rem;
    padding-bottom: 0;
}
.lbbox .swiper-container .swiper-slide .img-box .tit h4 {
    flex: 1;
    font-size: .24rem;
}

.lbbox .swiper-container .swiper-slide .img-box .tit .pag {
    font-size: .24rem;
}

.lbbox .swiper-container .swiper-slide .img-box .tit .pag span {
    font-size: .36rem;
}

.lbbox .swiper-container .swiper-btn a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    margin-top: -.25rem;
    width: .5rem;
    height: .5rem;
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .2rem;
    line-height: .48rem
}

.lbbox .swiper-container .swiper-btn a.prev {
    left: .2rem
}

.lbbox .swiper-container .swiper-btn a.next {
    right: .2rem
}

.lbbox .swiper-container .swiper-btn a:hover {
    background: rgba(255, 255, 255, .2)
}



.gzdt .box-bd .list {
    width: 40%;
    background: rgba(255,255,255,0.36);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.gzdt .box-bd .list ul li {
    position: relative;
    padding:.11rem .2rem .11rem 0.1rem;
}

/*.gzdt .box-bd .list ul li:after {*/
/*    position: absolute;*/
/*    right: .25rem;*/
/*    bottom: 0;*/
/*    left: .25rem;*/
/*    height: 1px;*/
/*    background: #ddd;*/
/*    content: '';*/
/*}*/
/*.gzdt .box-bd .list ul li:nth-child(6):after {*/
/*    display: none;*/
/*}*/



.gzdt .box-bd .list ul li a time {
    width: .72rem;
    height: .72rem;
    border-radius: .05rem;
    text-align: center;
    font-size: .16rem;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.gzdt .box-bd .list ul li a time span {
    font-size: .24rem;
    line-height: .36rem;
    background: #c7000b;
    /*background: #003384;*/
    color: #fff;
    border-top-left-radius: .05rem;
    border-top-right-radius: .05rem;
}

.gzdt .box-bd .list ul li a time .bot {
    width: 100%;
    height: .36rem;
    line-height: .36rem;
}
.gzdt .box-bd .list ul li a .txt {
    width: calc(100% - .87rem);
    height: .72rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}
.gzdt .box-bd .list ul li a .txt h4 {
    font-size: .18rem;
    color: #303133;
    line-height: 2em;
    height: .36rem\0;
    font-weight: 600;
}
.gzdt .box-bd .list ul li a .txt p {
    font-size: .16rem;
    line-height: 2em;
    height: .30rem\0;
    color: #909399;
}
.gzdt .box-bd .list ul li a:hover .txt h4{
    color: #c7000b;
}

.section-b {
    padding: .45rem 0;
}

.djgz {
    width: calc(34% - .35rem);
    margin-right: .35rem;
}

.djgz .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.djgz .box-bd ul {
    width: 100%;
}
.djgz .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.djgz .box-bd ul li:last-child {
    border-bottom: 0;
}
.djgz .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c7000b;
    transition: all 0.6s ease 0s;
}
.djgz .box-bd ul li:last-child::after {
    display: none;
}
.djgz .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.djgz .box-bd ul li a .txt {
    padding: 0.05rem 0;
}
.djgz .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}
.djgz .box-bd ul li a .txt .info {
    font-size: .15rem;
}
.djgz .box-bd ul li a .txt .info time {
    color: #909399;
    font-size: .15rem;
}

.gbgz {
    width: calc(34% - .35rem);
    margin-right: .35rem;
}

.gbgz .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.gbgz .box-bd ul {
    width: 100%;
}
.gbgz .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}
.gbgz .box-bd ul li:last-child {
    border-bottom: 0;
}
.gbgz .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c7000b;
    transition: all 0.6s ease 0s;
}
.gbgz .box-bd ul li:last-child::after {
    display: none;
}
.gbgz .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.gbgz .box-bd ul li a .txt {
    padding: 0.05rem 0;
}
.gbgz .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}
.gbgz .box-bd ul li a .txt h4 span {
    color: #c7000b;
}
.gbgz .box-bd ul li:hover a .txt h4 span {
    color: #c7000b;
}
.gbgz .box-bd ul li a .txt .info {
    font-size: .15rem;
}
.gbgz .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}


.dxgz {
    width: 32%;
}
.dxgz .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.dxgz .box-bd ul {
    width: 100%;
}
.dxgz .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}
.dxgz .box-bd ul li:last-child {
    border-bottom: 0;
}
.dxgz .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c7000b;
    transition: all 0.6s ease 0s;
}
.dxgz .box-bd ul li:last-child::after {
    display: none;
}
.dxgz .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.dxgz .box-bd ul li a .txt {
    padding: 0.05rem 0;
}
.dxgz .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}
.dxgz .box-bd ul li a .txt h4 span {
    color: #c7000b;
}
.dxgz .box-bd ul li:hover a .txt h4 span {
    color: #c7000b;
}
.dxgz .box-bd ul li a .txt .info {
    font-size: .15rem;
}
.dxgz .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}

.section-c{
    padding: .45rem 0 .6rem;
    width: 100%;
    background: url("../images/section-bg2.png") center no-repeat;
    background-size: cover;
}
.ztzl .box-hd {
    margin-bottom: .3rem;
}
.ztzl .box-bd {
    width: 100%;
}
.ztzl .box-bd ul {
    width: 100%;
}
.ztzl .box-bd ul li {
    width: 15%;
    margin-right: 1.66666666666%;

}
.ztzl .box-bd ul li:nth-child(6) {
    margin-right: 0;
}



.ztzl .box-bd ul li a .img-box .img {
    padding-bottom: 0;
    height: .88rem;
}

.footer {
    width: 100%;
    background: #c7000b;
}

.tft {
    padding: .35rem 0;
    color: #fff;
}

.tft .wp {
    /*align-items: flex-end;*/
}

.tft .item {
    /*flex: auto;*/
    position: relative;
    padding: 0 .3rem;

}

.tft .item .tit {
    font-size: .22rem;
    font-weight: normal;
    margin-bottom: .3rem;
    margin-top: .1rem;
}

.tft .item .info p {
    margin-bottom: .1rem;

}

.tft .tft-a {
    padding-left: 0;

}

.tft .tft-a .logo {
    margin-bottom: .25rem;
    height: .52rem;
}

.tft .tft-c {
    width: 56%;
}
.tft .tft-c .link {
    /*width: 5.6rem;*/
}

.tft .tft-c .link ul li {
    width: 25%;
    margin-bottom: .1rem;
    /*margin-right: .2rem;*/
    float: left;
}

.tft .tft-c .link ul li a {
    color: #fff;
}

.bft {
    width: 100%;
    height: .58rem;
    background: rgba(0, 0, 0, 0.1);
}

.bft p {
    line-height: .58rem;
    color: #fff;
    font-size: .16rem;
}


/*list css*/
.list-bg {
    background: #fff;
}



.section-f {
    width: 100%;
    padding: .45rem 0;
    background: url("../images/xm-bg.png") center no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.section-f .wp {
    /*align-items: flex-start;*/
}
.section-f .sidebar-left {
    width: 2.6rem;
}
.section-f .sub-nav {
    width: 100%;
}
.section-f .sub-nav .sub-nav-tit {
    height: .72rem;
    background: #c7000b;
    justify-content: center;
}
.section-f .sub-nav {
    background: #fff;
}
.section-f .sub-nav .sub-nav-tit h3 {
    font-size: .22rem;
    color: #fff;

}
.section-f .sub-nav .sub-nav-tit .toggle {
    display: none;
}
.section-f .sub-nav ul.show {
    display: block !important;
}
.section-f .sub-nav ul li {
    height: .64rem;
    /*padding-left: .44rem;*/
    border-left: .03rem solid #e6e9f0;
    border-bottom: 1px dashed #e6e9f0;
    text-align: center;
}
.section-f .sub-nav ul li:last-child {
    border-bottom: none;
}
.section-f .sub-nav ul li.cur {
    border-left: .03rem solid #c7000b;
}
.section-f .sub-nav ul li a {
    line-height: .64rem;

}
.section-f .sidebar-right {
    width: calc(100% - 3rem);
}

.section-f .sidebar-right .box-hd {
    padding: .15rem .05rem;
    margin-bottom: 0;
}

.section-f .sidebar-right .box-hd .tit {
    font-size: .28rem;
}

.section-f .sidebar-right .box-hd .position {
    font-size: .16rem;
    line-height: .42rem;
    color: #909399;
}
.section-f .sidebar-right .box-hd .position a{
    font-size: .16rem;
    color: #606266;
}
.section-f .sidebar-right .box-hd .position a:hover {
    color: #c7000b;
}

.section-f .lists {
    padding: .1rem .25rem;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);

}
.section-f .lists ul li {
    padding: .15rem;
    border-bottom: 1px solid #e4e7ed;
    position: relative;
}
.section-f .lists ul li a .txt {
    display: flex;
    align-items: center;
}

.section-f .lists ul li i {
    font-weight: 600;
    color: #c7000b;
}
.section-f .lists ul li h4 {
    font-size: .18rem;
    line-height: .36rem;
    font-weight: normal;
    padding-left: .1rem;
    flex: 1;
}
.section-f .lists ul li .date {
    font-size: .18rem;
    color: #909399;
}

.section-f .lists ul li:last-child {
    border-bottom: 0;
}
.section-f .lists ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #c7000b;
    transition: all 0.6s ease 0s;
}
.section-f .lists ul li:last-child::after {
    display: none;
}
.section-f .lists ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.section-f .image-lists {
    padding: .25rem .25rem 0;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.section-f .image-lists ul {

}
.section-f .image-lists ul li {
    width: calc(33.3333% - .25rem);
    margin-bottom: .25rem;
}
.section-f .image-lists ul li a {
    /*position: relative;*/
    display:block;
}

.section-f .image-lists ul li a .txt {
    position: relative;
    padding: .3rem .2rem .2rem;
    background: #f3f4f6;
}

.section-f .image-lists ul li a .txt time {
    position: absolute;
    top: -.5rem;
    left: .2rem;
    padding-top: .03rem;
    width: .68rem;
    height: .68rem;
    background: #c7000b;
    color: #fff;
    text-align: center;
    font-size: .14rem;
}
.section-f .image-lists ul li a .txt time span {
    display: block;
    font-size: .28rem;
}

.section-f .image-lists ul li a .txt h4 {
    text-align: center;
}

.section-f .xmjh-lists {
    width: 100%;
    padding: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.section-f .content {
    padding: .3rem;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.content .tit h4{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center;
}

.content .tit h2{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .32rem;
    line-height: .56rem;
    text-align: center;
}

.content .opr {
    padding: .25rem 0 .15rem .1rem;
    border-bottom: 1px solid #e4e7ed;
    /*justify-content: flex-end;*/
}
.content .opr .info span {
    margin-right: .2rem;
}
.content .opr .resize span {
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}
.content .opr .resize span.large-size {
    font-size: .20rem;
    margin: 0 .05rem;
}
.content .opr .resize span.large-size:after{
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -.07rem;
}
.content .opr .resize span.normal-size {
    font-size: .17rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size {
    font-size: .14rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -.03rem;
    right: -.05rem;
}


.content .con {
    font-size: .18rem;
    line-height: 1.8em;
    padding: .2rem 0;
}

.content .con p {
    text-indent: 2em;
    margin-bottom: .2rem;
}

.content .con p.vsbcontent_img {
    text-indent: 0;
    text-align: center;
}

.content .con p.vsbcontent_img img {
    height: auto !important;
}

.content .con p.vsbcontent_start {
    text-indent: 2em;
}

.content .con .info {
    text-align: right;
    padding: .1rem 0;
    font-size: .16rem;
    color: #606266;
    font-family: '楷体';
}

.content .con .info span {
    margin-right: .10rem;
}

.content .con .info span:last-child {
    margin-right: 0;
}
#hits span {
    margin-right: 0;
}

.content .pager p {
    font-size: .16rem;
    line-height: .32rem;
}

.content .share {
    padding-bottom: .2rem;
    font-size: .16rem;
    color: #909399;
    font-family: '微软雅黑' !important;
}

/*分页*/
.pages {
    text-align: center;
    padding:.2rem 0 .3rem;
    font-size: .16rem;
    line-height:.16rem;
    color:#303133;
}


.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o,.pages .p_fun a, .pages .p_no a{
    border: 1px solid #e4e7ed;
    padding: .08rem .15rem;
    margin-left:.05rem;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_t{
    line-height:.16rem;
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o{
    color: #ccc;
}

.pages .p_fun a, .pages .p_no a{
    color: #303133;
}

.pages .p_dot {
    margin-left: .04rem;
    margin-right:-.04rem;
    color:#303133;
}

.pages .p_dosize_d, .pages .p_dosize a{
    border-right:1px solid #e4e7ed;
    padding: 1px 5px;
    color: #888888;
}

.pages .p_dosize_d{
    color: #303133;
}

.pages .p_dosize a:hover{
    color: #303133;
}

.pages .p_dosize_last_d, .pages .p_dosize_last a{
    border-right-width:0;
}


/*按钮控制*/
.pages .p_first,.pages .p_first_d,.pages .p_last,.pages .p_last_d{
    display:none;
}

/*样式1-4*/
.pages .p_no a:hover,.pages .p_fun a:hover, .pages .p_goto a:hover, .pages .p_search a:hover {
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pages .p_no_d {
    border: 1px solid #c7000b;
    color: #fff;
    background-color: #c7000b;
}

