.global-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  color: #000;
  font-size: 12px;
}

.global-footer .footer-link a,
.global-footer .footer-link span,
.footer-doc a,
.footer-doc span {
  color: #000;
  padding: 5px 0;
  display: inline-block;
}

.global-share {
  position: relative;
  cursor: pointer;
}

.global-share-wrapper {
  position: absolute;
  top: 0;
  left: -105px;
  width: 100px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 8px 20px #ddd;
  box-shadow: 0 8px 20px #ddd;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.notransform .global-share-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
}

.global-share-wrapper.open {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-share-wrapper a {
  float: left;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.global-share-wrapper .weixin,
.global-share-wrapper .weibo {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
}

.global-share-wrapper .weibo::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 10px;
  height: 30px;
  width: 1px;
  background-color: #ddd;
}

.global-share-wrapper .icon-weixin {
  font-size: 18px;
}

.global-share-wrapper .weixin-qcode {
  display: none;
  padding: 4px;
}

.global-wxshare-pop {
  background: rgba(0, 0, 0, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  display: none;
}

.global-wxshare-pop .pop-close {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
}

.global-wxshare-pop img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.global-wxshare-pop .pop-close .icon-close {
  font-size: 30px;
}

.footer-doc a,
.footer-doc span {
  padding: 0;
}

.footer-doc img {
  width: 12px;
  margin-right: 4px;
}

.global-footer .footer-link span,
.footer-doc span {
  padding: 0 10px;
}

.footer-copyright {
  font-size: 10px;
}

.global-header {
  background-color: #fff;
  height: 67px;
  top: 0;
  width: 100%;
  z-index: 1;
  border-bottom: solid 1px #ccc;
}

.global-header .container {
  padding: 0;
}

.header-logo {
  float: left;
  /*    padding: 7px 6px 6px 7px;*/
}

.header-logo img {
  width: auto;
  height: 65px;
  margin-left: 10px;
}

.header-logo img.logo-china {
  padding: 4px 8px 10px 18px;
  height: 28px;
  margin-bottom: 16px;
}

.header-tool {
  height: 65px;
  float: right;
}

.header-tool a {
  width: 65px;
  height: 65px;
  padding-top: 8px;
  float: left;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.header-tool a:hover {
  color: #000;
  text-decoration: none;
}

.header-tool a .toshiba-icon {
  font-size: 40px;
}

.header-search {
  border-right: 1px solid #ddd;
}

.toshiba-mark-logo {
  position: absolute;
  left: 10px;
  top: 20px;
  width: auto;
  z-index: 9999999;
}

.global-nav {
  display: none;
  position: fixed;
  height: 100%;
  padding: 40px;
  width: 100%;
  top: 66px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  z-index: 999999;
}

.global-nav ul {
  padding-bottom: 40px;
}

.global-nav ul li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.global-nav ul li a {
  color: #000;
  padding: 15px 0;
  display: block;
  letter-spacing: 4px;
}

ul.global-nav-child {
  display: none;
  padding-bottom: 0;
}

.global-nav-child.open {
  display: block;
}

.global-nav-child li {
  padding-left: 20px;
}

.global-nav-child li:nth-last-child(1) {
  border-bottom: none;
}

.global-nav .nav-control {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0;
  color: #333;
}

.menu-list-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  position: relative;
  color: #333;
  letter-spacing: 4px;
}

.header-video {
  padding: 0;
  width: 100%;
  position: relative;
}

.header-video-play {
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 14px;
  padding: 8px 20px;
}

.menu-list-title::before {
  width: 14px;
  height: 14px;
  background-color: #e62015;
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-right: 10px;
}

.menu-list-more {
  float: right;
  color: #333;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #fce9e9;
  margin-right: -5px;
}

.menu-list-wrapper {
  margin-bottom: 20px;
}

.img-text-list ul {
  margin-left: -2px;
}

.img-text-list ul li {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  text-align: center;
}

.img-text-list ul li img {
  width: auto;
  /* height: 70%; */
}

.img-text-list ul li span {
  display: none;
}

.img-text-list ul li a {
  padding: 10px 0;
  padding-bottom: 5px;
  border: 2px solid #ddd;
  width: 25%;
}

.img-text-list ul li a img {
  margin-bottom: 10px;
}

.img-text-list ul li p {
  font-weight: 700;
  color: #333;
}

.article-list ul li {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
  border: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-box-shadow: 0px 8px 30px #ddd;
  box-shadow: 0px 8px 30px #ddd;
  position: relative;
}

.article-list ul li.article-hot {
  padding-top: 0;
}

.article-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 4px;
  display: inline-block;
}

.article-desc {
  color: #333;
  padding-left: 15px;
}

.articlelist-list .article-item .article-desc {
  padding-right: 8px;
}

.article-marks {
  /*    position: absolute;
    right: 15px;
    top: 15px;*/
  padding: 8px;
}

.article-mark {
  padding: 4px 14px;
  font-size: 12px;
}

.article-mark.mark-blue {
  background-color: #e6eaf5;
  color: #333;
}

.article-cover {
  display: none;
}

.article-mark.mark-green {
  background-color: #e4efe9;
  color: #333;
}

.article-time {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 12px;
  color: #333;
}

.article-hot-cover {
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}

.article-hot .article-title {
  margin-top: -30px;
}

.article-hot .article-marks {
  top: initial;
  bottom: 20px;
}

.article-hot .article-time {
  bottom: 80px;
}

.menu-video {
  background-color: #fff;
  padding-bottom: 10px;
}

.menu-video .menu-list-wrapper,
.menu-history .menu-list-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

#video-swiper-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.menu-history .menu-list-wrapper {
  margin-right: 0;
  margin-bottom: 10px;
}

