.fxjz {
    margin-top: 260px;
}



.fxjz .content .video ul li {
    position: relative;
    float: left;
    width: 560px;
    height: 360px;
}

.fxjz .content .video ul li:last-child {
    float: right;
}

.fxjz .content .video ul li a img {
    width: 560px;
    height: 360px;
}

.fxjz .video ul li a span {
    display: inline-block;
    width: 560px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.jtbk {
    /* margin-top: 40px; */
    margin-bottom: 170px;
}

.jtbk .video ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.jtbk .video ul li:nth-child(5n) {
    margin-right: 0;
}

.jtbk .video ul li a {
    display: inline-block;
    width: 226px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;

}

.jtbk .video ul li a span {
    display: inline-block;
    width: 226px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.jtbk .video ul li img {
    width: 226px;
    height: 170px;
}

.fxjz .video li a .cover {
    width: 560px;
    height: 360px;
}

.jtbk .video li a .cover {
    width: 226px;
    height: 170px;
}

.video li a .cover {
    position: absolute;
    top: 0;

    background: rgba(0, 0, 0, .4);

    cursor: pointer;
}

.fxjz .video .cover img {
    margin-left: 48%;
}

.video .cover img {
    margin-top: 25%;
    width: 50px !important;
    height: 50px !important;
}

.video .cover:hover img {
    animation: video 1s linear;
    /* Safari 与 Chrome: */
    -webkit-animation: video 1s linear;
}

@keyframes video {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes video

/* Safari 与 Chrome */
    {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* 详情 */
.main .container {
    margin-top: 300px;
}

.main .container .header {
    padding: 0 25px;
    line-height: 45px;
    background: #f9f9f9;
    color: #333;
}

.main .container .header img {
    margin-bottom: 5px;
    margin-right: 10px;
}

.main .container .header .fr a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 100px;
}

.main .con {
    padding: 15px 30px 25px;
    min-height: 558px;
}

.main .con .con-hd {
    text-align: center;
    padding: 10px 0;
}

.main .con .con-time {
    width: 100%;
    height: auto;
    line-height: 44px;
    font-size: 15px;
    background: #f5f5f5;
    text-align: center;
    color: #999;
    margin: 10px 0 23px;
}

.main .con .con-time span {
    color: #c00;
}

em {
    cursor: pointer;
}

.main .con .content-box {
    border-top: 1px solid #ddd;
    padding: 20px;
}

.contentBox p {
    text-indent: 0rem;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}
