   * {
       width: 1200px;
       margin: auto;
   }

   .left {
       width: 1200px;
       margin: auto;
       float: left;
   }

   .open {
       position: relative;
       width: 100%;
       padding-top: calc(100% * 1280 / 1980);
       border: 2px black solid;
   }





   .menu {
       width: 1200px;
       height: 50px;
       display: flex;
       font-size: 12px;
       padding-top: 10px;
       margin-bottom: 30px;
   }

   /* flex布局 */
   .menu-first {
       width: 150px;
   }

   /* logo */
   .logo {
       width: 180px;
       height: 60px;
   }

   /* 控制p标签长度 */
   .menu-first .site {
       width: 180px;
       margin-left: 30px;
   }

   .site-bottom {
       margin-top: 3px;
   }

   .site span {
       cursor: pointer;
   }

   .site-cut:hover {
       text-decoration: underline;
       color: red;
   }

   /* 切换字体的颜色 */
   .menu-first .site .cut {
       color: #999999;
       cursor: pointer;
   }

   /* 天气预报盒子 */
   .weather-site {
       position: relative;
       width: 200px;
       margin-top: 3px;
   }

   .weather-site span {
       padding-left: 22px;
       cursor: pointer;
   }

   /* 天气预报图片 */
   .weather {
       position: absolute;
       width: 15px;
       height: 15px;
       top: 3px;
   }

   /* 日期 */
   .menu-first .data {
       width: 200px;
       margin-top: 3px;
   }

   .menu-first .data span {
       cursor: pointer;
   }

   .menu-first .data span:hover {
       text-decoration: underline;
   }

   /* flex布局 */
   .menu-next {
       width: 390px
   }

   /* ul的样式 */
   .findfather {
       width: 380px;
       height: 40px;
       margin-left: -40px;
   }

   /* li的样式 */
   .findfather li {
       margin-top: 3px;
       width: 63px;
       height: 15px;
       float: left;
       list-style: none;
       cursor: pointer;
   }

   .findfather li span:hover {
       text-decoration: underline;
   }

   /* 圆点样式 */
   .menu-next ul li:before {
       content: "●";
       color: #d8d8d8;
       padding-right: 3px;
   }

   /* 登录 */
   .menu-last {
       width: 150px;
       margin-top: 8px;
   }

   .menu-last span {
       cursor: pointer;
   }

   /* 切换之后的样式 */
   .cut-box {
       width: 108px;
       height: 163px;
       background-color: #f5f5f6;
       margin-top: 10px;
       position: relative;
       z-index: 999;
   }

   /* 切换城市 */
   .cut-box-title {
       width: 108px;
       margin-left: 10px;
   }

   .cut-box-cancel {
       cursor: pointer;
       color: #626675;
   }

   /* 三级联动 */
   .cut-box-area {
       width: 108px;
       height: 80px;
   }

   .cut-box-select {
       width: 98px;
       height: 30px;
       margin-left: 5px;
       border-radius: 10px;
       outline: none;
       margin-top: 6px;
       padding-left: 5px;
   }

   .cut-box-confirm {
       width: 60px;
       height: 30px;
       background-color: #4e6ef2;
       border-radius: 10px;
       color: white;
       line-height: 30px;
       text-align: center;
       margin-left: 10px;
       cursor: pointer;
       font-size: 14px;
   }

   /* 地址 */
   .site-box {
       float: left;
       width: 69px;
       height: 15px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
   }



   .search {
    width: 1200px;
    height: 110px;
    margin: auto;
    display: flex;
    background-color: white;
    z-index: 999;
}
/* 固定定位 */
.search-position {
    position: fixed;
    top:0;
    left:50%;
    transform: translate(-50%,0);

}
.search-positions {
    position: static;
}

