@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Overpass:400,600,700,800,900&display=swap');



body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 600px;
	color: #3f4244;
  box-sizing: border-box;
}

.hero {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	min-height: 110px;
	width: 100%;
	padding: 15px 0 0 0;
    box-sizing: border-box;
}



a {
	text-decoration: none;
	color: #464646;
}

.action:hover {
	color: #0fa6c1;
	text-decoration: none;
}

.hero img {
	float: left;
	padding: 0px;
	margin-right: 15px;
	width: 100px;
	height: auto;
	border: 1px solid #E6E6E6;
}

.subhero {
}

.wrapper {

	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
    box-sizing: border-box;

}

.text {
	cursor: pointer;
	width: 61%;
	float: left;
    box-sizing: border-box;

}

.maintext {
	line-height: 20px;
    letter-spacing: 0.3px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #080808;
    padding: 0px;
    display: block;
    margin-left: inherit;
    max-height: 99px;
    margin-bottom: 0px;
      padding-right: 8px;
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}

.line2 {
font-family: 'Poppins', sans-serif;
       font-size: 18px;
    font-weight: 600;
    color: #080808;
  width: 100%;
  border-bottom:2px solid #eaeaea;
  margin-bottom: 5px;
  line-height: 1;
padding: 5px 0 10px 0;
  position: relative;

}


.dianomi_provider_short, .article_date {
font-family: 'Overpass', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 12px;
	color: #ff6030;
}

.sub-line2 {
  position: absolute;
  top: 584px !important;
  right: 2px;
  z-index: 1;

  display: flex;
  align-items: flex-start;

  font-size: 12px;
  font-weight: 400;
  color: #999;

  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: 0;
  outline: 0;
}

.sub-line2 span {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
  display: inline;
}

img.dianomi-lg2 {
  display: none;
  max-width: 25px;
  height: auto;
  filter: invert(1);
}

@media screen and (max-width: 380px){
  .maintext{
  line-height: 18px;
  }
}

@media screen and (max-width: 320px){
  .title{
  left: 5px;
  }
  
  .dianomi_provider_short, .article_date{
  font-size: 12px;
  }
}
