.w-140 {
	width: 140px;
}

.w-700 {
	width: 700px;
}

.w-290 {
	width: 290px;
}

#content {
	width:100%;
    margin-top: 22px;
    padding-bottom: 340px;
}

#content .content-left, #content .content-right {
	float: left;
}

#content .content-right {
    margin-left: 30px;
}

.news-left{
	float:left;
	width: 140px;
	height:auto;
}

.news-left ul{
	float:left;
	width: 140px;
	height:auto;
}

.news-left ul li{
	float:left;
	width: 140px;
	height:40px;
	background:#f3f3f3;
	border-radius:3px;
	margin-bottom:3px;
}

.news-left ul li.active{
	float:left;
	width: 140px;
	height:40px;
	background:#369550;
	border-radius:3px;
	margin-bottom:3px;
}

.news-left ul li a{
	float:left;
	width: 140px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#000;
	font-size:16px;
}

.news-left ul li.active a{
	float:left;
	width: 140px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
}


.content-right .cover{
	float:left;
	width: 700px;
	height:290px;
	margin-bottom:30px;
}

.content-right .nav{
	float:left;
	width: 685px;
	height:40px;
	line-height:40px;
	color:#999;
	background:#f3f3f3;
	padding-left:15px;
	margin-bottom:30px;
	font-size:14px;
}

.content-right .nav a{
	width: auto;
	height:32px;
	color:#999;
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
}

.news-list{
	float:left;
	width: 700px;
	height:auto;
}

.news-list ul{
	float:left;
	width: 700px;
	height:auto;
}

.news-list ul li{
	float:left;
	width: 700px;
	height:120px;
	border-bottom:1px dashed #f4f4f4;
	margin-bottom: 25px;
}

.content-right  .news-list ul li .pic{
	float:left;
	width: 126px;
	height:94px;
	
}

.content-right .news-list ul li .pic a{
	float:left;
	width: 126px;
	height:94px;
}

.content-right .news-list ul li .pic a img{
	max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.content-right .news-list ul li .list-news{
	float:right;
	width: 554px;
	height:120px;
}
 
.content-right .news-list ul li .list-news a.h1{
	float:right;
	width: 100%;
	height:22px;
	line-height:22px;
	font-size:20px;
	color:#333;
	font-weight:bolder;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

 
.content-right .news-list ul li .list-news .content{
	float:right;
	width: 100%;
	height:auto;
	line-height:22px;
	font-size:14px;
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 12px;
}

.content-right .news-list ul li .list-news .time{
	float:right;
	width: 100%;
	height:auto;
	line-height:20px;
	font-size:12px;
	color:#999;
}

.content-right .news-list ul li .no-pic{
	float:right;
	width: 700px;
	height:120px;
}

/* 右侧广告 */
#content .content-rights article {
	float:right;
	width: 290px;
	height:290px;
    margin-bottom: 15px;
	background:#f3f3f3;
}

#content .content-rights article.articles {
	float:right;
	width: 290px;
	height:370px;
    margin-bottom: 15px;
	background:#f3f3f3;
}

#content .content-rights article h3{
	position:relative;
	float:right;
	width: 290px;
	height:32px;
	line-height:32px;
	background:#83d396;
	font-size:14px;
	color:#fff;
	text-indent:10px;
	margin-bottom:15px;
}

#content .content-rights article h3 .imgs{
	position:absolute;
	width: 69px;
	height:59px;
	top:0px;
	right:-4px;
	background:url(../../img2/news/tuijian.png) no-repeat;
}

#content .content-rights ul {
	padding: 20px 15px;
}

#content .content-rights li {
    line-height: 28px;
}

#content .content-rights li a{
    float: left;
    width: 160px;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

#content .content-rights li span {
    float:right;
    font-size:14px;
    color: #ff7300;
}

#content .content-rights p {
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height: 28px;
}

.xcx{
	float:left;
	width: 171px;
	height:171px;
	margin-left:60px;
	margin-top:10px;
}

#content .content-rights p.text {
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height: 28px;
	color: #999;
}

.custom-pager{
	float:left;
}

.title-news{
	float:left;
	width:100%;
	font-size:26px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight:bolder;
	padding-top:30px;
	border-top:1px solid #ddd;
}

/* 文章 */
.content-right .news-content{
	float:left;
	width:100%;
	height:auto;
	margin-top:-10px;
}

.content-right .news-content h1 {
    line-height: 40px;
    font-size: 26px;
    color: #333;
    font-weight: bolder;
}

.content-right .news-content p {
    line-height: 40px;
    color: #999;
    font-size: 14px;
}

.content-right .news-content .recommend{
	float:left;
	width:698px;
	height:178px;
	border:1px solid #ddd;
	margin-bottom:20px
}

.content-right .news-content .recommend .pics{
	float:left;
	width:130px;
	height:130px;
	margin:25px 20px;
	display: table-cell;
    vertical-align:middle;
	border:1px solid #ddd;
	text-align:center;
}

.content-right .news-content .recommend .pics a{
	width:130px;
	height:130px;
	 margin: 0 auto;
	 text-align: center;
	 display:table-cell;
	 vertical-align:middle;
}

.content-right .news-content .recommend .pics a img{
	vertical-align:middle;
	max-height: 100%;
    max-width: 100%;
}

.content-right .news-content .recommend .list-recommend{
	float:left;
	width:500px;
	height:150px;
	margin-top:25px
}

.content-right .news-content .recommend .list-recommend .h1{
	float:left;
	width:445px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bolder;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#333;
}

.content-right .news-content .recommend .list-recommend span.city{
	float:right;
	width:44px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#fff;
	background:#83d396;
	text-align:center;
	border-radius:3px;
}

.content-right .news-content .recommend .list-recommend .num{
	float:left;
	width:100%;
	height:55px;
	line-height:55px;
	font-size:14px;
	color:#999;
}

.content-right .news-content .recommend .list-recommend .num span{
	float:left;
	width:auto;
	height:55px;
	line-height:55px;
	font-size:36px;
	color:#ff9933;
	margin-right:5px;
}

.content-right .news-content .recommend .list-recommend .content{
	float: left;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-right .news-content .news-text{
	float: left;
    width: 100%;
    height: auto;
    line-height: 36px;
	margin-bottom:20px
}

.content-right .news-content .news-text img{
max-width:100%;
}

.content-right .news-content .news-text h2{
	font-size: 20px !important;
	font-weight:bolder;
}

.content-right .news-content .news-text h3{
	font-size: 16px !important;
	font-weight:bolder;
}

.content-right .news-content .news-text p{
    line-height: 36px;
    color: #666;
    font-size: 16px;
    text-align: left;
	text-indent: 2em;
}

.content-right .news-content .news-text p img{
    max-width:90%;
	margin:5px 0px;
}

.moduletable-banners{
	width: 700px;
    height: 290px;
    position: relative;
    float: left;
}

.moduletable-banners .flexslider ul li p{
	width: 700px;
	height: 50px;
}
