@charset "utf-8";
body{
	overflow-x: hidden;
}


#main{
	background: url(../img/bg.jpg) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 150px;
}
#main .mainBox{
  background:#fff;
  padding:20px 40px;
  overflow: hidden;
  position: relative;
min-height:500px;
}
.pageTitle{
	padding: 10px 0 15px 0;
}
.pageTitle h2{
	color: #1185DE;
	font-size: 26px;
}
.pageTitle span{
	display: block;
	margin: 5px 0 0 0;
	width: 20px;
	height: 4px;
	background: #f8be2a;
}
.leftBox{
}
.listBox{
	margin: 0;
	overflow: hidden;
}
.listBlock{
	display: block;
	margin:0 40px 0 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}
.listBlock .listPic{
	float: left;
	margin-right: 20px;
}
.listBlock .listPic img{
	height: 130px;
	width: 130px;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.listBlock:hover .listPic img{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.listBlock .listCon{
	overflow: hidden;
}
.listBlock .title {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 3px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listBlock .date {
	color: #888;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 5px 0;
}
.listBlock .describe {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	text-align: justify;
	/*超出显示...*/
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}





.rightBox{
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width:20px;
  height:100px;
  background:url(../img/right-jt.png) no-repeat left bottom;
}
.rightBox .title{
display:none;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-left: 15px;
}
.rightBox .col_menu_con{
 position: absolute;
  width:220px;
  top: 0;
  right: -220px;
  padding-top: 15px;
  background: #1185DE;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rightBox:hover .col_menu_con{
  right:0;
}
.rightBox ul{
  padding-top: 10px;
  padding-bottom: 30px;
}
.rightBox ul li{
  margin-right: 5px;
}
.rightBox ul li a{
  color:#fff;
  padding: 12px 10px 12px 30px;
  text-align: left;
  display: block;
  line-height: 1.2em;
  border-top: 1px solid #faf9f8;
  background:url(../img/left.png) no-repeat left 8px center;
  background-size:8px;
}
.rightBox ul li:last-child a{
 border-bottom:1px solid #faf9f8;
}
.rightBox ul li.cur{
  background: #fff;
}
.rightBox ul li.cur a{
  color: #1185DE;
  background-image:url(../img/left-cur.png);
}
.rightBox ul li.selected {
  background: #fff;
}
.rightBox ul li.selected a {
  color:#1185DE;
  background-image:url(../img/left-cur.png);
}




@media screen and (max-width: 768px) {
	#main{
		background: none;
		overflow: hidden;
		padding-bottom: 0px;
	}
	#main .mainBox{
		overflow:hidden;
		background:#fff;
		padding:10px;
	}
	.leftBox{
		float: none;
		width: 100%;
	}
	.listBox{
		margin: 0px;
	}
	.listBlock{
		display: block;
		float: none;
		width: 100%;
		margin:0px 0 20px;
		position: relative;
		padding:0 0 10px 0;
		border-bottom: 1px solid #eee;
	}
	.listBlock .listPic{
		float: none;
		margin-right: 0px;
	}
	.listBlock .listPic img{
		width: 100%;
		border-radius: 3px;
		background-position: center;
		background-size: cover;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.listBlock:hover .listPic img{
		box-shadow: none;
	}
	
	.listBlock .listCon{
		overflow: hidden;
	}
	.listBlock .title {
		font-size: 20px;
		line-height: 1.4em;
		margin-bottom: 3px;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.listBlock .date {
		color: #888;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.8em;
		padding: 5px 0;
	}
	.listBlock .describe {
		color: #666;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.6em;
		text-align: justify;
		/*超出显示...*/
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	
	
	.rightBox{
	  display: none;
	}
}






