.top{
    width: 100%;
    height: 1.67rem;
    background-color: #9ec7e1;
    position: relative;
}
.logo{
    position: absolute;
    width: 4.8rem;
    height: 0.8rem;
    bottom: 0rem;
    left: 0.42rem;
}
.changelanguage{
    position: absolute;
    right: 0px;
    bottom: 0.25rem;
    font-size: 0.3rem;
}
.nav{
    height: 1.1rem;
    background-color: #343c50;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    line-height: 1.1rem;
}
.nav a{
    font-size: 0.34rem;
    line-height: 0.31rem;
    color: #b4b4b4;
    padding: 0 0.24rem;
    border-left:1px solid #b4b4b4;
    display: inline-block;
    margin: 0.32rem 0;
}
.navactive{
    font-size: 0.4rem !important;
    color: #ffffff !important;
}
.videoarea{
    width: 100%;
    height: 6.7rem;
}
.videoarea .player{
	width: 100%!important;
    height: 100%!important;
}
.videoarea video{
    width: 100%;
    height: 100%;
}
.infoarea{
    width: 100%;
    padding: 0 0.42rem;
    box-sizing: border-box;
}
.infoarea-title{
    font-size: 0.62rem;
    line-height: 0.8rem;
    font-weight: bold;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    padding-top: 0.44rem;
}
.info-timeandwriter{
    width: 100%;
    color: #929292;
    font-size: 0.34rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0.1rem;
    padding: 0.37rem 0;
}
.info-time{
    margin-right: 0.44rem;
}
.shareimg{
    width: 0.52rem;
    height: 0.52rem;
    float: right;
    transform: translateY(35%);
}
.info{
    font-size: 0.4rem;
    line-height: 0.92rem;
    text-indent: 2em;
    position: relative;
}
.wenzhanglaiyuan{
    color: #343434;
    font-size: 0.42rem;
    position: absolute;
    right: 0px;
    bottom: 1.1rem;
}