a {
    color: #333;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.top {
    margin-bottom: 30px;
}

.fzmb {
    color: #e00035;
    margin-bottom: 10px;
}

.fzmb p {
    display: inline-block;
    width: 10%;
    padding: 0 40px;
    font-size: 24px;
    font-weight: bold;
    background: url(icon3.png) no-repeat 100% 50%;
}

.fzmb h1 {
    display: inline-block;
    width: 89%;
    vertical-align: top;
    padding: 10px 20px;
}

/* 宣传片 */
.xcp {}

.title1 {
    text-align: center;
    line-height: 90px;
    background: url(icon1.png) no-repeat 80% 0;
}

.video {
    width: 566px;
    height: 388px;
    margin: 30px auto;
}

/* 列表 */
.news {}

.news>div {
    width: 50%;
    float: left;
    margin: 20px 0;
}

.title2 {
    background: url(icon2.png) no-repeat 0 50%;
    text-align: center;
    line-height: 90px;
}

.news ul {}

.news ul li {
    padding: 0 5%;
    line-height: 50px;
    background: url(dian.png) no-repeat 2% 50%;
}

.news ul li span {
    float: right;
}


.tszy {}

.title3 {
    text-align: center;
    margin: 20px 0;
}

.tszy ul {
    margin-bottom: 30px;
    margin-bottom: 30px;
    /* text-align: center; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.tszy li {
    /* 
    float: left;
    border: 1px dashed #333; */
    border-left: 0;
    border-top: 0;
    padding: 30px;
    width: 299px;
    height: 215px;
}

.tszy li:nth-child(4n) {
    border-right: 0;
}