﻿/* 2020.6.22 lry */
/* base */
@media screen and (max-width:980px) {
  .glyphicon {
    display: none;
  }

  .m-t-10 {
    padding-left: 0;
  }

  .top-nav li a {
    font-size: 12px;
  }
}

@media screen and (min-width:980px) {
  .top-nav li a {
    font-size: 18px;
  }
}

header {
  background: url(../../Images/head.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.head {
  padding: 40px 0 40px;
}

hr {
  margin: 10px;
}

.fs-20 {
  font-size: 20px;
}

.well {
  background-color: #fff;
}

.well img {
  width: 40%;
}

.content {
  min-height: 400px;
  min-width: 700px;
  margin-bottom: 20px;
    background-color: #efefef;
    border-radius: 15px;
    padding:10px;
}

.content .video {
  border: 1px solid #eee;
}

.list {
  list-style-type: circle;
  list-style-position: inside;
}

.list li {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #1a91ff;
  position: relative;
    border-radius:10px;
}

.list li a {
  font-size: 18px;
}

.list li:hover {
  box-shadow: 1px 2px 7px 3px #ddd;
}

.list li:hover a {
  color: #1a91ff;
}

.list div {
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.day {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  height: 24px;
}

.date {
  color: #ccc;
  font-size: 14px;
}

.footer {
  margin-top: 30px;
  background: url(../../Images/footer.jpg) 100% no-repeat;
  color: #fff;
  background-color: #f1f1f1;
  padding: 30px 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-t-10 {
  margin-top: 10px;
  padding-right: 0;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-10 {
  margin-bottom: 30px;
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.f-w-500 {
  font-weight: 500;
}

.show {
  display: block;
}

.full-button {
  width: 100%;
  padding: 10px;
}

.container {
  min-width: 700px;
}

.score {
  color: red;
}

.box {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px;
}

.tab-pane ul {
  padding: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.tab-pane ul li span {
  font-size: 12px;
  color: #ccc;
  float: right;
}

.tab-pane ul li a {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.tab-dynamic {
  border: none;
}

.tab-dynamic li a {
  font-weight: 700;
  font-size: 16px;
  border: none;
  margin-left: 5px;
}

.tab-dynamic li.active a,
.tab-dynamic li.active a:focus,
.tab-dynamic li.active a:hover {
  border: none;
  color: #1a91ff;
  border-bottom: 2px solid #1a91ff;

}

.logo {
  text-align: center;
  padding: 40px;
}

.logo img {
  width: 80%;
  height: 100%;
}

.login,
.login a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

.login a {
  text-shadow: #333 2px 2px 4px;
}

.login span {
  margin-right: 10px;
}

.login a:hover {
  color: #fff;
  transform: scale(1.1);
}

/* 搜索 */
.search {
  float: right;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

/* 搜索框 */
.search-input {
  color: white;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0.0);
  padding-left: 10px;
  transition: ease-out .2s;
}

.search-input:focus {
  width: 240px;
}

/* 搜索按钮 */
.right-search {
  position: relative;
  right: 0.625rem;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  float: right;
}

/* 白色字体 */
.font {
  font-size: 0.75rem;
  color: white;

}

.font:hover {
  color: #337ab7;
}

/* 面包屑 */
.breadcrumb {
  margin-bottom: 0;
  background-color: #fff;

}

.breadcrumb li:hover:not(:last-child) a {
  color: #1a91ff;
}

.img-pic {
  padding: 40px 0;
  text-align: center;
}

.img-pic img {
  margin: 20px auto;
}

/* 栏目标题 */
.panel-head {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f4f9ff;
}

.panel-head span {
  font-size: 16px;
  font-weight: 600;
  color: #3173ca;
}

.panel-head a {
  float: right;
  color: #666664;
  font-size: 14px;
  font-weight: none;
}

.panel-head a:hover {
  text-decoration: none;
}

/* 按钮样式重新定义 */
.dx-button {
  border-radius: 20px;
  background-color: #1a91ff;
  border: none;
}

/* 顶部导航 */
.nav-wrapper {
  position: relative;
}

.nav-container {
  box-shadow: 0px 2px 5px #66AFE9;
  margin: 0 auto;
  margin-top: -35px;
  padding: 0;
  border-radius: 5px;
}

.top-nav {
  background-color: #fff
}

.top-nav li a {
  padding: 0 15px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #eee;
}

.top-nav li a span {
  vertical-align:sub;
}

.nav-justified>li {
  padding: 15px 0;
}

.top-nav li:first-child a {
  border: none;
}

.top-nav li.active a,
.top-nav li.active a:focus,
.top-nav li.active a:hover {
  color: #1a91ff;
}

/* 轮播图 */
.carousel-caption {
  width: 40%;
  left: 90px;
  top: 60px;
  padding: 20px;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3 {
  font-size: 18px;
}

.carousel-caption p {
  text-align: left;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators .active {
  width: 50px;
  height: 5px;
  margin: 2px;
  border: none;
  background-color: #1a91ff;
}

.carousel-indicators li {
  width: 30px;
  height: 5px;
  margin: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.carousel-button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.carousel-control .glyphicon-chevron-left {
  margin-left: -35px;
}

.carousel-control .glyphicon-chevron-right {
  margin-right: -35px;
}

.tab-content ul::marker {
  color: #1a91ff !important;
}

.more {
  position: absolute;
  right: 20px;
  top: 15px;
}

.more:hover {
  color: #1a91ff;
}

/* 文章详情 */
.article-content {
  min-height: 350px;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.min-tit {
  vertical-align: sub;
  margin-left: 3px;
}

.article-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.article-subtitle {
  text-align: center;
  color: #b1b1b1;
  border-bottom: 1px solid #eee
}


/* 视频列表 */
.videos-tit {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 8px;
}

.video-titxt {
  position: relative;
  display: inline-block;
  font-size: 28px;
  z-index: 1;
  font-weight: 600;
}

.video-titxt::before {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
  width: 30px;
  height: 30px;
  content: '';
  background-color: #fff;

}

.video-titxt::after {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -2;
  width: 30px;
  height: 30px;
  content: '';
  background-color: #fff;
  border: 1px solid #1a91ff;
}

.video-info {
  padding: 2px;
}

.video-info h4 {
  font-weight: 700;
  font-size: 18px;
}

.video-buttons {
  text-align: right;
}

.video-buttons a {
  margin-right: 10px;
  color: #777;
  border: none;
}

.video-buttons a:hover,
.video-buttons a:focus {
  color: #1a91ff;
}

.video-box {
  background-color: #fff;
  transition: ease-out .3s;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #eee;
  cursor: pointer;
}

.video-box:hover {
  transform: translateY(-5px);
}

.video-con .row .col {
  margin-top: 20px;
  position: relative;
  background-color: #fff;
  z-index: 99;
}

.video-con .row .col::after {
  content: "";
  width: 270px;
  height: 35px;
  position: absolute;
  left: 15px;
  bottom: -8px;
  z-index: -99;
  background: url(../../Images/li-shadow.png) top center no-repeat;
}

.video-box button {
  color: #fff;
  background-color: #1a91ff;
}

.video-box button:hover,
.video-box button:focus {
  background-color: #5989ff;
  color: #fff;
}

.video-box img {
  width: 100%;
  height: 120px;
}

.video-info label {
  margin-left: 5px;
}

.video-info h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 40px;
}

.video-info span span {
  color: #329eff;
  font-size: 14px;
}

.bar {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 38px;
  margin: 3px 6px 0 6px;
  background: url(../../Images/avrg.png) no-repeat;
  background-size: 100% 100%;
}

/* 视频详情 */
.course {
  background-color: #fff;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
}

.course .title {
  font-weight: 700;
  margin-bottom: 10px;
  width: 300px;
}

.course ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.course ul li {
  display: table-cell;
  padding: 0 10px;
  font-weight: 500;
}

.course ul li a {
  padding: 10px;

}

.course ul .active {
  border-bottom: 5px solid #1a91ff;
  color: #1a91ff;
}

.dx-panel .panel-heading {
  border-top: 0px;
  border-right: 0;
}

.dx-panel .panel-title {
  border-left: 5px solid #1a91ff;
}

.dx-panel .course-head {
  padding-top: 10px;
  border-top: 0px;
  border-right: 0;
  border-bottom: 1px solid #d6d6d6;
}

.dx-panel .course-title {
  border-left: 5px solid #1a91ff;
  font-weight: 700;
}

.dx-panel .course-title span {
  margin-left: 10px;
}

.dx-panel {
  margin-bottom: 0;
  border: none;
}

/* 视频学习 */
.video {
  height: 130px;
  padding: 10px 10px 10px 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: ease-out .2s;
}

.video img {
  transition: ease-out .2s;
}

.video:hover {
  box-shadow: 1px 2px 7px 3px #ddd;

}

.video:hover img {
  transform: scale(1.1);
  opacity: .8;
}

.video h4 a {
  font-size: 16px;
}

.video-img {
  width: 200px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 0;
  vertical-align: top;
  border-radius: 10px 0 0 10px;
}

.video-img::before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  opacity: .3;
  background: linear-gradient(to bottom, transparent 0, rgba(18, 17, 19, .2) 60%, #121113 100%);
}

.video-img img {
  width: 200px;
  height: 130px;
}

a.video-img:hover,
a.video-img:focus,
a.video-img.active {
  border-color: #337ab7;
}

.table>tbody>tr>td {
  border: none;
  vertical-align: middle !important;
}

.page-container {
  text-align: center;
}

/* tabscroll */
.affixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 3;
}

.J_tab_scroll_title li a {
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
}

.scroll-title {
  height: 46px;
}

.bge {
  background-color: #eee;
}

.col.col-xs-6.col-md-6 {
  z-index: 999;
}