.whsp1-main {
    width: 1093px;
    width: 10.93rem;
    font-size: 18px;
    font-size: 0.18rem;
    margin: auto;
    margin-bottom: 50px;
    margin-bottom: 0.5rem;
    /* height: 5000px; */
}
.whsp1-main-item {
    width: 500px;
    width: 5rem;
    height: 360px;
    height: 3.6rem;
    background-color: #ffffff;
	border: solid 1px #e3e3e3;
    /* float: left; */
    display: inline-block;
    margin: 20px;
    margin: 0.2rem;
}
.whsp1-main-item-img {
    width: 467px;
    width: 4.67rem;
    height: 238px;
    height: 2.38rem;
    margin: auto;
    margin-top: 20px;
    margin-top: 0.2rem;
    position: relative;
}
.whsp1-main-item-img>video {
    width: 100%;
    height: 100%;
}
.playicon {
    width: 66px;
    width: 0.66rem;
    height: 66px;
    height: 0.66rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    margin-left: -0.33rem;
    margin-top: -0.33rem;
    background: url('../images/whspvideoplayicon.png') center no-repeat;
    background-size: 100%;
}
.whsp1-main-item-desc {
    width: 467px;
    width: 4.67rem;
    margin: auto;
    /* height: 46px;
    height: 0.46rem; */
    margin-top: 0.3rem;
    color: #191b1b;
    position: relative;
}
.whsp1-main-item-desc-tit {
    width: 100%;
    height: 100%;
    /* float: left; */
    display: -webkit-box;   
-webkit-box-orient: vertical;   
-webkit-line-clamp: 2;   
overflow: hidden;
}
.whsp1-main-item-desc-more  {
    width: 25px;
    width: 0.25rem;
    height: 25px;
    height: 0.25rem;
    position: absolute;
    right: 0;
    bottom: 0;  
    background: url('../images/more.png') no-repeat;
    background-size: 100%;
}
.whsp1-main-item-desc-more-active {
    display: none;
    width: 179px;
    width: 1.79rem;
    height: 100%;
    background-color: #94d6fe;
	border-radius: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 44px;
    line-height: 0.44rem;
    cursor: pointer;
}
.whsp1-main-item-desc-more-active>span {
    display: inline-block;
    width: 25px;
    width: 0.25rem;
    height: 25px;
    height: 0.25rem;
    background: url('../images/more.png') no-repeat;
    background-size: 100%;
    margin-left: 10px;
    margin-left: 0.1rem;
    position: relative;
    top: 10.5px;
    top: 0.105rem;
}
.whsp1-main-item:hover {
    box-shadow: 2px 2px 7px 4px 
		rgba(20, 130, 195, 0.3);
}
.whsp1-main-item:hover .whsp1-main-item-desc-more-active {
    display: block;
}
.whsp1-main-item:hover .whsp1-main-item-desc-more {
    display: none;
}