 /* body {
    min-width: 1200px;
}

.page {
    overflow: hidden;
}

.row-talking {
    margin-top: -10px;
}

.row-talking h2 {
    height: 100px;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 25px;
    background-image: url("//www.xinhuanet.com/politics/19cpcnc/images/title.png");
    background-position: 58% -490px;
    background-repeat: no-repeat;
    position: relative;
}

.row-talking h2::before {
    content: "";
    height: 100%;
    width: 100%;
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/red-line.png") 0 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.talking-tabs a {
    width: 170px;
    display: inline-block;
    position: relative;
}

.talking-tabs a.active {
    background-color: #bf0009;
    color: #fff;
}

.talking-tabs a.active::before {
    content: "";
    width: 156px;
    height: 46px;
    position: absolute;
    left: 7px;
    top: -6px;
    border: 1px solid #bf0009;
}

.talking-cont {
    position: relative;
    width: 100%;
    height: 380px;
}

.talking-cont-item {
    position: absolute;
    width: 100%;
    height: 380px;
    visibility: hidden;
}

.talking-cont-item.on {
    visibility: visible;
}

.talking-show {
    width: 324px;
    height: 430px;
    position: absolute;
}

.talking-show img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.talking-show .swiper-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 0;
}

.talking-show .swiper-text h3,
.talking-show .swiper-text h4,
.talking-show .swiper-text p {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.talking-show .swiper-text h3 {
    line-height: 30px;
}

.talking-show .swiper-text h4 {
    line-height: 30px;
}

.talking-show .swiper-text p {
    display: block;
}

.talking-show .swiper-text::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.77) 42%, rgba(0, 0, 0, 0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0);
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

.talking-swiper {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.talking-swiper .swiper-container {
    width: 100%;
    height: 380px;
}

.talking-swiper .swiper-container img {
    width: 220px;
    height: 268px;
}

.talking-swiper .swiper-container h3 {
    height: 75px;
    overflow: hidden;
}

.talking-swiper .swiper-container h4 {
    height: 36px;
    overflow: hidden;
    font-weight: normal;
}

.talking-swiper .swiper-container p {
    height: 62px;
    overflow: hidden;
}

.talking-arrow-left {
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/arrow-pre-grey-l.png") no-repeat left top;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
}

.talking-arrow-right {
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/arrow-next-grey-l.png") no-repeat right top;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
} */

/* 以上是切换时用 */


/* .row-recomendVideo {
    position: relative;
    z-index: 1;
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/video-bg.png") no-repeat center top;
    background-size: 100% 100%;
} */

/* .row-recomendVideo h2 {
    height: 100px;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 25px;
    background-image: url("//www.xinhuanet.com/politics/19cpcnc/images/title.png");
    background-position: 58% -1090px;
    background-repeat: no-repeat;
    position: relative;
}

.row-recomendVideo h2::before {
    content: "";
    height: 100%;
    width: 100%;
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/red-line.png") 0 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
} */

.row-recomendVideo .container {
    position: relative;
    z-index: 3;
}

.recom-cont {
    position: relative;
    height: 460px;
}

.recom-cont-item {
    position: absolute;
    z-index: 1;
    display: none;
}

.recom-cont-item.on {
    display: block;
}

.recom-box {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.recom-box-video {
    overflow: hidden;
    width: 710px;
    height: 460px;
    float: left;
    position: relative;
}

.recom-box-video img {
    width: 100%;
    height: 100%;
}

.recom-box-video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent url("//www.xinhuanet.com/politics/19cpcnc/images/play-big.png") no-repeat center center;
    z-index: 1;
    left: 0;
    top: 0;
}

.recom-box-video iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent url("//www.xinhuanet.com/politics/19cpcnc/images/play-big.png") no-repeat center center;
}

.recom-box-video .recom-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.beginPos {
    right: -710px;
}

.recom-box-swiper {
    width: 490px;
    height: 460px;
    float: left;
    position: relative;
    z-index: 3;
}

.recom-box-swiper .arrow-top {
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/arrow-top-grey.png") no-repeat right top;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -11px;
    width: 22px;
    height: 11px;
}

.recom-box-swiper .arrow-down {
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/arrow-down-grey.png") no-repeat right top;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -11px;
    width: 22px;
    height: 11px;
}

.recom-box-swiper .swiper-container {
    width: 100%;
    height: 396px;
    top: 35px;
}

.recom-box-swiper .slide-cont {
    height: 100%;
    position: relative;
    padding-top: 21px;
}

.recom-box-swiper .slide-cont::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 1;
}

.recom-box-swiper img {
    width: 140px;
    height: 90px;
    float: left;
    position: relative;
    z-index: 4;
    transition: all 0.7s;
}

.recom-box-swiper .swiper-text {
    position: relative;
    z-index: 4;
}

.recom-box-swiper h3 {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recom-box-swiper p {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recom-box-swiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.recom-box-swiper .hover h3 {
    color: #fff;
}

.recom-box-swiper .hover p {
    color: #fff;
}

.recom-box-swiper .hover img {
    margin-left: -156px;
}

.recom-box-swiper .hover .slide-cont::after {
    content: "";
    background: #539435;
    background: -moz-linear-gradient(left, #3a7d97 0%, #215f77 100%);
    background: -webkit-linear-gradient(left, #3a7d97 0%, #215f77 100%);
    background: linear-gradient(to right, #3a7d97 0%, #215f77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a7d97', endColorstr='#215f77', GradientType=1);
    width: 100%;
    height: 112px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    transition: all 0.5s;
}

.recom-box-swiper .on {
    position: relative;
    cursor: pointer;
}
