
#banner{
	width: 100%;
	min-width: 1100px;
    position:relative;
    overflow: hidden;
/*    height: 340px;*/
}
#main{
	min-width:1100px;
}
#banner img{
	width: 100%;
	height: auto;
}
.newswaper{
	width: 100%;
	padding: 50px 0;
	background: #fff;
}
.newslist ,.hot_news{
	width: 1000px;
	margin: 0 auto;
}
.newslist li,.hot_news {
	border-bottom:1px solid #505050 ;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.hot_news {
	margin-bottom: 63px;
}
.hot_news_content,.hot_news_pic{
	float: left;
}
.hot_news_content{
	width: 470px;
	position: relative;
	height: 350px;
	margin: 0 23px 0 20px;
}
.hot_news_content div{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.hot_news_title{
	width: 100%;
	height: 62px;
	font-size: 24px;
	display: block;
	line-height: 30px;
	color: #505050;
	overflow: hidden;
	margin-bottom: 63px;
}
.hot_news_title:hover{
	color: #005CAA;
}
.hot_news_pic{
	position: relative;
	width: 467px;
	height: 350px;
	overflow: hidden;
}
.hot_news_content .newsdesc{
	font-size: 14px;
	color: #505050;
	line-height: 21px;
	height: 107px;
	margin-bottom: 11px;
	overflow: hidden;
}
.hot_news_pic li {
	width: 467px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.hot_news_pic li:first-child{
	display: block;
}
.hot_news_pic li img{
	width: 100%;
	height: 100%;
}
.btn {
	position: absolute;
	left: 40%;
	bottom: 7px;
}
.btn a{
	display: block;
	float: left;
	width: 30px;
	height: 4px;
	margin-left: 17px;
	background: #fff;
}
.btn a:first-child{
	margin-left: 0;
}
.btn .selected{
	background: #005CAA;
}
.newslist li:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.newslist li img{
	width: 286px;
	height: 214px;
	margin-right: 24px;
	float: left;
	opacity: 0;
}
.newscontent{
	float: left;
	width: 680px;
	height: 214px;
	overflow: hidden;
	opacity: 0;
}
.newstitle{
	font-size: 24px;
	color: #343434;
	display: block;
	margin-bottom: 34px;
	cursor: pointer;
	width: 100%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newstitle:hover{
	color: #005CAA;
}
.newsdesc{
	font-size: 14px;
	height: 51px;
	color: #505050;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}
.newstime{
	font-size: 14px;
	color: #343434;
	margin-bottom: 24px;
}
.more{
	border: 1px solid #505050;
	font-size: 16px;
	color: #505050;
    overflow: hidden;
    display:block;
    height: 36px;
    line-height:36px;
    text-align: center;
    width: 140px;
    cursor: pointer;
    transition-duration: 1s;
}
.active .more{
	opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.more span{
	display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 36px;
    line-height: 36px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 1, 0.3, 1) 200ms;
    transition: all 0.2s cubic-bezier(0.2, 1, 0.3, 1) 200ms;
    font-size: 16px;
	color: #505050;
}
.more span:after{
	content: '了解更多';
    position: absolute;
    text-align: center;
    height: 36px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0;
    color: transparent;
    transform: translate(0, 100%);
   -webkit-transition: all 0.2s cubic-bezier(0.2, 1, 0.3, 1) 200ms;
    transition: all 0.2s cubic-bezier(0.2, 1, 0.3, 1) 200ms;
}
.more:hover{
	background: #005CAA;
	border-color:#005CAA ;
	color:#fff;
}
.more:hover span{
	transform: translate(0, -100%);
}
.more:hover span:after{
	color:#fff;
	background-color: #005CAA;
}
.page{
	width: 390px;
	margin: 0 auto;
	padding-top: 30px;
	text-align:center;
}
.page a{
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #161616;
	border-radius: 2px;
	border:1px solid #D0D0D0;
	margin-right: 12px;
}
.page .selected{
	background: #005CAA;
	color:#fff;
}
#top{
	background: url(../images/top2.jpg) 0 0 no-repeat;
	background-size:cover ;
	width: 48px;
	height: 46px;
	position: fixed;
	right: 60px;
	bottom: 120px;
	display: none;
	cursor:pointer;
}
#top:hover{
	background: url(../images/top.jpg) 0 0 no-repeat;
	background-size:cover ;
}