.hd .fixnews{
    position: absolute;
    left: 3.2%;
    top: 175px;
    z-index: 99999;
	font-size: 24px;
	font-weight: bold;
	color: red;
	text-shadow: 1px 2px 3px #999;
}
@media screen and (max-width: 1199px) {
    .hd .fixnews {
        left: 3.2%;
        top: 82px;
       	font-size: 20px;
    }
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: red;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin: 0 0 0 6px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hd .fixnews a:hover{
  color: #000;	
}
