.ai-module-header {
    line-height: 46px;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
}
.pi-layout-h-list {
    margin-top: 20px;
}
.pi-layout-h-list:first-child {
    margin-top: 0;
}
.ai-platform a {
    text-decoration: none;
}
.pi-layout-h-col-8:nth-child(3n) {
    margin-right: 0;
}
.pi-layout-h-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.pi-layout-h-col-8 {
    width: 380px;
    margin-right: 20px;
}
.pi-layout-h-item {
    display: block;
    cursor: pointer;
    float: left;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear,-moz-box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear,-moz-box-shadow .3s linear;
}
.pi-layout-h-img {
    height: 226px;
    overflow: hidden;
	background-color: #036fe2;
	/*background: url('img/product_bg_repeat.jpg') repeat-x;*/
}
.pi-layout-h-poster {
    height: 100%;
    background: no-repeat 50%;
    -moz-background-size: cover;
    background-size: cover;
}
.pi-layout-h-info {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 48px 22px;
    color: #000;
    letter-spacing: 0;
}
.pi-layout-h-title {
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.pi-layout-h-des {
    height: 48px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.pi-layout-h-link {
    margin-top: 10px;
    padding-bottom: 8px;
}
.pi-layout-h-link-text {
    display: inline-block;
    font-size: 14px;
    color: #036fe2;
    cursor: pointer;
}