#topNews h3 {
  border: none;
}

#topNews .top_news_list {
  width: calc(100% - 25%);
  border-top: none;
}

@media only screen and (max-width: 768px) {
  #topNews .top_news_list {
    width: 100% !important;
  }
}

#topNews .top_news_list li.hide {
  display: none;
}

#topNews .top_news_list li.show {
  display: flex;
}

#topNews .flex:after {
  display: none;
}

#topNews .flex > ul:nth-child(1) {
  order: 2;
}

#topNews .flex > ul:nth-child(2) {
  order: 1;
}

#topNews .count_none {
  display: none;
}

#topNews .toggleMenu {
  /*border: 1px #10218b solid;*/
    border-top: 1px #10218B solid;
    border-bottom: 1px #10218B solid !important;
  border-left: none;
  border-right: none;
  padding: 0.7em;
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  color: #10218B;
  position: relative;
  background-color: #fff;
  margin-bottom: 0 !important;
}

#topNews .toggleMenu:before, #topNews .toggleMenu:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #10218B;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.3s;
}

#topNews .toggleMenu:after {
  transform: rotate(90deg);
}

#topNews .toggleMenu.open:after {
  transform: rotate(0deg);
}

#topNews .fixed_menu {
  transition: .3s;
  order: 2;
  width: 22%;
  border-top: 1px #D9E3EC solid;
}

#topNews .fixed_menu.hide {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #topNews .fixed_menu {
    width: 100%;
    border: none;
    margin-top: 0;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 10;
  }
  #topNews .fixed_menu h3 {
    font-size: 14px;
  }
  #topNews .fixed_menu .fixed_in {
    background-color: #fff;
  }
  #topNews .fixed_menu .fixed_in ul {
    display: none;
  }
}

#topNews .fixed_menu li {
  border-left: 1px #D9E3EC solid;
  border-right: 1px #D9E3EC solid;
}

#topNews .fixed_menu li a {
  display: block;
  border-bottom: 1px #D9E3EC solid;
  text-align: center;
  padding: 0.8em;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}

#topNews .fixed_menu li a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: calc(50% - 4px);
}

#topNews .fixed_menu li a:hover {
  background-color: #10218B;
  color: #fff;
}

#topNews .fixed_menu li a:hover::after {
  border-color: #fff;
}

#topNews .fixed {
  position: sticky;
  top: 10%;
  border-top: 1px #D9E3EC solid;
}

@media only screen and (max-width: 768px) {
  #topNews .fixed {
    position: fixed;
    top: 70px !important;
    width: 100%;
  }
}

#newsDetail {
  padding-bottom: 5em;
}

#newsDetail h1 {
  font-size: 20px;
  color: #10218B;
  font-weight: 600;
  border: none;
}

#newsDetail h2 {
  background-color: #D9E3EC;
  padding: 0.5em;
  text-align: left;
  font-size: 18px;
  margin-top: 3em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  #newsDetail h2 {
    margin-bottom: 0.5em;
  }
}

#newsDetail p {
  line-height: 1.7;
}

#newsDetail .flex * {
  line-height: 1.8;
}

#newsDetail .flex > div:nth-child(1) {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  #newsDetail .flex > div:nth-child(1) {
    width: 100%;
  }
}

#newsDetail .flex > div:nth-child(2) {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  #newsDetail .flex > div:nth-child(2) {
    width: 100%;
    margin-top: 1em;
  }
}

#newsDetail .imgFifty.flex > div {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #newsDetail .imgFifty.flex > div {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

#newsDetail .product_link {
  margin-top: 0.5em;
  margin-bottom: 3em;
}

#newsDetail .product_link a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-right: 1em;
}

#newsDetail .product_link a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  vertical-align: baseline;
  transform: translateY(-2px) rotate(-45deg);
  margin-right: 8px;
}

#newsDetail .product_link_one a {
  margin-left: 0;
}

#newsDetail .application {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#newsDetail .application li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  #newsDetail .application li {
    width: 100%;
  }
}

#newsDetail .application li i {
  display: block;
  width: 60px;
  margin-right: 10px;
}

