.pabnner {
    position: relative;
    line-height: 1;
}

.pabnner figure {
    position: relative;
    display: block;
    padding-bottom: 26.04%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}
.pabnner figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.58s;
    -o-transition: 0.58s;
    -moz-transition: 0.58s;
    transition: 0.58s;
}
.pabnner figure img {
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}
.ptext {
    position: absolute;
    left: 14%;
    top: 40%;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    color: #fff;
    overflow: hidden;
}
.ptext .content-top-title {
    display: block;
    /*line-height: 1;*/
    font-size: 0.36rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom:0.2rem;
}
.ptext .content-top-desc {
    display: block;
    /*line-height: 1;*/
    width: 5.75rem;
    /* height: 1rem; */
    font-size: 0.16rem !important;
    line-height: 0.2rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: justify;
    color: #666666;
}
.phide {
    overflow: hidden;
}
.show {
    display: block;
    animation: frame 1s;
    -webkit-animation:frame 1s;
    -moz-animation: frame 1s;
    -o-animation: frame 1s;
    animation-fill-mode: forwards;
}
.show .content-top-desc {
    animation-delay:2s;
    -webkit-animation-delay:2s; /* Safari 和 Chrome */
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
}

@keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
}
@-webkit-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
}
@-moz-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
}
@-o-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
}
.lxwm{
    width: 100%;
    height: 3.8rem;
    background-image: url("../images/qydj/banner-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9rem;
}
.lxwm-nr{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.lxwm-title{
    font-size: 0.48rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 0.6rem;
}
.twoWrap {
    width: 100%;
}
.twoMarginWrap {
    width: 14rem;
    margin: 0.2rem auto 0;
}
.twoMenu {
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #666666;
}
.lxwm-content{
    width: 14rem;
    margin: auto;
    margin-top: 0.6rem;
    padding-bottom: 1.2rem;
}
.box{
    display: flex;
    justify-content: space-between;

}
.one-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}
.two-wrap {
    display: flex;
    justify-content: space-between;
}

.card-item-short {
    width: 4.2rem;
    /*height: 2rem;*/
    background: #ffffff;
    margin-left:0.5rem ;
    /* border: 0.02rem solid rgba(228,1,1,0.80); */
    /* box-shadow: -0.08rem 0rem 0.09rem 0.08rem rgba(3,0,0,0.09); */
}
.card-title-word {
    font-size: 0.30rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 0.56rem;
    margin-left: 0.24rem;
}
.card-title-short {
    width: 4.2rem;
    height: 0.56rem;
    background: url("../images/qydj/zzsz-title-1.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.card-content {
    padding: 0.28rem 0 0.41rem 0.25rem;
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #0e050b;
    line-height: 0.36rem;
    border:0.02rem solid rgba(228,1,1,0.80);
}
.card-content-word {
    height: 0.36rem;
}
.card-item-long {
    width: 4rem;
    margin-right:0.12rem;
    /*height: 2rem;*/
    background: #ffffff;
    /* border: 0.02rem solid rgba(228,1,1,0.80); */
    /* box-shadow: -0.08rem 0rem 0.09rem 0.08rem rgba(3,0,0,0.09); */
}
.card-title-long {
    width: 4rem;
    height: 0.56rem;
    background: url("../images/qydj/zzsz-title-2.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.card-content-long {
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #0e050b;
    line-height: 0.36rem;
    padding: 0.28rem 0 0.41rem 0.25rem;
    display: flex;
    flex-wrap: wrap;
    border: 0.02rem solid rgba(228,1,1,0.80);;
    height: 4.28rem;
}
.card-content-long-word {
    width: 2.9rem;

    height: 0.56rem;
}
.lxwm-content-wrap{
   width:100%;
   background-image: url(../images/news/bottom.png);
   background-repeat: no-repeat;
   background-size: 100% 6.35rem;
   background-position: bottom;
}