@import "common.css";
@import "nav.css";
@import "common-header.css";
@import "common-footer.css";
img{
	width: auto;
}
.current-position{
	font-size: 14px;
}
.new-wrap{
	margin-top: 20px;
}
.new-wrap .current-position{
	font-size: 13px;
}
/*新闻列表*/
#new-list{
	display: inline-block;
	vertical-align: top;
	width: 800px;
	margin-top:20px;
}
#new-list img,#new-slide img{
	width: 100%;
	height: 100%;
}
#new-list ul li{
	padding: 23px 0;
	border-bottom: 1px solid #dcdcdc;
}
#new-list li .img-box{
	width: 210px;
	height: 125px;
	margin-right: 30px;
}
#new-list li .img-intro{
	width: 560px;
    height: 122px;
    overflow: hidden;
}
#new-list li .img-intro .title{
	font-size: 18px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#new-list li .img-intro .title a{
	color: #383636;
}
#new-list li .img-intro .title:hover a{
	color:#ff4400;
}
#new-list li .img-intro .source{
	color: #7b7b7b;
	margin:13px 0;
}
#new-list li .img-intro .des{
	color: #585858;
	font-size: 14px;
	line-height: 24px;
}
/*分页*/
#new-list .page-box{
	text-align: center;
	margin-top: 20px;
}
.page-box ul,.page-box form,.page-box .total{
	display: inline-block;
	vertical-align: middle;
	margin-top:0;
}
#new-list .page-box li{
	padding: 0 10px;
	
}
#new-list .page-box li.active{
	background: #FF4400;
	color: #fff;
}


/*新闻侧边栏*/
#new-slide{
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-left: 36px;
	margin-bottom: 50px;
		margin-top:20px;
}
#new-slide .header{
	color: #6b6b6b;
	font-size: 16px;
	position: relative;
	height: 20px;
	line-height: 20px;
	text-indent: 8px;
}
#new-slide .header:before{
	content: "";
	width: 3px;
	height: 20px;
	background: #00b7b1;
	position: absolute;
	left: 0;
	top: 0;
}
/*热门推荐*/
#new-slide .new-hot{
	background: #fbfbfb;
	padding: 10px 13px 30px 13px;
}
#new-slide .new-hot .hot-banner{
	width: 320px;
	height: 218px;
	position: relative;
	margin-top: 16px;
}
#new-slide .new-hot .hot-banner .banner-control{
	position: absolute;
	bottom: 10px;
	right: 22px;
	z-index: 10;
}
#new-slide .new-hot .hot-banner .banner-control li{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #cacbcc;
	margin-right: 6px;
}
#new-slide .new-hot .hot-banner .banner-control li.navOn{
	border: 2px solid #cacbcc;
	background: transparent;
}
#new-slide .new-hot .hot-banner .banner-wrap{
	width: 320px;
	height: 218px;
	overflow: hidden;
	position: relative;
}
#new-slide .new-hot .hot-banner .banner-wrap ul{
	height: 218px;
	position: absolute;
	left: 0;
}
#new-slide .new-hot .hot-banner .banner-wrap li{
	float: left;
	width: 320px;
	height: 218px;
	position: relative;
}
#new-slide .new-hot .hot-banner .banner-wrap li p{
	width: 220px;
	height: 34px;
	line-height: 34px;
	padding-right: 100px;
	color: #fff;
	font-size: 15px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	text-indent: 24px;
	 overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*资讯分类*/
#new-slide .new-type{
	background: #fbfbfb;
	padding: 10px 13px 30px 13px;
	margin-top: 23px;
}
#new-slide .new-type ul{
	margin-top: 28px;
}
#new-slide .new-type ul li{
	float: left;
	width: 33%;
}
#new-slide .new-type ul li .icon-new{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/icon/new.png) no-repeat 0 0;
	margin:5px auto;
}
#new-slide .new-type ul li .icon-02{
	background-position:-49px 0 ;
}
#new-slide .new-type ul li .icon-03{
	background-position:-98px 0 ;
}
#new-slide .new-type ul li p{
	text-align: center;
	color: #404040;
	font-size: 15px;
}
/*周点击榜*/
#new-slide .new-week{
	background: #fbfbfb;
	padding: 10px 13px 30px 13px;
	margin-top: 23px;
}
#new-slide .new-week ul{
	margin-top: 28px;
	font-size: 15px;
}
#new-slide .new-week ul li a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-indent: 25px;
	color: #161616;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#new-slide .new-week ul li:hover a{
	color:#ff4400;
}
#new-slide .new-week ul li{
	margin-bottom: 15px;
	position: relative;
}
#new-slide .new-week ul li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 6px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #686868;
}
/*新闻详情*/
#new-intro{
	display: inline-block;
	vertical-align: top;
	width: 800px;
	margin-bottom: 50px;
	margin-top:20px;
}
#new-intro .shoucang{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: url(../img/icon/guolu.png) no-repeat -12px -238px;
	text-indent: 20px;
	font-size: 12px;
	color:#222;
	margin-left: 15px;
	cursor: pointer;
}
#new-intro .shoucang-on{
	background: url(../img/icon/sc-on.png) no-repeat left center;
}
#new-intro  .intro-wrap{
	margin-top: 35px;
}
#new-intro .intro-header{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	position: relative;
}
#new-intro .intro-header .title{
	color: #383636;
	font-size: 24px;
	margin-bottom: 15px;
}
#new-intro .intro-header .source{
	color: #7b7b7b;
	line-height: 20px;
}
#new-intro .intro-header .jiathis_style{
	position: absolute;
	right: 0;
	bottom: 20px;
}
#new-intro .intro-main{
	padding: 35px 20px;
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 33px;
}
#new-intro .intro-main img{
	width: 90%;
	margin: 10px 5% 20px 5%;
}
#new-intro .page-nav{
	margin-bottom: 16px;
}
#new-intro .page-nav span{
	font-weight: 600;
	color: #585858;
}
#new-intro .page-nav a{
	color: #585858;
}
