﻿.public-banner-container {
	height:300px;
	background: url(../images/b/banner_public_bg.jpg) no-repeat center center #f7f7f7;
	background-size:auto 100%;
}
.public-content {
	background-color: #fff;
}

.public-video {
	float:left;
	width: 386px;
	height: 234px;
	background-color: #f7f7f7;
}

.public-slider li {
	width:385px;
	height: 180px;
}

.public-type {
	float:right;
	width:618px;
}
.public-type * {
	float:left;
}
.public-type a {
	width:196px;
	height: 112px;
	margin-left: 10px;
}

.column-title-1 span{
	float:left;
	height:100%;
	line-height:60px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
}

.column-title-1 input{
	float:right;
	width:300px;
	height:40px;
	line-height:40px;
	margin-top: 10px;
	font-size: 14px;
	padding-left: 5px;
	border:none;
	outline: none;
}

.column-title-1 button{
	float:right;
	width:80px;
	height:40px;
	line-height:40px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
	color:#000;
	padding-left: 5px;
	background-color: #f9eced;
	border: none;
	outline: none;
	cursor:pointer;
}

.ww-list-left {
	float:left;
	width: 200px;
	height: auto;
	min-height: 620px;
	background-color: #fff;
}

.ww-list-middle {
	float:left;
	width: 504px;
	min-height: 620px;
	margin:0 10px;
	background-color: #fff;
}

.ww-list-right {
	float:right;
	width: 300px;
	min-height: 610px;
	background-color: #fff;
	padding-bottom: 10px;
}
.ww-list-type div {
	float:left;
	width: 180px;
	text-align: center;
	margin-left: 10px;
	padding:10px 0;
}
.ww-list-type span {
	float:left;
	width: 160px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
	overflow: hidden;
}
.ww-list-type .active {
	background-color: #f7f7f7;
}

.ww-list-type .active span{
	border-right: 5px solid #ff5722;
}

.ww-list-item {
	float:left;
	width: 484px;
	margin-left: 10px;
	border-bottom: 1px solid #f7f7f7;
	padding:20px 0;
}
.title {
	float:left;
	width: 260px;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.author,.time {
	float:right;
	color: #a1a1a1;
}
.item-content {
	float:left;
	width:100%;
	color: #a1a1a1;
	margin-top: 10px;
}
.item-view{
	float:left;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.item-view a{
	color:#01aaed;
}
/* 推荐文章 */
.recomment-article-tip {
	float:left;
	width: 80%;
	text-indent:15px;
	border-left:5px solid #ff5722;
	margin-top:10px;
	margin-left: 10px;
	color:#ff5722;
}

/* 文章详情 */
.article-detail-left {
	float:left;
	width:715px;
	min-height:619px;
	background-color: #fff;
}
.article-detail-title {
	float:left;
	width:100%;
	padding:15px 0;
	text-indent:20px;
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.article-detail-author {
	float:left;
	width:675px;
	color:#ccc;
	margin-left:20px;
	padding-bottom:10px;
	border-bottom: 1px solid #f7f7f7;
}
.article-detail-image {
	float:left;
	width:675px;
	margin-top:15px;
	margin-left: 20px;
}
.article-detail-content {
	float:left;
	width:675px;
	padding:15px 0;
	margin-left:20px;
	overflow-x:auto; 
}
.article-detail-content table{
	border-collapse: collapse;
}
.recomment-article-title {
	float:left;
	width:280px;
	padding:10px 10px 0px 10px;
	text-decoration: none;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.recomment-article-title:hover {
	text-decoration: underline;
}
