.maincont .h3style {
  position: relative;
  font-size: 20px !important;
}
.maincont .first_margin {
  margin: 0px 0px 25px 0px;
}
.maincont .searchword {
  line-height: 190%;
  font-size: 18px;
  padding: 20px 0px 30px 0px;
}
.maincont .searchword > span {
  font-weight: bold;
}
.maincont .post {
  line-height: 190%;
  padding: 20px 0px 30px 0px;
}
.maincont .date {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 30px;
}
.maincont .get_post {
  border-bottom: dotted 1px #cbcbcb;
  padding: 10px 0px 20px 0px;
}
.maincont .get_post .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.maincont .get_post .title a {
  color: #000000 !important;
}
.maincont .get_post .title .newstime {
  margin: 0px 0px 0px 15px;
  font-size: 12px;
}
.maincont .get_post .content {
  display: block;
  font-size: 14px;
  line-height: 180% !Important;
}
.maincont .post figure{
  background: #e2e2e2;
  display: inline-block;
  font-size: 80%;
  text-align: center;
  margin-bottom:15px;
}
.maincont .post figcaption{
  margin-top: -5px;
  padding: 5px;
}
@media (max-width: 1023px){
    .maincont .date {
      font-weight: bold;
      font-size: 1.2rem;
      position: inherit;
      top:0px;
      left:0px;
    }
    .maincont .post img, .maincont .post iframe{
	width:100%;
	height:auto;
	
    }
}