.main{
	width:1200px;	
	margin:auto;
	overflow: hidden;
	margin-bottom:50px;
}


/*位置*/
.main .place{
	width:100%;
	margin:26px 0 30px 0;
	overflow: hidden;
}
.main .place p{
	font-size:12px;
	color:#333;
}
.main .place p a{
	color:#333;
}
.main .place p a:hover{
	color:#17A693;
}
.main .place p a:last-child{
	color:#999;
}

/*推荐专家*/
.recommend{
	width:100%;
	overflow: hidden;
	margin-bottom:50px;
}
.recommend .title{
	width:100%;
	overflow: hidden;
	margin-bottom:15px;
}
.recommend .title h1{
	font-size:18px;
	color:#333;
	padding-left:18px;
	position:relative;
}
.recommend .title h1::after{
	position:absolute;
	content: "";
	width:3px;
	height:20px;
	background:#73dacf;
	top:1px;
	left:0;
}
.recommend ul{
	width:100%;
	overflow: hidden;
}
.recommend ul li{
	width:350px;
	height:210px;
	float:left;
	margin-right:74px;
	border-radius:5px;
	overflow: hidden;
}
.recommend ul li:last-child{
	margin-right:0;
}


/*左*/
.mainLeft{
	width:885px;
	overflow: hidden;
	float:left;
}
/*table{
	width:100%;
	overflow: hidden;
	display: block;
}
thead{
	display: block;
	overflow: hidden;
	width:100%;
	background:#f8f8f8;
	margin-bottom:10px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
}
thead tr{
	display: block;
	width:100%;
	height:36px;
}
thead tr th{
	display: block;
	float:left;
	cursor:pointer;
	padding:0 20px;
	line-height:36px;
	font-size:12px;
	color:#666;
	font-weight:normal;
	position:relative;
	border-right:1px solid #e6e6e6;
}
thead tr th::after{
	content:"";
	position:absolute;
	width:.1px;
	height:12px;
	right:0;
	top:26px;
	background:#f0f0f0;
}
thead tr th:last-child::after{
	background:#fff;
}
thead tr th i{
	display: inline-block;
	width:8px;
	height:8px;
	vertical-align:middle;
	margin-left:13px;
}
thead tr th.ascending i{
	background:url(../img/icon_ss1.png)no-repeat;
	background-size:cover;
}
thead tr th.descending i{
	background:url(../img/icon_s1.png)no-repeat;
	background-size:cover;
}
tbody,tbody tr,tbody tr td{
	display: block;
	width:100%;
	overflow: hidden;
}
tbody tr td:nth-child(-n+4){
	display: none;
	width:0%;
}
tbody tr td:last-child{
	width:100%;
}*/
.project{
	width:100%;
	overflow: hidden;
}
.project #filtrate{
	width: calc(100% - 2px);
	overflow: hidden;
	height:36px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	border-radius:5px;
}
.project #filtrate ul{
	width:100%;
	overflow: hidden;
	height:100%;
}
.project #filtrate ul li{
	float:left;
	height:100%;
	line-height:36px;
	border-right:1px solid #e6e6e6;
}
.project #filtrate ul li a{
	color:#666;
	font-size:12px;
	display:block;
	padding:0 20px;
}
.project #filtrate ul li a i.active{
	margin-left:5px;
	display: inline-block;
	width:8px;
	height:8px;
	background:url(../img/icon_s1.png)no-repeat;
}
.project #filtrate ul li a i.active1{
	margin-left:5px;
	display: inline-block;
	width:8px;
	height:8px;
	background:url(../img/icon_ss1.png)no-repeat;
}

