.leftbar{
	float: left;
	width:20%;
}
.leftbar .title{
	width:100%;
	padding-bottom: 2px;
	border-bottom:1px ridge #293D05;
}
.leftbar .title span{
	color:#FFFFFF;
	padding:5px 10px 2px 10px;
	background-color:#293D05;
	font-size:16px;
}
.leftbar .titlesecond{
	margin-top:10px;
	height:20px;
	width:100%;
	background-color:#293D05;
}
.leftbar .leftcontent{
	margin:2px auto 10px auto;
	width:180px;
}
.leftbar .leftcontent ul{
	margin: 0px auto 0px auto;
    overflow: hidden;
    zoom: 1;
    width:100%;
}
.leftbar .leftcontent ul li{
	float: left;
    padding: 10px 0px 12px 0px;
    margin-top: 10px;
    width: 100%;
    height: 22px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    background: url(../images/default/unselected.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.leftbar .leftcontent ul li.active{
	position: relative;
    background: url(../images/default/selected.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.leftbar .leftcontent ul li a{
	text-decoration: none;
    color: rgba(102,102,102,1);
}
.leftbar .leftcontent .active a{
	text-decoration: none;
    color: #FFF;
}
.contentBody .content{
	width: 79%;
    float: left;
}
.contentBody .content .contenttitle{
	margin-left:4px;
	padding-left:5px;
	border-bottom: 1px ridge #000000;
}
.contentBody .content .contentlist{
	margin:10px 10px 5px;
	font-size: 14px;
}
.contentBody .content .contentlist ul{
	margin: 0px auto 0px auto;
    overflow: hidden;
    zoom: 1;
    width:100%;
}
.contentBody .content .contentlist ul li{
	float: left;
    padding: 5px 10px 0px 0px;
    width: 100%;
    /*height: 23px;*/
    cursor: pointer;
    position: relative;
}

.contentBody .content .contentlist ul li .listitemimg{
	float: left;
    width: 142px;
    height: 90px;
}
.contentBody .content .contentlist ul li .listitemimg img{
	width:100%;
	height:100%;
	overflow:hidden;
}
.contentBody .content .contentlist ul li .listitemcontent{
	float:left;
    margin: 2px auto 0px 10px;
}
.contentBody .content .contentlist ul li .listitemcontent .title{
	font-size:18px;
	font-weight: bold;
	width:770px;
}
.contentBody .content .contentlist ul li .listitemcontent .content{
	margin-top:5px;
	font-size:15px;
	width:760px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.contentBody .content .contentlist ul li .listitemcontent .date{
	clear: both;
    font-size: 14px;
    width: 750px;
    text-align: right;
    height: 30px;
    padding-top: 6px;
}
.contentBody .content .pagebottom{
	float: right;
	font-size:16px;
	margin-top:20px;
}
