body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
}
body .stock-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px;
}
body .stock-images .stock-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
body .stock-images .stock-select span {
  font-size: 15px;
  color: #53585c;
  cursor: pointer;
}
body .stock-images .stock-select .selected {
  color: #005BAC;
}
body .stock-images .stock-select .selected::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #005BAC;
  margin: 4px 0 0 5%;
}
body .stock-images .stock-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .stock-images .stock-image img {
  display: none;
  width: 260px;
  height: 160px;
}
body .stock-images .stock-image img:nth-of-type(1) {
  display: block;
}
body .stock-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .stock-search .stock-search-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  margin-top: 22px;
}
body .stock-search .stock-search-title h6 {
  font-size: 16px;
  color: #212121;
  line-height: 22px;
}
body .stock-search .stock-search-title i {
  font-size: 14px;
  color: #53585c;
  line-height: 22px;
}
body .stock-search .stock-search-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0;
}
body .stock-search .stock-search-form input[type="text"] {
  width: 167px;
  height: 32px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding-left: 12px;
  font-size: 12px;
}
body .stock-search .stock-search-form select {
  height: 32px;
  border: none;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  margin-left: 8px;
  padding: 0 22px;
}
body .stock-search .stock-search-form select:focus {
  outline: none;
}
body .stock-search .stock-search-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #f5f5f5;
  background-color: #005BAC;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  height: 32px;
  width: 68px;
}
body .stock-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 909px;
}
body .stock-news .new-list-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #f5f5f5;
}
body .stock-news .new-list-content a {
  position: relative;
  flex: 1;
}
body .stock-news .new-list-content a .img-box {
  width: 343px;
  height: 193px;
  overflow: hidden;
}
body .stock-news .new-list-content a .img-box img {
  width: 343px;
  height: 193px;
  transition: transform 0.1s linear;
}
body .stock-news .new-list-content a h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
body .stock-news .new-list-content a u {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .stock-news .new-list-content a .share-button {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .stock-news .new-list-content a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .stock-news .new-list-content a .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .stock-news .new-list-content a .share-button:hover {
  transform: scale(1.05);
}
body .stock-news .new-list-content a:hover .img-box img {
  transform: scale(1.04);
}
body .stock-news .new-list-content a:hover h6 {
  color: #005BAC;
}
