.news {
  padding: 20px 0 10px 0;
  margin:0;
  font-size: 18px;
  line-height: 22px;
  text-align:justify;
  
}
.news .news-title {
  font-family: "zbold";
  text-align: center;
  padding:0;
  font-size: 35px;
  line-height: 40px;
  margin:40px 0 30px 0;
}
.news .news-header {
  font-family: "zregular";
  text-align: left;
  padding:0;
  margin: 40px 0 30px 0;
}
.news .news-header p{
  font-family: "zregular";
  padding:0;
  margin:0;
  font-size: 25px;
  line-height: 30px;
}

.news .news-content {
  padding:0;
  margin:0;
}
.news .news-content p {
  font-family: "zregular";
  padding:0;
  margin:0;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.news .news-content a:hover {
  color: #8f1736;
}
.news .news-content  div {
  text-align: center;
}
.news .news-content img,
.news .news-content p img,
.news .news-content div img {
  display: inline;
  margin: 10px;
  border-radius: 5px;
  height: auto;
  width: 45%;
}
.news .news-content p img.fleft {
  float:left;
  margin: 5px 10px 10px 0;
  padding: 0;
  max-width: 25%;
  height: auto; 
}

@media only screen and (max-width: 700px) {
.news .news-content div img,
.news .news-content p img {
  margin: 5px;
  border-radius: 5px;
  width: 98%;
  height: auto;
  float: none;
  display: block;
}
.news .news-content p img.fleft {
  max-width:98%;
  width: 98%;
}
.news .news-title {
  font-size: 25px;
  line-height: 30px;

}
.news .news-header p{
  font-size: 22px;
  line-height: 25px;
}
}
.news .news-update {
  text-align:right;
  font-size: 80%;
  opacity: 0.5;
  margin: 10px 10px 10px 50%;
  padding-right: 10px;  
  border-top: 1px solid #ccc;
  clear: both;
  color: #666;
}
