
body {
  background-color: #f0f0f0;
}

.news_content {
  width: 100%;
  overflow: hidden;
}
.news_content .details {
  width: 1215px;
}
.news_content .detail {
  display: inline-block;
  float: left;
  width: 390px;
  margin-right: 15px;
  margin-bottom: 40px;
}
.news_img {
  height: 250px;
}
.news_content img {
  width: 100%;
  height: 100%;
}
.detail span {
  margin: 20px 0 40px;
}
.detail:hover span.button_news {
  background-color: #00968a;
  color: #fff;
  border: 1px solid #00968a;
}
.detail:hover p {
  color: #0066b3;
}
.detail .detail_con {
  width: 310px;
  background-color: #fff;
  padding: 0 40px;
}
p.p_title {
    font-size: 20px;
    width: 100%;
    padding-top: 45px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
p.p_time {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
p.p_content {
  font-size: 16px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7;
}

/*page*/
.page a {
  border-radius: 3px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
}
.page span {
  display: inline-block;
  line-height: 44px;
  width: 12px;
}
.page .curr {
  background-color: #00968a;
  color: #fff;
  border: 1px solid #00968a;
}
.page .laypage_prev, .page .laypage_next {
  width: 100px;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
}


@media screen and (max-width: 1200px) {
  .news_detail { width: 90%; margin-left: 5%; overflow: hidden; }
  .news_content .details { width: 104%;}
  .news_content .detail { width: 32%; margin-right: 1.25%; }
  .news_img {height: auto;}
  .detail .detail_con {width: 80%; padding: 0 10%;}
  p.p_title { font-size: 22px;}
}
@media (max-width: 992px) and (min-width: 768px) {
  .news_content .detail { width: 49%; margin-right: 1%; }
  .news_img {height: auto;}
  .detail .detail_con {width: 80%; padding: 0 10%;}
  p.p_title { font-size: 22px;}
}
@media (max-width: 768px) {
  .news_content .detail { width: 100%; margin-right: 1%; }
  .news_content .details { width: 100%;}
  .news_img {height: auto;}
  .detail .detail_con {width: 80%; padding: 0 10%;}
  p.p_title { font-size: 22px;}
  p.p_content { height: auto;}
  .news_content .detail { margin-bottom: 15px;}
  .page_con .page{
  	padding-top: 20px;
    padding-bottom: 120px;
  	margin: 0 auto;
  	width: 235px;
  }
}

