* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.concerning {
    width: 100%;
    background: url('../img/concerning/conbg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.concerning .banner {
    width: 100%;
    height: 7rem;
    background: url('../img/concerning/banner.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 3.01rem;
    padding-left: 1.33rem;
    box-sizing: border-box;
}

.leftTrans {
    position: relative;
    height: 0.18rem;
}

.ball {
    animation: swap 2s infinite;
    /* 2秒无限循环动画 */
}

.ball1 {
    position: absolute;
    left: 0;
    width: 0.18rem;
    height: 0.18rem;
    background: #fff;
    border-radius: 50%;
    animation-delay: 0s;
    /* 第一个小球动画延迟 */
}

.ball2 {
    position: absolute;
    left: 0.14rem;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.01rem solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    animation-delay: 1s;
    /* 第二个小球动画延迟 */
}

@keyframes swap {

    0%,
    100% {
        left: 0;
        /* 初始位置 */
    }

    50% {
        left: 0.14rem;
        /* 交换到的目标位置 */
    }
}

.concerning .banner .bannerTit {
    margin-top: 0.11rem;
    font-family: Arial-Black, Arial-Black;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.71rem;
}

.concerning .conNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.59rem;
    background: url('../img/concerning/listbg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 1.33rem;
    padding-right: 1.38rem;
}

.concerning .conNav .conNavBtn {
    display: flex;
    margin-top: 0.28rem;
}

.conNavBtn .btn {
    /*width: 2.57rem;*/
    padding: 0 0.26rem;
    height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.12rem 0 0.12rem 0;
    border: 0.01rem solid #BD1D20;
    margin-right: 0.31rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.25rem;
    color: #BD1D20;
    line-height: 0.64rem;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.conNavBtn .btn:last-child {
    margin-right: 0;
}

.conNavBtn .btn:hover {
    border-radius: 0 0.12rem 0 0.12rem;
    background: #BD1D20;
    color: #fff;
}

.conNavBtn .btn.btn-active {
    border-radius: 0 0.12rem 0 0.12rem;
    background: #BD1D20;
    color: #fff;
}

.concerning .conNav .crab {
    display: flex;
    height: 0.2rem;
    align-items: center;
    margin-top: 0.47rem;
}

.conNav .crab img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.conNav .crab .crabTex {
    display: flex;
}

.crabTex a {
    font-family: Arial, Arial;
    font-size: 0.24rem;
    color: #7c7c7c;
}

.crabTex .crab-active {
    color: #0D0D0D;
}

.concerning .matrix{
    margin-top: 0.57rem;
}

.concerning .conText {
    width: 16.52rem;
    margin:0 auto 0.57rem;
}

.concerning .conText .TextTop {
    margin-bottom: 1.14rem;
}

.concerning .conText .TextTit {
    margin-bottom: 0.37rem;
    font-family: Arial-Black, Arial-Black;
    font-size: 0.6rem;
    color: #BD1D20;
    line-height: 0.71rem;
}

.conText .TextTop .TextCon {
    margin-left: 0.16rem;
    font-family: ArialMT, ArialMT;
    font-size: 0.25rem;
    color: #000000;
    line-height: 0.4rem;
}

.TextCon .TextCon-tex {
    margin-bottom: 0.3rem;
}

.TextCon .TextCon-tex:last-child {
    margin-bottom: 0;
}

.concerning .conText .TextBottom {}

.TextBottom .BottomText {
    padding-top: 0.2rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.27rem;
    color: #646464;
    line-height: 0.35rem;
}

.concerning .conList {
    width: 100%;
    padding-left: 1.33rem;
    box-sizing: border-box;
}

.concerning .conList .conListItem {
    display: flex;
    align-items: center;
    width: 16.49rem;
    height: 3.38rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.04);
    border-radius: 0.2rem;
    padding-right: 0.67rem;
    box-sizing: border-box;
    margin-bottom: 0.37rem;
    transition: all 0.3s ease-in-out;
}

.concerning .conList .conListItem:hover {
    background: linear-gradient(131deg, #FFFFFF 0%, #FFF2F2 100%);
}

.concerning .conList .conListItem:last-child {
    margin-bottom: 0;
}

.conListItem .ItemLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 4.1rem;
    height: 2.6rem;
    box-sizing: border-box;
    padding: 0 0.28rem;
    border-right: 0.01rem solid #D5D5D5;
    transition: all 0.3s ease-in-out;
}

.conListItem .ItemLeft img {
    display: block;
}

.conListItem .ItemLeft .LeftTex {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #646464;
    line-height: 0.3rem;
    text-align: center;
}

.conListItem .ItemRight {
    width: 11.45rem;
    margin-left: 0.28rem;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #646464;
    line-height: 0.35rem;
}

.ListBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.47rem;
    height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.53rem;
    border: 0.02rem solid #BE1E21;
    padding-left: 0.24rem;
    padding-right: 0.28rem;
    margin: 0.6rem auto 0;
    box-sizing: border-box;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 0.2rem;
    color: #BE1E21;
}

.ListBtn img {
    display: block;
    width: 0.15rem;
    height: 0.17rem;
}

.bottomSw {
    width: 100%;
    height: auto;
    padding: 1.16rem 1.34rem 1.58rem;
    background: url('../img/news/bottombg.png') no-repeat bottom center;
    background-size: 100% 2.65rem;
    box-sizing: border-box;
}

.bottomSw .swTit {
    font-family: Arial-Black, Arial-Black;
    font-size: 0.6rem;
    color: #BD1D20;
    line-height: 0.71rem;
    margin-bottom: 0.92rem;
}

.bottomSw .swieperCon {
    width: 100%;
}

.certify img {
    display: block;
    width: 3.51rem;
    height: 4.97rem;
    box-shadow: 0 0 0.06rem 0.01rem rgba(0,0,0,0.39);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width:768px){
    .concerning .banner{
        margin-top: 1.2rem;
        height: 4rem;
            padding-top: 1.5rem;
    padding-left: 0.33rem;
    }
    .concerning .conNav{
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .conNavBtn .btn{
        height: auto;
        line-height: 1;
        align-self: center;
        padding: 0.1rem 0.26rem;
    }
    .concerning .conText{
        width: 6.99rem;
    }
    .concerning .conList{
        padding-left: 0;
    }
    .concerning .conList .conListItem{
        width: 6.99rem;
        padding-right: 0;
        margin: 0 auto 0.37rem auto;
    }
    .conListItem .ItemLeft{
            width: 3.1rem;
    }
    .conListItem .ItemRight{
        width: 3.45rem;
    }
    .ItemRight .line5{
            -webkit-line-clamp: 3;
    }
}