.fbig {
    width: 1400px;
    height: 450px;
    overflow: hidden;
    background: #dbdbdb;
    margin: 100px auto 0 auto;
}
.fp {
    width: 50%;
    height: calc(100% - 30px);
    margin: 15px;
    float: left;
    overflow: hidden;
    position: relative;
}
.fp img, .fc {
    cursor: pointer;
}
.fc {
    width: calc(50% - 180px);
    height: auto;
    padding: 40px 80px 0 70px;
    overflow: hidden;
    float: right;
}
.fc a {
    display: block;
    height: auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
}
.fc span {
    display: block;
    height: auto;
    margin-top: 40px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.fc span:nth-child(4) {
    text-align: right;
    padding-right: 20px;
    background: url(/static/images/pagearo2.gif) right center no-repeat;
}

.newslist {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 80px auto 0 auto;
    padding: 10px;
}
.newslist a {
    display: block;
    width: 30%;
    height: 400px;
    float: left;
    margin-left: 5%; 
    margin-bottom: 30px;
    text-decoration: none;
}
.newslist a:nth-child(3n+1) {
    margin-left: 0;
}
.newslist a img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.newslist a span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: bold;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.newslist a font {
    display: block;
    height: 60px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
    color: #999;
}
.newslist a i {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999;
}
.newslist a:hover span {
    font-weight: bold;
}

.caselist {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0 auto;
    padding: 10px;
}
.case {
    height: 400px;
    margin-bottom: 60px;
}
.casep {
    width: 660px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.casec {
    width: 460px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 80px;
}
.casec a {
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
    text-decoration: none;
}
.casedes {
    height: auto;
    max-height: 75px;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 40px;
}
.casecs {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.casecs span {
    margin: 0 20px;
}
.casecs i {
    display: inline-block;
    width: 35px;
    height: 15px;
    margin: 10px 20px;
    vertical-align: middle;
}
.casec b {
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    width: 120px;
    margin-top: 30px;
    background: url(/static/images/aro4.png) right center no-repeat;
}


@media screen and (max-width: 1440px) {
    .fbig {
        width: 1200px;
        height: 400px;
    }
    .fc {
        width: calc(50% - 140px);
        padding: 40px 50px 0 50px;
    }
    .fc a {
        font-size: 24px;
    }
    .fc span {
        margin-top: 30px;
        line-height: 26px;
        font-size: 12px;
    }
    .newslist {
        width: 1200px;
        margin: 60px auto 0 auto;
    }
    .newslist a {
        height: 350px;
    }
    .newslist a img {
        height: 200px;
    }
    .newslist a span {
        font-size: 16px;
    }
    .newslist a i {
        font-size: 14px;
    }
}