
.right-item-box{
 /*   height: 20rem;*/
    width: 100%;
    margin-bottom: 3rem;
}
.right-item-box:nth-child(odd) > .content-text-item{
    float: left;
}
.right-item-box:nth-child(even) > .content-text-item{
    float: right;
}
.right-item-box:nth-child(odd) > .content-pic-item{
    float: right;
}
.right-item-box:nth-child(even) > .content-pic-item{
    float: left;
}
.content-text-item{
    width: 25rem;
    /*height: 20rem;*/
}
.content-text-title > p{
    color: #333333;
}
.text-item-content{
    /*height: 12.5rem;*/
    width: 100%;
    font-size: .875rem;
    line-height: 2.5rem;
    color: #9a9a9a;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-item-link{
    display: block;
    color: #9b9b9b;
    height: 1.75rem;
    width: 1.75rem;
}
.text-item-link:hover{
    color: #9b9b9b;
}
.text-item-link > i{
    height: 1.75rem;
    width: 1.75rem;
}
.content-pic-item{
    width: 26.5625rem;
    height: 20rem;
}
.content-pic-item > img{
    width: 26.5625rem;
    height: 20rem;
}

@media screen and (max-width: 769px){
    .text-item-content{
        display: none;
    }
    .text-item-link1 {
        display: block;
        color: #9b9b9b;
        height: 1.75rem;
        width: 1.75rem;
        padding-left: 30%
    }
    /*.text-item-link{*/
    /*    display: none;*/
    /*}*/
    .content-text-item{
        width: 95%;
        padding-left: 10%;
    }
    .right-item-box:nth-child(even) > .content-text-item {
         float: left;
    }
    .right-item-box:nth-child(even) > .content-pic-item {
        float: right;
    }
    .content-pic-item1 > img {
        width: 100%;
        height: 11rem;
        margin: auto;
        padding-left: 15%;
    }
    .content-pic-item > img {
        display: none;
    }
    .content-pic-item {
        display: none;
    }
    .content-pic-item1 {
        width: 100%;
        height: 10rem;
        padding-top: 10px;
    }
    .right-item-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .fs-4 {
        font-size: calc(1.15rem + .3vw)!important;
    }
    .text-item-link{
        display: none;
    }
    .p-22 {
        width: 75%;
    }
    .p-t-b-21 {
        padding-top: 15%;
        padding-bottom: 20px;
        padding-left: 5px;
    }
}
@media screen and (min-width: 541px){
    .text-item-link1 {
        display: none;
    }
    .taa {
        display: none;
    }
    .aaa {
        display: none;
    }
}
