@import "./base.css";
@import "./header-wrap-index.css";
@import "./footer.css";
@import "./video-js.css";
@import "./video.css";

.content{

}

/*news*/
.content .news-container{
    height: 210px;
    background-color: #ffffff;
}
.content .news-container .news-wrap{
    padding-top: 24px;
    overflow: hidden;
}
.content .news-container .news-wrap .news-block{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.news-wrap-head{
    height: 30px;
    overflow: hidden;
}
.news-wrap-head .news-wrap-head-title{
    font-size: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333333;
}
.news-wrap-head .news-wrap-head-more{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #439fe0;
    float: right;
}
.news-block ul{
    margin-top: 20px;
}
.news-block ul li{
    height: 30px;
    line-height: 30px;
}
.news-block ul li .list-item-name{
    float: left;
    color: #666666;
    font-size: 14px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.news-block ul li .list-item-time{
    float: right;
    font-size: 12px;
    color: #b2b2b2;
}




/*product*/
.content .product-container{
    background-color: #f7f7f7;
}
.content .product-container .product-wrap{
    padding-top: 50px;
    padding-bottom: 60px;
}
.product-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
}
.product-wrap ul{
    overflow: hidden;
    padding-bottom: 10px;
}
.product-wrap ul li{
    float: left;
    width: 285px;
    margin: 0 7.5px;
    padding: 0 22.5px;
    background-color: #ffffff;
}
.product-wrap ul li:hover{
    transform: translate(0,-3px);
    box-shadow: 0 6px 10px #cccccc;
}
.product-wrap ul li .list-item-title{
    font-size: 20px;
    text-align: center;
    margin: 36px 0 32px;
}
.product-wrap ul li .list-item-icon{
    width: 240px;
    height: 160px;
    margin: 0 auto;
}
.list-item-icon.oracle{
    background: url('/images/index/icon-product-oracle.png');
}
.list-item-icon.rose{
    background: url('/images/index/icon-product-rose.png');
}
.list-item-icon.redhat{
    background: url('/images/index/icon-product-redhat.png');
}
.list-item-icon.vmware{
    background: url('/images/index/icon-product-vmware.png');
}
.list-item-icon.incloud{
    background: url('/images/index/icon-product-incloud.png');
}
.product-wrap ul li .list-item-description{
    height: 76px;
    overflow: hidden;
    margin: 24px 0 12px;
    font-size: 12px;
    color: #878787;
    line-height: 24px;
}




