.main{
	padding-top: 60px;
	background: #F9F9FA
/* 		margin-bottom: 90px; */
}
.main .mainTitle{
	font-family: SourceHanSansCN-Regular;
    font-size: 32px;
    color: #4A4A4A;
    margin-bottom: 12px;
	line-height: 1;
}
.main .subTitle{
	font-family: SourceHanSansCN-Medium;
	color: #333333;
	font-size:20px;
	margin-bottom:50px;
}
/* 新闻顶部样式开始 */
.topItem{
	/* width: 100%; */
	margin-bottom: 70px;
	background: #F9F9FA;
}
.leftBox{
	float: left;
	width:580px;
    overflow: hidden;
}
.leftBox img{
	max-width: 100%;
}
.rightBox{
	float: right;
    width: 580px;
    /* padding-right: 6%; */
    display: block;
}
.rightBox h2{
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	color: #4A4A4A;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 20px 0 26px 0;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 26px;
}
.rightBox p{
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color:#6E6E6E;
	line-height: 24px;
	/* height: 50px; */
	margin-bottom:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rightBox .topItemTime{
	margin-bottom: 49px;
}
.selected{
	display:block;
	width: 0;
	height:48px;
	background:#091740;
	border-radius:24px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	transition-property:width,height,opacity;
	transition-duration: 0.8s;
	transition-timing-function: ease-out;
}
.selected a{
	display: inline-block;
	color: #FFFFFF;
	line-height: 48px;
}
.selected a img{
	position: relative;
	top:3px;
    padding-left: 14px;
}
.icon_current{
	float: left;
	position: absolute;
	width: 48px;
	height: 48px;
	opacity: 1;
	transition-property:opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}
.topItem:hover .icon_current{
	width: 0;
	opacity: 0;
}
.topItem:hover .selected{
	opacity: 1;
	width:130px;
}
.topItem:hover .rightBox h2{
	color:#091740;
}
/* 新闻顶部样式结束 */
/* 新闻列表样式开始 */
.newsList{
	width: 100%;
	padding-top: 50px;
	background: #Fff;
}
.newsList li {
	width:580px;
	margin: 0 40px 40px 0;
    float: left;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.12);
}
.newsList li:nth-child(2n){
	margin-right: 0!important;
}
.newsList li:hover{
	box-shadow:0px 5px 15px 1px rgba(8,8,8,0.2);
}
.newsList li:hover .con h2{
	color: #091740;
}
.newsList li a{
	display: block;
}
.newsList .pic {
    /* width: 100%; */
    overflow: hidden;
    height: 11.875vw;
    border: 1px solid #e6e6e6;
}
.newsList .pic img{
	width: 100%;
}
.newsList li .con {
    display: block;
    /* width: 100%; */
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 23px 30px 20px;
	background: #fff;
}
.newsList li h2 {
    font-size: 20px;
    color: #4A4A4A;
    line-height:1;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: color .3s;
	border-bottom:1px solid #EEEEEE;
	margin-bottom: 26px;
	padding-bottom: 26px;
}
.newsList li .font {
    font-size: 16px;
    color: #6E6E6E;
    line-height: 24px;
    margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
}
.lookMore{
	width: 100%;
	position: relative;
	margin-top: 20px;
	height: 50px;
}
.lookMore .time {
	position: absolute;
	font-family:SourceHanSansCN-Regular;
    color: #6E6E6E;
    line-height: 26px;
	font-size: 16px;
	right: 0;
    /* padding-left: 30px; */
/*    background: url(../images/icon1.png) no-repeat left center; */
}
.lookMore .current_img{
	width: 46px;
	left: 0;
	opacity: 1;
	transition-property:opacity; 
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}
.itemListMore{
	display: inline-block;
	position: relative;
}
.itemListMore a{ 
	display: inline-block!important;
}
.itemList .selected{
	height: 46px!important;
	line-height: 46px;
	position: absolute;
	left: 0;
}
.itemList:hover .current_img{
	width: 0;
	opacity: 0;
}
.itemList:hover .selected{
	opacity: 1;
	width:130px;
}
/* 新闻列表样式结束 */
@media (max-width: 1430px){
.newsList li .pic {
    height: 14.875vw;
	}
}
@media (max-width: 1430px){
	.rightBox h3 {
		padding-top: 0;
	}
}
@media (max-width: 1250px){
	.rightBox p {
		margin: 15px 0 23px;
	}
	.newsList li {
		margin-bottom: 40px;
	}
}
@media (max-width: 1024px){
	.newsList li .pic {
		height: 155px;
	}
}

.zhaiyaoStyle{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 分页样式 */
.page_list span, .page_list a{
	margin: 0 !important;
    /* float: left; */
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ededed;
    min-width: 21px;
    padding: 8px 16px;
    margin: 0 5px 0 0;
    margin-left: -1px;
    margin-right: -1px;
    /* background: #C4A883; */
    cursor: pointer;
}
.page_list span{
	margin: 0 !important;
	background: #FFFFFF;
	color: #1C3174;
}
.page_list .current{
	background: #1C3174;
    color: #fff;
    border-color: #0D521B;
    cursor: default;
}