body {
    background-color: #ebf0fa;
    width: 100%;
}



.content {
    width: 80%;
    margin: 0 auto;
}

.h1 {
    position: relative;
    margin: 20px 0 17px 0;
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
}

.h1-title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #273999;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.h1-item {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #7A7A7A;
    text-align: center;
}

.h1-item span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
}
.h1-item span a{
    color: #7A7A7A;
}

.h1-item span::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #737373;
    left: 0;
    top: 0px;
}

.h1-item span:nth-child(1)::before {
    content: '';
    width: 0;
}

.h1-title div {
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h1-title div a{
    color: #273999;
}

.banner {
    width: 100%;
    height: 590px;
    margin-top: 30px;
    position: relative;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}

.boxImg {
    position: relative;
    width: 100%;
    height: 590px;
}

.banner-img {
    width: 100%;
    height: 100%;
}


.boxImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
}

.boxImg a img {
    width: 100%;
    height: 100%;
}

.nav2 {
    box-sizing: border-box;
    /* padding-top: 25px; */
    /* padding: 25px 0; */
    right: 90px;
    top: 0;
    background: #000000;
    width: 230px;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 60%);
    z-index: 100;
}

.nav2 li {
    width: 100%;
    cursor: pointer;
    color: #FEFEFE;
}

.nav2 li div {
    box-sizing: border-box;
    width: 230px;
    height: 55px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    font-family: Source Han Sans CN;
    text-decoration: none;
    padding: 0 20px;
    line-height: 22.5px;
}

