.aboutUs .about-banner {
    background: url('../img/travel/6-1.png') no-repeat;
    background-size: 100% 100%;
}

.encyclopediaCard {
    width: 14rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0.77rem auto 0;
    box-sizing: border-box;
}

.encyclopediaCard .encyclopediaItem {
    display: flex;
    width: 6rem;
    border-bottom: 0.01rem solid #DDDDDD;
    padding-bottom: 0.33rem;
    margin-right: 2rem;
    box-sizing: border-box;
    margin-bottom: 0.55rem;
}

.encyclopediaCard .encyclopediaItem:hover .encyItemright .encyItemTit{
    color: #4492C0;
}

.encyclopediaCard .encyclopediaItem .encyImgCon{
    max-width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.encyImgCon img{
    width: 100%;
        transition: all 0.3s ease-in-out;
}

.encyclopediaCard .encyclopediaItem:hover .encyImgCon img{
    transform: scale(1.2);
}

.encyclopediaCard .encyclopediaItem .encyImg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.encyclopediaCard .encyclopediaItem:nth-child(2n) {
    margin-right: 0;
}

.encyclopediaItem .encyItemright .encyItemTit {
     margin: 0.1rem 0 0.16rem 0.43rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #23353E;
    transition: all 0.3s ease-in-out;
}

.encyclopediaItem .encyItemright .encyItemText{
     margin-left: 0.43rem;
    margin-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333 !important;
    line-height: 0.28rem;
}

.encyclopediaItem .encyItemright .encyItemTex {
    display: flex;
    margin-left: 0.41rem;
}

.encyItemTex .encyItemTexImg:nth-child(1) {
    margin-right: 0.39rem;
}

.encyItemTex .encyItemTexImg:nth-child(1) img {
    margin-right: 0.09rem;
}

.encyItemTex .encyItemTexImg:nth-child(2) img {
    margin-right: 0.07rem;
}

.encyItemright .encyItemTex .encyItemTexImg {
    display: flex;
}

.encyItemright .encyItemTex .encyItemtime {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
    color: #9AA1A5;
}

.encyclopedia .encyclopediaBtn {
    display: block;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #4492C0;
    margin-top: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #4492C0;
    line-height: 0.45rem;
    letter-spacing: 1px;
    text-align: center;
}

.casePage {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 0.94rem;
    padding-bottom: 1.55rem;
}

.casePage a {
    display: block;
    width: .42rem;
    height: .42rem;
    border: .01rem solid #DDDDDD;
    margin-right: 0.23rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 500;
    font-size: 0.16rem;
    color: rgba(153, 153, 153, 0.6);
    line-height: .42rem;
    text-align: center;
}

.casePage a:hover {
    background: #4492C0;
    color: #FFFFFF;
}

.casePage a:last-child {
    margin-right: 0;
}

.casePage .case-active {
    background: #4492C0;
    color: #FFFFFF;
}

.knowledge {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/
    /*justify-content: space-between;*/
    /*width: 14rem;*/
    /*min-height: 8.8rem;*/
    /*height: 10.3rem;*/
    
    display: flex;
    flex-wrap: wrap;
    width: 15.55rem;
    padding: 0.47rem 0 1.25rem;
    box-sizing: border-box;
    /*padding-top: 0.47rem;*/
    /*padding-bottom: 1.25rem;*/
    margin: 0 auto;
}

.knowItem {
    display: flex;
    flex-direction: column;
    width: 6.5rem;
    /* height: 1.1rem; */
    box-sizing: border-box;
    background: #FFFFFF;
    border-left: 0.12rem solid #4492C0;
    padding-left: 0.37rem;
    padding-right: 0.87rem;
    margin-bottom: 0.35rem;
}


.knowItem .ItemTop {
    margin-top: 0.43rem;
    margin-bottom: 0.41rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #3C4346;
}

.ItemBottom {
    display: none;
    padding-top: 0.2rem;
    margin-bottom: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    /*color: #656C71;*/
    color: #333;
    line-height: 0.24rem;
}






.newsItem {
    display: flex;
    flex-direction: column;
    width: 4.75rem;
    padding-bottom: 0.42rem;
    margin-right: 0.65rem;
    background: #fff;
    margin-bottom: 0.6rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.3rem 0 rgba(68,146,192,0.2);
    transition: all 0.3s ease-in-out;
}

.newsItem:hover {
    background: #4492C0;
}

.newsItem:nth-child(3n) {
    margin-right: 0;
}

.newsItem .newsItemImg {
    position: relative;
    width: 4.75rem;
    height: 2.68rem;
    display: flex;
}

.newsItem:hover .item-img{
    transform: scale(1.2);
}

.newsItemImg .item-img-con{
    border-radius: 0.2rem;
    overflow: hidden;
}

.item-img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.newsItemImg .imgTab {
    display: flex;
    width: 2.4rem;
    height: 0.4rem;
    border-top-right-radius: 0.4rem;
    background: #fff;
    color: #9AA1A5;
    padding-left: 0.2rem;
    box-sizing: border-box;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.newsItemImg .imgTab .tabImg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.06rem;
}

.newsItemImg .imgTab .tabTime {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
}



.newsItem .newsItemTit {
    width: 100%;
    padding: 0 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 500;
    font-size: 0.2rem;
    color: #31393D;
    margin-top: 0.25rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.newsItem .newsItemTex {
    padding: 0 0.2rem;
    margin-top: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    /*color: #5A686E;*/
    color: #333333 !important;
    line-height: 0.28rem;
    transition: all 0.3s ease-in-out;
}

.newsItem:hover .newsItemTex{
    color: #fff !important;
}

@media screen and (max-width: 1024px){
    .encyclopediaCard{
        padding: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .advantageCard .advantageItem{
        width: 48%;
        margin:0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .advantItemTit{
        font-size: 16px;
    }
    
    .advantItemTex{
        font-size: 14px;
    }
    
    .encyclopediaCard{
       
    }
    
    .encyclopediaCard .encyclopediaItem{
        width: 100%;
        align-items: center;
         margin-right: 0;
    }
    
    .encyclopediaItem .encyItemright .encyItemTit{
        font-size: 16px;
    }
    
    .encyclopediaItem .encyItemright .encyItemText{
        font-size: 14px;
        line-height: 20px;
    }
    
    .encyItemright .encyItemTex .encyItemtime{
        font-size: 12px;
    }
    
    .knowledge{
        width: 100%;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .knowledge .newsItem{
        margin-right: 0 !important;
        width: 48%;
    }
    
    .knowledge .newsItem .newsItemImg{
        width: 100%;
        height: auto;
    }
    
    .item-img{
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .knowledge .newsItem .newsItemTit{
        font-size: 14px;
    }
    
    .knowledge .newsItem .newsItemTex{
        font-size: 14px;
    }
    
    .casePage{
        padding-top: 0;
    }
    
    .encyItemright .encyItemTex .encyItemTexImg{
        align-items: center;
    }
}
