#show-7 {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.center {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    clear: both;
}
#show-7 .item-title {
    margin-bottom: 70px;
}
#show-7 .h2-en {
    font-size: 30px;
    color: #ccc;
    font-weight: bold;
}
#show-7 .h2 {
    position: relative;
    margin-bottom: 20px;
}
#show-7 .h2 h2 {
    font-size: 30px;
    color: #666;
    display: inline-block;
}
#show-7 .h2:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #ccc;
    left: 240px;
    top: 18px;
}
#show-7 .h2:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #ccc;
    right: 240px;
    top: 18px;
}
.clear:after, .clear:before {
    display: table;
    content: "";
    clear: both;
}
#show-7 .item {
    width: 374px;
    float: left;
    text-align: center;
    border: 1px solid rgba(255,255,255,0);
    margin: 0 36px 10px 0;
    background: #F8FCFF;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#show-7 .item-top {
    height: 186px;
    background: url(../images/about/img-show4-down.png) no-repeat center 144px #4392EE;
}
#show-7 .item-top h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 40px 0 10px;
}
#show-7 .item-top p {
    font-size: 25px;
    color: #fff;
}
#show-7 .item3, #show-7 .item6 {
    margin-right: 0;
}
.culture {
    background: url(../images/about/bg_ce.png) no-repeat right 0px;
    padding-bottom: 20px;
    width: 1200px;
    margin: 0 auto;
}
.culture .abstract {
    padding-top: 27px;
}
.culture .abstract .right {
    margin: 0 auto;
    width: 90%;
}
.culture .abstract .right p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    margin: 0;
    text-align: left;
}