﻿#ScreenNews {
  z-index: 12;
  overflow: initial;
  background-color: #003a5a;
  width: 1920px;
  height: 1080px;
}
#ScreenNews #NewsTitle {
  position: absolute;
  top: 20px;
  left: 220px;
  font-size: 40px;
  text-transform: uppercase;
}
#ScreenNews .content-news {
  position: absolute;
  top: 178px;
  left: 130px;
}
#ScreenNews .content-news .scroll-envelop.content {
  position: absolute;
  width: 1700px;
  height: 870px;
  top: 0px;
  left: 0px;
  z-index: 3;
}
#ScreenNews .content-news .scroll-envelop.content .scroll-content {
  width: 1700px;
  height: 99999px;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content {
  position: relative;
  width: 422px;
  height: 432px;
  overflow: hidden;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content .Box {
  position: absolute;
  top: 192px;
  width: 407px;
  height: 218px;
  background-color: #fff;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content .Box .Title {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 24px;
  color: #000;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content .Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 407px;
  height: 192px;
  overflow: hidden;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content .Image img {
  position: absolute;
  width: 100%;
}
#ScreenNews .content-news .scroll-envelop.content .inner-content.inner-focus .Box {
  background-color: #f18825;
}
