img {
    max-width: 100%
}

.wp1600 {
    width: 85%;
    max-width: 1600px;
    margin: 0 auto
}

.in_hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ae1c1c
}

.in_hd .box {
    text-align: right;
    font-size: 0;
    height: 100px;
    line-height: 100px
}

.in_hd .lk {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.in_hd .lk:hover {
    text-decoration: underline
}

.ban_in {
    position: relative
}

.ban_in .bg {
    display: block;
    width: 100%
}

.m-nav {
    height: 100px;
    margin-top: -100px;
    background-color: #a40009;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    z-index: 3
}

.m-nav .v1 {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 61px;
    height: 61px;
    min-width: 128px;
    padding: 0 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-nav .on .v1 {
    background-color: #f1ba00
}

.m-not {
    background: #f0f0f0;
    position: relative;
    padding-left: 81px;
    overflow: hidden
}

.m-not .ll {
    float: left;
    line-height: 66px;
    font-size: 22px;
    color: #000
}

.m-not::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/bl/d-i1.png) left center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-not .con {
    line-height: 66px;
    height: 66px;
    font-size: 0;
    overflow: hidden
}

.m-not .not {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #910b0c;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#dq_not {
    height: 66px
}

.row-dq1 {
    background-repeat: repeat-y;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 2
}

.g-bgb1 {
    background: #fff url(../images/bl/bg1.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding: 54px 80px 186px
}

.m-boxb1 {
    overflow: hidden;
    margin: 0 -29px
}

.m-boxb1 .col_in {
    float: left;
    width: 50%
}

.m-boxb1 .innerbox {
    margin: 0 29px
}

.g-titb1 {
    position: relative;
    padding-left: 22px;
    overflow: hidden
}

.g-titb1::before {
    content: "";
    display: block;
    width: 32px;
    height: 30px;
    background: url(../images/bl/d-i2.png) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.g-titb1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dfbe8f;
    opacity: .4
}

.g-titb1 .h3 {
    float: left;
    font-size: 26px;
    color: #9f3331;
    padding: 0 10px 0 28px;
    border-bottom: 3px solid #9f3331;
    line-height: 57px
}

.g-titb1 .more {
    color: #939393;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.g-titb1 .more:hover {
    color: #a40009
}

.m-swb1 .con {
    display: block;
    overflow: hidden;
    position: relative
}

.m-swb1 .pic {
    height: 414px;
    overflow: hidden
}

.m-swb1 .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-swb1 .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(142,22,20,.8);
    padding: 0 120px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.m-swb1 .txt {
    font-size: 18px;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 54px;
    height: 54px
}

.m-swb1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 30px;
    bottom: 15px
}

.m-swb1 .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1
}

.m-swb1 .swiper-pagination-bullet-active {
    background-color: #fff
}

.ul-listb1 li:last-child .con {
    border-bottom: none
}

.ul-listb1 .con {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed rgba(180,180,180,.4);
    height: 72px;
    line-height: 72px
}

.ul-listb1 .con:hover .date {
    /* width:0; */
    /* margin-left:0; */
}

.ul-listb1 .con:hover .tit {
    /* font-size:24px; */
    color: #a40009
}

