@charset "UTF-8";

/**
* 最新动态
*@file:newest.css;
*@create author:gj;
**/

/*最新动态*/
.newestMain{
	width:100%;
	height: auto;
	overflow: hidden;
}
.newestMain .newestTop{
	width:100%;
	height: 70px;
	overflow: hidden;
	background: #187efc;
}
.newestMain .newestTop ul{
	width:1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.newestMain .newestTop ul li{
	width:50%;
	height: 70px;
	line-height: 70px;
	float: left;
	text-align: center;
	font-size: 18px;
	cursor:pointer;
	color:#b8d8fe;
}
.newestMain .newestTop ul li.Cur{
	color:#fff;
	background: #006aee;
}
.newestMain .newestTop ul li:hover{
	color:#fff;
}
.newestMain .newestContent{
	width:1110px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.newestContent{
	padding-bottom: 60px;
}
.newestContent .contentInfo{
	display: none;
	height: auto;
	overflow: hidden;
}
.contentInfo ul{
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.contentInfo ul li a{
	width:1098px;
	height: 200px;
	overflow: hidden;
	display: block;
	margin-bottom: 25px;
}
.contentInfo ul li img{
	width:278px;
	height: 200px;
	float: left;
	margin:0 20px 0 0;
	background: #ccc;
}
.contentInfo ul li .listWord{
	width:740px;
	height: auto;
	overflow: hidden;
	float: left;
	margin:15px 0 0 40px;
}
.listWord h3{
	font-size: 20px;
	color:#374567;
	height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listWord p{
	font-size: 16px;
	color: #707B85;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}
.contentInfo .arrow{
	width:88px;
	height: 32px;
	display: inline-block;
	float: right;
	margin:55px 40px 0 0;
	background: url(../images/2022/index/news_look.png) no-repeat;
}
.contentInfo .newContent{
	height: auto;
	overflow: hidden;
	margin:98px 20px 100px 20px;
}
.contentInfo .newContent h2{
	font-size: 20px;
	text-align: center;
	color:#333;
}
.contentInfo .newContent p{
	font-size: 14px;
	color:#666;
	margin-top:50px;
}
.contentInfo .newContent img{
	margin: 50px auto 0;
	display: block;
}