﻿/*lBLeft**左侧链接*/
.cBLeft ul li{
	list-style-type: none;
	box-shadow: 5px 5px 10px #666;
	margin: 20px 0px;}
.cBLeft ul li a{
	text-decoration:none;
	display: block;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
	background-color: #eee;}
.cBLeft ul li a:hover{
	color:#a51320;}

@media (max-width: 768px){
	.cBLeft{
		display: none;}
}
/*lBRight**右侧新闻列表*/
.cBRight .mbx{
	color: #174e8f;
	display: block;
	text-align:right;}
.cBRight .mbx a{
	color: #174e8f;
	text-decoration:none;}
.cBRight h3{
	text-align: center;
	color: #0584b9;}
.cBRight p{
	text-indent: 2em;}
.cBRight p img{
	height:auto;}