div.news-list
{
	word-wrap: break-word;
  width: 1060px;
margin-left: -150px;
}

div.news-item
{
  width: 500px;
  height: 330px;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
}

div.news-list img.preview_picture
{
	float: left;
	margin-right: 15px !important; 
	/*height: 300px;*/
	width: 200px;
}

div.news_text {
  float: left;
height: 300px;
width: 275px;
}

.item_txt_soname {  font-size: 22px;
  font-weight: bold;}

.item_txt_name {font-size: 22px;}

.item_txt_dir { font-size: 14px;
color: #ac1e4e;
  padding-bottom: 10px;}

.item_txt_box { 
  padding-top: 5px;
height:25px;
}

.item_txt_box_img {float: left;}
.item_txt_box_txt {float: left;   margin-top: 5px;
  margin-left: 5px;
font-size: 14px;
  color: #18425d;
  font-weight: bold;}


.news_detail_ref {background: #18425d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
float: right;
height: 23px;
  width: 130px;
text-align: center;
padding-top: 7px;
}

.news_detail_ref:hover {background: #ac1d4e;}

.news-date-time {
	color:#486DAA;
}