.list { background: #fff; } body { font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, Tahoma, Helvetica, STHeiti; background: #fff; } #jtHeader { width: 1200px; margin: 0 auto; /* padding: 0 20px; */ padding: 0; position: relative; height: 100px; display: flex; align-items: center; justify-content: space-between; } #jtHeader .login:hover { color: #068358; } #jtHeader .line { border-bottom: 2px solid #068358; margin-top: 70px; } #jtHeader .searchBtn { color: #fff; padding: 8px 12px; text-align: center; cursor: pointer; height: 32px; line-height: 32px; } #jtHeader .search_input:hover .searchBtn { background: linear-gradient(to left, #89C997, #068358); ; color: #fff; border-radius: 0 15px 15px 0; transition: border-radius 2s; -webkit-transition: border-radius 2s; -moz-transition: border-radius 2s; -ms-transition: border-radius 2s; -o-transition: border-radius 2s; } #jtHeader .search_input { position: absolute; right: 220px; top: 35px; z-index: 99; } #jtHeader .search_input>input { width: 0px; height: 32px; /* display:none */ padding: 5px 12px 5px 18px; border: 1px solid #068358; border: none; outline: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; } #jtHeader .search_input:hover input { width: 300px; border: 1px solid #068358; padding: 5px 12px 5px 18px; border-radius: 15px 0 0 15px; transition-property: width, padding, border-radius; transition-duration: 1s; transition-timing-function: ease-out; -webkit-border-radius: 15px 0 0 15px; -moz-border-radius: 15px 0 0 15px; -ms-border-radius: 15px 0 0 15px; -o-border-radius: 15px 0 0 15px; } /* #jtHeader .searchBtn { background: #068358; color: #fff; padding: 8px 12px; text-align: center; } */ /* #jtHeader .search_input { position: absolute; right: 350px; top: 28px; } #jtHeader .search_input>input { width: 260px; padding: 5px; border: 1px solid #dddddd; outline: none; } */ .r-list { display: flex; } .r-list-l { width: 30%; border: 1px solid #ccc; height: 64px; } .r-list-l img { width: 100%; height: 100%; } .r-list-r { /* width: 70%; padding-left: 10px; */ width: 70%; padding-left: 10px; color: #888888; } /* .jxty .line { border-bottom: 2px solid #068358; } */ .jxty-container { width: 1200px; margin: 0 auto; } .jt-recommend { display: flex; width: 100%; height: 380px; } .jt-recommend .left-pic { width: 65%; background-image: url("../../../common/images/loading.gif"); background-repeat: no-repeat; background-position: center; /* background-image: url("../../../common/images/loading.gif"); background-repeat: no-repeat; background-position: center; */ } .jt-recommend .left-pic img { width: 100%; /* height: 100%; */ } .recommend-list { margin-left: 10px; width: 34%; background: #f3f3f3; border-top: 3px solid #ccc; padding-top: 10px; } .recommend-list li { /* height: 126px; */ cursor: pointer; overflow: hidden; margin-left: 20px; margin-right: 20px; position: relative; border-bottom: 1px solid #eaeaea; /* padding-bottom: 20px; */ } .dot { display: inline-block; width: 3px; height: 3px; background: #068358; position: absolute; top: 15px; } /* .jt-recommend .recommend-list li:nth-of-type(1),.jt-recommend .recommend-list li:nth-of-type(2) { border-bottom: 1px solid #dddddd; margin-bottom: 16px; } */ .recommend-list h3 { /* color: #068358; */ /* font-weight: 700; */ font-size: 12px; padding-left: 15px; } .recommend-list li:hover h3{ color: #068358 !important; text-decoration: underline; } .recommend-list { position: relative; } .recommend-list::before { content: ""; position: absolute; border-top: 3px solid #068358; width: 115px; top: -3px; } /* .recommend-list li:nth-child(1){ padding-bottom: 5px; } .recommend-list li:nth-child(1) h3{ font-size: 25px; color: #333333; padding-left: 0; } .recommend-list li:nth-child(1) .dot{ display: none; } */ /* .recommend-list li { padding-bottom: 19px; } */ .recommend-list li h3 { font-size: 17px; color: #333333; padding-left: 0; } .recommend-list p { line-height: 18px; letter-spacing: 2px; max-height: 55px; overflow: hidden; } .recommend_oa { width: 305px; } .recommend_oa .r-list-l { height: 46px; } .jt-recommend .block { position: relative; } .bannerBox { width: 100%; height: 380px; display: flex; align-items: center; justify-content: center; } .el-carousel__button { width: 10px !important; height: 10px !important; border-radius: 50%; } .linkInfo { position: absolute; width: 100%; bottom: 0; height: 80px; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; } .linkContent { border-left: 8px solid #068358; /* margin-top: 10px; */ } .linkTitle { padding-left: 20px; /* padding-top: 10px; */ color: #fff; font-size: 20px; } .linkRemark { padding-left: 20px; color: #757575; font-size: 16px; } .navList { margin: 0; width: 100%; color: #fff; background: #f9f9f9; } .navList ul { display: flex; height: 45px; width: 1200px; margin: 0 auto; } .navList a { display: inline-block; width: 100%; color: #333; } .navList ul li { /* background: #ddd; */ /* width: 120px; */ font-size: 17px; text-align: center; display: flex; align-items: center; position: relative; transition: 0.3s all linear; z-index: 99; padding: 0 10px; } /* .navList>ul>li::before { content: ""; position: absolute; top: 0; left: 100%; width: 0; height: 100%; background: rgba(46, 91, 66, 0.8); transition: 0.2s all linear; z-index: -1; } .navList>ul>li:hover::before { left: 0; width: 101%; transition-delay: 0.05s; background: rgba(46, 91, 66, 0.8); } .navList>ul>li:hover a{ color: #fff!important; transition: all 0.2s; } li:hover~li::before { left: 0; } */ /* .footer { height: 120px; display: flex; align-items: center; justify-content: center; margin-top: 30px; } .footer p { text-align: center; font-family: "微软雅黑"; font-size: 16px; padding: 1px 0; } */ .footer { width: 100%; color: #fff; margin-top: 50px; position: relative; } .weather_location { position: absolute; right: 170px; top: 30px; } .location { padding-right: 10px; } .location, .weather { font-size: 15px; } .share { width: 1200px; margin: 0 auto; height: 60px; border-top: 2px solid #ddd; padding: 10px 0; } #shareIcon { width: 200px; float: right; } .copperDetail .container { width: 1200px; } .copperDetail #comment { width: 100% !important; } .video-filter { border: 1px solid #dadada; margin: auto; display: flex; flex-wrap: wrap; } .video-filter .bg-color { background: #e6e6e6; } .video-filter>span { padding: 17px; color: #666; } .video-filter>a.ac { color: #068358; background: #fff; } .video-filter>a { border-left: 1px solid #dadada; } .video-filter>a:last-child { border-right: 1px solid #dadada; } .video-filter>a, .video-filter>span { padding: 17px; color: #666; } .isplaying { color: #068358; border-left-color: #068358 !important; background: #f5f5f5; } .news_list a { color: #999999; } /* 新闻列表页 */ .news_list li { margin: 20px 0; background-color: #fff; /* border-radius: 10px; */ overflow: hidden; box-shadow: 5px 5px 5px -1px #dddddd; height: 115px; } .newsListCont { width: 75%; } .newsRank { width: 25%; } .news_list .eachNews { display: flex; height: 100%; } /* .v-header{ position: fixed; width: 100%; z-index: 999; } */ .index, .list, .live, .page, .play , .search, .center { overflow:hidden; } /* .index .navList, .list .navList, .live .navList, .page .navList, .play .navList, .search .navList, #coursewareLive .navList { position: fixed; width: 100%; z-index: 100; margin-top: 80px; } .list .navList ul, .page .navList ul, .live .navList ul, .play .navList ul, .search .navList ul , #coursewareLive .navList ul{ width: 1200px; margin: 0 auto; } */ /* .navList { position: fixed; width: 100%; z-index: 100; margin-top: 80px; } */ .news_list .eachNews img { width: 100%; height: 100%; transition: all 0.2s; /* padding: 1px; */ /* padding: 10px; border-radius: 20px; */ } .news_list li:hover .eachNews img { width: 110%; height: 110%; } .eachNews_left { width: 20%; /* background-size: 100% 100%; */ overflow: hidden; /* display: flex; */ align-items: center; justify-content: center; margin: 10px; height: 96px; border: 1px solid #ccc; } .eachNews_right { width: 80%; margin-left: 25px; position: relative; padding-right: 20px; } .eachNews_right h3 { margin: 10px 0; width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 20px; color: #333333 !important; padding-top: 7px; margin-bottom: 5px; /* font-weight: 700; */ } .news_list li:hover .eachNews_right h3 { color: #068358 !important; } .eachNews_right p { color: #888888; max-height: 42px; overflow: hidden; } .eachNews_right>div { position: absolute; bottom: 8px; right: 25px; } .eachNews_right>div span { color: #999999; } .eachNews_right>div span:nth-of-type(2) { margin-left: 15px; } .newsRank h4 { margin: 100px 0 0 34px; padding: 0 0 0 10px; font-size: 19px; color: #068358; border-left: 3px solid #068358; } .list .newsRank h4 { margin: 60px 0 0 22px; } .newsRank ul { background-color: #fff; margin: 10px 0 0 20px; } .newsRank li { margin: 0 10px 0 10px; height: 45px; border-bottom: 1px solid #dddddd; } .newsRank li span { display: inline-block; font-size: 16px; } .newsRank_title { line-height: 45px; padding-left: 10px; width: 85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .rankBefore { color: #068358; } .newsRank a { color: #888888; } .newsRank a:hover { color: #068358; } .navHighLight { color: #068358; background: #e1eee9; } .navHighLight a{ color: #068358; } .news_detail h2 { margin: 20px 0; text-align: center; color: #525252; } .news_source { padding-bottom: 20px; text-align: center; border-bottom: 1px solid #dddddd; color: #888888; } .news_source span { color: #888888; } .news-video { margin: 30px auto; overflow: hidden; position: relative; /* width: 800px; */ height: 450px; } .news-video .video-box { margin: 0 auto; width: 796px; height: 450px; border: 3px solid #ccc; background: #000; } .news_text { padding: 0 60px; } .diversityList { position: absolute; width: 250px; height: 450px; right: 150px; top: 0; padding: 5px; overflow-y: auto; } .diversityList li { line-height: 35px; border-bottom: 1px solid #dddddd; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 10px; border-left: 3px solid transparent; cursor: pointer; } .diversityList li:hover { background: #f5f5f5; } #newsDetail .main-list { width: 1200px; margin: 0 auto; display: flex; } .page-location { width: 1200px; margin: 0 auto; } .p-commend { width: 80%; } .p-recommend { width: 20%; margin: 0 auto; margin-left: 20px; padding-left: 20px; border-left: 1px solid #ccc; } .p-recommend .top-pic { height: 123px; } .p-recommend ul { /* display: flex; */ justify-content: space-between; } .p-recommend ul li { width: 100%; margin-bottom: 20px; } .p-recommend ul li img { width: 100%; height: 100%; transition: all 0.2s; } .p-recommend ul li:hover img { width: 110%; height: 110%; } .p-recommend ul li:hover h4 { color: #068358; } .p-recommend ul li h4 { color: #333333; margin: 8px 0; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; } .p-recommend>h4 { color: #068358; margin-bottom: 15px; border-left: 3px solid #068358; padding-left: 10px; font-size: 24px; } .panel-default, .panel-body { border: none; } .panel-default { border-color: #ddd; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-default, .panel-body { border: none; } .panel-body { padding: 15px; } .allComment { padding-top: 15px; } .bottom-line { display: inline-block; padding-bottom: 10px; border-bottom: 2px solid #068358; } .comment-title { color: #068358; /* margin-bottom: 15px; */ border-left: 3px solid #068358; padding-left: 10px; font-size: 24px; } .top-line { margin-top: -1px; border-top: 1px solid #ccc; padding-top: 20px; overflow: hidden; } .textarea-top { border-top: none; } .textarea { width: 100%; height: 80px; border-radius: 4px 0 0 0; border: 1px solid #ccc; resize: none; box-shadow: inset 0 3px 3px #ebebeb; padding: 5px 0 0 8px; } .text-num { width: 100%; height: 27px; border: 1px solid #ccc; border-top: none; border-radius: 0 0 4px 4px; float: left; margin-top: -7px; display: flex; align-items: center; justify-content: flex-end; } .number { font-family: Constantia, Georgia; font-size: 18px; font-weight: 400; color: #909090; float: right; padding-top: 3px; padding-right: 17px; } .bottom-line { display: inline-block; padding-bottom: 10px; border-bottom: 2px solid #068358; } ul, li, ol { list-style: none; } .newrating-ul { padding-bottom: 40px; } .newrating-li { display: flex; padding: 17px 0; border-bottom: 1px solid #ccc; } .newrating-avatar { /* flex: 0 0 51px; */ width: 51px; height: 51px; border-radius: 50%; vertical-align: top; } .newrating-text { flex: 1; padding-left: 10px; font-size: 14px; vertical-align: top; } .name-and-newrating-time { width: 100%; } .name { display: inline-block; max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .newrating-time { display: inline-block; max-width: 50%; padding-left: 10px; color: #9a9899; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .newrating-text>.newrating-content { padding: 6px 0; word-break: break-all; } .perfect-rating { width: 100%; text-align: right; } .rating { cursor: pointer; } .rating-icon { display: inline-block; width: 17px; height: 15px; background: url("../../../common/images/all_icon.png") no-repeat -41px -294px; vertical-align: middle; } .mySay { margin-top: 17px; background: #f4f4f4; padding: 0 15px 15px; border-radius: 10px; } .textarea-radius { border-radius: 4px; } .is-sure { text-align: right; padding-top: 5px; } .btn-yes, .btn-no { height: 30px; line-height: 15px; } .btn { padding: 7px 18px; } .mySay-newrating { margin-top: 5px; } .newrating-title { padding-left: 10px; border-left: 3px solid #58a700; } .mySay-newrating-li { display: flex; padding: 15px 0 0 0; } .btn-fabu { display: inline-block; background: #efefef; width: 100%; height: 80px; border-radius: 0 4px 0 0; border: 1px solid #ccc; border-left: none; text-align: center; font-size: 22px; color: #068358; line-height: 80px; cursor: pointer; } .btn-fabu:hover { background: #068358; color: #fff; border: 2px solid #068358; } #newsDetail #container { width: 100%; } .login-pic { display: inline-block; content: ""; width: 22px; height: 22px; background: url("../../../common/images/all_icon.png") no-repeat -37px -78px; margin-right: 5px; vertical-align: -6px; } .rating-icon { display: inline-block; width: 17px; height: 15px; background: url("../../../common/images/all_icon.png") no-repeat -41px -294px; vertical-align: middle; } .top-line .more { text-align: center; background: #f4f4f4; padding: 10px 0; cursor: pointer; border-radius: 5px; } .arrow-down { display: inline-block; width: 8px; height: 8px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); margin-left: 8px; margin-bottom: 3px; } /* 登录 */ /* .login { position: absolute; right: 115px; } */ .userInfo { position: absolute; right: 50px; color: #fff; } .login .login-box { box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 6px; overflow: hidden; width: 332px; } .login .title { background: #F0F0F0; height: 40px; line-height: 40px; letter-spacing: 4px; font-size: 18px; margin-bottom: 10px; } .text-center { text-align: center; } .login form { position: relative; padding-bottom: 15px; } .login .close-btn { position: absolute; right: 15px; top: -40px; font-size: 20px; } .login .input-group { padding: 0 40px; width: 100%; margin-bottom: 10px; } .clearfix { zoom: 1; } .input-group { position: relative; display: table; border-collapse: separate; } .login .input-group .form-control { width: 100%; height: 36px; line-height: 36px; border-radius: 4px; } .login a { color: #068358; } .prompt { /* height: 20px; */ margin-top: 20px; } .login .btn { width: 76%; margin: 10px 40px; } .btn { padding: 7px 18px; } .prompt .loginError { color: red; font-size: 12px; } .btn:hover, .btn:focus { color: #fff !important; text-decoration: none; } .personal-center { display: none; width: 200px; position: absolute; top: 60px; right: -2px; border-radius: 8px; color: #fff; cursor: pointer; overflow: hidden; box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.3); z-index: 999; } .welcome { padding: 25px 0; display: inline-block; max-width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: -5px; } .personal-center .head-portrait-name { height: 60px; background: #068358; display: flex; align-items: center; padding: 0 15px; } .head-portrait-name .head-portrait { flex: 0 0 40px; height: 40px; } .head-portrait { display: inline-block; border-radius: 50%; margin: 0 20px 0 0; padding: 0; flex: 0 0 40px; width: 40px; height: 40px; overflow: hidden; } .head-portrait img { width: 100%; height: 100%; object-fit: cover; } .name { display: inline-block; max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .navList ul li a { display: inline-block; width: 100%; height: 45px; line-height: 45px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; font-size: 16px; transition: all 0.4s ease-in-out; } .navList ul li a:hover{ color: #068358!important; } .personal-center-loginout { background: #fff; } .personal-center a { color: #333333; } .personal-center-loginout-li { line-height: 45px; } .personal-center-loginout-li:hover { background: #f5f5f5; } .personal-center-loginout-li:hover span, .personal-center-loginout-li:hover a { color: #068358; } .personal-center-loginout-li>span { font-size: 20px; width: 40px; display: inline-block; vertical-align: -5px; } .personal-center-loginout-li a { color: #333333; } #tabHead, #stuHead { width: 100%; height: 150px; } #tabHead .timeTable-header { background: url("../../index/images/timeTable_bg_2.jpg"); } .timeTable-header { width: 1200px; margin: auto; height: 150px; background-size: cover; display: flex; align-items: center; } .personal-information { display: flex; color: #fff; width: 100%; } .personal-information a { display: inline-block; border-radius: 50%; width: 50px; height: 50px; overflow: hidden; } .name-subject { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 0 20px 20px; } .name { display: inline-block; max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .navigation { min-width: 80px; display: flex; margin: 0 20px; justify-content: center; flex: 1; } .personalInfo { width: 1200px; margin: 20px auto; } .form-horizontal .control-label { padding-top: 12px; font-weight: normal; } h3 { /* width:100%; */ white-space: nowrap; /* overflow: hidden; */ text-overflow: ellipsis; } /* */ #re-box { /* display:none; */ height: 0; } .boxshow { /* display:block!important; */ height: 70px !important; transition: all ease-in-out 0.3s; } .boxhide { transition: all ease-in-out 0.3s; } .boxbg { background: #f9f9f9; border-bottom: 1px solid #068358!important; } /* 直播 */ #live .navList { margin: 0; } #live .navList ul { width: 1200px; margin: 0 auto; } /* live */ .videos-pc { min-height: 65vh; } .online-class .videos-pc { padding: 0; } div.videos-pc .link, div.videos-pc div.wrap { width: 1200px; margin: 0 auto; } div.videos-pc div.wrap .video { max-width: 960px; width: 100%; max-height: 540px; overflow: hidden; } div.videos-pc div.wrap .video-box, div.videos-pc div.wrap .video-img-box { background: #484848; vertical-align: top; padding-bottom: 56.25%; position: relative; z-index: 1; } div.videos-pc div.wrap .video-box iframe { position: absolute; z-index: 1; top: 0; left: 0; } div.videos-pc div.wrap .video-list { width: 240px; height: 100%; background: #303030; box-sizing: border-box; padding-bottom: 20px; vertical-align: top; } div.videos-pc div.wrap div.video-list .top { text-align: center; font-size: 18px; line-height: 46px; border-bottom: 1px solid #068358; } div.videos-pc ul.bot { width: 100%; height: 473px; overflow-x: hidden; overflow-y: auto; } div.videos-pc ul.bot::-webkit-scrollbar { width: 5px; height: 30px; } div.videos-pc ul.bot::-webkit-scrollbar-track { background-color: #ccc; } div.videos-pc ul.bot::-webkit-scrollbar-thumb { height: 30px; background-color: rgba(0, 0, 0, 0.2); } div.videos-pc ul.bot>li>a { width: 100%; display: flex; align-items: center; color: #fff; height: 48px; padding-right: 10px; } div.videos-pc .tab-content ul.bot>li>a { color: #666; padding-left: 0; } div.videos-pc .tab-content ul.bot>li>a .icon { background: url("../../../common/images/playph.png") no-repeat center; } div.videos-pc .tab-content ul.bot>li.ac { background: #fff; } div.videos-pc .tab-content ul.bot>li.ac>a { /* color: #068358; */ color: #068358; } div.videos-pc .tab-content ul.bot>li.ac>a .icon { background: url("../../../common/images/playph1.png") no-repeat center; } div.videos-pc div.wrap div.video-list .top { letter-spacing: 5px; } div.videos-pc div.wrap div.video-list ul.bot>li>a>.num { flex: 0 0 30px; width: 30px; height: 20px; line-height: 20px; background-color: #9a9a9a; text-align: center; margin: 0 10px; border-radius: 2px; } div.videos-pc div.wrap div.video-list ul.bot>li>a>.title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; } div.videos-pc div.wrap div.video-list ul.bot>li>a .swf { position: absolute; right: 0; top: 1px; display: inline-block; width: 32px; color: #c1a161; border: 1px solid #c1a161; font-size: 10px; border-radius: 4px; text-align: center; } div.videos-pc div.wrap div.video-list ul.bot .ac>a { /* color: #068358; */ color: #068358; background-color: #212121; } div.videos-pc div.wrap div.video-list ul.bot .ac>a>.num { background-color: #068358; color: #fff; } .web-video-list { width: 100%; overflow: hidden; } .xuanji { height: 48px; line-height: 48px; font-size: 16px; font-weight: 700; padding: 0 10px; } .film-name-list { display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; margin-bottom: 5px; } .film-name-list::-webkit-scrollbar { display: none; } .film-name-list li { flex: 0 0 150px; width: 150px; height: 60px; background: #e6e6e6; margin-right: 10px; border-radius: 5px; padding: 0 10px; } .film-name-list li:first-child { margin-left: 10px; } .film-name-list li.ac a { color: #2fb3ff; } .film-name-list li a { color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2; -moz-box-orient: vertical; overflow: hidden; line-height: 2; word-break: break-all; } .video-component { padding: 15px; width: 1200px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #292929; position: relative; } div.videos-pc ul.bot>.channel-li { color: #fff; cursor: pointer; } div.videos-pc ul.bot .channel-li-title { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; overflow: hidden; height: 48px; } .channel-li-title .channel-name:before, .channel-li-title .stream-name:before { content: ""; display: inline-block; width: 17px; height: 17px; margin: 0 15px -3px 0; } .channel-li-title .channel-name:before { background: url("../../../common/images/channel_icon.png") center no-repeat; } .channel-li-title .stream-name:before { background: url("../../../common/images/stream_icon.png") center no-repeat; } .channel-li-title .channel-name, .channel-li-title .stream-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 180px; display: inline-block; } div.videos-pc ul.bot .open-icon { display: inline-block; width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; } .channel-li-ul { background: #262626; } div.videos-pc ul.bot>li.bg-black { background: #212121; } div.videos-pc ul.bot>.channel-li .rotate-45 { transform: rotate(45deg); } div.videos-pc ul.bot>.channel-li .rotate-135 { transform: rotate(135deg); } .intro-web { margin-top: 10px; } div.videos-pc .backgroundimg { height: 100%; background: #484848; } div.videos-pc .backgroundimg>img { width: 100%; height: 100%; position: absolute; } div.videos-pc ul.bot { background: #303030; } .channel-li-ul>li { display: flex; align-items: center; } .channel-li-ul>li>.liveChannel>i { font-style: normal; font-size: 14px; } .channel-li-ul>li>.liveChannel { font-size: 13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 15px 10px 15px 50px; width: 100%; } .channel-li-ul>li>.liveChannel:hover { background-color: #3f3f3f; } .channel-li-ul>li>.liveChannel:hover .icon { background: url("../../../common/images/all_icon.png") no-repeat -222px -445px; } .channel-li-ul>li>.liveChannel .icon { display: inline-block; width: 15px; height: 17px; background: url("../../../common/images/all_icon.png") no-repeat -47px -392px; margin: 0 14px -3px 0; } .channel-li-ul>li.ac>.liveChannel { color: #068358; } .channel-li-ul>li.ac>.liveChannel .icon { background: url("../../../common/images/all_icon.png") no-repeat -222px -445px; } .channel-li-ul>li.ac>.liveChannel:hover { color: #068358; } div.videos-pc ul.bot>li:not(.bg-black):hover { background-color: #3f3f3f; } div.videos-pc ul.bot>li:hover>.liveChannel { color: #fff; } div.videos-pc .tab-content ul.bot>li>.liveChannel { color: #666; padding-left: 0; } div.videos-pc .tab-content ul.bot>li>.liveChannel .icon { background: url("../../../common/images/playph.png") no-repeat center; } div.videos-pc .tab-content ul.bot>li.ac { background: #fff; } div.videos-pc .tab-content ul.bot>li.ac>.liveChannel { color: #068358; } div.videos-pc .tab-content ul.bot>li.ac>.liveChannel .icon { background: url("../../../common/images/playph1.png") no-repeat center; } /* -------电视直播------- */ #coursewareLive{ background: #f4f4f4; } #coursewareLive .videos-pc{ width: 1200px; margin: 0 auto; margin-top: 70px; } .playArea { /* height: 70vh; */ /* height: 100vh; */ display: flex; align-items: center; justify-content: center; padding-top: 15px; /* background: #292929; */ } .playArea .play-box { /* height: 70vh; */ display: flex; align-items: center; width: 100%; margin: 0 auto; /* background: #292929; */ } .playArea .video-box { width: 800px; height: 450px; background: #1d1d1d; border: 1px solid #000; } .playArea .video-box img { width: 100%; height: 100%; } .channel-choose { width: 399px; background-color: #272727; height: 540px; border-left: 1px solid #363636; border: 1px solid #363636; } .d-top { width: 100%; height: 40px; position: relative; border-bottom: 1px solid #aaa; } .arrow-l, .arrow-r { display: inline-block; width: 40px; height: 40px; color: #fff; line-height: 38px; font-size: 24px; background: #068358; position: absolute; top: 0; text-align: center; } .arrow-l { left: 0; } .arrow-r { right: 0; } .curdate { display: inline-block; width: 360px; height: 40px; background: #000; position: absolute; left: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; } .dateChoose { position: relative; height: 125px; } .list-week { height: 80px; display: flex; width: 100%; background: #000; } .list-week-item { width: calc(100% / 7); float: left; text-align: center; height: 80px; padding-top: 15px; color: #fff; } .list-week-item span { display: block; line-height: 18px; font-size: 13px; } .d-bottom { position: absolute; width: 100%; top: 41px; border-bottom: 5px solid #068358; } .date-cur { background: #068358; } .notcheck { background-color: #363636; } .epgnotcheck { background-color: #363636; } .channelName-choose { background: #272727; color: #fff !important; } .epg-choose { color: #fff !important; } .channelChoose { display: flex; width: 100%; background: #272727; position: relative; } .channelName { width: 40%; height: 414px; overflow-y: scroll; background: #000; } .channelEpg { width: 60%; max-height: 414px; overflow-y: scroll; background: #272727; } .isloading { position: absolute; top: 150px; left: 285px; color: #fff } .channelName ul { width: 100%; } .channelName ul li { width: 100%; height: 45px; line-height: 45px; padding-left: 20px; color: #aaa; font-size: 13px; } .channelName ul li:not(.channelName-choose):hover { background: #353535; } .channelEpg ul { width: 100%; } .channelEpg ul li { width: 100%; height: 45px; line-height: 45px; padding-left: 20px; color: #fff; font-size: 12px; border-bottom: 1px solid rgba(0, 0, 0, 0.4); color: #666; } .channelEpg ul li:not(.epgnotcheck):hover { color: #aaa; } .noEpg { text-align: center; padding-top: 80px; color: #aaa; } .video-playarea { width: 800px; height: 540px; display: flex; align-items: center; background: #000; position: relative; } .peopleNum { position: absolute; top: 14px; right: 70px; color: #fff; font-size: 14px; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ .channelName::-webkit-scrollbar, .channelEpg::-webkit-scrollbar { width: 3px; background-color: #fff; } /*定义滚动条轨道 内阴影+圆角*/ .channelName::-webkit-scrollbar-track, .channelEpg::-webkit-scrollbar { background-color: #383838; } /*定义滑块 内阴影+圆角*/ .channelName::-webkit-scrollbar-thumb, .channelEpg::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #666666; } /*定义最上方和最下方的按钮*/ .channelName::-webkit-scrollbar-button, .channelEpg::-webkit-scrollbar-button { display: none; } .curplayInfo { width: 1200px; margin: 20px auto; margin-bottom: 0px; } .nnisplaying { font-size: 17px; border-left: 2px solid #068358; padding-left: 8px; color: #fff; position: absolute; bottom: 8px; left: 10px; } .curepg { font-size: 15px; color: #666666; } .bd_w { background-color: #fff; position: relative; } /*-日历样式-*/ .flex_i { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; } .flex_auto { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } /* .calendar_header { padding: 0.25rem 0.5rem 0; } */ .switch_month { border: 0; background-color: transparent; padding: 0.5rem 1rem; background: #068358; color: #fff; height: 45px; width: 45px; font-size: 22px; display: flex; align-items: center; justify-content: center; } .switch_month:active { background-color: #068358; } .calendar_info { text-align: center; height: 45px; line-height: 45px; background: #000; color: #fff; font-size: 16px; } .calendar_tr { font-size: 0.75rem; width: 100%; display: flex; background: #000; color: #fff; position: absolute; top: 46px; border-bottom: 4px solid #068358; } /* .calendar_tr:after { content: ""; display: block; clear: both; padding: 0 1%; } */ .calendar_tr>li { /* float: left; */ width: calc(100% / 7); text-align: center; padding: 0.5rem 0; position: relative; line-height: 25px; cursor: pointer; font-size: 12px; } .calendar_week { border-bottom: solid 1px #ddd; } .calendar_week>li { padding: 1rem 0; } .notnowmonth { color: #aaa; } /* .calendar_day_bar { padding: 0.5rem 0; } */ .calendar_day:not(.notcheck):not(.calendar_day_act):hover { background: #292929; } .calendar_day_i { display: inline-block; width: 100%; height: 25px; line-height: 25px; /* width: 2rem; height: 2rem; line-height: 2rem; */ } .calendar_day_act { background-color: #068358; color: #fff; /* border-radius: 50%; */ } .calendar_today_act { background-color: #068358; color: #fff; } .calendar_today { position: relative; } .today_i { display: block; position: absolute; bottom: -webkit-calc(100% - 0.875rem); bottom: calc(100% - 0.5rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 2rem; line-height: 1rem; background-color: #333; color: #fff; font-size: 0.5rem; } .today_i:before { content: ""; display: block; border: solid 0.15rem transparent; border-bottom: 0; border-top-color: #333; border-left-width: 0.25rem; border-right-width: 0.25rem; width: 0; height: 0; position: absolute; top: 100%; left: 0; right: 0; margin: auto; } .br_b_ccc { border-bottom: solid 1px #ccc; } .ric_calendar .calendar_header { padding: 0 1.5rem; } .ric_calendar .calendar_day_bar>li { padding: 0; } .ric_calendar .today_i { display: none; } .ric_calendar .notnowmonth { color: #eee; } .ric_calendar .calendar_day_bar { padding-bottom: 1rem; } .calendarday_bz1:after, .calendarday_bz2:after { content: ""; display: block; width: 0.375rem; height: 0.375rem; border-radius: 50%; background-color: #068358; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .calendarday_bz2:after { background-color: #ec612a; } .jcalendar_week .calendar_week>li, .jcalendar_week .calendar_tr>li { padding: 0; } .jcalendar_week .calendar_header { border-bottom: solid 1px #ddd; height: 45px; position: absolute; width: 100%; } /* .jcalendar_week .calendar_day_bar { padding: 0.75rem 0 0.25rem; } */ .jcalendar_week .calendar_week { /* padding-bottom: 1rem; */ font-size: 0.625rem; } .jc_week_act .calendar_day_i { background-image: url(../img/day_bd.png); background-size: 80% 80%; background-repeat: no-repeat; background-position: center; } /*--日历样式结束--*/ /*-弹框-*/ .pop_bd { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; } .pop_con { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 500px; width: 75%; background-color: #fff; border-radius: 1rem; padding: 1.5rem; } .pop_close { position: absolute; right: 0.5rem; top: 0.5rem; display: block; width: 1.5rem; text-align: center; height: 1.5rem; line-height: 1.5rem; font-size: 1.5rem; color: #666666; font-family: -webkit-body; font-family: body; border-radius: 0.25rem; } .pop_close:active { background-color: #eee; } .control { text-align: center; padding: 1rem 0; } .control>button { width: 2rem; height: 2rem; font-size: 1.25rem; border: solid 1px #aaa; background-color: transparent; } .control_val { height: 2rem; border: 0; background-color: #f5f5f5; text-align: center; } .setjc_st, .setjc_btn { height: 2.25rem; padding: 0 1rem; margin: 0.5rem 0; border-radius: 0.25rem; } .setjc_btn { background-color: #068358; color: #fff; border: 0; } .nowweek_btn { margin-right: 0.5rem; flex: 0.5; } .bg-container{ position: relative; overflow: hidden;} .bg-container .horizontal{ transition: all 0.3s; } @media screen and (min-width:100px) and (max-width:1200px){ .index, .list, .live, .page, .play , .search, .center { width:1200px!important; } }