@charset "UTF-8";
.myrow {
  margin-right: -8px;
  margin-left: -8px;
}

.mycol {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
}
.mycol.no-mt {
  margin-top: 0px;
}

.col-left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .col-left {
    flex: 0 0 calc(100% - 362px);
    max-width: calc(100% - 362px);
  }
}

.col-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .col-right {
    flex: 0 0 362px;
    max-width: 362px;
    padding-left: 18px;
  }
}

.mt {
  margin-top: 16px;
}

.ad-banner {
  background-color: #f0f0f0;
  margin-top: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.ad-block {
  background-color: #f0f0f0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-right: 8px;
  margin-left: 8px;
}

.ad-top-right {
  display: none;
}
@media screen and (min-width: 992px) {
  .ad-top-right {
    display: block;
  }
}

.divide {
  display: flex;
  margin-right: 2px;
  margin-left: -1px;
  height: 100%;
}
.divide .d {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.divide .d-5 {
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
}
.divide .d-5 .title-frame {
  bottom: 40px !important;
}
.divide .d-5 .main-title {
  font-size: 22px !important;
}
.divide .d-5 .main-title .dtsprite-free-icon {
  width: 22px !important;
  height: 22px !important;
}

.divide .vd-5 .main-title .dtsprite-free-icon {
  width: 18px !important;
  height: 18px !important;
}

.news-frame.main .main-title .dtsprite-free-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.divide .d-6 {
  flex: 0 0 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
}
.divide .d-6 .title-frame {
  bottom: 40px !important;
}
.divide .d-6 .main-title {
  font-size: 20px !important;
}
.divide .d-4 {
  flex: 0 0 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
}
.divide .d-4 .title-frame {
  bottom: 40px !important;
}
.divide .d-4 .main-title {
  font-size: 20px !important;
}
.divide .d-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
}
.divide .d-3 .title-frame {
  bottom: 40px !important;
}
.divide .d-3 .main-title {
  font-size: 18px !important;
}
.divide .vd-5 {
  position: relative;
  height: 50%;
}
.divide .vd-5:first-child .title-frame {
  bottom: 20px !important;
}
.divide .vd-5:last-child {
  margin-top: 2px;
}
.divide .vd-5 .title-frame {
  bottom: 30px !important;
}
.divide .vd-5 .main-title {
  font-size: 18px !important;
}
.divide .vd-5 .frame {
  height: 50% !important;
}

.advertise {
  background-color: #e1e1e1;
  color: #555555;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertise.h-100 {
  height: 100px;
}
.advertise.h-201 {
  height: 201px;
}

.edm-frame .adtext {
  font-size: 14px;
  color: #333333;
  text-align: right;
  font-weight: 300;
}
.edm-frame .content {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
  border-top: 2px solid #555555;
  background-color: #e9e9e9;
}
.edm-frame .content ul {
  list-style-type: square;
  margin: 0px;
  padding-inline-start: 16px;
  padding-left: 16px;
}
.edm-frame .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.edm-frame .content .e_link {
  font-size: 18px;
  text-decoration: none;
  color: #111111;
}
.edm-frame .content .e_link:hover {
  color: #F49C00;
}

.slideshow-moble {
  margin-top: 16px;
}
@media screen and (min-width: 576px) {
  .slideshow-moble {
    display: none;
  }
}

.slideshow-pc {
  display: none;
}
@media screen and (min-width: 576px) {
  .slideshow-pc {
    display: block;
  }
}

.news-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  height: 250px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .news-frame {
    height: 200px;
  }
}
.news-frame.main {
  height: 300px;
}
@media screen and (min-width: 576px) {
  .news-frame.main {
    height: 350px;
  }
}
.news-frame.main .slideshow {
  height: 300px;
}
@media screen and (min-width: 576px) {
  .news-frame.main .slideshow {
    height: 350px;
  }
}
.news-frame.main img.main-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-frame.main img.main-photo.research {
  object-position: top;
}
.news-frame.main .title-frame {
  position: absolute;
  bottom: 35px;
  left: 15px;
  z-index: 2;
  padding: 0px 10px;
}
.news-frame.main .title-frame a{
	text-decoration: none;
}
.news-frame.main .title-frame1 {
  position: absolute;
  bottom: 96px;
  left: 15px;
  padding: 0px 10px;
}
.news-frame.main .main-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-frame.main .main-title:hover {
  color: #f49c00;
}
@media screen and (min-width: 576px) {
  .news-frame.main .main-title {
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: unset;
  }

  .news-frame.main .main-title .dtsprite-free-icon {
    width: 24px;
    height: 24px;
  }


  .news-frame.main .title-frame1 {
	  bottom: 105px;
	}
}
.news-frame.main .frame {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40%;
  z-index: 1;
}
.news-frame.main .label {
  border-radius: 1px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
}
.news-frame.main .label.iot {
  background: rgba(0, 116, 200, 0.9);
}
.news-frame.main .label.tech {
  background: rgba(244, 156, 0, 0.9);
}
.news-frame.main .label.column {
  background: rgba(226, 35, 26, 0.9);
}
.news-frame.main .label.opinion {
  background: rgba(71, 161, 65, 0.9);
}
.news-frame .background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-frame .frame {
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7) 40%, #000);
  position: absolute;
  bottom: 0px;
}
.news-frame .label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  z-index: 3;
  padding: 3px 8px 3px 8px;
}
.news-frame .label.iot {
  background: rgba(0, 116, 200, 0.9);
}
.news-frame .label.tech {
  background: rgba(244, 156, 0, 0.9);
}
.news-frame .title {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-frame .title:hover {
  color: #f49c00;
}

.news-frame .title .free-icon {
  width: 20px;
  vertical-align: sub;
  margin-right: 3px;
  margin-bottom: 1px;
}

.video-frame-top {
  position: relative;
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 576px) {
  .video-frame-top {
    height: 220px;
  }
}
.video-frame-top iframe {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 440px;
  pointer-events: none;
  transform: scale(1.2);
}
.video-frame-top .label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  padding: 3px 8px 3px 8px;
}
.video-frame-top .label.iot {
  background: rgba(0, 116, 200, 0.7);
}
.video-frame-top .label.tech {
  background: rgba(244, 156, 0, 0.7);
}
.video-frame-top .title {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 10px;
}

