.culture,.journal,.album {
    width: 1330px;
    margin: 0 auto;
    padding-top: 40px;
}
.c-title {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 0 10px;
}
.c-title h3 {
    font-size: 22px;
    color: #0067AC;
}
.c-title div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-title div i {
    width: 100px;
    height: 1px;
    border-bottom: 1px dashed #5bb4f0;
    margin-right: 20px;
}
.c-title div a {
    color: #f48430;
}
.c-title a:hover {
    text-decoration: underline;
}
.culture .cul-list {
    display: flex;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.culture .cul-list img {
    width: 540px;
    height: 330px;
    margin-right: 20px;
}
.culture .cul-list .items {
    display: flex;
    flex-direction: column;
    width: 750px;
}
.culture .cul-list .items .item {
    display: flex;
    flex-direction: column;
    height: 100px;
    margin: 5px 0px;
    border-bottom: 1px solid #f4f4f4;
}
.culture .cul-list .items .item a {
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.culture .cul-list .items .item a:hover,.journal .j-list .item a:hover {
    text-decoration: underline;
    color: #0067AC;
}
.culture .cul-list .items .item p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding-right: 20px;
    font-size: 12px;
}
.culture .cul-list .items .item span {
    height: 30px;
    line-height: 30px;
    color: #999999;
}
.journal .j-list {
    display: flex;
    flex-wrap: wrap;
}
.journal .j-list .item {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
}
.journal .j-list .item img {
    height: 454px;
}
.journal .j-list .item a {
    height: 40px;
    line-height: 44px;
    font-size: 16px;
    overflow: hidden;
}
.album .a-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.album .a-list .item {
    width: 600px;
}
.album .a-list .item img {
    width: 100%;
    height: 400px;
}

.m-banner {
    width: 100%;
    height: 514px;
    background: url('../img/m_banner.jpg') no-repeat center;
}