.project .content{
	width:100%;
	overflow: hidden;
}
.project .content ol li{
	width:100%;
	overflow: hidden;
	border-bottom:1px solid #e6e6e6;
	padding:20px 0;
}
.project .content ol li a{
	display: block;
}
.project .content ol li a dl{
	width:100%;
	overflow: hidden;
}
.project .content ol li a dl dt{
	width:650px;
	float:left;
}
.project .content ol li a dl dt img{
	width:116px;
	height:116px;
	float:left;
	margin-right:20px;
	border-radius:5px;
}
.project .content ol li a dl dt h1{
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
.project .content ol li a dl dt p{
	font-size:13px;
	color:#999;
	margin-bottom:5px;
}
.project .content ol li a dl dt p span{
	color:#666;
}
.project .content ol li a dl dt p i{
	display:inline-block;
	width:12px;
	height:11px;
	margin-right:4px;
	background:url(../../img/icon_x.png)no-repeat;
	background-size:cover;
}
.project .content ol li a dl dt b{
	display: block;
	font-size:13px;
	color:#17A693;
	font-weight:normal;
	margin-top:10px;
}
.project .content ol li a dl dd{
	width:155px;
	height:90px;
	float:right;
	border-left:1px solid #f1f1f1;
	padding-left:30px;
	margin-top:16px;
}
.project .content ol li a dl dd h1{
	font-size:20px;
	color:#f95934;
}
.project .content ol li a dl dd h1 b{
	font-size:14px;
}
.project .content ol li a dl dd h1 span{
	color:#777;
	font-size:14px;
}
.project .content ol li a dl dd h2{
	font-size:14px;
	color:#777;
	margin-bottom:10px;
}
.project .content ol li a dl dd h3{
	width:94px;
	height:28px;
	border:1px solid #17A693;
	font-size:13px;
	color:#17A693;
	text-align: center;
	line-height:28px;
	border-radius:3px;
}
.project .content ol li:hover{
	background:#fafafa;
}



/*筛选*/
.choose{
	width:100%;
	overflow: hidden;
	margin-bottom:30px;
}
.choose .title{
	width:100%;
	overflow: hidden;
	margin-bottom:15px;
}
.choose .title h1{
	font-size:18px;
	color:#333;
	padding-left:18px;
	position:relative;
}
.choose .title h1::after{
	position:absolute;
	content: "";
	width:3px;
	height:20px;
	background:#73dacf;
	top:1px;
	left:0;
}
.choose .elect{
	width:885px;
	border:1px solid #e6e6e6;
	border-radius:5px;
	position:relative;
	padding:31px 22px;
	box-sizing:border-box;
}
.choose .elect::after{
	content:"";
	position:absolute;
	width:878px;
	height:3px;
	left:3px;
	top:-2px;
	background:#17A693;
}

/*1|2|3*/
.choose .elect .area{
	width:100%;
	overflow: hidden;
}
.choose .elect .area .area_h1{
	float:left;
	padding-right:17px;
	font-size:14px;
	color:#a1a1a1;
	line-height:30px;
}
.choose .elect .area dl{
	float:left;
	width:calc(100% - 45px);
}
.choose .elect .area dl dt{
	float:left;
	padding-left:10px;
	font-size:14px;
	line-height:30px;
}
.choose .elect .area dl dt a{
	color:#333;
}
.choose .elect .area dl dt a:hover{
	color:#17A693;
}
.choose .elect .area dl dd{
	float:left;
	width:calc(100% - 38px);
}
.choose .elect .area dl dd span{
	font-size:14px;
	display: block;
	float:left;
	line-height:30px;
}
.choose .elect .area dl dd span a{
	color:#333;
	padding:5px 18px;
	line-height:30px;
}
.choose .elect .area dl dd span a:hover{
	color:#17A693;
}

.active{
	color:#17A693 !important;
}






/*翻页*/
.page{
	width:60%;
	overflow: hidden;
	margin: auto;
	margin-top:50px;
}
.page ul{
	width:100%;
}
.page ul li{
	font-size:14px;
	color:#333;
	border:1px solid #999;
	padding:3px 9px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.page ul li:hover{
	background:#17A693;
	color:#fff;
	border:1px solid #17A693;
}
.page ul li:last-child{
	margin-right:0;
}


/*右*/
.mainRight{
	width:272px;
	overflow: hidden;
	float:right;
}
.mainRight .consulting{
	width:212px;
	height:110px;
	border:1px solid #e6e6e6;
	padding:26px 28px; 
	overflow: hidden;
	margin-bottom:30px;
	border-radius:5px;
}
.mainRight .consulting p{
	line-height:28px;
	color:#333;
	font-size:14px;
	
}
.mainRight .consulting a{
	display: block;
	width:194px;
	height:34px;
	background:#f95934;
	text-align: center;
	margin:auto;
	line-height:34px;
	color:#fff;
	margin-top:20px;
	border-radius:5px;
}
.mainRight .container{
	width: calc(100% - 26px);
	overflow: hidden;
	border:1px solid #e6e6e6;
	padding:12px;
	border-radius:5px;
}
.mainRight h1{
	font-size:16px;
	color:#333;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #e6e6e6;
}
.listDiary{
	width:100%;
	overflow: hidden;
}
.listDiary ol{
	width:100%;
	overflow: hidden;
}
.listDiary ol li{
	width:244px;
	height:175px;
	position:relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom:20px;
	border:1px solid #e6e6e6;
	border-radius:3px;
}
.listDiary ol li img{
	width:100%;
}
.listDiary ol li .wrap{
	position:absolute;
	width: calc(100% - 2px);
	height: 173px;
	z-index: 9999;
	top:0;
	left:0;
	border-radius:3px;
}
.listDiary ol li:nth-child(3n){
	margin-right:0;
}
.listDiary ol li .before,.listDiary ol li .after{
	width:50%;
	float:left;
	height:123px;
	overflow: hidden;
	position:relative;
}
.listDiary ol li .before i,.listDiary ol li .after i{
	display: block;
	width:100%;
	height:100%;
}
.listDiary ol li .before i{
	background:url(http://www.nxmrhz.cn/axg/img/diary_01.jpg)no-repeat;
	background-size:cover;
}
.listDiary ol li .after i{
	background:url(http://www.nxmrhz.cn/axg/img/diary_02.jpg)no-repeat;
	background-size:cover;
}
.listDiary ol li .before span,.listDiary ol li .after span{
	position:absolute;
	left:0;
	bottom:10%;
	width:50px;
	height:20px;
	border-radius:0 10px 10px 0;
	text-align: center;
	line-height:20px;
	font-size:12px;
	color:#fff;
}
.listDiary ol li .before span{
	background-color:rgba(0,0,0,0.4);
}
.listDiary ol li .after span{
	background-color:rgba(41,181,163,0.6);
}
.listDiary ol li .bottom{
	width: calc(100% - 10px);
	padding:10px 5px;
	overflow: hidden;
	position:relative;
	background:#fff;
	top:0;
	transition:all .3s linear;
	z-index: 2;
}
.listDiary ol li .bottom p{
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}
.listDiary ol li .bottom span{
	display: inline-block;
	margin-right:10px;
	font-size:10px;
	color:#999;
	line-height:10px;
}
.listDiary ol li .bottom dl dt{
	width:30%;
	float:left;
}
.listDiary ol li .bottom dl dt i{
	width:20px;
	height:20px;
	border-radius:50%;
	overflow: hidden;
	margin-right:3px;
	display: inline-block;
	vertical-align:middle;
	background:url(http://www.nxmrhz.cn/axg/img/img_diary.jpg)no-repeat;
	background-size:100% 100%;
}
.listDiary ol li .bottom dl dt b{
	font-size:12px;
	color:#333;
	line-height:30px;
}
.listDiary ol li .bottom dl dd{
	width:53%;
	float:right;
}
.listDiary ol li .bottom dl dd p{
	display: inline-block;
	margin:0;
	margin-right:10px;
	font-size:12px;
	color:#555;
	line-height:30px;
}
.listDiary ol li .bottom dl dd p span{
	margin:0;
}
.listDiary ol li .bottom dl dd p:last-child{
	margin-right:0;
	
}
.listDiary ol li .bottom dl dd p span{
	color:#999;
	margin-left:5px;
}
.listDiary ol li:hover .wrap{
	border:1px solid #1eb29c;
}
.listDiary ol li:hover .bottom{
	top:-50px;
	transition:all .3s linear;
}
.listDiary ol li:hover .bottom>p{
	margin-bottom:6px;
	color:#1eb29c;
	transition:all .4s linear;
}
.listDiary ol li:hover .bottom dl{
	transition:all .4s linear;
}
.listDiary ol li a .video{
	position:absolute;
	top:10px;
	right:10px;
	width:45px;
	height:22px;
	text-align: center;
	line-height:22px;
	background-color:rgba(255,255,255,0.7);
	color:#333;
	border-radius:11px;
	z-index: 99999;
	font-size:12px;
	padding-left:9px;
}
.listDiary ol li a .video::after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-width:4px 0 4px 7px;
	border-style:solid;
	top:7px;
	left:9px;
	border-color:transparent transparent transparent #1eb29c;
}

.choose .elect .area dl dt a{
	color:#17A693;
}











