.video-frame {
  position: relative;
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 576px) {
  .video-frame {
    height: 200px;
  }
}
.video-frame iframe {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
  transform: scale(1.2);
}
.video-frame .label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  padding: 3px 8px 3px 8px;
}
.video-frame .label.iot {
  background: rgba(0, 116, 200, 0.8);
}
.video-frame .label.tech {
  background: rgba(244, 156, 0, 0.7);
}
.video-frame .frame {
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7) 40%, #000);
  position: absolute;
  bottom: 0px;
}
.video-frame .title {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 10px;
}

.video-frame2 {
  position: relative;
  height: 285px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
}
.video-frame2 iframe {
  position: absolute;
  top: -142.5px;
  left: 0;
  width: 100%;
  height: 570px;
  pointer-events: none;
}
.video-frame2 .label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  padding: 3px 8px 3px 8px;
}
.video-frame2 .label.tech {
  background: rgba(244, 156, 0, 0.5);
}

.research-frame {
  height: 250px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  padding: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .research-frame {
    height: 200px;
  }
}
.research-frame .main-photo {
  width: 100%;
}
.research-frame .title-frame {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  height: 64px;
  padding: 10px 10px;
  overflow: hidden;
}
.research-frame .title {
  width: 100%;
  color: #ffffff;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*
  overflow : hidden;
  &.ellipsis{
  	text-overflow : ellipsis;
  	white-space : nowrap;
  }*/
}
.research-frame .title .label {
  background-color: rgba(244, 156, 0, 0.8);
  font-size: 12px;
  color: #ffffff;
  border-radius: 2px;
  padding: 2px 7px;
  margin-right: 5px;
}



