/* ver3 */

.news {
  width:845px;
  border:1px solid #999;
  padding:0 0 10px 0;
  margin:20px 10px 30px 10px; }

.news_header {
  width:100%;
  height:45px;
  display:block;
  zoom:1;
  border-bottom:1px solid #dddddd;
  background: cornsilk;
}

.news_t {
  margin:0;
  padding-left:12px;
  float:left;
  font-size:22px;
  line-height:45px;
}

.news_d {
  margin:0;
  float:right;
  font-size:15px;
  line-height: 45px;
  margin-right: 30px;
}

.news_header:after, .news_header:before {
  content:"";
  clear:both;
  display:block;
}

.news_txt {
  display:block;
  text-align:center;
}

.news_txt p {
  text-align:left;
}
.news_img {
 max-width:100%;
 border:1px solid #000000;
 margin-bottom:1rem;
}