.menu-history {
  background-color: #fff;
  padding-right: 0;
}

.swiper-container {
  width: 100%;
}

.video-swiper-container .swiper-slide .icon-play {
  color: #fff;
  position: absolute;
  z-index: 10;
  font-size: 30px;
  display: none;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.video-swiper-container .swiper-slide.swiper-slide-active .icon-play {
  display: block;
}

.video-views {
  display: none;
}

.swiper-wrapper {
  height: auto;
  padding: 30px 0;
}

.video-swiper-container {
  height: 200px;
}

.video-swiper-container .swiper-wrapper {
  height: 200px;
}

.swiper-video-title,
.swiper-video-date {
  position: absolute;
  z-index: 10;
  font-size: 12px;
  margin-top: 30%;
}

.swiper-video-title {
  color: #fff;
  left: -18%;
}

.swiper-video-date {
  color: #333;
  right: -18%;
}

.swiper-slide {
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.swiper-slide-active img {
  z-index: 1;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.menu-history .menu-list-wrapper {
  position: relative;
}

.history-wrapper {
  overflow: hidden;
  min-height: 420px;
}

.history-wrapper img {
  width: auto;
  float: left;
}

.history-content {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}

.history-content img {
  display: block;
  margin: auto;
  width: 50%;
}

.history-content .history-text {
  margin-top: 20%;
  width: 100%;
  text-align: center;
  font-size: 32px;
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 54px;
}

.history-content .history-text span {
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0px;
  font-style: italic;
}

.history-content .history-btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.history-content .history-btn a {
  background-color: #f00;
  padding: 12px 30px 12px 30px;
  color: #fff;
}

.global-sidebar {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 1000;
}

.global-sidebar a,
.global-sidebar .global-share {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 8px 20px #ddd;
  box-shadow: 0 8px 20px #ddd;
}

.global-sidebar a i.toshiba-icon {
  font-size: 20px;
  color: #333;
}

.global-sidebar .global-gototop i.toshiba-icon {
  color: #ee2526;
}

.global-sidebar .global-gototop {
  display: none;
  margin-bottom: 10px;
}

.global-sidebar .global-gototop:hover {
  text-decoration: none;
  color: #000;
}

/* articlelist */

.breadcrumb-wrapper {
  padding: 15px 0;
  color: #333;
}

.breadcrumb-wrapper ul li {
  display: inline-block;
}

.breadcrumb-wrapper ul li a {
  color: #333;
}

.breadcrumb-wrapper ul li a:hover {
  color: #000;
}

.breadcrumb-wrapper ul li.breadcrumb-arrow {
  padding: 0 5px;
  font-size: 12px;
}

.breadcrumb-wrapper ul li.breadcrumb-active a {
  letter-spacing: 4px;
  color: #000;
}

.swiper-title-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  /* background: url("../images/video-title-mask.png") repeat-x; */
  opacity: 0.5;
}

.article-sidebar-wrapper {
  background-color: #fff;
  margin-bottom: 10px;
}

.article-sidebar-wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-sidebar-wrapper ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 16.666667%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  border-right: 1px solid #f8f8f8;
}

.article-sidebar-wrapper ul li:nth-last-child(1) {
  border-right: none;
}

.article-sidebar-wrapper ul li.active {
  background-color: #fafafa;
}

.article-sidebar-wrapper ul li a {
  vertical-align: middle;
}

.article-sidebar-wrapper ul li img {
  width: 50%;
}

.article-sidebar-wrapper ul li.a p,
.article-sidebar-wrapper ul li.e p,
.article-sidebar-wrapper ul li.f p {
  margin-top: 10px;
}

.global-marks {
  margin-bottom: 10px;
}

.global-marks h3,
.article-sidebar-wrapper h3,
.article-same h3 {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-sidebar-wrapper h3 {
  background-color: #f7f7f7;
}

.global-marks ul {
  margin-right: -6px;
}

.global-marks ul li {
  margin-bottom: 6px;
  margin-right: 6px;
  float: left;
}

.global-marks ul li a {
  padding: 10px;
  display: block;
  border-radius: 2px;
  color: #fff;
  background-color: #a0a0a0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-marks ul li a:hover {
  color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.article-item {
  background-color: #fff;
  margin-bottom: 20px;
}

.article-tags {
  padding: 5px;
  padding-left: 15px;
}

.article-tags a {
  color: #039;
  display: inline-block;
  margin-right: 5px;
}

.article-tags a:hover {
  color: #000;
}

.articlelist-list li .article-item,
.article-same li .article-item {
  padding-bottom: 10px;
}

.articlelist .articlelist-list .article-title,
.article-same .article-title {
  padding-top: 10px;
  width: 100%;
}

.articlelist .articlelist-list .article-cover,
.article-same .article-cover {
  display: block;
  max-height: none;
}

.articlelist .articlelist-list .article-marks,
.article-same .article-marks {
  position: static;
  padding-left: 5px;
  margin: 5px 0;
  display: inline-block;
}

.article-same .article-marks {
  padding-left: 15px;
}

.articlelist .articlelist-list .article-desc,
.article-same .article-desc {
  margin-top: 10px;
}

.articlelist .articlelist-list .article-time,
.article-same .article-time {
  position: static;
  text-align: right;
  display: inline-block;
  padding: 10px;
  padding-left: 15px;
}

.loadmore {
  width: 100%;
}

.loadmore a {
  color: #000;
  background-color: #e2e2e2;
  display: block;
  letter-spacing: 5px;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.loadmore a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.article-view {
  margin-bottom: 20px;
}

.article-view-wrapper {
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
}

.article-view-wrapper .article-tags {
  padding-left: 0;
  margin-bottom: 10px;
}

.article-view-img {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.article-img-mask {
  position: absolute;
  bottom: 0;
  left: 0;
}

.article-view-title {
  position: relative;
  margin-top: -50px;
}

.article-view-title h1,
.article-view-title h2 {
  font-size: 18px;
}

.article-view-infos span {
  display: inline-block;
}

.article-view-infos span.mark {
  padding: 3px 6px;
}

.article-view-infos {
  padding: 10px 0;
}

.article-view-infos span {
  margin-right: 5px;
}

.article-view-infos .article-view-date {
  margin-right: 10px;
  color: #333;
}

.article-view-infos .mark.blue {
  color: #333;
  background-color: #e5e9f4;
}

.article-view-outlines {
  color: #333;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

.article-view-outlines ul {
  padding-left: 10px;
}

.article-view-outlines em {
  font-style: normal;
  font-size: 12px;
}

.article-view-outlines ul li {
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
}

.article-view-outlines ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ec5862;
  position: absolute;
  left: -10px;
  top: 8px;
}

.article-view-content {
  padding: 20px 0;
  color: #333;
}

.article-view-content p {
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: justify;
}

.article-view-content img {
  margin: 0px auto 10px auto;
  width: 80%;
}

.article-view-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.header-video-infos {
  position: absolute;
  top: 20%;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.header-video-infos p.h1 {
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-size: 30px;
  text-shadow: 2px 3px 2px #000;
}

.header-video-infos p,
.header-video-infos span {
  font-size: 12px;
}

.header-video-infos span {
  padding-top: 10px;
  display: block;
  width: 100%;
}

.header-video-infos .header-video-play {
  position: relative;
  bottom: 10%;
  left: initial;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  margin-top: 10%;
}

.global-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}

.global-layer-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.global-layer-content {
  width: 100%;
  height: 100%;
  top: 0%;
  position: absolute;
  left: 0;
}

.video-js {
  position: absolute;
  left: 0;
  top: 0;
}

.global-layer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}

.global-layer-close:hover {
  color: #fff;
  text-decoration: none;
}

.global-layer-close .icon-close {
  font-size: 30px;
}

.page-videolist {
  background-color: #fff;
}

.videolist {
  padding: 0;
}

.videolist-wrapper {
  padding-bottom: 10px;
}

.videolist-wrapper .loadmore {
  padding: 0 10px;
}

.videolist-wrapper ul li {
  border-bottom: 1px solid #ddd;
}

.videolist-wrapper ul li:nth-last-child(1) {
  border-bottom: none;
}

.videolist-wrapper ul li a {
  display: block;
  padding: 10px;
  padding-bottom: 20px;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.videolist-wrapper .videolist-cover {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.videolist-wrapper .videolist-cover img {
  display: block;
}

.videolist-wrapper ul li .videolist-title {
  position: absolute;
  font-size: 22px;
  bottom: 10px;
  left: 15px;
  font-weight: 700;
  text-shadow: 2px 3px 2px #000;
}

.videolist-wrapper ul li .icon-play {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 40px;
}

.videolist-wrapper ul li .videolist-desc {
  color: #333;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}

.videolist-wrapper ul li .videolist-date {
  color: #333;
  padding-left: 15px;
}

.page-field {
  background-color: #fff;
}

.field-content h2 {
  color: #333;
  font-size: 30px;
}

.field-content-desc {
  color: #333;
  line-height: 2;
  margin: 20px 0;
}

.field-list ul {
  width: 100%;
  margin-bottom: 30px;
}

.field-list ul.otherlist {
  margin-bottom: 4px;
}

.field-list ul span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.field-list ul li {
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}

.field-list ul.otherlist li {
  margin-bottom: 4px;
}

.field-list .content {
  position: relative;
}

.field-list .content img {
  display: block;
}

.field-list .content p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.field-list .b8 {
  width: 66.66666667%;
}

.field-list .b4 {
  width: 33.33333333%;
}

.field-list .b3 {
  width: 25%;
}

.field-list .b6 {
  width: 50%;
}

.article-hot-mask {
  display: none;
}

.article-video-wrapper {
  position: relative;
  padding-top: 56.3%;
  margin-bottom: 10px;
}

.article-video-wrapper .video-js .vjs-big-play-button {
  display: block !important;
  border-radius: 50%;
  height: 3em;
  font-size: 2em;
  border-width: 3px;
  left: 50%;
  top: 50%;
  bottom: initial;
  right: initial;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.article-video-wrapper .video-js.vjs-playing .vjs-big-play-button {
  display: none !important;
}

.article-video-wrapper
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  top: 22%;
  left: 32%;
  width: auto;
  height: auto;
}

.sims .menu-list-wrapper,
.sims-relatednews .menu-list-wrapper {
  margin-bottom: 0;
}

.menu-list-wrapper .sims-bg {
  background: url(../images/main-hero.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.sims-list ul li a {
  color: #fff;
  padding: 30px 0;
  display: block;
}

.sims-list .sims-item-desc {
  display: none;
}

.sims-top {
  padding: 0 20px 40px 20px;
}

.sims-top .high-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.sims-top p {
  font-size: 16px;
}

.sims-bg {
  padding-top: 40px;
}

.sims-list ul li {
  font-size: 16px;
}

.sims-list ul li .a {
  background: url(../images/left-image-mobile.jpg) no-repeat center center;
  background-size: cover;
}

.sims-list ul li .b {
  background: url(../images/center-image-mobile.jpg) no-repeat center center;
  background-size: cover;
}

.sims-list ul li .c {
  background: url(../images/right-image-mobile.jpg) no-repeat center center;
  background-size: cover;
}

.sims-list ul li p:nth-child(1) {
  margin-bottom: 10px;
}

.sims-list ul li {
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  pointer-events: none;
}

.sims-list.show ul li {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.sims-list.show ul li:nth-child(2) {
  transition-delay: 200ms;
}

.sims-list.show ul li:nth-child(3) {
  transition-delay: 400ms;
}

.menu-list-wrapper .article-title {
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-view-video {
  margin-bottom: 20px;
  position: relative;
  padding-top: 56.25%;
}

.article-view-video .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article-view-video .video-js .vjs-big-play-button {
  display: block !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 1.9em;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.article-view-video .video-js.vjs-has-started.vjs-playing .vjs-big-play-button {
  display: none !important;
}

.article-video-desc {
  text-align: center;
}

.index_new.history-btn .toshiba-icon {
  vertical-align: -1px;
  color: #f00;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
}

.index_new.history-btn a {
  background: none !important;
  padding: 0 !important;
  color: #f00 !important;
}

.index_new.history-btn a:hover {
  text-decoration: none !important;
}

.article-list-row {
  margin-left: -10px;
  margin-right: -10px;
}

.article-list-more {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.article-content-title {
  font-weight: bold;
  border-left: 2px solid #005b8d;
  font-size: 20px;
  padding: 15px 0 12px 14px;
  margin-bottom: 15px;
}
.article-img-tips{
  text-align: center;
  margin-top: 0;
}