.ul-listb1 .date {
    float: right;
    font-size: 20px;
    color: rgba(51,51,51,.6);
    margin-left: 50px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-listb1 .tit {
    font-size: 20px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.b-line {
    margin: 50px 0;
    height: 1px;
    background-color: rgba(151,151,151,.3)
}

.g-titb1.sty1 {
    margin: -10px 0 10px
}

.row-dq2 {
    margin-bottom: 30px
}

.row-dq3 {
    margin-bottom: 7px
}

.row-dq3 .g-titb1 {
    margin-bottom: 54px
}

.row-dq4 {
    margin-bottom: 7px
}

.row-dq4 .g-titb1 {
    margin-bottom: 40px
}

.row-dq4 .ul-listb2 {
    padding-top: 0
}

.ul-listb2 {
    padding-top: 42px
}

.ul-listb2 .con {
    display: block;
    overflow: hidden;
    height: 55px;
    line-height: 55px
}

.ul-listb2 .con:hover .date {
    /* width:0; */
    /* margin-left:0; */
}

.ul-listb2 .con:hover .tit {
    /* font-size:24px; */
    color: #9f3331
}

.ul-listb2 .date {
    float: right;
    font-size: 20px;
    color: rgba(51,51,51,.6);
    margin-left: 50px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-listb2 .tit {
    font-size: 20px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 22px;
    position: relative
}

.ul-listb2 .tit::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9f3331;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-listb3 {
    overflow: hidden;
    margin: 0 -20px
}

.ul-listb3 li {
    float: left;
    width: 25%
}

.ul-listb3 .con {
    display: block;
    margin: 0 20px 40px;
    overflow: hidden
}

.ul-listb3 .con:hover .txt {
    color: #a40009
}

.ul-listb3 .con:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.ul-listb3 .pic {
    position: relative;
    height: 0;
    padding-top: 55.75%;
    overflow: hidden;
    margin-bottom: 20px
}

.ul-listb3 .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.ul-listb3 .txt {
    font-size: 20px;
    color: #000;
    height: 1.5em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ul-listb4 {
    padding-top: 15px
}

.ul-listb4 .con {
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.ul-listb4 .con:hover .date,.ul-listb4 .con:hover .desc,.ul-listb4 .con:hover .tit {
    color: #9f3331
}

.ul-listb4 .pic {
    float: left;
    width: 200px;
    height: 116px;
    overflow: hidden;
    margin-right: 25px
}

.ul-listb4 .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ul-listb4 .txt {
    overflow: hidden
}

.ul-listb4 .tit {
    font-size: 20px;
    color: #000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-listb4 .desc {
    font-size: 16px;
    color: #999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.ul-listb4 .date {
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.in_fd {
    background: url(../images/bl/f-bg.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 60px;
    height: 344px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -210px;
    position: relative
}

.in_fd .copy {
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%
}

.row-inbox {
    padding-top: 40px
}

.row-inbox .col-l {
    float: left;
    width: 346px
}

.row-inbox .col-r {
    margin-left: 446px
}

.dq-snv {
    position: relative
}

.dq-snv::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 30px;
    background: #a40109
}

.dq-snv .tit {
    text-align: center;
    color: #fff;
    font-size: 42px;
    position: relative;
    z-index: 2;
    background: #a40109 url(../images/bl/s-bg1.png) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 138px;
    line-height: 145px;
    margin-bottom: 27px
}

.dq-snv .list {
    padding: 20px 0 0
}

.dq-snv .list li {
    position: relative
}

.dq-snv .list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    border-bottom: 1px dashed rgba(164,0,9,.3)
}

.dq-snv .list li:last-child::after {
    display: none
}

.dq-snv .list li .v1 {
    display: block;
    text-align: center;
    font-size: 0;
    color: #333;
    padding: 16px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.dq-snv .list li .v1 .t {
    font-size: 20px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: 8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dq-snv .list li .v1 i {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.dq-snv .list li .v1 .ll {
    background-image: url(../images/bl/dot1.png)
}

.dq-snv .list li .v1 .rr {
    background-image: url(../images/bl/dot2.png)
}

.dq-snv .list li .v1:hover {
    padding: 29px 0;
    color: #fff;
    background-color: #a40109
}

.dq-snv .list li .v1:hover i {
    opacity: 1
}

.dq-snv .list .on .v1 {
    padding: 20px 0;
    color: #fff;
    background-color: #a40109
}

.dq-snv .list .on .v1 i {
    opacity: 1
}

.bgbox {
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 8px -8px #979797,8px 0 8px -8px #979797;
    box-shadow: 0 8px 8px -8px #979797,8px 0 8px -8px #979797;
    margin-left: 20px;
    padding-bottom: 58px
}

.s-tit {
    text-align: center;
    font-size: 0;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    background-color: #a40109
}

.s-tit .t {
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle
}

.s-tit i {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.s-tit .ll {
    background-image: url(../images/bl/dot1.png)
}

.s-tit .rr {
    background-image: url(../images/bl/dot2.png)
}

.d-line2 {
    height: 8px;
    background-color: #a40009;
    margin-bottom: 10px
}

.c {
    clear: both
}

.ul-newsb1 {
    padding: 20px 0
}

.ul-newsb1 .con {
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(151,151,151,.4);
    padding: 15px 0 40px;
    margin: 30px 0;
    position: relative
}

.ul-newsb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    bottom: 25px;
    border: 1px solid rgba(164,0,9,.4);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 3px rgba(164,0,9,.18);
    box-shadow: 0 2px 5px 3px rgba(164,0,9,.18);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-newsb1 .con:hover::after {
    opacity: 1
}

.ul-newsb1 .con:hover .desc,.ul-newsb1 .con:hover .tit {
    color: #a40009
}

.ul-newsb1 .date {
    float: right;
    width: 64px;
    border: 1px solid #a40009;
    text-align: center;
    margin-left: 10%;
    background-color: #a40009;
    position: relative;
    z-index: 2
}

.ul-newsb1 .date .d {
    height: 38px;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.ul-newsb1 .date .y {
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    font-size: 14px;
    color: #999
}

.ul-newsb1 .txt {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.ul-newsb1 .tit {
    font-size: 22px;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 6px
}

.ul-newsb1 .desc {
    font-size: 18px;
    color: #999;
    line-height: 1.4;
    height: 1.4em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.b-cur {
    text-align: right;
    font-size: 16px;
    color: #333;
    padding: 14px 0;
    margin-bottom: 25px
}

.b-cur a {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.b-cur a:hover {
    color: #a40109
}

.b-pages {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-pages ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-pages ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3px
}

.b-pages ul a,.b-pages ul span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px;
    display: block;
    font-size: 18px;
    color: #666;
    min-width: 30px;
    line-height: 28px;
    border: 1px solid #979797;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.b-pages ul .next a,.b-pages ul .prev a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto
}

.b-pages ul .next a svg *,.b-pages ul .prev a svg * {
    fill: #a40009
}

.b-pages svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.b-pages ul .next a:hover svg *,.b-pages ul .prev a:hover svg * {
    fill: #fff
}

.b-pages ul .active a,.b-pages ul a:hover {
    background-color: #a40009;
    border-color: #a40009;
    color: #fff
}

.b-pages .go-to {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-pages .go-to span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    min-width: 30px;
    line-height: 28px;
    border: 1px solid #979797;
    text-align: center;
    font-size: 18px;
    color: #666
}

.b-pages .go-to .inp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 6px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #979797;
    font-size: 18px;
    color: #666;
    text-align: center
}

.b-pages .go-to .sur {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px;
    width: 46px;
    height: 30px;
    line-height: 30px;
    background-color: #a40009;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.b-pages .go-to .sur:hover {
    opacity: .8
}

.m-detailsb1 {
    font-size: 18px;
    color: #000;
    padding: 30px 0
}

.m-detailsb1 .top {
    border-bottom: 1px solid rgba(151,151,151,.4);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px
}

.m-detailsb1 .top .h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 32px
}

.m-detailsb1 .top .info {
    color: #333
}

.m-detailsb1 .top .info span {
    margin: 0 25px
}

.m-detailsb1 .txt {
    padding: 10px 0
}

.row-inbox.sty1 .col-l {
    width: 394px
}

.row-inbox.sty1 .col-r {
    margin-left: 446px
}

.row-inbox.sty1 .bgbox {
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 30px
}

.row-inbox.sty1 .dq-snv .tit {
    margin-bottom: 0
}

.xq-ls {
    padding: 22px;
    background-color: #fcf4f4
}

.xq-ls li:last-child .con {
    border-bottom: none
}

.xq-ls .con {
    display: block;
    border-bottom: 1px solid rgba(151,151,151,.4)
}

.xq-ls .pic {
    max-height: 262px;
    overflow: hidden
}

.xq-ls .pic img {
    display: block;
    width: 100%
}

.xq-ls .bot {
    padding: 20px 0
}

.xq-ls .txt {
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.ul-newsb2 {
    padding-top: 50px
}

.ul-newsb2 .con {
    display: block;
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(157,157,157,.4)
}

.ul-newsb2 .con:hover .box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 4px rgba(164,0,9,.21);
    box-shadow: 0 2px 8px 4px rgba(164,0,9,.21)
}

.ul-newsb2 .con:hover .txt {
    border-color: #a40009
}

.ul-newsb2 .box {
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-newsb2 .pic {
    float: left;
    width: 342px;
    height: 214px;
    overflow: hidden
}

.ul-newsb2 .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ul-newsb2 .txt {
    padding-top: 22px;
    margin-left: 342px;
    padding-left: 40px;
    height: 214px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 4px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ul-newsb2 .date {
    font-size: 18px;
    color: #a40009;
    margin-bottom: 8px
}

.ul-newsb2 .tit {
    font-size: 22px;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px
}

.ul-newsb2 .desc {
    font-size: 18px;
    color: #999;
    line-height: 1.55;
    height: 3.1em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 12px
}

.ul-newsb2 .more {
    font-size: 18px;
    color: #a40009;
    display: inline-block;
    padding-right: 32px;
    background: url(../images/bl/more.svg) no-repeat right center;
    -webkit-background-size: 22px 22px;
    -o-background-size: 22px;
    background-size: 22px
}

.menuBtn {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    z-index: 10
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

@media screen and (min-width: 950px) {
    .wp1600 {
        width:85%;
        max-width: 83.333vw;
        margin: 0 auto
    }

    .in_hd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #ae1c1c
    }

    .in_hd .box {
        text-align: right;
        font-size: 0;
        height: 5.208vw;
        line-height: 5.208vw
    }

    .in_hd .lk {
        font-size: 1.146vw;
        color: #fff;
        display: inline-block;
        vertical-align: middle
    }

    .in_hd .lk:hover {
        text-decoration: underline
    }

    .ban_in {
        position: relative
    }

    .ban_in .bg {
        display: block;
        width: 100%
    }

    .m-nav {
        height: 5.208vw;
        margin-top: -5.208vw;
        background-color: #a40009;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.563vw;
        position: relative;
        z-index: 3
    }

    .m-nav .v1 {
        text-align: center;
        display: block;
        font-size: 1.25vw;
        color: #fff;
        line-height: 3.177vw;
        height: 3.177vw;
        min-width: 6.667vw;
        padding: 0 .521vw;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .m-nav .on .v1 {
        background-color: #f1ba00
    }

    .m-not {
        background: #f0f0f0;
        position: relative;
        padding-left: 4.219vw;
        overflow: hidden
    }

    .m-not .ll {
        float: left;
        line-height: 3.438vw;
        font-size: 1.146vw;
        color: #000
    }

    .m-not::before {
        content: "";
        display: block;
        width: 1.771vw;
        height: 1.771vw;
        background: url(../images/bl/d-i1.png) left center no-repeat;
        position: absolute;
        top: 50%;
        left: 1.354vw;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .m-not .con {
        line-height: 3.438vw;
        height: 3.438vw;
        font-size: 0;
        overflow: hidden
    }

    .m-not .not {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.146vw;
        color: #910b0c;
        max-width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #dq_not {
        height: 3.438vw
    }

    .row-dq1 {
        background-repeat: repeat-y;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        position: relative;
        z-index: 2
    }

    .g-bgb1 {
        background: #fff url(../images/bl/bg1.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding: 2.813vw 4.167vw 9.688vw
    }

    .m-boxb1 {
        overflow: hidden;
        margin: 0 -1.51vw
    }

    .m-boxb1 .col_in {
        float: left;
        width: 50%
    }

    .m-boxb1 .innerbox {
        margin: 0 1.51vw
    }

    .g-titb1 {
        position: relative;
        padding-left: 1.146vw;
        overflow: hidden
    }

    .g-titb1::before {
        content: "";
        display: block;
        width: 1.667vw;
        height: 1.563vw;
        background: url(../images/bl/d-i2.png) no-repeat center;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .g-titb1::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #dfbe8f;
        opacity: .4
    }

    .g-titb1 .h3 {
        float: left;
        font-size: 1.354vw;
        color: #9f3331;
        padding: 0 .521vw 0 1.458vw;
        border-bottom: .156vw solid #9f3331;
        line-height: 2.969vw
    }

    .g-titb1 .more {
        color: #939393;
        font-size: .833vw;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .g-titb1 .more:hover {
        color: #a40009
    }

    .m-swb1 .con {
        display: block;
        overflow: hidden;
        position: relative
    }

    .m-swb1 .pic {
        height: 21.563vw;
        overflow: hidden
    }

    .m-swb1 .img {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .m-swb1 .bot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(142,22,20,.8);
        padding: 0 6.25vw 0 2.083vw
    }

    .m-swb1 .txt {
        font-size: .938vw;
        color: #fff;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 2.813vw;
        height: 2.813vw
    }

    .m-swb1 .swiper-pagination {
        width: auto;
        left: auto;
        right: 1.563vw;
        bottom: .781vw
    }

    .m-swb1 .swiper-pagination-bullet {
        background-color: transparent;
        border: 1px solid #fff;
        opacity: 1
    }

    .m-swb1 .swiper-pagination-bullet-active {
        background-color: #fff
    }

    .ul-listb1 li:last-child .con {
        border-bottom: none
    }

    .ul-listb1 .con {
        display: block;
        overflow: hidden;
        border-bottom: 1px dashed rgba(180,180,180,.4);
        height: 3.75vw;
        line-height: 3.75vw
    }

    .ul-listb1 .con:hover .date {
        /* width:0; */
        /* margin-left:0; */
    }

    .ul-listb1 .con:hover .tit {
        /* font-size:1.25vw; */
        color: #a40009
    }

    .ul-listb1 .date {
        float: right;
        font-size: 1.042vw;
        color: rgba(51,51,51,.6);
        margin-left: 2.604vw;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .ul-listb1 .tit {
        font-size: 1.042vw;
        color: #000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .b-line {
        margin: 2.604vw 0;
        height: 1px;
        background-color: rgba(151,151,151,.3)
    }

    .g-titb1.sty1 {
        margin: -.521vw 0 .521vw
    }

    .row-dq2 {
        margin-bottom: 1.563vw
    }

    .row-dq3 {
        margin-bottom: .365vw
    }

    .row-dq3 .g-titb1 {
        margin-bottom: 2.813vw
    }

    .row-dq4 {
        margin-bottom: .365vw
    }

    .row-dq4 .g-titb1 {
        margin-bottom: 2.083vw
    }

    .row-dq4 .ul-listb2 {
        padding-top: 0
    }

    .ul-listb2 {
        padding-top: 2.188vw
    }

    .ul-listb2 .con {
        display: block;
        overflow: hidden;
        height: 2.865vw;
        line-height: 2.865vw
    }

    .ul-listb2 .con:hover .date {
        /* width:0; */
        /* margin-left:0; */
    }

    .ul-listb2 .con:hover .tit {
        /* font-size:1.25vw; */
        color: #9f3331
    }

    .ul-listb2 .date {
        float: right;
        font-size: 1.042vw;
        color: rgba(51,51,51,.6);
        margin-left: 2.604vw;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .ul-listb2 .tit {
        font-size: 1.042vw;
        color: #000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 1.146vw;
        position: relative
    }

    .ul-listb2 .tit::before {
        content: "";
        display: block;
        width: .417vw;
        height: .417vw;
        border-radius: 50%;
        background-color: #9f3331;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ul-listb3 {
        overflow: hidden;
        margin: 0 -1.042vw
    }

    .ul-listb3 li {
        float: left;
        width: 25%
    }

    .ul-listb3 .con {
        display: block;
        margin: 0 1.042vw 2.083vw;
        overflow: hidden
    }

    .ul-listb3 .con:hover .txt {
        color: #a40009
    }

    .ul-listb3 .con:hover .img {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06)
    }

    .ul-listb3 .pic {
        position: relative;
        height: 0;
        padding-top: 55.75%;
        overflow: hidden;
        margin-bottom: 1.042vw
    }

    .ul-listb3 .img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transition: .6s;
        -o-transition: .6s;
        -moz-transition: .6s;
        transition: .6s
    }

    .ul-listb3 .txt {
        font-size: 1.042vw;
        color: #000;
        height: 1.5em;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .ul-listb4 {
        padding-top: .781vw
    }

    .ul-listb4 .con {
        display: block;
        overflow: hidden;
        margin-bottom: 1.563vw
    }

    .ul-listb4 .con:hover .date,.ul-listb4 .con:hover .desc,.ul-listb4 .con:hover .tit {
        color: #9f3331
    }

    .ul-listb4 .pic {
        float: left;
        width: 10.417vw;
        height: 6.042vw;
        overflow: hidden;
        margin-right: 1.302vw
    }

    .ul-listb4 .img {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .ul-listb4 .txt {
        overflow: hidden
    }

    .ul-listb4 .tit {
        font-size: 1.042vw;
        color: #000;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .ul-listb4 .desc {
        font-size: .833vw;
        color: #999;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .ul-listb4 .date {
        font-size: .833vw;
        color: #333;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .in_fd {
        background: url(../images/bl/f-bg.png) no-repeat center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 7.813vw 0 3.125vw;
        height: 17.917vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -10.938vw;
        position: relative
    }

    .in_fd .copy {
        text-align: center;
        font-size: 1.042vw;
        color: #fff;
        position: absolute;
        bottom: 2.604vw;
        left: 0;
        width: 100%
    }

    .row-inbox {
        padding-top: 2.083vw
    }

    .row-inbox .col-l {
        float: left;
        width: 18.021vw
    }

    .row-inbox .col-r {
        margin-left: 23.229vw
    }

    .dq-snv {
        position: relative
    }

    .dq-snv::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 1.563vw;
        background: #a40109
    }

    .dq-snv .tit {
        text-align: center;
        color: #fff;
        font-size: 2.188vw;
        position: relative;
        z-index: 2;
        background: #a40109 url(../images/bl/s-bg1.png) top center no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 7.188vw;
        line-height: 7.552vw;
        margin-bottom: 1.406vw
    }

    .dq-snv .list {
        padding: 1.042vw 0 0
    }

    .dq-snv .list li::after {
        left: 1.5625vw;
        right: 1.5625vw
    }

    .dq-snv .list li .v1 {
        display: block;
        text-align: center;
        font-size: 1.042vw;
        color: #333;
        padding: .833vw 0
    }

    .dq-snv .list li .v1 .t {
        font-size: 1.042vw
    }

    .dq-snv .list li .v1:hover {
        padding: 1.5vw 0
    }

    .dq-snv .list .on .v1 {
        padding: 1.5vw 0
    }

    .bgbox {
        position: relative;
        z-index: 2;
        background-color: #fff;
        -webkit-box-shadow: 0vw .417vw .417vw -.417vw #979797,.417vw 0vw .417vw -.417vw #979797;
        box-shadow: 0vw .417vw .417vw -.417vw #979797,.417vw 0vw .417vw -.417vw #979797;
        margin-left: 1.042vw;
        padding-bottom: 3.021vw
    }

    .s-tit {
        text-align: center;
        font-size: 0;
        padding: 1.563vw 0;
        position: relative;
        z-index: 2;
        background-color: #a40109
    }

    .s-tit .t {
        font-size: 1.042vw;
        color: #fff;
        padding: 0 1.042vw;
        display: inline-block;
        vertical-align: middle
    }

    .s-tit i {
        display: inline-block;
        vertical-align: middle;
        width: 1.719vw;
        height: .365vw;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .s-tit .ll {
        background-image: url(../images/bl/dot1.png)
    }

    .s-tit .rr {
        background-image: url(../images/bl/dot2.png)
    }

    .d-line2 {
        height: .417vw;
        background-color: #a40009;
        margin-bottom: .521vw
    }

    .ul-newsb1 {
        padding: 1.042vw 0
    }

    .ul-newsb1 .con {
        display: block;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
        border: 1px solid transparent;
        border-bottom: 1px solid rgba(151,151,151,.4);
        padding: .781vw 0 2.083vw;
        margin: 1.563vw 0;
        position: relative
    }

    .ul-newsb1 .con::after {
        content: "";
        display: block;
        position: absolute;
        top: 0vw;
        left: -1.563vw;
        right: -1.563vw;
        bottom: 1.302vw;
        border: 1px solid rgba(164,0,9,.4);
        background-color: #fff;
        -webkit-box-shadow: 0 .104vw .26vw .156vw rgba(164,0,9,.18);
        box-shadow: 0 .104vw .26vw .156vw rgba(164,0,9,.18);
        opacity: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .ul-newsb1 .con:hover::after {
        opacity: 1
    }

    .ul-newsb1 .con:hover .desc,.ul-newsb1 .con:hover .tit {
        color: #a40009
    }

    .ul-newsb1 .date {
        float: right;
        width: 3.333vw;
        border: 1px solid #a40009;
        text-align: center;
        margin-left: 10%;
        background-color: #a40009;
        position: relative;
        z-index: 2
    }

    .ul-newsb1 .date .d {
        height: 1.979vw;
        font-size: .833vw;
        color: #fff;
        line-height: 2.083vw
    }

    .ul-newsb1 .date .y {
        height: 1.354vw;
        line-height: 1.354vw;
        background-color: #fff;
        font-size: .729vw;
        color: #999
    }

    .ul-newsb1 .txt {
        overflow: hidden;
        position: relative;
        z-index: 2
    }

    .ul-newsb1 .tit {
        font-size: 1.146vw;
        color: #333;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
        margin-bottom: .313vw
    }

    .ul-newsb1 .desc {
        font-size: .938vw;
        color: #999;
        line-height: 1.4;
        height: 1.4em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .b-cur {
        text-align: right;
        font-size: .833vw;
        color: #333;
        padding: .729vw 0;
        margin-bottom: 1.302vw
    }

    .b-cur a {
        color: inherit;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .b-cur a:hover {
        color: #a40109
    }

    .b-pages {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 2.083vw;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-pages ul {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-pages ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .156vw
    }

    .b-pages ul a,.b-pages ul span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .104vw;
        display: block;
        font-size: .938vw;
        color: #666;
        min-width: 1.563vw;
        line-height: 1.458vw;
        border: 1px solid #979797;
        text-align: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s
    }

    .b-pages ul .next a,.b-pages ul .prev a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 1.563vw;
        height: 1.563vw;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: .417vw auto;
        -o-background-size: .417vw auto;
        background-size: .417vw auto
    }

    .b-pages ul .next a svg *,.b-pages ul .prev a svg * {
        fill: #a40009
    }

    .b-pages svg {
        display: inline-block;
        vertical-align: middle;
        margin-top: -.208vw
    }

    .b-pages ul .next a:hover svg *,.b-pages ul .prev a:hover svg * {
        fill: #fff
    }

    .b-pages ul .active a,.b-pages ul a:hover {
        background-color: #a40009;
        border-color: #a40009;
        color: #fff
    }

    .b-pages .go-to {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .b-pages .go-to span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .313vw;
        min-width: 1.563vw;
        line-height: 1.458vw;
        border: 1px solid #979797;
        text-align: center;
        font-size: .938vw;
        color: #666
    }

    .b-pages .go-to .inp {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 .313vw;
        width: 1.563vw;
        height: 1.563vw;
        line-height: 1.458vw;
        border: 1px solid #979797;
        font-size: .938vw;
        color: #666;
        text-align: center
    }

    .b-pages .go-to .sur {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: .313vw;
        width: 2.396vw;
        height: 1.563vw;
        line-height: 1.563vw;
        background-color: #a40009;
        font-size: .938vw;
        color: #fff;
        text-align: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s
    }

    .b-pages .go-to .sur:hover {
        opacity: .8
    }

    .m-detailsb1 {
        font-size: .938vw;
        color: #000;
        padding: 1.563vw 0
    }

    .m-detailsb1 .top {
        border-bottom: 1px solid rgba(151,151,151,.4);
        text-align: center;
        padding-bottom: 1.563vw;
        margin-bottom: 1.042vw
    }

    .m-detailsb1 .top .h1 {
        font-size: 1.667vw;
        font-weight: 400;
        margin-bottom: 1.667vw
    }

    .m-detailsb1 .top .info {
        color: #333
    }

    .m-detailsb1 .top .info span {
        margin: 0 1.302vw
    }

    .m-detailsb1 .txt {
        padding: .521vw 0
    }

    .row-inbox.sty1 .col-l {
        width: 20.521vw
    }

    .row-inbox.sty1 .col-r {
        margin-left: 23.229vw
    }

    .row-inbox.sty1 .bgbox {
        margin-left: 0;
        padding-bottom: 0;
        padding-top: 1.563vw
    }

    .row-inbox.sty1 .dq-snv .tit {
        margin-bottom: 0
    }

    .xq-ls {
        padding: 1.146vw;
        background-color: #fcf4f4
    }

    .xq-ls li:last-child .con {
        border-bottom: none
    }

    .xq-ls .con {
        display: block;
        border-bottom: 1px solid rgba(151,151,151,.4)
    }

    .xq-ls .pic {
        max-height: 13.646vw;
        overflow: hidden
    }

    .xq-ls .pic img {
        display: block;
        width: 100%
    }

    .xq-ls .bot {
        padding: 1.042vw 0
    }

    .xq-ls .txt {
        font-size: .938vw;
        color: #000;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .ul-newsb2 {
        padding-top: 2.604vw
    }

    .ul-newsb2 .con {
        display: block;
        padding-bottom: 2.188vw;
        margin-bottom: 2.188vw;
        border-bottom: 1px solid rgba(157,157,157,.4)
    }

    .ul-newsb2 .con:hover .box {
        background-color: #fff;
        -webkit-box-shadow: 0 .104vw .417vw .208vw rgba(164,0,9,.21);
        box-shadow: 0 .104vw .417vw .208vw rgba(164,0,9,.21)
    }

    .ul-newsb2 .con:hover .txt {
        border-color: #a40009
    }

    .ul-newsb2 .box {
        position: relative;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .ul-newsb2 .pic {
        float: left;
        width: 17.813vw;
        height: 11.146vw;
        overflow: hidden
    }

    .ul-newsb2 .img {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .ul-newsb2 .txt {
        padding-top: 1.146vw;
        margin-left: 17.813vw;
        padding-left: 2.083vw;
        height: 11.146vw;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-right: .208vw solid transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .ul-newsb2 .date {
        font-size: .938vw;
        color: #a40009;
        margin-bottom: .417vw
    }

    .ul-newsb2 .tit {
        font-size: 1.146vw;
        color: #333;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: .781vw
    }

    .ul-newsb2 .desc {
        font-size: .938vw;
        color: #999;
        line-height: 1.55;
        height: 3.1em;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: .625vw
    }

    .ul-newsb2 .more {
        font-size: .938vw;
        color: #a40009;
        display: inline-block;
        padding-right: 1.667vw;
        background: url(../images/bl/more.svg) no-repeat right center;
        -webkit-background-size: 1.146vw 1.146vw;
        -o-background-size: 1.146vw;
        background-size: 1.146vw
    }
}

@media screen and (max-width: 950px) {
    .menuBtn {
        display:block
    }

    .wp1600 {
        width: 90%
    }

    .in_hd {
        position: fixed
    }

    .in_hd .box {
        text-align: left;
        height: 50px;
        line-height: 50px
    }

    .in_hd .lk {
        font-size: 16px
    }

    .ban_in {
        padding-top: 50px
    }

    .row-dq1 {
        padding: 30px 0
    }

    .m-nav {
        height: auto;
        margin-top: 0;
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        padding: 30px 0;
        border-top: 1px solid #fff;
        display: none
    }

    .m-nav .v1 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 60%;
        margin: 0 auto
    }

    .m-not {
        padding-left: 40px
    }

    .m-not::before {
        left: 10px;
        width: 24px;
        height: 24px
    }

    .m-not .con {
        height: 40px;
        line-height: 40px
    }

    .m-not .not {
        font-size: 16px
    }

    #dq_not {
        height: 40px
    }

    .m-not .ll {
        line-height: 40px;
        font-size: 16px
    }

    .g-titb1::before {
        width: 20px;
        height: 20px
    }

    .g-titb1 .h3 {
        font-size: 18px;
        line-height: 44px;
        padding: 0 5px 0 10px;
        border-width: 2px
    }

    .g-titb1 .more {
        font-size: 14px
    }

    .g-bgb1 {
        padding: 12px 12px 30px
    }

    .m-boxb1 {
        margin-left: 0;
        margin-right: 0
    }

    .m-boxb1 .col_in {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .m-boxb1 .innerbox {
        margin: 0
    }

    .row-dq2 {
        margin-bottom: 0
    }

    .ul-listb1 .date,.ul-listb2 .date {
        margin-left: 10px
    }

    .m-swb1 .bot {
        padding-left: 10px;
        padding-right: 10px
    }

    .m-swb1 .txt {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .m-swb1 .swiper-container {
        padding-bottom: 50px
    }

    .m-swb1 .pic {
        position: relative;
        height: 0;
        padding-top: 60%;
        overflow: hidden
    }

    .m-swb1 .img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .m-swb1 .swiper-pagination-bullet {
        border-color: #ae1c1c
    }

    .m-swb1 .swiper-pagination-bullet-active {
        background-color: #ae1c1c
    }

    .m-swb1 .swiper-pagination {
        width: 100%;
        left: auto;
        right: 0
    }

    .ul-listb1 .con {
        height: 40px;
        line-height: 40px
    }

    .ul-listb1 .date,.ul-listb1 .tit {
        font-size: 14px
    }

    .b-line {
        margin: 20px 0
    }

    .ul-listb2 {
        padding-top: 20px
    }

    .ul-listb2 .con {
        height: 40px;
        line-height: 40px
    }

    .ul-listb2 .date,.ul-listb2 .tit {
        font-size: 14px
    }

    .ul-listb2 .tit {
        padding-left: 12px
    }

    .ul-listb2 .tit::before {
        width: 5px;
        height: 5px
    }

    .row-dq3 .g-titb1,.row-dq4 .g-titb1 {
        margin-bottom: 20px
    }

    .ul-listb3 {
        margin: 0 -5px
    }

    .ul-listb3 li {
        width: 50%
    }

    .ul-listb3 .con {
        margin: 0 5px 10px
    }

    .ul-listb3 .pic {
        margin-bottom: 10px
    }

    .ul-listb3 .txt {
        font-size: 14px
    }

    .ul-listb4 {
        padding-top: 0
    }

    .ul-listb4 .con {
        margin-bottom: 20px
    }

    .ul-listb4 .pic {
        margin-right: 12px
    }

    .ul-listb4 .tit {
        font-size: 16px
    }

    .ul-listb4 .date,.ul-listb4 .desc {
        font-size: 14px
    }

    .in_fd {
        height: auto;
        padding: 20px 0;
        margin-top: 0
    }

    .in_fd .copy {
        font-size: 14px;
        position: static
    }

    .row-inbox {
        padding-top: 0
    }

    .row-inbox .col-l {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .row-inbox .col-r {
        width: auto;
        margin-left: 0
    }

    .b-cur {
        text-align: left;
        font-size: 14px;
        margin-bottom: 0
    }

    .d-line2 {
        height: 3px
    }

    .ul-newsb1 .con {
        margin: 10px 0;
        padding: 12px 0
    }

    .ul-newsb1 .tit {
        font-size: 16px
    }

    .ul-newsb1 .desc {
        font-size: 14px
    }

    .ul-newsb1 .date {
        margin-left: 10px
    }

    .b-pages {
        padding-top: 20px
    }

    .ul-newsb1 {
        padding-bottom: 0
    }

    .ul-newsb1 .date {
        width: 50px
    }

    .ul-newsb1 .date .d {
        font-size: 14px;
        height: 30px;
        line-height: 30px
    }

    .ul-newsb1 .date .y {
        font-size: 12px;
        height: 22px;
        line-height: 22px
    }

    .ul-newsb1 .con::after {
        display: none
    }

    .b-pages .go-to span {
        font-size: 14px;
        line-height: 22px
    }

    .b-pages .go-to .inp,.b-pages .go-to .sur {
        height: 24px;
        line-height: 22px;
        font-size: 12px
    }

    .b-pages ul .next a,.b-pages ul .prev a {
        width: 24px;
        height: 24px
    }

    .b-pages ul a,.b-pages ul span {
        font-size: 12px;
        min-width: 24px;
        line-height: 22px
    }

    .b-pages {
        padding-top: 25px
    }

    .b-pages ul {
        width: 100%
    }

    .b-pages ul li {
        display: none
    }

    .b-pages ul .active,.b-pages ul .next,.b-pages ul .prev {
        display: block
    }

    .b-pages .go-to {
        margin-top: 10px
    }

    .ul-newsb2 {
        padding-top: 20px
    }

    .ul-newsb2 .con {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .ul-newsb2 .pic {
        width: 220px;
        height: 140px
    }

    .ul-newsb2 .txt {
        margin-left: 220px;
        padding-top: 0;
        padding-left: 10px;
        height: 140px
    }

    .ul-newsb2 .tit {
        font-size: 16px;
        margin-bottom: 6px
    }

    .ul-newsb2 .date,.ul-newsb2 .desc,.ul-newsb2 .more {
        font-size: 14px
    }

    .row-inbox.sty1 .bgbox {
        padding-top: 8px
    }

    .bgbox {
        padding-bottom: 12px;
        margin-left: 12px
    }

    .dq-snv .tit {
        font-size: 22px;
        height: auto;
        line-height: 1.5;
        padding: 14px 0;
        margin-bottom: 0
    }

    .dq-snv .list {
        padding: 10px
    }

    .dq-snv .list li::after {
        left: 10px;
        right: 10px
    }

    .dq-snv .list li .v1 .t {
        font-size: 14px;
        padding: 0 8px
    }

    .dq-snv .list li .v1 {
        font-size: 14px;
        line-height: 40px;
        padding: 0
    }

    .dq-snv .list li .v1:hover {
        padding: 0
    }

    .dq-snv .list li .v1 i {
        width: 20px;
        height: 4px
    }

    .dq-snv .list .on .v1 {
        padding: 0
    }

    .s-tit {
        padding: 14px 0
    }

    .s-tit span {
        font-size: 16px
    }

    .row-inbox.sty1 .col-l {
        width: auto
    }

    .row-inbox.sty1 .col-r {
        margin-left: 0
    }

    .m-detailsb1 .top .h1 {
        font-size: 18px;
        margin-bottom: 12px
    }

    .m-detailsb1 .top {
        padding-bottom: 14px;
        margin-bottom: 14px
    }

    .m-detailsb1 {
        font-size: 14px;
        padding: 15px 0
    }

    .xq-ls {
        padding: 8px
    }

    .xq-ls .bot {
        padding: 12px 0
    }

    .xq-ls .txt {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .ul-listb4 .pic {
        float:none;
        width: auto;
        margin-right: 0;
        position: relative;
        height: 0;
        padding-top: 58%;
        overflow: hidden;
        margin-bottom: 10px
    }

    .ul-listb4 .img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .ul-listb4 .desc {
        margin: 6px 0
    }

    .ul-newsb2 {
        padding-top: 20px
    }

    .ul-newsb2 .con {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .ul-newsb2 .pic {
        float: none;
        width: auto;
        position: relative;
        height: 0;
        padding-top: 63%;
        overflow: hidden
    }

    .ul-newsb2 .img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .ul-newsb2 .txt {
        margin-left: 0;
        padding: 10px;
        height: auto
    }

    .ul-newsb2 .tit {
        font-size: 16px;
        margin-bottom: 6px
    }

    .ul-newsb2 .date,.ul-newsb2 .desc,.ul-newsb2 .more {
        font-size: 14px
    }

    .ul-newsb2 .con:hover .txt {
        border: none
    }
}
