﻿.newsListCon {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.newsListCon .mainCon {
	width: 1200px;
	margin: 0 auto;
}

.newsListCon .mainCon .conBox {
	margin: 0 auto;
}

.newsListCon .mainCon .con {
	width: 100%;
}

.newsListCon .mainCon .clearfix {
	width: 100%;
	border: 1px solid #dfdfdf;
	background: #fff;
	position: relative;
	margin: 0 0 40px ;
}



.newsListCon .mainCon .clearfix a{
	display: flex;
}

.newsListCon .mainCon .dt {
	width: 300px;
	overflow: hidden;
}

.newsListCon .mainCon .dt img {
	display: block;
	transition: all 2s ease-out;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: cover;
}

.newsListCon .mainCon .clearfix:hover .dt img {
	transform: scale(1.2);
}

.clearfix .dd:hover h3{
	color: #000;
	font-weight: bold;
}

.newsListCon .mainCon .dd {
	flex: 1;
	height: 170px;
	position: relative;
	margin: 30px;
	
}

.newsListCon .mainCon .dd h3 {
	font-size: 20px;
	font-weight: normal;
	width:70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsListCon .mainCon .dd h3 a {
	color: #000000;
	text-decoration: none;
}

.newsListCon .mainCon .dd .ddp {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;
}

.newsListCon .mainCon .dd .label a:hover {
	color: #d40019;
}

.newsListCon .mainCon .dd .rq {
	display: block;
	font-size: 16px;
	font-family: arial;
	height: 16px;
	position: absolute;
	top: 6px;
	right: 20px;
	padding-left: 24px;
	padding-top: 2px;
	color: #999;
}

.newsListCon .mainCon .dd .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 6px;
	bottom: 17px;
}
.newsListCon .mainCon .clearfix:hover  .more {
	background-position: left bottom;
}
.newsListCon .mainCon .clearfix:hover h3 {
	color: #00644a;
	font-weight: bold;
}
.newsListCon .mainCon .clearfix:hover {
	box-shadow: 0 0 10px 6px #eeeeee;
	z-index: 99;
}

@media screen and (max-width: 1200px) {
	.newsListCon .mainCon{
		width: 96%;
	}
	.newsListCon .mainCon .dd{
		margin-left: 0px;
	}
}
@media screen and (max-width: 993px) {
	.newsListCon .mainCon .clearfix a{
		flex-direction: column;
	}
	.newsListCon .mainCon .dt{
		display: none !important;
	}
	.newsListCon .mainCon .clearfix {
		padding: 25px;margin-bottom: 25px;
	}
	.newsListCon .mainCon .dd{margin: 0px;}
	.newsListCon .mainCon .dd .rq{display: none;}
	.newsListCon .mainCon .dd h3{width: 100%;font-size: 16px;}
	.newsListCon .mainCon .dd .more{display: none !important;}
	.newsListCon .mainCon .dd .ddp{font-size: 13px;color: #666666;line-height: 20px;margin-top: 4px;}
}



.ab_menu {
	width: 100%;
	margin: 0px auto  30px auto ;
	vertical-align: middle;
	font-size: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.ab_menu .menu_con{
	display: inline-block;
	margin-top: 0px;
	position: relative;
}
.ab_menu .menu_con:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    background: #4c4c4c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ab_menu .menu_con:nth-last-of-type(1):after {
	content:none !important;
}
.ab_menu .menu_con .menu_a {
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 43px;
	height: 80px;
	line-height: 80px;
	color: #171717;
	padding-top: 0px;
	transition: all 0.4s;
}

.ab_menu .menu_con .menu_a:hover,
.ab_menu .on .menu_a {
	color: #669e42;
	border-bottom: 2px solid #669e42;
	margin-bottom: -1px;
	padding-top: 0px;
}

@media screen and (max-width: 992px){
	.ab_menu .menu_con .menu_a {
		text-align: center;
		font-size: 16px;
		display: block;
		margin: 0px 20px;
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 640px){
	.ab_menu {
		margin: 0px auto;
		height: 40px;
	}
	.ab_menu .menu_con .menu_a {
		width: auto;
		height: 40px;
		margin:auto 8px;
		line-height: 40px;
		font-size: 13px;
		font-weight: 400;
	}
	.dhboxs,.dhboxs a{ 
	  font-size: 13px;
	  line-height: 50px;
	}
}
