﻿body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.Design {
    width: 1150px;
    padding: 0 25px;
    background: #fff;
    margin: -185px auto 0;
    padding-top: 30px;
}

.news-title {
    line-height: 40px;
    margin-bottom: 100px;
}

.news-title p {
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.news-title span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}


/* 项目动态 */

.Design-main {
    padding-bottom: 130px;
}

.Design-main-title {
    margin-bottom: 27px;
}

.Design-main-title li {
    float: left;
    color: #999999;
    font-size: 14px;
}

.Design-itmes-01 {
    width: 475px;
}

.Design-itmes-02 {
    width: 425px;
}

.Design-itmes-03 {
    width: 250px;
}

.Design-main-center li {
    height: 62px;
    line-height: 62px;
}

.Design-main-center li:nth-child(odd) {
    background: #dcf0ff;
}

.Design-main-center li:nth-child(even) {
    background: #f5f5f5;
}

.Design-main-center li a {
    position: relative;
    display: block;
}

.Design-main-center li a::before {
    position: absolute;
    top: 22%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    background: url(/public/img/Design.png) no-repeat;
}

.Design-main-center .items {
    float: left;
    color: #666;
    font-size: 14px;
}

.Design-main-proje {
    width: 475px;
    text-indent: 30px;
line-height: 26px;
}

.Design-main-name {
    width: 425px;
}

.Design-main-state {
    width: 250px;
}

.Design-main-center li:hover .items {
    color: #1e80ff;
}

.Design-main-center li:hover a::before {
    background: url(/public/img/DesignActive.png) no-repeat;
}