/* 首页轮播分页 */

.swiper-big .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-big .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #767382;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 8px;
    behavior: url(/PIE.htc);
}

.swiper-big .swiper-active-switch {
    width: 6px;
    height: 6px;
    border: 1px solid #ea433a;
    background: transparent;
}

.swiper-big {
    height: 793px;
    max-width: 1920px;
    position: relative;
}

.swiper-big .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-big-btn {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    overflow: hidden;
}

.swiper-big-btn>div {
    cursor: pointer;
}

.lay-wrap {
    width: 1200px;
    margin: 0 auto;
}

.lay-wrap .swiper-small .search {
    width: 370px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff, endColorstr=#50ffffff);
    margin: 0 auto 9px auto;
    display: inline-block;
}

.lay-wrap .swiper-small .search .form-control {
    background: transparent;
    height: 40px;
}

.lay-wrap .swiper-small .search .search-btn {
    background: #d8001b;
    color: #fff;
    height: 40px;
    border: 1px solid #d8001b;
}

/* 首页小轮播 */

.swiper-small {
    margin-top: -56px !important;
    position: relative;
    z-index: 1;
    text-align: center;
}

.swiper-banner {
    position: relative;
}

.title-tab {
    height: 50px;
    z-index: 2;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    background: rgba(23, 47, 101, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2172F65, endColorstr=#b2172F65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2172F65,endColorstr=#b2172F65)';
    border-bottom: 6px solid #db0700;
    box-sizing: content-box;
    font-size: 20px;
}

.swiper-small .title-tab .item {
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    float: left;
    cursor: pointer;
}

.swiper-small .title-tab .item:hover {
    background: linear-gradient(-55deg, #d7000f 0%, #f91c3d 64%, #fa2b56 100%);
    -pie-background: linear-gradient(#fa2b56, #d7000f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fa2b56', endColorStr='#d7000f', gradientType='1');
}

.swiper-small .content>div {
    display: none;
}

.swiper-small .content .show {
    display: block;
}

.swiper-small .glyphicon {
    color: #fff;
}

.swiper-small .content .title {
    width: 100%;
    height: 120px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.swiper-small .content .title .font-big {
    color: #44679c;
    margin-top: 12px;
    font-size: 26px;
    font-weight: 600;
}

.swiper-small .content .title .font-big .red {
    color: #fff;
    background: #ff0000;
    display: inline-block;
    padding: 8px 3px;
}

.swiper-small .content .title .font-small {
    font-size: 18px;
    margin-top: 20px;
    color: #44679c;
    height: 30px;
    overflow: hidden;
}

.swiper-small .content .title .hr {
    margin: 0 10px;
}

.swiper-small .content .section {
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0px 6px 15px #efefef;
    -webkit-box-shadow: 0px 6px 15px #efefef;
    box-shadow: 0px 6px 15px #efefef;
    behavior: url(/PIE.htc);
    text-align: left;
    background: #f8f8f8;
}

.swiper-small .content .section-item {
    width: 25%;
    float: left;
    height: 100%;
    padding: 14px;
    padding-bottom: 30px;
    position: relative;
}

.swiper-small .content .section-item:hover {
    background: #eeeeee;
}

.swiper-small .content .section-item .keyword {
    color: #107adf;
    font-size: 20px;
    display: inline-block;
    width: 80px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-left: 16px;
}

.swiper-small .content .section-item .blue {
    color: #00b4ff;
}

.swiper-small .content .section-item .green {
    color: #0fa200;
}

.swiper-small .content .section-item .red {
    color: #ff4412;
}

.swiper-small .content .section-item .section-list {
    height: 200px;
    margin-bottom: 20px;
}

.swiper-small .content .section-item .section-list div {
    line-height: 22px;
    margin-bottom: 5px;
}

.swiper-small .content .section-item .section-list div:hover {
    color: #e7371c;
}

.swiper-small .content .section-item .section-list .video {
    width: 90%;
    height: 140px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.swiper-small .content .section-item .section-list .video img {
    width: 100%;
    border: 5px solid #fff;
}

.swiper-small .content .section-item .section-list .video .open-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.swiper-small .content .section-item .section-list .video .open-btn span {
    color: #b0b0b0;
}

.swiper-small .content .section-item .detail-btn {
    margin: 0 auto;
    color: #fff;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: #d6cfcf;
    border-radius: 20px;
}

.swiper-small .content .section-item:hover .detail-btn {
    background: linear-gradient(-55deg, #d7000f 0%, #f91c3d 64%, #fa2b56 100%);
    -pie-background: linear-gradient(#fa2b56, #d7000f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fa2b56', endColorStr='#d7000f', gradientType='1');
}

/* 开奖公告 */

.sec-main {
    margin-top: 48px;
}

.sec-main .title {
    font-size: 24px;
    text-align: center;
    color: #dd0200;
    font-weight: 600;
    height: 52px;
}

.sec-main .title .red {
    display: inline-block;
    color: #107adf;
}

.sec-main .tab-change {
    border-bottom: 6px solid #dd0200;
    height: 54px;
}

.sec-main .tab-change>div {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #656565;
    float: left;
    cursor: pointer;
    padding: 16px 0;
    position: relative;
}

.sec-main .content-change .notice-item {
    overflow: hidden;
    padding: 14px;
    background: #f8f8f8;
    border-bottom: 1px dashed #686868;
}

.sec-main .content-change .notice-item:nth-child(2n) {
    background: #fff;
}

.sec-main .content-change .bg-whi {
    background: #fff;
}

.sec-main .content-change .notice-item .winning-code {
    width: 80%;
}

.sec-main .content-change .notice-item .winning-time {
    width: 20%;
}

.sec-main .content-change .notice-item .fl {
    overflow: hidden;
}

.sec-main .content-change .notice-item .img {
    margin-right: 26px;
    margin-left: 10px;
    float: left;
    position: relative;
    width: 65px;
    min-height: 75px;
}

.sec-main .content-change .notice-item .img img {
    position: absolute;
    top: 50%;
    margin-top: -32px;
}

.sec-main .content-change .notice-item .notice-content {
    float: left;
    width: 84%;
}

.sec-main .content-change .notice-item .notice-content .notice-content-title {
    padding-left: 5px;
}

.sec-main .content-change .notice-item .notice-content-title .red {
    color: #ff0000;
    font-weight: bold;
}

.sec-main .content-change .notice-item .qiu {
    margin-top: 10px;
    overflow: hidden;
}

.sec-main .content-change .notice-item .fr .time {
    text-align: right;
}

.sec-main .content-change .notice-item .fr .btn1 {
    margin-top: 15px;
    text-align: right;
}

.sec-main .content-change .notice-item .btn1 .btn1-txt {
    font-size: 14px;
    color: #44679c;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.sec-main .content-change .notice-item .btn1 .btn1-txt img {
    width: 20px;
    height: 20px;
}

.sec-main .content-change .kl8 {
    position: relative;
}

.sec-main .content-change .kl8 .kl8-img {
    margin-right: 26px;
    margin-left: 10px;
    width: 65px;
    height: 100%;
    position: absolute;
}

.sec-main .content-change .kl8 .kl8-img img {
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.sec-main .content-change .kl8 .kl8-con {
    width: 88%;
    margin-left: 101px;
    padding: 0 0 0 5px;
}

.sec-main .content-change .kl8 .kl8-tit {
    overflow: hidden;
}

.sec-main .content-change .kl8 .kl8-con .code {
    overflow: hidden;
}

.sec-main .content-change .kl8 .kl8-con .pj {
    font-size: 14px;
}

.sec-main .content-change .kl8 .kl8-con .pj span {
    width: 330px;
    display: inline-block;
    background: #f68c1f;
    border-radius: 4px;
    color: #fff;
    padding: 0 10px;
    margin-top: 5px;
}

.sec-main .content-change .kl8 .kl8-tit .fl,
.sec-main .content-change .kl8 .kl8-tit .fr,
.sec-main .content-change .kl8 .kl8-con .code .fr {
    width: auto;
}

.sec-main .content-change .kl8 .kl8-con .code .fr {
    margin-top: 15px;
}

.notice {
    overflow: hidden;
}

.notice .fl {
    width: 75%;
    padding-right: 26px;
}

.notice .fl .fl-wrap {
    width: 100%;
}

.notice .fr {
    width: 25%;
}

.notice .notice-sec {
    padding: 18px;
    height: 495px;
    background: #f8f8f8;
}

.notice .notice-sec .img {
    height: 87px;
    overflow: hidden;
}

.notice .notice-sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice .notice-sec .notice-sec-list div {
    margin-top: 10px;
    cursor: pointer;
}

.notice .notice-sec .notice-sec-list .gg-more {
    margin-top: 20px;
}

.notice .notice-sec .notice-sec-list div:hover {
    color: #e81f18;
}

.center {
    text-align: center;
}

.gg-more {
    color: #930c06;
}

.ticket-type .ticket-tab-change {
    font-size: 0;
    color: #333;
    font-weight: 500;
    margin-top: -1px;
    height: 48px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ticket-type .ticket-tab-change>div {
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #333333;
    border: 1px solid #b2b2b2;
    border-top: 0;
    display: inline-block;
    font-size: 20px;
}

.ticket-type .ticket-tab-change .active-tab {
    background: linear-gradient(-55deg, #d7000f 0%, #f91c3d 64%, #fa2b56 100%);
    -pie-background: linear-gradient(#fa2b56, #d7000f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fa2b56', endColorStr='#d7000f', gradientType='1');
    color: #fff !important;
}

.ticket-type .ticket-content {
    border-top: 6px solid #dd0200;
    background: #f5f5f5;
    height: 399px;
    position: relative;
}

.ticket-type .ticket-content-item>div {
    display: none;
}

.ticket-type .ticket-content .show {
    display: block;
    padding: 14px 14px 0;
}

.ticket-type .ticket-content .show .content {
    width: 1032px;
    width: calc(100% - 140px);
    padding-left: 20px;
}

.ticket-type .ticket-content .show .content .txt:hover {
    color: #e7371c;
}

.ticket-type .ticket-content .show .content .txt:hover::before {
    background: #e7371c;
}

.ticket-type .ticket-content .show .tab {
    width: 140px;
    margin-top: 40px;
}

.ticket-type .ticket-content .show .tab>div {
    height: 80px;
    line-height: 80px;
    color: #44679c;
    font-size: 18px;
    text-align: center;
    margin-left: -30px;
    border-radius: 8px;
    behavior: url(/PIE.htc);
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.ticket-type .ticket-content .show .gameTexts {
    margin-top: 40px;
}

.ticket-type .ticket-content .show .tab>div .border {
    border-bottom: 1px dashed #c0c0c0;
}

.ticket-type .ticket-content .show .tab .active {
    background: linear-gradient(-55deg, #d7000f 0%, #f91c3d 64%, #fa2b56 100%);
    background: -webkit-gradient( linear, 0 0, 0 bottom, from(#d7000f), to(#fa2b56));
    background: -moz-linear-gradient(#d7000f, #fa2b56);
    -pie-background: linear-gradient(#d7000f, #fa2b56);
    color: #fff !important;
}

.ticket-type .ticket-content .show .tab .active .border {
    border-color: #fff;
}

.ticket-type .ticket-content .content>div {
    display: none;
}

.ticket-type .ticket-content .content .show .fl {
    width: 50%;
    padding: 0 80px 0 20px;
}

.ticket-type .ticket-content .content .show .txt {
    max-width: 90%;
    color: #666666;
    margin-top: 10px;
}

.ticket-type .ticket-content .content .show .fr {
    width: 50%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.ticket-type .ticket-content .content .show .fr .img-name {
    width: 100%;
    height: 42px;
    background: rgba(51, 51, 51, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333, endColorstr=#b2333333);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333,endColorstr=#b2333333)';
    position: absolute;
    padding: 0 10px;
    color: #fff;
    line-height: 42px;
    bottom: 0;
    left: 0;
}

.ticket-type .ticket-content .content .show .fr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticket-type .ticket-content .content .show .img-des {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding-left: 15px;
    bottom: 0;
    background: rgba(51, 51, 51, 0.47);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66333333, endColorstr=#66333333);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66333333,endColorstr=#66333333)';
}

.ticket-type .ticket-content .content .show .more {
    color: #e81f18;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.industry-research .ind-res-sec {
    width: 100%;
    border-top: 3px solid #e81f18;
    background: #f3f2f2;
    overflow: hidden;
    position: relative;
}

.industry-research .ind-res-sec .fl {
    width: 30%;
    padding: 20px;
}

.industry-research .ind-res-sec .img img {
    width: 100%;
}

.industry-research .ind-res-sec .con {
    width: 40%;
}

.industry-research .ind-res-sec .con .con-title {
    border-bottom: 3px solid #c0c0c0;
}

.industry-research .ind-res-sec .con .con-title .con-title-name {
    color: #dd0200;
    font-size: 19px;
}

.industry-research .ind-res-sec .con .con-title .con-title-info {
    color: #757575;
    font-size: 14px;
    margin: 10px 0;
}

.industry-research .ind-res-sec .con .con-sec {
    color: #666;
    line-height: 25px;
}

.industry-research .ind-res-sec .con .more {
    color: #dd0200;
}

.industry-research .ind-res-sec .list .list-title {
    text-align: center;
    color: #dd0200;
    font-size: 19px;
}

.industry-research .ind-res-sec .list .txt {
    color: #757575;
    margin-top: 10px;
}

/* 福彩百科 */

.fortune .fortune-sec {
    width: 100%;
    border-top: 6px solid #dd0200;
    background: #f8f8f8;
    padding: 18px;
}

.fortune .fortune-sec .sec-one {
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 2px dashed #9e9e9e;
}

.fortune .fortune-sec .sec-one .fl {
    position: relative;
    width: 330px;
}

.fortune .fortune-sec .sec-one .fl img {
    height: 160px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.fortune .fortune-sec .sec-one .fl .sec-one-border {
    width: 330px;
    height: 160px;
    border: 6px solid #e83324;
    position: absolute;
    top: 20px;
    left: 20px;
}

.fortune .fortune-sec .sec-one .sec-one-con {
    margin-left: 380px;
}

.fortune .fortune-sec .sec-one .sec-one-con .sec-title {
    border-bottom: 2px dashed #9e9e9e;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fortune .fortune-sec .sec-one .sec-one-con .sec-summary {
    text-indent: 2rem;
    padding: 10px;
}

.fortune .fortune-sec .sec-two {
    overflow: hidden;
    margin-top: 10px;
}

.fortune .fortune-sec .sec-two>div {
    width: 47%;
}

.fortune .fortune-sec .sec-two .txt {
    margin-top: 10px;
}

.hot-video .hot-video-sec {
    width: 100%;
    border-top: 6px solid #dd0200;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.hot-video .hot-video-sec {
    width: 100%;
    border-top: 6px solid #dd0200;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.hot-video .hot-video-sec .hot-video-bg {
    top: 0;
    left: 0;
    width: 70%;
    position: absolute;
    opacity: 0.5;
    filter: blur(2px);
    z-index: -1;
}

.hot-video .hot-video-sec .hot-video-txt {
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)';
}

.hot-video .hot-video-sec .hot-video-txt {
    color: #fff;
    padding: 20px;
    overflow: hidden;
}

.hot-video .hot-video-sec .hot-video-txt-r {
    padding: 0;
}

.hot-video .hot-video-sec .hot-video-txt-r .video-txt-item:last-child {
    border-bottom: 0;
}

.hot-video .hot-video-sec .hot-video-txt-r .video-txt-item-con {
    padding: 0 20px;
}

.hot-video .hot-video-sec .hot-video-txt .hot-video-txt-tit {
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
}

.hot-video .hot-video-sec .hot-video-txt .hot-video-txt-con {
    margin-top: 20px;
    line-height: 30px;
    text-indent: 2em;
}

.hot-video .hot-video-sec .hot-video-txt .video-txt-item {
    width: 100%;
    height: 50%;
    border-bottom: 5px solid #f8f8f8;
    position: relative;
    overflow: hidden;
}

.hot-video .hot-video-sec .hot-video-txt .video-txt-item .open-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
}

.hot-video .hot-video-sec .hot-video-txt .video-txt-item img {
    width: 100%;
    height: 100%;
}

.hot-video .hot-video-sec .hot-video-txt .video-txt-item .video-txt-item-tit {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.hot-video .hot-video-sec .hot-video-txt .video-txt-item .video-txt-item-con {
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    text-indent: 2em;
}

.hot-video .hot-video-sec .hot-video-img {
    width: 50%;
    height: 100%;
    border-right: solid 5px #fff;
    position: relative;
}

.hot-video .hot-video-sec .hot-video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-video .hot-video-sec .hot-video-img .open-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.hot-video .hot-video-sec .hot-video-img .more {
    width: 120px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    line-height: 30px;
    left: 50%;
    margin-left: -60px;
    color: #fff;
    cursor: pointer;
}

.hot-video .hot-video-sec .hot-video-img .more:hover {
    border: 1px solid #e81f18;
    color: #e81f18;
}

.media-voice .media-voice-sec {
    width: 100%;
    height: 241px;
    border-top: 6px solid #dd0200;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}

.media-voice .media-voice-sec .fl {
    width: 55%;
    overflow: hidden;
    position: relative;
}

.media-voice .media-voice-sec .media-list .item-title .fl {
    width: auto;
}

.media-voice .media-voice-sec .fr {
    width: 40%;
}

.media-voice .media-voice-sec .med-title {
    height: 50px;
    border-bottom: 1px solid #9e9e9e;
}

.media-voice .media-voice-sec .med-title .title-border {
    display: inline-table;
    border-bottom: 3px solid #ee8a54;
    font-size: 18px;
    line-height: 50px;
}

.media-voice .media-voice-sec .summary {
    color: #7e7e7e;
    text-indent: 2rem;
    margin-bottom: 40px;
    padding: 10px;
}

.media-voice .media-voice-sec .detail {
    color: #fff;
    padding: 3px 30px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.media-voice .media-voice-sec .media-list {
    margin-top: 20px;
}

.media-voice .media-voice-sec .media-list .list-item {
    margin-bottom: 5px;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    /* Firefox 4 */
    -webkit-transition: max-height 0.3s;
    /* Safari 和 Chrome */
    -o-transition: max-height 0.3s;
    /* Opera */
}

.media-voice .media-voice-sec .media-list .list-item-show {
    height: auto;
    max-height: 120px;
}

.media-voice .media-voice-sec .list-item .item-title {
    width: 100%;
    height: 40px;
    background: #f3f2f2;
    overflow: hidden;
    padding: 0 10px;
    line-height: 40px;
    border-left: 6px solid #ee8a54;
}

.media-voice .media-voice-sec .list-item .item-title .fr {
    width: 25px;
    height: 25px;
    background: #ee8a54;
    border-radius: 50%;
    behavior: url(/PIE.htc);
    position: relative;
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.media-voice .media-voice-sec .list-item .item-summary {
    margin: 5px 20px;
    text-indent: 2rem;
    color: #7e7e7e;
}

/* .media-voice .media-voice-sec .fl {
  width: 50%;
}

.media-voice .media-voice-sec .voice-sec-txt {
  padding: 0 20px;
}

.media-voice .media-voice-sec .voice-sec-txt .tit {
  color: #dd0200;
  font-size: 24px;
  font-weight: 600;
}

.media-voice .media-voice-sec .voice-sec-txt .time {
  color: #727272;
  font-size: 14px;
  margin: 20px 0;
}

.media-voice .media-voice-sec .voice-sec-txt .con {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}

.media-voice .media-voice-sec .voice-sec-txt .more {
  color: #dd0200;
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-top: 15px;
}

.media-voice .media-voice-sec .swiper-media {
  width: 90%;
  height: 280px;
  position: relative;
}

.media-voice .media-voice-sec .swiper-media .swiper-slide {
  position: relative;
}

.media-voice .media-voice-sec .swiper-media .swiper-slide .swiper-title {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  color: #fff;
  background: rgba(51, 51, 51, 0.47);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66333333, endColorstr=#66333333);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66333333,endColorstr=#66333333)';
}

.media-voice .media-voice-sec .swiper-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-voice .media-voice-sec .change-btn .btn1 {
  display: inline-block;
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  color: #b5c3ef;
}

.media-voice .media-voice-sec .change-btn .btn-pre {
  left: 10px;
}

.media-voice .media-voice-sec .change-btn .btn-next {
  right: 10px;
}  */

.media-voice-pho {
    width: 100%;
    border-top: 6px solid #dd0200;
    padding: 15px 7px;
    overflow: hidden;
    background: #f3f2f2;
    margin-top: 48px;
}

.media-voice-pho .voice-pho-item {
    width: 33%;
    padding: 0 7px;
}

.media-voice-pho .voice-pho-item .voice-pho-item-img {
    /*width: 100%;
  height: 120px;*/
    text-align: center;
}

.media-voice-pho .voice-pho-item .voice-pho-item-img img {
    /*width: 100%;
  height: 100%;*/
    object-fit: cover;
}

.fcpz_logo {
    position: absolute;
    right: 79px;
    z-index: 1;
    width: 521px;
    height: 393px;
    top: 0;
}