.business-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  width: 100%;
  background: #ffffff;
  padding-bottom: 16px;
}
.business-frame .logo-wrapper {
  height: 180px;
  background-color: #0074C8;
  position: relative;
  display: flex;
  align-items: center;
}
.business-frame .logo-wrapper .square {
  display: flex;
  align-items: center;
  border: 3px solid #ffffff;
  width: 94px;
  height: 150px;
  position: absolute;
  left: 21%;
  /*for ie*/
  top: 50%;
  margin-top: -75px;
}
.business-frame .logo-frame {
  position: absolute;
  left: 30%;
  border: 8px solid #0074C8;
  background-color: #0074C8;
  /*for ie*/
  height: 128px;
  top: 50%;
  margin-top: -64px;
}
.business-frame .logo-frame .title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}
.business-frame .logo-frame .logo-img-frame {
  text-align: center;
  max-width: 160px;
  min-width: 160px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.business-frame .logo-frame .logo-img-frame .logo {
  max-width: 100%;
  max-height: 60px;
}
.business-frame .intro-frame {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.business-frame .intro-frame .intro {
  width: 90%;
}
.business-frame .intro-frame .intro .title {
  font-size: 16px;
  border-bottom: 1px solid #0074C8;
  color: #333333;
  padding-bottom: 2px;
}
.business-frame .intro-frame .intro .tag-frame {
  margin-top: 5px;
}
.business-frame .intro-frame .intro .tag-frame .label {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 300;
  background-color: #aaaaaa;
  padding: 3px 8px;
  transition: background-color 0.2s;
}
.business-frame .intro-frame .intro .tag-frame .label:hover {
  background-color: rgba(0, 116, 200, 0.9);
}
.business-frame .intro-frame .intro .content {
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
}



.analysis {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  height: 100%;
}
.analysis .main-title-frame {
  padding-top: 14px;
  padding-bottom: 5px;
  text-align: center;
}
.analysis .main-title-frame .main-title {
  font-size: 16px;
  margin-bottom: -10px;
}
.analysis .main-title-frame .hr {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #F49C00;
}

/*.analysis-container {
  height: 215px;
  margin-top: 5px;
}
.analysis-container .frame {
  padding-top: 10px;
  text-align: center;
}
.analysis-container .text {
  display: inline;
  min-width: 20px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #333333;
  padding: 2px 10px;
}
.analysis-container img {
  margin-top: 12px;
  height: 150px;
}*/

.book-frame {
  height: 210px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 20px;
  background: #ffffff;
  display: flex;
  position: relative;
}
@media screen and (min-width: 576px) {
  .book-frame {
    height: 250px;
    padding-right: 40px;
  }
}
.book-frame .logo {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 55px;
  height: 17.68px;
}
.book-frame .book-img {
  height: 80%;
}
@media screen and (min-width: 576px) {
  .book-frame .book-img {
    height: 100%;
  }
}
.book-frame .right {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.book-frame .right .top {
  width: 100%;
}
.book-frame .right .top .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
@media screen and (min-width: 576px) {
  .book-frame .right .top .title {
    font-size: 22px;
  }
}
.book-frame .right .top .author {
  margin-top: 3px;
  color: #333333;
  font-size: 12px;
}
.book-frame .right .top .content {
  margin-top: 5px;
  font-size: 13px;
  color: #444444;
}
@media screen and (min-width: 576px) {
  .book-frame .right .top .content {
    font-size: 15px;
    margin-top: 10px;
  }
}
.book-frame .right .bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .book-frame .right .bottom {
    position: relative;
  }
}
.book-frame .right .bottom .buy-btn {
  display: inline-block;
  border: 2px solid #F49C00;
  font-size: 14px;
  border-radius: 80px;
  padding: 3px 10px;
  color: #333333;
  background: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .book-frame .right .bottom .buy-btn {
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.event-img {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

.shadow {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 375px) {
  .widget-frame {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .widget-frame {
    flex-wrap: wrap;
  }
}

.widget-title {
  color: #333333;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}

.box-widget {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .box-widget {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media screen and (min-width: 768px) {
  .box-widget {
    flex: 0 0 100%;
    max-width: 100%;
    width: unset;
  }
}
.box-widget:last-child {
  margin-top: 16px;
}
@media screen and (min-width: 375px) {
  .box-widget:last-child {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .box-widget:last-child {
    margin-top: 16px;
  }
}
.box-widget .title {
  text-decoration: none;
  position: absolute;
  color: #ffffff;
  top: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  left: 50%;
  margin-left: -60px;
}
.box-widget .title:hover {
  border-bottom: 1px solid #ffffff;
}
.box-widget .title .dtsprite-box-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-top: 2px;
}
.box-widget .title .dtsprite-apple-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: 1px;
}
.box-widget .box-frame {
  position: relative;
  height: 180px;
}
@media screen and (min-width: 576px) {
  .box-widget .box-frame {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .box-widget .box-frame {
    height: 167px;
  }
}
.box-widget .box-frame .news-photo {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: blur(1px);
}
.box-widget .box-frame .bg-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.box-widget .box-frame .content {
  position: absolute;
  z-index: 3;
  left: 10px;
  right: 10px;
  bottom: 15px;
  width: calc(100% - 20px);
}
.box-widget .box-frame .title-frame {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.box-widget .box-frame .title-frame .main-title {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 2px solid #ffffff;
  padding: 4px 5px 4px 5px;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  .box-widget .box-frame .title-frame .main-title {
    padding: 4px 2px 4px 2px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (min-width: 414px) {
  .box-widget .box-frame .title-frame .main-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 500px) {
  .box-widget .box-frame .title-frame .main-title {
    padding: 4px 5px 4px 5px;
    font-size: 15px;
    line-height: 20px;
  }
}
.box-widget .box-frame .title-frame .main-title svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
@media screen and (min-width: 375px) {
  .box-widget .box-frame .title-frame .main-title svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
  }
}
@media screen and (min-width: 500px) {
  .box-widget .box-frame .title-frame .main-title svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
.box-widget .box-frame .title-frame .main-title .small {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 375px) {
  .box-widget .box-frame .title-frame .main-title .small {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 500px) {
  .box-widget .box-frame .title-frame .main-title .small {
    width: 18px;
    height: 18px;
  }
}
.box-widget .box-frame .title-frame .badge {
  display: inline-block;
  border-radius: 50%;
  min-width: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  color: #F44336;
  text-align: center;
  margin-left: 3px;
  margin-top: 2px;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .box-widget .box-frame .title-frame .badge {
    font-size: 10px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 500px) {
  .box-widget .box-frame .title-frame .badge {
    font-size: 12px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.box-widget .box-frame .title-frame:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.box-widget .box-frame .news-title {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 375px) {
  .box-widget .box-frame .news-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 414px) {
  .box-widget .box-frame .news-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 500px) {
  .box-widget .box-frame .news-title {
    font-size: 15px;
  }
}
.box-widget .box-frame .news-title:hover {
  text-decoration: underline;
}

.head {
  margin-top: 25px;
  margin-bottom: 10px;
  border-top: 1px solid #777777;
  margin-right: 8px;
  margin-left: 8px;
  flex: unset;
}

.latest-item {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  padding: 14px;
  min-height: 100%;
  height: 160px;
  background: #ffffff;
  border-top: 3px solid #555555;
}
.latest-item .title-frame {
  display: flex;
  justify-content: space-between;
}
.latest-item .title-frame .title {
  color: #333333;
  font-size: 16px;
  flex-basis: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.latest-item .title-frame .title:hover {
  color: #f49c00;
}

.latest-item .title-frame .photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.latest-item .info-frame {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 14px;
  padding: 0px 21px;
}
.latest-item .info-frame .date {
  color: #444444;
  font-family: "Dubai Light";
  font-size: 14px;
  font-weight: 300;
}
.latest-item .info-frame .type {
  display: inline-block;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px 2px 6px;
}
.latest-item .info-frame .type.iot {
  background: #0074C8;
}
.latest-item .info-frame .type.tech {
  background: #f49c00;
}

.latest-frame {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.latest-frame .label {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
}
.latest-frame .label.latest {
  background: #F49C00;
}

.opinion-list-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  border-top: 3px solid #333333;
}
.opinion-list-frame .main-title {
  display: inline-block;
  background: #333333;
  color: #ffffff;
  padding: 0px 12px 3px 12px;
}
.opinion-list-frame .opinion-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.opinion-list-frame .item-frame {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .opinion-list-frame .item-frame {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .opinion-list-frame .item-frame:nth-child(1), .opinion-list-frame .item-frame:nth-child(2) {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 576px) {
  .opinion-list-frame .item-frame:nth-child(1), .opinion-list-frame .item-frame:nth-child(3) {
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .opinion-list-frame .item-frame:nth-child(2), .opinion-list-frame .item-frame:nth-child(4) {
    padding-left: 8px;
  }
}
.opinion-list-frame .item-frame .avatar {
  width: 75px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .opinion-list-frame .item-frame .avatar {
    width: 85px;
  }
}
.opinion-list-frame .item-frame .left {
  text-align: center;
}
.opinion-list-frame .item-frame .right {
  margin-left: 16px;
  height: 100%;
  width: 100%;
}
.opinion-list-frame .item-frame .right .name {
  cursor: pointer;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: 1px solid #333333;
  font-size: 14px;
  transition: color 0.2s;
}
@media screen and (min-width: 1200px) {
  .opinion-list-frame .item-frame .right .name {
    font-size: 16px;
  }
}
.opinion-list-frame .item-frame .right .name:hover {
  color: #f49c00;
}
.opinion-list-frame .item-frame .title {
  cursor: pointer;
  color: #333333;
  margin-top: 10px;
  transition: color 0.2s;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .opinion-list-frame .item-frame .title {
    font-size: 18px;
  }
}
.opinion-list-frame .item-frame .title:hover {
  color: #f49c00;
}
.opinion-list-frame .item-frame .type {
  margin-top: 5px;
  display: inline-block;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px 2px 6px;
  background: #f49c00;
}

.ceo-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}
@media screen and (min-width: 576px) {
  .ceo-frame {
    display: flex;
  }
}
.ceo-frame img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .ceo-frame img {
    width: 180px;
    height: 120px;
    object-position: center;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .ceo-frame img {
    width: 220px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .ceo-frame img {
    width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .ceo-frame img {
    width: 220px;
  }
}
.ceo-frame .right {
  padding: 15px 15px;
  width: 100%;
}
.ceo-frame .right .label {
  display: inline-block;
  color: #ffffff;
  background: #333333;
  margin-bottom: 0px;
  padding: 2px 6px;
  margin-right: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ceo-frame .right .label {
    font-size: 16px;
  }
}
.ceo-frame .right .title {
  width: 100%;
  border-bottom: 2px solid #333333;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ceo-frame .right .title:hover {
  color: #f49c00;
}

@media screen and (min-width: 768px) {
  .ceo-frame .right .title {
    font-size: 18px;
  }
}
.ceo-frame .right .content {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .ceo-frame .right .content {
    font-size: 16px;
  }
}

.list-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  padding: 16px;
  height: 100%;
  background: #ffffff;
}
.list-frame .tab {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-bottom: 2px solid #f49c00;
}
.list-frame .tab .tab-title {
  color: #333333;
  padding: 3px 8px;
  cursor: pointer;
}
.list-frame .tab .tab-title.focus.new {
  background-color: #f49c00;
  color: #ffffff;
}
.list-frame .tab .tab-title.focus.popular {
  background-color: #E2231A;
  color: #ffffff;
}
.list-frame .tab .tab-title.focus.search {
  background-color: #00B050;
  color: #ffffff;
}
.list-frame .list:not(:first-child) {
  display: none;
}
.list-frame .title-frame {
  /*每日椽真*/
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid #f49c00;
}
.list-frame .title-frame .date {
  font-size: 13px;
  color: #555555;
}
.list-frame .description {
  /*每日椽真*/
  background-color: #f0f0f0;
  color: #333333;
  padding: 5px 8px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 1px;
}
.list-frame .main-title {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333333;
}
.list-frame .main-title.tax {
  border-bottom: 3px solid #f49c00;
  margin-bottom: 0px;
  padding: 0px 5px 2px 5px;
  display: flex;
  align-items: center;
}
.list-frame .main-title.tax .fax-icon {
  width: 18px;
  margin-right: 5px;
}
.list-frame .main-title.column {
  border-left: 3px solid #E2231A;
}
.list-frame .main-title.tech {
  border-left: 3px solid #f49c00;
}
.list-frame .main-title.iot {
  border-left: 3px solid #0074C8;
}
.list-frame .item-frame {
  border-bottom: 1px solid #f0f0f0;
}
.list-frame .item-frame:last-child {
  border-bottom: none;
}
.list-frame .item-frame a.link {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 40px;
  transition: background 0.1s;
}
.list-frame .item-frame a.link:hover {
  background: #f5f5f5;
}
.list-frame .item-frame a.link .rank {
  display: inline-block;
  border-radius: 100%;
  color: #ffffff;
  background: #999999;
  font-size: 12px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.list-frame .item-frame a.link .rank.tax {
  background: #f49c00;
}
.list-frame .item-frame a.link .time {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.list-frame .item-frame a.link .sub-title {
  color: #333333;
  white-space: nowrap;
  font-weight: bold;
}
.list-frame .item-frame a.link .title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-frame .item-frame a.link .title:hover {
  color: #f49c00;
}

.list-frame .item-frame a.link svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.research-big-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  padding: 11px;
  background-color: #ffffff;
  height: 100%;
}
.research-big-frame .photo {
  width: 100%;
  margin-bottom: 5px;
}
.research-big-frame .type {
  display: inline-block;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 6px 2px 6px;
  background: #f49c00;
}
.research-big-frame .type.sub {
  background: #aaaaaa;
  margin-left: 10px;
}
.research-big-frame .title {
  color: #333333;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.research-big-frame .title:hover {
  color: #f49c00;
}

.topic-frame {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
  height: 220px;
  color: #333333;
  position: relative;
}
.topic-frame.iot .main-title {
  background: #0074C8;
}
.topic-frame.tech .main-title {
  background: #F49C00;
}
.topic-frame .main-title {
  font-size: 14px;
  padding: 2px 7px;
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  top: 53%;
  left: 16px;
  z-index: 2;
  border-radius: 3px;
}
.topic-frame .photo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  filter: opacity(0.9);
}
.topic-frame .title {
  position: absolute;
  top: 65%;
  left: 0px;
  width: 100%;
  padding: 16px 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topic-frame .title:hover {
  color: #f49c00;
}

.topic-frame .title svg, .news-frame .title svg, .title-frame .title svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  vertical-align: sub;
}
.topic-frame .date {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #666666;
  font-size: 12px;
}

.social-media-frame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  text-decoration: none;
}
.social-media-frame .wrapper {
  text-align: center;
}
.social-media-frame .wrapper .logo-icon {
  width: 60px;
  height: 60px;
}
.social-media-frame .wrapper .title {
  margin-top: 3px;
  color: #ffffff;
  font-size: 15px;
}
.social-media-frame .wrapper .title .social-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
}
.social-media-frame .wrapper .title .dtsprite-yt-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}
.social-media-frame.tech {
  background-color: #ffb128;
}
.social-media-frame.tech .main-photo {
  background-color: #F49C00;
}
.social-media-frame.iot {
  background-color: #0092fb;
}
.social-media-frame.iot .main-photo {
  background-color: #0074C8;
}
.social-media-frame.column {
  background-color: #ea4d45;
}
.social-media-frame.video {
  background-color: #c5c5c5;
}
.social-media-frame:hover {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.swiper-button-next {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: auto;
  opacity: 0.9;
  z-index: 999;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: initial;
          text-decoration-style: initial;
  -webkit-text-decoration-color: initial;
          text-decoration-color: initial;
  height: 40px;
  width: 40px;
  background-color: #f49c00;
  margin-top: -20px;
  right: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next.box {
  background-color: transparent !important;
  margin-top: 0px;
  height: 20px;
  width: 28px;
  background-size: 15px 15px;
  top: 15px;
}
.swiper-button-next.box .dtsprite-next-white {
  width: 15px;
  height: 15px;
}
.swiper-button-next .dtsprite-next-white {
  width: 25px;
  height: 25px;
}
.swiper-button-next.swiper-button-disabled {
  background-color: black;
  display: none;
}

.swiper-button-prev {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.9;
  z-index: 999;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: initial;
          text-decoration-style: initial;
  -webkit-text-decoration-color: initial;
          text-decoration-color: initial;
  height: 40px;
  width: 40px;
  background-color: #f49c00;
  margin-top: -20px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev.box {
  background-color: transparent !important;
  height: 20px;
  width: 28px;
  margin-top: 0px;
  top: 15px;
}
.swiper-button-prev.box .dtsprite-next-white {
  width: 15px;
  height: 15px;
}
.swiper-button-prev .dtsprite-next-white {
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
}
.swiper-button-prev.swiper-button-disabled {
  background-color: black;
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 6px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
}

.swiper-pagination-bullet-active {
  background: #F49C00 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.8;
}

/*-----*/
.mycol a, .main-link a {
	text-decoration: none;
	color:#ffffff;
}

.item-frame1 .item_div {
  display: flex;
  align-items: center;    
  font-size: 14px;
  height: 40px;
  transition: background 0.1s;
  border-bottom: 1px solid #f0f0f0;
}

.item-frame1 .item_div:hover {
  background: #f5f5f5;
}

.list-frame .item-frame1 .rank {
  display: inline-block;
  border-radius: 100%;
  color: #ffffff;
  background: #999999;
  font-size: 12px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.list-frame .item-frame1 a.link .rank.tax {
  background: #f49c00;
}

.list-frame .item-frame1 a.link {
  color: #333333;
}

.list-frame .item-frame1 a.link .sub-title {
  white-space: nowrap;
  font-weight: bold;
}

.list-frame .item-frame1 a.link .sub-title:hover {
	color: #f49c00;
}


.list-frame .item-frame1 .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-frame .item-frame1 .title a:hover {
	color: #f49c00;
}

.news-frame a label {
	cursor: pointer; 
}

.video-frame-top-landing {
  position: relative;
  height: 167px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.35);
}

.video-frame-top-landing iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 167px;
  pointer-events: none;
  transform: scale(1.2);
}


/*------*/
.type:hover {
	filter: brightness(1.1);
}

.label:hover {
	filter: brightness(1.1);
}

.mb-4 {
	margin-bottom: 1.5em;
}


.box_col .background {
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box_col .frame_t {
	height: 40%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7) 40%, #000);
    position: absolute;
    bottom: 0px;
}

.box_col .title_t {
	position: absolute;
    bottom: 10px;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box_col .label_t.col {
    background: rgba(226, 35, 26, 0.9);
}

.box_col .label_t {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    z-index: 3;
    padding: 3px 8px 3px 8px;
	width: 62px;
}

.topic-frame .title {
	max-height: 68px;
}

.swiper-button-prev {
	background-image: none;
}

.swiper-button-next {
	background-image: none;
}


.nou {
	margin-top: 12px;
}

.business-frame .intro-frame .intro .content {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 142px;
}


.ceo-frame .right .title {
	width: 75% \9;
}

.ceo-frame .right .content {
	max-height: 48px;
	width: 75% \9;
}

.book-frame .right .top .content {width: 73% \9;}
.book-frame .right .bottom {width: 73% \9;}

.opinion-list-frame .item-frame .right {width: 76% \9;}

.item-frame1 .item_div {
	display: block \9;
	overflow: hidden \9;
    text-overflow: ellipsis \9;
    white-space: nowrap \9;
	line-height: 38px \9;
}

.list-frame .item-frame {
	display: block \9;
	overflow: hidden \9;
    text-overflow: ellipsis \9;
    white-space: nowrap \9;
}

.list-frame .item_div {
	display: block \9;
	overflow: hidden \9;
    text-overflow: ellipsis \9;
    white-space: nowrap \9;
}