/* 百度Logo */
.baiduLogo {
    width: 128px;
    height: 40px;
    margin-top: 10px;
}
.baiduSize {
    width: 128px;
    height: 40px;
    cursor: pointer;
    margin-left: 35px;
}
/* 中间部分 */
.center {
     width: 600px;
     height: 110px;
     margin-left: -47px;
     position: relative;
}
.center-input {
    width: 597px;
    height: 45px;
    border: 2px solid #4e6ef2;
    border-radius: 10px;
    margin-top: 5px;
}
.center-inputs {
    border-radius: 10px 10px 10px 0;
}
/* 左边的网页 */
.webpage {
    width: 78px;
    height: 45px;
    position: relative;
    float: left;
    line-height: 45px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.webpage span {
    margin-left: 28px;
}
/* 网页的图标 */
.webpage-img {
    width: 15px;
    height: 15px;
    position: absolute;
    left:60px;
    top:15px
}
/* 选项 */
.webpage-list {
    width: 66px;
    height: 64px;
    border: 2px solid #4e6ef2;
    border-top:2px solid white;
    margin-left: -2px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 10;
    display: none;
}
.webpage-lists {
    width: 66px;
    height: 30px;
    background-color: white;
    line-height: 30px;
    position: relative;
}
.webpage-lists span {
    margin-left: 28px;
}
.webpage-lists span:hover {
    color: black;
}
/* 搜索框 */
.search-input {
    width: 397px;
    height: 43px;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    float: left;
}
/* 百度一下 */
.baidu-once {
    width: 100px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    color: white;
    background-color: #4e6ef2;
    border-radius: 0 3px 3px 0;
}
/* 新闻部分 */
.center ul {
    width: 560px;
    margin-top: 6px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
/* 新闻部分样式 */
.center ul li{
    width: 150px;
    height: 23px;
    margin-right: 15px;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.center ul li span {
    cursor: pointer;
        z-index: -1;
}
.center ul li :hover {
    color: red;
}
.right-news {
    width:130px;
    height: 45px;
    margin-top: 17px;
    margin-left: -30px;
}
/* 展开收起样式 */
.center-news-img {
    width: 15px;
    height: 15px;
    position: absolute;
    top:3px;
    right:0;
    cursor: pointer;
}
/* 展开的新闻 */
.center-allnews {
    width: 600px;
    height: 180px;
    border: 1px solid #dee3eb;
    background-color: white;
    margin-top: -56px;
    position: absolute;
    top:110px;
    left:0;
    z-index: 10;
    display: none;
}
.all-news-container li{
     width: 150px;
}
.center-allnews li{
    width: 150px;
    height: 23px;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 19px;
    margin-top: 5px;
}
.center-allnews li span {
    cursor: pointer;
}
.center-allnews li span:hover {
    color: red;
}
/* 收起新闻 */
.center-news-imgs {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-right: 18px;
    margin-top: 9px;
    cursor: pointer;
    top: 1px;
    right: 0px;
    z-index: 999;
}
/* 右侧新闻 */
.right-news {
    position: relative;
}
.right-news span {
    font-size: 12px;
    color: #999999;
}
.right-news span:before {
    content: "●";
    color: #d8d8d8;
    padding-right: 3px;
    margin-left: -10px;
}
/* 鼠标移入事件 */
.right-news span:hover {
    color:red;
    cursor: pointer;
}
/* 标题 */
.title {
    width: 1200px;
    height: 30px;
    border: 1px solid #d1d8e5;
    margin-top: 20px;
    display: flex;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.title span {
    cursor: pointer;
    z-index: -1;
}
.title span:hover {
    color: red;
    text-decoration: underline;
}

.title-position {
    margin-top: 150px;
}

.right-huan {
    width: 15px;
    height: 15px;
    position: absolute;
    top:4px;
    left: 128px;
    cursor: pointer;
}

.open-img {
    width: 18px;
    height: 18px;
    position: absolute;
    top:5px;
    left:8px;
}
.first-img {
    width: 18px;
    height: 18px;
    position: absolute;
    top:13px;
    left:8px;
}








.lists {
    width: 1198px;
    border: 1px solid #d1d8e5;
    margin-top: 20px;

}
.top-down-container{
    border: 1px solid #d1d8e5;
    
    
}
/* 上部分 */
.lists-top {
    width: 1198px;
    height: 120px;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}
.lists-top ul {
    margin-left: -20px;
}
.lists-top ul li {
    list-style: none;
    float: left;
    width: 128px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    z-index: -1;
    position: relative;
}
.lists-top ul li span {
    padding-left: 30px;
    cursor: pointer;
}
.lists-top ul li span:hover {
    color:red;
}
.lists-logo {
    width: 20px;
    height: 20px;
    position: absolute;
    top:8px;
    left:5px
}
.lists-span {
    margin-left: -23px;
}
.lists-red {
    cursor: pointer;
}
/* 下部分 */
.lists-down {
    width: 1200px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lists-down ul {
    margin-left: -20px;
}
.lists-down ul li {
    list-style: none;
    float: left;
    width: 128px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
}

.lists-down ul li span {
    padding-left: 30px;
    cursor: pointer;
}
.lists-down ul li span:hover {
    color: red;
}

.lists-logo {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 5px
}

/* 点击展开 */
.lists-click {
    width: 1200px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #5f84c0;
    font-size: 15px;
    position: relative;
    margin-bottom: 15px;
}
.lists-click span {
    cursor: pointer;
}
/* 隐藏元素 */
.lists-click-none {
    display: none;
}
/* 点击展开显示的元素 */
.lists-open {
    width: 1200px;
    border: 1px solid #d1d8e5;
    margin-top: 10px;
}
/* 点击收起 */
.lists-click-close {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    color: #5f84c0;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

/* 数据列表 */
.listsOpen {
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.lists-open-list {
    display: flex;
    padding-left: 0;
}
.lists-open-list li {
    list-style: none;
    padding-left: 11px;
    line-height: 30px;
    font-size: 14px;
}
.lists-open-list li:first-child span{
    padding-left: 20px;
}
.lists-open-list li span {
    cursor: pointer;
}
.lists-open-list li span:hover {
    color:red;
}
/* 颜色 */
.color-green {
    color: #0aa770;
}
.color-gray {
    color:#666666;
}
.color-orange {
    color: #ff5500;
}








.movie {
    width: 285px;
    height: 515px;
    border: 1px solid #d1d8e5;
    float: left;
    margin-top: 10px;
}
/* 顶部导航栏 */
.movie-menu {
    width: 285px;
    height: 40px;
    display: flex;
}
/* 导航栏的每一个选项 */
.movie-menulist {
    text-align: center;
    line-height: 40px;
}
.movie-menulist span {
    cursor: pointer;
}
/* 导航栏顶上的绿块 */
.movie-br {
    width: 32px;
    height: 2px;
    background-color: #0aa770;
}
.color-green {
    color: #0aa770;
}

/* 排行榜盒子 */
.movie-rank {
    width: 285px;
    height: 435px;
}
/* 排行榜子盒子 */
.movie-ranklist {
    width: 285px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: flex;
}
/* 排名 */
.movie-ranklist-first {
    flex:2;
    text-align: center;
    line-height: 35px;
    color: #9195a3;
    font-weight: 700;
}
/* 电影名 */
.movie-ranklist-next {
    flex: 5;
}
.movie-ranklist-next span {
    cursor: pointer;
}
.movie-ranklist-next span:hover {
    color:red;
    text-decoration: underline;
}
/* 热度 */
.movie-ranklist-three {
    flex: 3;
    color:#bbbbbb;
}
.color-red {
    color:#fe2d46;
}
.color-orange {
    color: #ff5900;
}
.color-yellow {
    color: #faa95c;
}

/* 鼠标移入样式 */
.movie-img {
    width: 80px;
    height: 100px;
    margin-left: 20px;
    margin-top: 10px;
}
.movie-rankimg {
    width: 285px;
    height: 120px; 
    cursor: pointer;
}
.movie-rankimg-content {
    width: 170px;
    height: 120px;
    float: right;
    font-size: 14px;
}
.movie-rankimg-first {
    width: 165px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.movie-rankimg-next {
    width: 165px;
    margin-top: 2px;
    color: #999999;
}
.movie-ranklist-hidden {
    width: 285px;
    height: 120px;
    visibility: hidden;
}
/* 鼠标移入之后盒子定位 */
.movie-position-one {
    margin-top: -430px;
}
.movie-position-two {
    margin-top: -395px;
}
.movie-position-three {
    margin-top: -360px;
}
.movie-position-four {
    margin-top: -325px;
}
.movie-position-five {
    margin-top: -290px;
}
.movie-position-six {
    margin-top: -255px;
}
.movie-position-seven {
    margin-top: -220px;
}
.movie-position-eight {
    margin-top: -185px;
}
.movie-position-nine {
    margin-top: -150px;
}
.movie-position-ten {
    margin-top: -115px;
}
/* 换一换 */
.movie-trade {
    width: 285px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    position: relative;
}
.movie-trade span {
    font-size: 14px;
    cursor: pointer;
    color:#999999;
}
.movie-trade span:hover {
    color: red;
}

.movie-huan {
    width: 15px;
    height: 15px;
    position: absolute;
    top:9px;
    left:100px;
}

.movie-ranklist-first-yule {
    width: 10px;
    height: 35px;
    float: left;
    text-align: center;
    font-weight: 700;
    color: #999999;
}
.movie-ranklist-next-yule {
    width: 200px;
    height: 35px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: -10px;
}








.radio {
    width: 900px;
    height: 685px;
    border: 1px solid #d1d8e5;
    float: right;
    margin-top: 10px;
}
/* 导航栏 */
.radio-menu {
    width: 900px;
    height: 35px;
    background-color: white;
    z-index: 998;
    position: sticky;
    top: 110px;
}
/* 导航栏每一项 */
.radio-menulist {
    width: 65px;
    height: 35px;
    text-align: center;
    float: left;
    line-height: 35px;
}
.radio-menulist span {
    cursor: pointer;
}
.radio-menulist span:hover {
    color: #0aa770;
}
.color-green {
    color: #0aa770;
}
/* 顶部小绿块 */
.radio-br {
    width: 30px;
    height: 2px;
    background-color: #0aa770;
}

.radio-div {
    background: url("../img/background.webp");
    background-size: 900px 685px;
}
/* 标题 */
.radio-title {
    width: 700px;
    height: 25px;
    margin-left: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 5px;
}
.radio-title span{
    cursor: pointer;
}
.radio-title span:hover {
    color: red;
    text-decoration: underline;
}
.radio-title ::before{
    content: "●";
    color: #ff0000;
    padding-right: 10px;
}

/* 文章列表 */
.radio-new {
    width: 900px;

}
.radio-newlist {
    width: 900px;
    height: 130px;
}
.radio-newlist:hover{
    cursor: pointer;
}
/* 图片 */
.radio-newlist-img {
    width: 150px;
    height: 100px;
    margin-top: 15px;
    margin-left: 30px;
    cursor: pointer;
}
/* 文章信息 */
.radio-newlist-right {
    width: 650px;
    height: 100px;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}
/* 右边标题 */
.radio-right-title {
    width: 650px;
    height: 30px;
    line-height: 30px;
}
.radio-right-title span {
    cursor: pointer;
}
.radio-right-title span:hover {
    color: red;
    text-decoration: underline;
}
/* 右边文章内容 */
.radio-right-content {
    width: 650px;
    height: 35px;
    font-size: 14px;
    padding-top: 4px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 右边时间 */
.radio-right-area {
    width: 650px;
    height: 35px;
    line-height: 35px;
    color:#999999;
    font-size: 14px;
}
.radio-div {
    width: 900px;
}






.hot {
    width: 285px;
    height: 370px;
    margin-top: 10px;
    border: 1px solid #d1d8e5;
    float: left;
}
/* 导航栏 */
.hot-menu {
    width: 285px;
    height: 35px;
    display: flex;
}
/* 导航栏每一个选项 */
.hot-menulist {
    line-height: 35px;
    text-align: center;
}
.hot-menulist span {
    cursor: pointer;
}
.hot-menulist span:hover {
    color: #0aa770
}
.color-green {
    color:#0aa770;
}
/* 顶部小绿块 */
.hot-br {
    width: 30px;
    height: 2px;
    background-color: #0aa770;
}

/* 轮播图 */
.hot-swiper {
    width: 285px;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.hot-swiper-title {
    width: 285px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: white;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .35);;
}
.hot-swiper-img {
    width: 285px;
    height: 100px;
}
#hot-content{
    width: 100%;
}
/* 往前的轮播图 */
.hot-swiper-left {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .15);
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.hot-swiper-left:hover {
    background: rgba(0, 0, 0, .85);
}
/* 往后的轮播图 */
.hot-swiper-right {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .15);
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.hot-swiper-right:hover {
    background: rgba(0, 0, 0, .85);
}
/* 新闻列表 */
.hot-news {
    margin-top: 14px;
    width: 285px;
    height: 220px;
}
/* 新闻列表子选项 */
.hot-newslist {
    width: 285px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-newslist span {
    padding-left: 15px;
    cursor: pointer;
}
.hot-newslist span:hover {
    color: red;
    text-decoration: underline;
}
.hot-width {
    width: 285px;
    height: 100px;
}










.all {
    width: 900px;
    border: 1px solid #d1d8e5;
    margin-top: 10px;
    position: relative;
    float: right;
}
.all-all {
    width: 900px;
}
/* 全部 */
.all-logo {
    width: 76px;
    height: 38px;
    position: absolute;
    left:-7px;
    top:0;
    z-index: 998;
}
.all-small-list {
    width: 900px;
    height: 130px;
}
.all-small-list:hover {
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}
/* 视频栏前面的图片 */
.all-movie-box {
    width: 150px;
    height: 100px;
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    position: relative;
}
/* 图片 */
.all-movie-img {
    width: 150px;
    height: 100px;
    margin-left: 20px;
}
/* 音频图标 */
.all-img-tv {
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/* 视频时长 */
.all-movie-time {
    width: 45px;
    height: 20px;
    position: absolute;
    top:75px;
    left:97px;
    color: white;
    font-size: 12px;
    background: rgba(0, 0, 0, .35);
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
}
/* 视频栏右边的内容 */
.all-movie {
    width: 650px;
    height: 100px;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}
.all-movie-title {
    width: 650px;
    margin-top: 20px;
}
.all-movie-title span {
    cursor: pointer;
}
.all-movie-title span:hover {
    text-decoration: underline;
    color: red;
}
.all-movie-area {
    width: 650px;
    margin-top: 15px;
    color: #999999;
    font-size: 14px;
}

/* 大列表 */
.all-big-list {
    width: 900px;
    height: 210px;
    cursor: pointer;
}
.all-big-list:hover {
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}
.all-big-title {
    width: 860px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 5px;
}
.all-big-title span {
    cursor: pointer;
}
.all-big-title span:hover {
    color: red;
    text-decoration: underline;
}
.all-big-imgs {
    width: 860px;
    height: 194px;
}
.all-big-img {
    width: 276px;
    height: 138px;
    float: left;
    margin-left: 10px;
    transition: 0.8s;
}
/* 鼠标移入放大 */
.all-big-img:hover {
     transform: scale(1.05);
 }

 /* 无图片列表 */
 .all-news {
    width: 860px;
    height: 100px;
    margin-top: 15px;
    margin-left: 10px;
 }
 .all-news-title {
    width: 860px;
    height: 30px;
    line-height: 30px;
 }
 .all-news-title span {
    cursor: pointer;
 }
 .all-news-title span:hover {
    color: red;
    text-decoration: underline;
 }
 .all-news-content {
    width: 860px;
    height: 35px;
    font-size: 14px;
    padding-top: 4px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
 }
 .all-news-area {
    width: 860px;
    height: 35px;
    line-height: 35px;
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
 }
 .all-margint {
    margin-top: 25px;
 }












 .live {
    width: 285px;
    height: 345px;
    margin-top: 10px;
    border: 1px solid #d1d8e5;
    float: left;
}
/* 导航栏 */
.live-menu {
    width: 285px;
    height: 35px;
}
/* 导航选项 */
.live-menulist {
    width: 60px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
}
.color-green {
    color: #0aa770;
}
.live-br {
    width: 35px;
    height: 2px;
    background-color: #0aa770;
}
.live-menulist span {
    cursor: pointer;
}
/* 轮播图 */
.live-swiper {
    width: 285px;
    height: 100px ;
    position: relative;
    cursor: pointer;
}
.live-swiper-img {
    width: 285px;
    height: 100px;
}
.live-swiper-title {
    width: 285px;
    height: 30px;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .35);;
}
/* 前一张轮播图 */
.live-swiper-left {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .35);
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
/* 后一张轮播图 */
.live-swiper-right {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .35);
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.live-swiper-left:hover {
    background: rgba(0, 0, 0, .85);
}
.live-swiper-right:hover {
    background: rgba(0, 0, 0, .85);
}
/* 新闻列表 */
.live-news {
    width: 285px;
    height: 190px;
}

/* 新闻列表选项 */
.live-newlist {
    width: 265px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}

.live-newslist span:hover {
    color: red;
    text-decoration: underline;
}
.live-news-img {
    width: 15px;
    height: 15px;
    position: absolute; 
    top: 7px;
}  
.live-num {
    position: absolute;
    font-weight: 700;
    color:#999999;
}
.live-title {
    margin-left: 20px;
    cursor: pointer;
}
.color-red {
    color:#fe2d46;
}
.color-orange {
    color:#ff8547;
}
.color-yellow {
    color:#ffac39;
}
.live-width {
    width: 285px;
    height: 100px;
}
#live-content{
    width: 100%;
}

.live-newslist{
    width: 265px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}








.seek {
    width: 285px;
    height: 365px;
    border: 1px solid #d1d8e5;
    margin-top: 10px;
    background-color: white;
    position: sticky;
    top:110px;
    float: left;
}
/* 标题 */
.seek-title {
    width: 265px;
    height: 40px;
    line-height: 40px;  
    margin-bottom: 10px; 
    position: relative;
    font-size: 15px;
}
.seek-title-right {
    margin-left: 150px;
    cursor: pointer;
}
.seek-title-right:hover {
    color: #0aa770;
}
.seek-img {
    width: 15px;
    height: 15px;
    position: absolute;
    top:13px;
    left:193px;
}

/* 新闻列表 */
.seek-news {
    width: 285px;
    height: 30px;
    display: flex;
    font-size: 14px;
}
.seek-news span {
    cursor: pointer;
}
.seek-one {
    flex: 1;
    color: #999999;
    font-weight: 700;
}
.seek-one span {
    padding-left: 10px;
}
.seek-two {
    flex: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
}
.seek-two span:hover {
    color: red;
    text-decoration: underline;
}
.seek-three span {
    padding-left: 10px;
}
.color-pink {
    color:#f592cf;
}
.color-orange {
    color:#ff8547;
}
.color-yellow {
    color:#ffac39;
}
.seek-num {
    float: left;
    font-weight: 700;
    width: 24px;
    text-align: center;
    margin-right: 5px;
    color:#999999;
}
#newsContainer{
    width: 100%;
}










.real {
    width: 285px;
    height: 150px;
    border: 1px solid #d1d8e5;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    position: sticky;
    top:490px;
}
.real-title {
    width: 200px;
    height: 40px;
    margin: 10px 0 0 10px;
}
.scroller {
    width: 500px;
    height: 30px;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
    margin-left: 300px;
}

.scroller:hover {
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes scroll {
    0% { 
        transform: translateX(0);
    }

    100% {
        transform: translateX(-150%);
    }
}

.scroller-one {
    width: 500px;
    height: 30px;
    white-space: nowrap;
    animation: scroll 8s linear infinite;
    margin-left: 300px;
}

.scroller-one:hover {
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes scroll {
    0% { 
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroller-two {
    width: 500px;
    height: 30px;
    white-space: nowrap;
    animation: scroll 9s linear infinite;
    margin-left: 300px;
}

.scroller-two:hover {
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes scroll {
    0% { 
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.scroller-small {
    width: 190px;
    height: 30px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
}
