@font-face {
font-family: 'Patua One';
  src: url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');
}

@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');


body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 400px;
	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;
}

.first {
}

a {
	text-decoration: none;
	color: #464646;
}

.action:hover {
	color: #009fdb;
	text-decoration: none;
}

.hero img {
	float: left;
	padding: 0px;
  margin-right: 5px;
	width: 100px;
	height: auto;
	border: 1px solid #eee;
}

.wrapper {

	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
    box-sizing: border-box;

}

.text {
	cursor: pointer;
	width: 59%;
	float: left;
    box-sizing: border-box;
  padding-left: 10px;

}

.maintext {
	font-size: 14px;
    font-family: 'Patua One', sans-serif;
  line-height: 16px;
	color: #000000;
	display: block;
	margin-top: 0;
  font-weight: 700;
}
.maintext:hover {
	text-decoration: underline;
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}

.line2 {
	width: 100%;
    max-width: 300px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
    font-family: 'Patua One', sans-serif;
  text-align: left;
	color: #333333;
	font-size: 22px;
	position: relative;
	top: 0;
  font-weight: 700;
	margin: 0;
	display: inline-block;
  line-height: 23px;
	border-radius: 0;
	position: relative;
	top: 0;
padding: 5px 2px 15px 0;
  font-weight: 700;
	display: block;
    border-bottom: 3px solid #333333;
}

.dianomi_provider_short, .article_date {
    font-family: 'Patua One', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 11px;
	color: #919191;
}

.sub-line2 {
	overflow: hidden;
	bottom: 0;
	right: 8px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 55px;
	height: 10px;
	padding-bottom: 5px;
	z-index: 1;
}

.sub-line2 a {
	color: #666;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
	height: auto;
}