@charset "utf-8";
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('fonts/HELVETICANEUELTPRO-THEX.OTF');
	font-weight: normal;
	font-style: normal;
}





* {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	float: left;
}
input {
	border: none;
	background: none;
}
input, textarea {
	font-family: "微软雅黑", Arial;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

.fw {
	margin: 0 auto;
	width: 1180px;
}

#pageWrapper {
}
#newslist{ margin:60px auto;}

#newslist .newstitem {
	width: 100%;
	height: 150px;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
	transition: all ease-out .2s;
	position: relative;
	margin:20px 0
}
#newslist .newscontent {
	width: 1200px;
	height: 90px;
	padding-top: 20px;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 1
}
#newslist .newsinfo {
	margin-left: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pic{ width:185px; margin-left:30px; height:110px; overflow:hidden}
.pic img{ width:185px; height:auto}

#newslist .newsdate {
	width: 180px
}
#newslist .newsdate p {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
}
#newslist .newsinfo .md {
	color: #dcdcdc;
	font-size: 60px;
	line-height: 50px;
	text-align: right
}
#newslist .newsinfo .year {
	color: #bdbdbd;
	font-size: 16px;
	text-align: right;
}
#newslist .newsbody {
	margin-left: 50px
}
#newslist .newsbody .title {
	width: 560px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
#newslist .newsbody .description {
	width: 560px;
	height: 42px;
	line-height: 22px;
	font-size: 13px;
	color: #6a6a6a;
	margin-top: 10px;
	overflow: hidden
}
#newslist .newstitem i {
	font-size: 36px;
	margin-top: 20px;
	color: rgba(0,0,0,0);
	transition: all ease-out .3s;
	text-indent: -30px;
}
#newslist .newstitem:hover i {
	font-size: 36px;
	margin-top: 20px;
	color: #fff;
	text-indent: 0px;
}
#newslist .newstitem:hover .newsinfo {
	transform: translate3d(-50px, 0, 0);
	-webkit-transform: translate3d(-50px, 0, 0);
	-moz-transform: translate3d(-50px, 0, 0);
}
#newslist .newstitem:hover p {
	color: #fff
}
#newslist .newstitem:hover a {
	color: #fff
}
#newslist .newstitem:hover {
	background: #fe9500
}
#indexPage #mnews .news_wrapper {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}




/*#indexPage #mslider ul li div.sliderArrow {



    width: 0; color: transparent;



}*/




.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight:bold
}