/*lBLeft**左侧链接*/
.lBLeft ul li{
	list-style-type: none;
	box-shadow: 5px 5px 10px #666;
	margin: 20px 0px;}
.lBLeft ul li a{
	text-decoration:none;
	display: block;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
	background-color: #eee;}
.lBLeft ul li a:hover{
	color:#a51320;}
@media (max-width: 768px){
	.lBLeft{
		display: none;}
}
/*lBRight**右侧新闻列表*/
.lBRight p{
margin-top:20px;
	color: #174e8f;}
.lBRight p a{
	color: #174e8f;
	text-decoration:none;}
.lBRight .lNewsLists li{
	list-style-type: none;
	padding: 5px 0px 5px 50px;}
.lBRight .lNewsLists li a{
font-size:15px;
	color: #6388b5;
	text-decoration:none;
	font-weight: bold;
	font-family: '宋体';
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;}
/*******专家信息简介栏目*******/
.zjInfos{}
.zjPic{
	height: 120px;	
	padding: 10px;}
.zjPic img{
	height: 100px;
	padding: 8px!important;
	background-color: #fff;
	box-shadow: 5px 5px 5px #333;}
.zjjsLi{
	border-bottom:none!important;
	list-style-type: none;
	margin-bottom: 20px;}
.zjjsLi a{
	text-decoration: none;
	line-height: 30px;
	text-indent: 0em;
	margin: 0px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.zjjsLi a b{
	font-size: 16px;}
/*****分页***/
.fy a{
	text-decoration:none;
	font-size:16px;
	font-weight:blod;
	padding:3px;
	border:solid 1px #eee;}
.fy b{
	font-size:16px;
	font-weight:blod;}
.fy{
	text-align:center;
	margin-top:10px;}