﻿/*首页新闻*/
.main {
	clear: both;
	width: 100%;
	max-width: 1120px;
}
.news_areabox{padding-bottom:0px; padding-top:20px;}
.news_area{
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 5px;
	margin-top: 0px;
	padding: 0px;
	min-height: 180px; margin-bottom:20px;
}
.news_area h4{
	margin: 10px 0px 5px 0px;
}
.news_area h4 a{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
		overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_area h4 a:hover{
	text-decoration: underline;
}
.news_area time{color: #949494; }
.news_area span.glyphicon-calendar{color: #949494; font-size: 12px;}
.news_area p{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_area_p15{ padding:0px 15px; margin-bottom:15px;}
/*-----------图片旋转start----------*/

.img_turn4 img{
      display: block;
      margin: 0 auto;

      -webkit-transition: -webkit-transform 0.8s ease-out;
      -moz-transition: -moz-transform 0.8s ease-out;
      -o-transition: -o-transform 0.8s ease-out;
      -ms-transition: -ms-transform 0.8s ease-out;
}
.img_turn4:hover img {

     -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}
.img_turn4Y img{
      display: block;
      margin: 0 auto;

      -webkit-transition: -webkit-transform 0.8s ease-out;
      -moz-transition: -moz-transform 0.8s ease-out;
      -o-transition: -o-transform 0.8s ease-out;
      -ms-transition: -ms-transform 0.8s ease-out;
}
.img_turn4Y:hover img {

     -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg);
}
/*-----------图片旋转end----------*/

