.leftbar{
	width: 30%;
	word-wrap: break-word;
	padding: 0px;
	min-height: 390px;
	background-color: rgb(255, 255, 255);
	margin-right: 20px;
	background-color: #00008000;
}
.leftbar .firstContainer{
	width: 100%;
	word-wrap: break-word;
	padding: 0px;
	border-color: rgb(221, 221, 221);
	border-width: 1px;
	min-height: 390px;
	background-color: rgb(255, 255, 255);
	border-style: solid;
	margin-right: 20px;
	margin-bottom: 30px;
}
.leftbar .secondContainer{
	width: 100%;
	word-wrap: break-word;
	padding: 0px;
	border-color: rgb(221, 221, 221);
	border-width: 1px;
	min-height: 390px;
	background-color: rgb(255, 255, 255);
	border-style: solid;
	margin-right: 20px;
}
.leftbar .title{
	margin: 30px auto 30px 30px;
}
.leftbar .title span{
	color: #000;
	padding: 5px 10px 2px 5px;
	font-size: 16px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 600;
}
.leftbar .titlesecond{
	margin-top:10px;
	height:20px;
	width:100%;
	background-color:#293D05;
}
.leftbar .leftcontent{
	margin: 2px auto 10px auto;
	width: 100%;
	background-color: #fff;
}
.leftbar .leftcontent ul{
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 86%;
	text-align: center;
}
.leftbar .leftcontent ul li{
	padding: 0px 10px 15px 40px;
	height: 16px;
	cursor: pointer;
	font-size: 16px;
	border-bottom: 1px ridge #ccc;
	text-align: left;
	position: relative;
	margin-bottom: 21px;
	color: #000;
}
.leftbar .leftcontent a{
	text-decoration: none;
	text-align: left;
	font-style: normal;
	font-family: SourceHanSansCN-Regular;
	font-size: 15px;
	color: #000;
	margin-right: -59px;
	position: absolute;
	left: 22px;
}
.leftbar .leftcontent ul li.active{
	/*background-color:#6687C8;*/
}
.leftbar .leftcontent ul li:hover a{
	color: #0E62BC;
	font-weight: 501;
	transform: translateX(20px);
}

.leftbar .leftcontent ul li:hover a:before {
	opacity: 1;
}

.leftbar .leftcontent ul li a:before {
	content: '';
	position: absolute;
	left: -7px;
	top: 43%;
	margin-top: -6px;
	width: 3px;
	height: 16px;
	background-color: #17c2c4;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}

.leftbar .leftcontent ul li.active a{
	color: #0E62BC;
	font-weight: 501;
}

.leftbar>.secondContainer>.leftButtomcontent>ul{
	margin: 5px auto 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li{
	height: 106px;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	position: relative;
	/*margin-bottom: 9px;*/
	color: #000;
	border-bottom: 1px dashed #dddddd;
	display: flex;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.left{
	width: 45%;
	height: 79px;
	margin: 10px 2px 10px 5px;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.rightcontainer>.content:hover{
	color:#0E62BC;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.left>img{
	width:100%;
	height:100%;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.rightcontainer{
	width: 100%;
	margin: 10px 8px 5px 10px;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.rightcontainer>.content{
	font-family: SourceHanSansCN-Regular;
	font-size: 13px;
	color: #5A5A5A;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: auto;
	border: none;
}
.leftbar>.secondContainer>.leftButtomcontent>ul>li>.rightcontainer>.date{
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #5A5A5A;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
	margin: 10px 5px 10px 0px;
}



.contentBody .content{
	width: 100%;
	padding: 0px;
	border-color: rgb(221, 221, 221);
	border-width: 1px;
	height: 1162px;
	background-color: rgb(255, 255, 255);
	width: 100%;
	border-style: solid;
}
.contentBody .content .contenttitle{
	margin-left: 0px;
	padding-left: 5px;
	border-bottom: 1px ridge #000000;
	margin-top: 25px;
	height: 23px;
	margin-bottom: 10px;
}
.contentBody .content .contentlist{
	margin:10px 10px 30px;
	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 20px;*/
    /*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:15px;
	font-weight: bold;
	width:770px;
}
.contentBody .content .contentlist ul li .listitemcontent .content{
	margin-top:5px;
	font-size:14px;
	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;
}
