a {
	color: #666666;
}
h3 {
	color: #666666;
}

.header-bg {
	padding-top: 87px;
}

.content {
}

.content>.left {
	width: 300px;
	display: block;
	float: left;
    padding:0;
    background-color:#E9E9E9;
}

.left-top {
	background-color: #153f8a;
	margin-top:-33px;
	height: 200px;
}
.left-top>img {
	margin-left: 54px;
	margin-top: 50px;
}

.left-top>.text {
	color: #fff;
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 163px;
}

.thread {
	background-color: #4d669b;
	display: block;
	width: 65px;
	height: 5px;
	margin-top: 20px;
	margin-left: 193px;
}

.left-list>ul {
	padding: 35px;
	text-align: center;
	line-height: 60px;
}

.left-list>ul>li {
	height: 60px;
	border-bottom: #D9D9D9 solid 1px;
}

.left-list>ul>li>span {
	display: none;
}
.left .caction{
	color:#0077FE;
}
.left .caction>span{
	display:inline-block;
}
.left .caction>a{
	color:#0077FE;
}
.right {
	width: 780px;
	display: block;
	float: left;
	margin-left: 5px;
}

.breadcrumb {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
	border-radius: 0;
}

.item {
	margin-top:20px;
	padding: 20px 0;
	border-bottom: #ccc 1px solid;
}
.item>img {
	margin-top:-10px;
	margin-left:20px;
	width: 180px;
	height: 180px;
	background-color: #ccc;
	display: block;
	float: right
}

.item-content {
	display:inline-block;
	width:550px;
	height: 85px;
	word-wrap:break-word ;
	margin: 30px 0 0 0;
}
.item a:hover{
	color:#0077FE;
}
.list{
	padding:25px 0;
	font-size:16px;
}
.tag{
	font-size:12px;
	margin-top:10px;
	padding: 10px 5px;
	background-color:#ECF5FF;
	color:#0077FE;
	border-radius:3px;
}
.tag>span{
	margin-right:20px;
}
.list>.text{
	margin-top:50px;
	text-indent:35px;
}
.list>.text span{
	white-space:normal !important;
}
.list>.text p{
	font-size:14px;
}