
.main{margin-top: 26px;}
.content .title h4{
  color: #333;
}
/* 国内要闻 通知公告 省内新闻*/
.domestic_top{
  width: 100%;
  height: 196px;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
.domestic_top img{
  width: 386px;
  height: 100%;
}
.domestic_top_text{
  width: 384px;
  padding: 20px;
  box-sizing: border-box;
}
.domestic h4{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333;
  margin-bottom: 13px;
}
.domestic p{
  font-size: 14px;
  color: #656565;
  line-height: 24px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin-bottom: 10px;
}
.domestic span{
  position: absolute;
  font-size: 14px;
  color: #333333;
}
.domestic_list{
  width: 100%;
  overflow: hidden;
}
.domestic_list li{
  width: 100%;
  height: 108px;
  overflow: hidden;
  margin-bottom: 20px;
}
.domestic_list li:hover{
  background-color: #F5F5F5;
}
.domestic_list .list_text{
  position: relative;
  width: 545px;
  padding:10px 10px 0  20px;
  box-sizing: border-box;
}
.domestic_list .list_img img{
  width: 190px;
  height: 108px;
}
.domestic_list .list_text h4{
  width: 520px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.domestic_list .list_text p{
  width: 545px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


/* 详情 */
.details{
  text-align: center;
}
.details_title h4{
  width: 584px;
  margin: 0 auto;
  font-size: 20px;
  color: #333333;
  line-height: 22px;
}
.details .img{
  width: 100%;
  height: 510px;
  margin: 10px 0;
}
.details .img img{width: 100%;height: 100%;}
.details_time p{
  font-size: 14px;
  color: #333;
  line-height: 44px;
  margin-bottom: 20px;
}
.details_conter,.details_conter p{
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-bottom: 15px;
}

