.cast-content{
    position:absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100px;
    padding: 0 15px;
    padding-top: 30px ;
    padding-bottom: 15px;
    
}
.cast-content p{
    color: #fff;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}

/* 关于我们-了解笔氪 */
.map-location{
    margin-top: 100px;
}

.to-understand-title{
}
.to-understand-title p{
    font-size: 34px;
    color: #000;
    line-height: 50px;
}
.to-understand-content p{
    font-size: 16px;
    color: #000;
    line-height: 35px;
}
.to-understand-bottom p{
font-size: 16px;
color: #000;
line-height: 30px;
}
.page-title-understand{
    padding-top: 230px;
    padding-bottom: 160px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.page-title-understand:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #040021;
    opacity: 0.2;
    z-index: -1;
}
.background{
    width: 80%;
    margin: 100px auto;
    box-shadow: 1px 1px 15px 1px rgb(235, 235, 235);
    padding-top: 80px;
    padding-bottom: 35px;
}
.background::before{
    
    background: transparent !important;
}
.map{
    width:80%;
    height: 440px;
    box-shadow: 1px 1px 15px 1px rgb(235, 235, 235);
    margin: 0 auto;
    z-index: 100 !important;
}
.map-title{
    width:80%;
    margin: 10px auto;
    color: #000;
    font-size: 20px;
    padding-left: 30px;
}
.latest-dynamic-list{
    border-top: 1px solid #efeded;
    margin: 0 20px;
}
.latest-dynamic-list:last-child{
    border-bottom: 1px solid #efeded;
    margin-bottom: 20px;
}
.latest-dynamic-left,.latest-dynamic-right{
margin: 30px 0;
}
.latest-dynamic-right p{
    margin-left: 10px;
    font-size: 16px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-dynamic-right h4{
    line-height: 35px;
    margin-bottom: 5px;
}
.latest-dynamic-right div{
    display:flex; 
    font-size: 16px;
    margin-left: 10px;
    justify-content: space-between;
}
.latest-dynamic-right div span i{
    color: #ffc400;
    margin-right: 10px;
}
.page-number{
    display: flex !important;
    justify-content: center;
    cursor: pointer;
}
.page-block{
    display: none !important;
}

/* 智能硬件 */
.hardware-h4{
    text-align: center;
}
.hardware-smart-desc{
    margin: 0 auto;
}
.bg{
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.hardware-unit{
    padding: 20px;
}
@media only screen  and (min-width: 1200px) and (max-width: 2000px){
    .unit-small-screen .small-screen{
        width: 20% !important;
    }
}
.blog-color{
    color: #007eff !important;
}
.max-top{
    margin-top: 100px ;
}
@media only screen  and (max-width: 1000px){
    .max-top{
        margin-top: 0 !important;
    }
}