.home {
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    background: #E60012;
}

.upperApex {
    max-width: 1280px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 255px;
    height: 80px;
    /*background: url('../img/logo.png') no-repeat;*/
    /*background-size: 100% 100%;*/
}

.search {
    display: flex;
    position: relative;
}

.search input {
    width: 500px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 20px 15px 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
}

.searchImg {
    width: 22px;
    height: 22px;
    background: url('../img/ico_ss.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

nav {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    background: #FFEDEE;
}

nav ul {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul .list {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    cursor: pointer;
}

.active {
    color: #BC1F21 !important;
}

.listDown {
    display: flex;
    align-items: center;
    height: 55px;
    background: #FFFFFF;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.downLogo {
    width: 95px;
    height: 28px;
    background: url('../img/downLogo.png') no-repeat;
    background-size: 100% 100%;
}

.client {
    width: 51px;
    height: 19px;
    background: #BD1F21;
    border-radius: 9px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-left: 10px;
}

.listDown:hover .downImg {
    width: 195px;
    height: 209px;
    background: url('../img/erweima.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 3;
}

.content {
    max-width: 1280px;
    margin: 60px auto 0 auto;
}

.swiperInfo {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.swiper-container {
    width: 858px;
    height: 566px;
}

.illustrate {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.swiper-button-prev {
    width: 22px !important;
    height: 22px !important;
    background: url('../img/aw_left.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.num {
    display: flex;
    align-items: center;
    margin: -4px 0 0 5px;
    height: 37px;
}

.total,
.current {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.total {
    font-size: 20px;
    margin: auto 0 0 2px;
}

.swiperText {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
}

.swiper-button-next {
    width: 22px !important;
    height: 22px !important;
    background: url('../img/aw_right.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.present {
    width: 391px;
    margin-left: 30px;
}

.present ul .list .heading {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.describe {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line {
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    margin: 29px 0 30px 0;
}

/* 人民头条 */

.headlines {
    width: 100%;
}

.headlines nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_rmtt.png') no-repeat;
    background-size: 100% 100%;
}

.headlines nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
    flex: 1;
}

.more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD1F21;
    cursor: pointer;
}

.moreImg {
    width: 18px;
    height: 18px;
    background: url('../img/moreImg.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    cursor: pointer;
}

.headlines ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.headlines ul .list {
    margin-right: calc(4% / 3);
    height: 79px;
    display: flex;
    flex: 0 0 24%;
    background: #F9F9F9;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #F9F9F9;
    border-bottom: 1px solid rgba(189, 31, 33, 1);
}

.headlines ul .list:nth-child(4n) {
    margin-right: 0 !important;
}

.headlines ul .list .point {
    width: 6px;
    height: 6px;
    background: #BD1F21;
    border-radius: 50%;
    min-width: 6px;
    margin: 10px 9px 0 0;
}

.headlines ul .list .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.headlines ul .list:last-child {
    margin-right: 0px !important
}


.headlines ul .list:hover {
    border: 1px solid #BD1F21;
}

.headlines ul .list:hover .title {
    color: #BD1F21;
}

.headlines ul .tolerate:hover .point {
    background: #BD1F21;
}

.headlines ul .tolerate {
    background: #fff !important;
    margin-right: calc(4% / 3);
    height: 79px;
    display: flex;
    align-items: center;
    flex: 0 0 24%;
    background: #F9F9F9;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.headlines ul .tolerate:nth-child(4n+4) {
    margin-right: 0px !important
}

.headlines ul .tolerate .point {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
    min-width: 6px;
    margin: 0px 9px 0 0;
}

.headlines ul .tolerate .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.headlines ul .tolerate:hover {
    border: 1px solid #BD1F21;
}

.headlines ul .tolerate:hover .title {
    color: #BD1F21;
}

.culture {
    width: 100%;
}

.culture nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.culture nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_whys.png') no-repeat;
    background-size: 100% 100%;
}

.culture nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
}

.culture nav .downText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD1F21;
    margin: 0 0px 0 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.downArrow {
    width: 18px;
    height: 18px;
    background: url('../img/ico_xz.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.culture nav .downText:hover .downImg {
    width: 189px;
    height: 209px;
    background: url('../img/erweima.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 3;
}

.culture ul {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
    flex-wrap: wrap;
}

.culture ul .list {
    margin-right: calc(3% / 2);
    flex: 0 0 32%;
    cursor: pointer;
}

.culture ul .list:nth-child(3n+3) {
    margin-right: 0px !important
}

.culture ul .list .listImg {
    width: 100%;
    height: 262px;
}

.culture ul .list .textList {
    display: flex;
    height: 80px;
    align-items: center;
}

.culture ul .list .textList:hover .points {
    width: 6px;
    height: 6px;
    background: #BD1F21;
    border-radius: 50%;
    min-width: 6px;
    margin: 0px 10px 0 0;
}

.culture ul .list .textList:hover .titles {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.culture ul .list .textList .point {
    width: 6px;
    height: 6px;
    background: #BD1F21;
    border-radius: 50%;
    min-width: 6px;
    margin: 0px 10px 0 0;
}

.culture ul .list .textList .points {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
    min-width: 6px;
    margin: 0px 10px 0 0;
}


.culture ul .list .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.culture ul .list .titles {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.artist {
    width: 100%;
}

.artist nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.artist nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_ysj.png') no-repeat;
    background-size: 100% 100%;
}

.artist nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
    flex: 1;
}

.artist ul {
    width: 100%;
    display: flex
}

.artist ul .list {
    margin-right: calc(3% / 2);
    flex: 0 0 32.3%;
    height: 300px;
    background: #F5F5F7;
    position: relative;
    cursor: pointer;
}

.artist ul .list:nth-child(3n+3) {
    margin-right: 0px !important
}

.artist ul .list .artistImg {
    width: 230px;
    height: 300px;
}

.artist ul .list .mask {
    width: 180px;
    height: 0px;
    border-bottom: 300px solid #F5F5F7;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.artist ul .list .maskInfo {

    height: 300px;
}

.artist ul .list .mask .userName {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    padding: 60px 0 33px 0;
    box-sizing: border-box;
    text-align: center;
}

.artist ul .list .mask .presents {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-left: -8px;
}

.nationalTide {
    width: 100%;
}

.nationalTide nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_sz.png') no-repeat;
    background-size: 100% 100%;
}

.nationalTide nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.nationalTide nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
    flex: 1;
}

.nationalTide .graphics {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}


.nationalTide .graphics .graphicsText {
    width: 610px;
    height: 260px;
    background: #F5F5F7;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.nationalTide .graphics .graphicsText .subject {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
}

.nationalTide .graphics .graphicsText .detail {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    margin-top: 29px;
}

.nationalTide .graphics .newsList {
    width: 100%;
}

.nationalTide .graphics .newsList ul .list {
    width: 610px;
    height: 79px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
}

.nationalTide .graphics .newsList ul .list:last-child {
    border: none;
}

.nationalTide .graphics .newsList ul .list .point {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
}

.nationalTide .graphics .newsList ul .list .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* .nationalTide .graphics .newsList ul .list:hover .point {
    width: 6px;
    height: 6px;
    background: #BD1F21;
    border-radius: 50%;
    min-width: 6px;
}

.nationalTide .graphics .newsList ul .list:hover .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 19px;
} */

.nationalTide .graphicsTextTop {
    margin-left: 60px;
}

.nationalTide .graphicsTextTop ul .list {
    width: 610px;
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
}

.nationalTide .graphicsTextTop ul .list:last-child {
    border: none;
}

.nationalTide .graphicsTextTop ul .list .point {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
}

.nationalTide .graphicsTextTop ul .list .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

/* .nationalTide .graphicsTextTop ul .list:hover .point {
    width: 6px;
    height: 6px;
    background: #BD1F21;
    border-radius: 50%;
    min-width: 6px;
}

.nationalTide .graphicsTextTop ul .list:hover .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 19px;
} */

.nationalTide .graphicsTextTop .picture {
    width: 100%;
    height: 268px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.nationalTide .graphicsTextTop .bg {
    width: 610px;
    background: #F5F5F7;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
}


.nationalTide .graphicsTextTop .picture .subject {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
}

.nationalTide .graphicsTextTop .picture .detail {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    margin-top: 29px;
}


.nationalTide .graphicsTextTop .callout {
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0 10px 19px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.brand {
    width: 100%;
}

.brand nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.brand nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_ppg.png') no-repeat;
    background-size: 100% 100%;
}

.brand nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
    flex: 1;
}

.brand .tabList {
    display: flex;
    align-items: center;
    min-height: 74px;
    width: 100%;
    flex-flow: wrap;
}

.brand .tabList .tabText {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-right: 52px;
    cursor: pointer;
}

.brand .tabList .tabText:last-child {
    margin-right: 0px;
}

.brand .tabList .active {
    color: #BD1F21;
    position: relative;
}

.active .line {
    opacity: 1 !important;
}

.brand .tabList .tabText .line {
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background: #BD1F21;
    display: block;
    opacity: 0;
}

.brand ul {
    display: flex;
    flex-wrap: wrap;
}

.brand ul .list {
    flex: 0 0 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 18px;
}

.brand ul .list:nth-child(4n+4) {
    margin-right: 0px !important
}


.brand ul .list .photo {
    width: 100%;
    height: 180px;
    display: block;
    cursor: pointer;
}

.brand ul .list .copywriting {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 11px 0;
}


.textbook nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 29px 0 28px 0;
}

.textbook nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_zmkb.png') no-repeat;
    background-size: 100% 100%;
}

.textbook nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
}

.textbook nav .downText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD1F21;
    margin: 0 0px 0 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.downArrow {
    width: 18px;
    height: 18px;
    background: url('../img/ico_xz.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.textbook nav .downText:hover .downImg {
    width: 189px;
    height: 209px;
    background: url('../img/erweima.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 3;
}

.textbook ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E3E3E3;
}

.textbook ul .list {
    flex: 0 0 24%;
    margin-right: calc(4% / 3);
    cursor: pointer;
}

.textbook ul .list:nth-child(4n) {
    margin-right: 0px;
}

.textbook ul .list .videoList {
    width: 100%;
    position: relative;
}

.textbook ul .list .videoList .coverImg {
    width: 100%;
    height: 260px;
}

.textbook ul .list .videoList .playImg {
    width: 90px;
    height: 90px;
    background: url('../img/ico_play.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.textbook ul .list .textList {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
}


.textbook ul .list .textList .point {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
}

.textbook ul .list .textList .appellation {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.technology {
    width: 100%;
}

.technology nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.technology nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_kjcx.png') no-repeat;
    background-size: 100% 100%;
}

.technology nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
    flex: 1;
}

.technology .technologyInfo {
    width: 100%;
    display: flex
}

.technologyNews {
    width: 740px;
    margin-right: 30px;
    cursor: pointer;
}

.technologyNews .picture {
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 20px;
}

.technologyNews .callout {
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0 10px 19px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.technologyNews .graphicsText {
    width: 740px;
    height: 268px;
    background: #F5F5F7;
    padding: 30px;
    box-sizing: border-box;
}

.technologyNews .graphicsText .subject {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    text-align: center;
}

.technologyNews .graphicsText .detail {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    margin-top: 29px;
}

.innovationList {
    width: 100%;
}

.innovationList ul {
    width: 100%;
}

.innovationList ul .list {
    width: 100%;
    display: flex;
    align-items: center;
    height: 77px;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.innovationList ul .list .point {
    width: 6px;
    height: 6px;
    background: #F2D2D3;
    border-radius: 50%;
    min-width: 6px;
}

.innovationList ul .list .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.videoNews nav {
    display: flex;
    background: #fff;
    height: 24px;
    margin: 60px 0 28px 0;
}

.videoNews nav .icon {
    width: 20px;
    height: 20px;
    background: url('../img/ico_spxw.png') no-repeat;
    background-size: 100% 100%;
}

.videoNews nav .caption {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1B1B;
    margin-left: 20px;
}

.videoNews nav .downText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD1F21;
    margin: 0 0px 0 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.downArrow {
    width: 18px;
    height: 18px;
    background: url('../img/ico_xz.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.videoNews {
    width: 100%;
}

.videoNews nav .downText:hover .downImg {
    width: 189px;
    height: 209px;
    background: url('../img/erweima.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 3;
}

.videoNews nav .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD1F21;
    cursor: pointer;
    text-align: right;
    flex: 1;
}

.videoNews nav .moreImg {
    width: 18px;
    height: 18px;
    background: url('../img/moreImg.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    cursor: pointer;
}

.videoInfo {
    display: flex;
}

.videoNews .single {
    width: 570px;
    display: flex;
    flex-wrap: wrap;
}

.videoNews .single .videoList {
    width: 260px;
    height: 230px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.videoNews .single .videoList .playImg {
    width: 90px;
    height: 90px;
    background: url('../img/ico_play.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoNews .single .videoList .videoText {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;

}

.videoInfo .videoList {
    width: 710px;
    height: 484px;
    position: relative;
    cursor: pointer;
}

.videoInfo .videoList .playImg {
    width: 90px;
    height: 90px;
    background: url('../img/ico_play.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoInfo .videoList .videoText {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

footer {
    padding: 30px 0 35px 0px;
    background: #F5F5F7;
}

.lastInfo {
    max-width: 1280px;
    margin: 0 auto;
}

.lastInfo .line {
    margin: 0px;
}

.links {
    display: flex;
}

.linksText {
    margin-bottom: 19px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B1B1B;
}

.links img {
    width: 68px;
    height: 22px;
    margin: 0 29px 21px 0;
    cursor: pointer;
}

.lastInfo .copyright {
    margin-top: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BBBBBB;
    text-align: center;
}

.lastInfo .time,
.lastInfo .version {
    margin-top: 9px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BBBBBB;
    text-align: center;
}
