.news-content {
    padding: 0rem .3rem;
}

.news-content-nav {
    display: flex;
    overflow-x: scroll;
    margin-top: .4rem;
}

.news-content-nav-item {
    position: relative;
    min-width: 2.51rem;
    white-space: nowrap;
    font-size: .28rem;
    display: flex;
    justify-content: center;
    height: 1rem;
    margin-right: .2rem;
    padding: 0rem .3rem;
    color: rgba(153, 153, 153, 1);
    font-size: .28rem;
}

.news-content-nav-item-border {
    display: none;
    position: absolute;
    top: .5rem;
    width: .3rem;
    height: 0.04rem;
    border-radius: 0.05rem;
    background: rgba(239, 126, 24, 1);
}

.activeNewNav {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.newsMainImg {
    position: relative;
    width: 100%;
    height: 3.8rem;
    background: url('../../img/newsMainImg.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: .4rem;
}

.newsMainImg>img {
    width: 100%;
    height: 100%;
}

.newsMainImg-time {
    padding-top: 2.7rem;
    color: rgba(255, 255, 255, .7);
    font-size: .24rem;
    margin: 0rem .3rem;
}

.newsMainImg-txt {
    margin: 0rem .3rem;
    font-size: .28rem;
    margin-top: .1rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.news-list {
    display: flex;
    flex-direction: column;
}

.news-list-item {
    display: flex;
    font-size: .28rem;
    background: rgba(251, 251, 251, 1);
    padding: .3rem;
    margin-bottom: .2rem;
    justify-content: space-between;
    border-radius: 0.05rem;
}
.news-list-item-left-img{
	
}
.news-list-item-left {
   width: 2.1rem;
   height: 1.4rem;
   margin-right: .3rem;
}

.news-list-item-right-title {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
	  display: -webkit-box;	  -webkit-box-orient: vertical;	  -webkit-line-clamp: 2;	  overflow: hidden;	  text-overflow: ellipsis;
}

.news-list-item-right-time {
    display: flex;
    align-items: center;
    color: rgba(153, 153, 153, 1);
    font-size: .24rem;
    margin-top: .44rem;
}

.newsDate {
    width: .24rem;
    margin-right: .12rem;
}

.navList {
    display: none;
}

.navDisplay {
    display: block;
}

.HomeExhibition {
    width: 100%;
}

.homeActive {
    background: url('../../img/rectSwitching.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.HomeExhibition-item-parse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.HomeExhibition-newBaCK {
    display: flex;
    flex-direction: column;
    width: 3.4rem;
    height: 6.14rem;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0.12rem 0.1rem 0px rgba(0, 0, 0, 0.03);
    margin-bottom: .15rem;
}

.HomeExhibition-newBaCK-exhibitLogo {
    width: 100%;
    height: 4rem;
}

.HomeExhibition-newBaCK-exhibitLogo>img {
    width: 100%;
    height: 100%;
}

.HomeExhibition-newBaCK-text {
    color: rgba(51, 51, 51, 1);
    font-size: .32rem;
    padding: 0rem .42rem;
    width: 2.66rem;
    white-space: normal;
}

.HomeExhibition-newBaCK-text>.title {
    font-weight: bold;
    margin-top: .4rem;
	  display: -webkit-box;	  -webkit-box-orient: vertical;	  -webkit-line-clamp: 2;	  overflow: hidden;	  text-overflow: ellipsis;
}

.HomeExhibition-newBaCK-text>.content {
    color: rgba(153, 153, 153, 1);
    font-size: .24rem;
    margin-top: .34rem;
}
.loading{
	font-size:.24rem;
	color: rgba(153, 153, 153, 1);
	text-align: center;
}