
.cont5 {
    padding: 80px 0;
    background: #f5f5f5;
}
.cont5 .tit {
    margin-bottom: 67px;
    font-size: 24px;
    text-align: center;
    color: #333;
}
.y-row {
    overflow: hidden;
}
.y-row .c {
    box-sizing: border-box;
    width: 400px;
    float: left;
    padding: 0 10px;
}
.y-row .c p{
    margin: 0;
}
.y-row .c .top {
    display: block;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #c5d8db;
    height: 300px;
}
.y-row .c .top .img {
    width: 100%;
    overflow: hidden;
    height: 238px;
}
.y-row .c .top .img img {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}
.y-row .c .top .t {
    padding: 18px 25px;
    font-size: 14px;
    color: #373d41;
}
.y-row .c .top:hover {
    -webkit-box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
}
.y-row .c .top:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.y-row .c .list {
    font-size: 14px;
    padding-left: 0;
    line-height: 2;
}
.y-row .c .list a {
    display: block;
}
.y-row .c .list a:hover {
    color: #cb575b;
}
.y-row a:hover{
    color: inherit;
    text-decoration: none;
}
.y-row{
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.index-cloud-info{
    padding-bottom: 100px;
}