@charset "UTF-8";
/*--首页--*/
.slide1 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.m-micro {
	border-right: 1px solid #DDD;
	width: 165px;
	height: 80px;
	padding: 0;
}

img {
	max-width: 100%;
	width: auto\9;
}

.majorname {
	margin-left: 10px;
	line-height: 70px;
}

.major1 {
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
}


.maj_s {
	width: 1165px;
	margin: 0 auto;
}

.maj_s ul {
	height: 85px;
	padding: 0;
	margin: 0;
}

.maj_s ul li {
	width: 260px;
	float: left;
	list-style: none;
	margin-left: 20px;
}

.kwLink {
	margin-top: 15px;
	line-height: 20px;
	margin-right: 15px;
}

.n_recom {
	overflow: hidden;
}

.n_recom .imgRoc {
	transition: all 1s ease-out 0s;
	-webkit-transition: -webkit-transform 1s ease-out 0s;
	-moz-transition: -moz-transform 1s ease-out 0s;
	-o-transition: -o-transform 1s ease-out 0s;
	-ms-transition: -ms-transform 1s ease-out 0s;
	vertical-align: middle;
}

.n_recom .imgRoc:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);/*火狐*/
	-webkit-transform: scale(1.2);/*谷歌*/
	-o-transform: scale(1.2);/*OPera*/
	-ms-transform: scale(1.2);/*IE9,10*/
}

.n_wrap {
	width: 225px;
	display: block;
	position: relative;
	float: left;
}

.n_wrap .pic {
	height: 142px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.n_wrap .pic .imgPic {
	transition: all 1s ease-out 0s;
	-webkit-transition: -webkit-transform 1s ease-out 0s;
	-moz-transition: -moz-transform 1s ease-out 0s;
	-o-transition: -o-transform 1s ease-out 0s;
	-ms-transition: -ms-transform 1s ease-out 0s;
	width: initial;
	height: 142px;
}

.n_wrap:hover .pic .imgPic {
	transform: scale(1.2);
	-moz-transform: scale(1.2);/*火狐*/
	-webkit-transform: scale(1.2);/*谷歌*/
	-o-transform: scale(1.2);/*OPera*/
	-ms-transform: scale(1.2);/*IE9,10*/
}

.n_tit {
	width: 225px;
	position: relative;
	margin-top: 5px;
	padding: 0px 5px;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.n_tit:hover {
	color: #32A030;
}

.orgName {
	display: block;
	padding: 0px 5px;
	line-height: 20px;
	height: 23px;
}

.n_more {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	float: left;
}

.n_more:hover {
	color: #32A030;
}

.n_bt20 {
	margin-bottom: 20px;
}

.listrec {
	padding: 20px;
	height: 140px;
	background: #DDB602 none repeat scroll 0% 0%;
}

.x_listlink {width:185px;
	line-height: 28px;
}

.x_listlink:hover {
	text-decoration: underline;
}

.umore span.imgAdd {
	background: url(../../images/index/ui_sprite_02.png);
	margin-left: 3px;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	display: inline-block;
	float: left;
}

.umore:hover span.imgAdd {
	background: url(../../images/index/ui_sprite_01.png);
}

.specA:hover {
	color: #32a030;
}