.hover {
    background: linear-gradient(90deg, #0197FB, #2B3641);
    font-weight: bold;
}

/* .nav2 li div:hover {
   
    font-size: 16px;
} */


.new-list {
    margin-top: 15px;
    padding: 0 15px;
    height: 445px;
    background-color: #fff;
    overflow: hidden;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.xinwen {
    display: flex;
    align-items: center;
}

.title .new-icno {
    width: 26px;
    height: 26px;
}

.title .more-img {
    width: 42px;
    height: 13px;
}


.title .text {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 25px;
    border: 1px solid #DDDDDD;
    border-top: 3px solid #0027B6;
}

.title .text::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
}

h2 {
    height: 29px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #233c92;
    padding-left: 2%;
}

.text {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0748C0;
    line-height: 30px;
    text-align: center;
}


.more-icno a {
    margin-top: 5px;
    display: inline-block;
    line-height: 30px;
}


.new-content {
    box-sizing: border-box;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}



.Img {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.Img a {
    width: 48%;
}

.long {
    width: 100%;
    height: 55px;
    margin-top: 25px;
}



.new-content2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 35%;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.new-content2 a {
    width: 100%;
}

.new-content2 li {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 23px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-content2 li::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

/* .new-content2 li a {
    width: 340px;
    text-decoration: none;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;

} */

.new-content2 li a:hover {
    color: #0099FF;
}

.bigImgs {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bigImgs-box {
    position: relative;
    width: 320px;
    height: 170px;
    margin-bottom: 10px;
}

.bigImgs-box .b-content5 span {
    padding: 0;
    margin: 0;
}

.bigImgs-box img {
    width: 100%;
    height: 100%;
}



.topImg1 {
    margin-top: 15px;
    width: 100%;
    height: 90px;
}

.topImg1 img {
    width: 100%;
    height: 100%;
}

.programandspecialTopic {
    margin-top: 15px;
    width: 100%;
    height: 595px;
    display: flex;
    justify-content: space-between;
}



.program-list {
    box-sizing: border-box;
    width: 49.5%;
    position: relative;
    background-color: #fff;
    padding: 0 15px;
}

.program-content {
    display: flex;
    flex-direction: column;

}

.content-img {
    margin-top: 25px;
    width: 100%;
    height: 300px;
    cursor: pointer;
}


.content-img img {
    width: 100%;
    height: 100%;
}

.content-text {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program-text {
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 30px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-text:hover {
    color: #777;
}

.program-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    left: 0;
    top: 5px;
}



.specialTopic-list {
    box-sizing: border-box;
    width: 49.5%;
    background-color: #fff;
    padding: 0 15px;
}

.specialTopic-content {
    display: flex;
    flex-direction: column;
}

.specialTopicImg {
    position: relative;
}

.specialTopic-content p {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(0, rgba(85, 85, 85, 0.7) 25%, rgb(255 255 255 / 0%));
    padding-left: 25px;
}

.specialTop-text {
    margin-top: 30px;
}

.specialTop-text-item {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 15px;
    cursor: pointer;
}

.specialTop-text-item::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    left: 0;
    top: 5px;
}



.broadcast-list {
    margin-top: 15px;
    padding: 0 15px;
    height: 295px;
    background-color: #fff;
    overflow: hidden;
}

.zhibo-icon {
    width: 30px;
    height: 20px;
}


.broadcast-list-content {
    margin-top: 20px;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.b {
    width: 15%;
}

.b:nth-child(9) {
    border-top-right-radius: 20px;
    width: 40%;
}

.broadcast-list-box {
    box-sizing: border-box;
    cursor: pointer;
    width: 32.8%;
    height: 195px;
    position: relative;
    overflow: hidden;
}

.broadcast-list-box img {
    width: 100%;
}



.broadcast-list-content span {
    box-sizing: border-box;
    margin: 30px auto;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 2px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.broadcast-list-content a:hover {
    color: white;
}

.b-content5 {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    background: linear-gradient(0, rgba(0, 4, 14, 0.9) 20%, rgba(0, 4, 14, 0));
    padding: 0 25px;
}


.b-content5 span {
    display: inline-block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* .b-content5:hover a{
    transition: all 0.5s ease;
    transform: translate(0, 5px);
    font-size: 16px;
    color: #777;
} */

.topImg2 {
    margin-top: 15px;
    width: 100%;
    height: 90px;
}

.topImg2 img {
    width: 100%;
    height: 100%;
}


.vedio-list {
    margin-top: 15px;
    padding: 0 15px;
    /* margin: 30px auto 70px; */
    width: 100%;
    height: 570px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.shipin-icon {
    width: 30px;
    height: 25px;
}

.vedio-content {
    height: calc(100% - 85px);
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.vedio-content0 {
    height: 435px;
    width: 38%;
    position: relative;
}

.video-play-btn0 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 40px);
    font-size: 58px;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../image/icon-bofang.png) no-repeat center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-size: cover;
}

.vedio-content0 .content0 {
    cursor: pointer;
    height: 345px;
    width: 100%;
}

.vedio-content0 img {
    width: 100%;
    height: 100%;
}

.vedio-content0 a :hover {
    color: #0099FF;
}

.vedio-a0 {
    background-color: #FFFFFF;
    padding: 20px 20px;
    height: 50px;
    font-size: 18px;
}

.vedio-a0 div {
    height: 50px;
    display: block;
    background-color: #FFFFFF;
    font-family: Source Han Sans CN;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vedio-content1 {
    width: 60%;
    height: 435px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}

.video-play-btn1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    font-size: 58px;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../image/icon-bofang.png) no-repeat center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-size: cover;
}

.vedio-content1 li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    position: relative;
    cursor: pointer;
}

.vedio-content1 li .Image {
    width: 100%;
    height: 160px;
}

.vedio-content1 li img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.vedio-content a:hover {
    color: #0099FF;
}

.vedio-content1 .vedio-a {
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 20px 20px;
    height: 80px;
}

.vedio-content1 span {

    font-size: 14px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-family: Source Han Sans CN;
    text-decoration: none;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media {
    position: relative;
    margin-top: 15px;
    margin-bottom: 50px;
    width: 100%;
    height: 320px;
    background: url('../image/背景.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.float-text1 {
    position: absolute;
    color: #0E6FE4;
    text-align: center;
    top: 100px;
    left: 3%;
}

.float-text1 span {
    display: inline-block;
}

.float-text2 span {
    display: inline-block;
}

.ZHtwo {
    font-size: 20px;
    letter-spacing: 5px;
    padding-top: 5px;
    transform: translateX(2px);
}

.float-text2 {
    font-size: 12px;
    position: absolute;
    top: 160px;
    left: 3%;
}

.ENone {
    letter-spacing: 1px;
}

.ENtwo {
    padding-top: 5px;
}

.media-content {
    display: flex;
    width: 80%;
    height: 235px;
    margin: 30px 0;
    margin-left: 13%;
    justify-content: space-between;
}

.content-left {
    width: 150px;
}

.left-title {
    color: #257EE8;
    text-align: center;
}

.left-content {
    margin-top: 20px;
    font-size: 12px;
    line-height: 25px;
}

.content-right {
    box-sizing: border-box;
}

.qr-titleBox {
    box-sizing: border-box;
    display: flex;
    border: 2px solid #EFEFEF;
    border-right: none;
}

.qr-title {
    padding: 15px 50px;
    white-space: nowrap;
    border-right: 2px solid #EFEFEF;
    cursor: pointer;
}

.qr-select {
    box-sizing: border-box;
    color: #056AE4;
    border-top: 2px solid #056AE4;
}

.qr-contentBox {

    margin-top: 25px;
}

.qr-content {
    display: none;
    justify-content: space-around;
}



.qr-item {
    text-align: center;
    padding: 15px 20px 25px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 30px -20px rgb(0 0 0 / 50%);
}

.item-img {
    position: relative;
    width: 90px;
    height: 90px;
    transform-style: preserve-3d;
    perspective: 200px;
    overflow: hidden;
}

.item-text{
    margin-top: 25px;
}

.smallimg{
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
}

.show {
    /* z-index: -10; */
    /* transform: rotateX(10deg); */
    transform-origin: top;
    /* opacity: 0;
    transition: all; */
    /* animation: qrAnimation 1s steps(2,1) 0s infinite; */
    /* animation-name: qrAnimation; */
    animation-duration: .4s;
    opacity: 0;
    transition: all .2s;
}

.show:hover {
    opacity: 1;
}


.qr-item div {
    font-size: 14px;
}


.qr-content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@keyframes qrAnimation {
    0% {
        /* opacity: 1; */
        transform: rotatex(50deg);
    }

    80% {
        transform: rotateX(-20deg)
    }

    100% {
        transform: rotateX(0);
    }

}

 @media all and (min-width:1540px) and (max-width:1950px){
    /* .content{
        width: 70%;
    } */
    .broadcast-list{
        height: 340px;
    }
    .broadcast-list-box{
        height: 240px;
    }
    .vedio-list{
        height: 650px;
    }

    .vedio-content0 .content0{
        height: 435px;
    }
    .Image{
        height: 205px !important;
    }

    /* .float-text1{
        left: 45px;
    }
    .float-text2{
        left: 45px;
    } */
}