@charset "utf-8";
.support_left_menu_top {
	background-image: url(../images/support/lm_title_bg_support.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 46px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	font-family: "微软雅黑";
	
}

.left_menu ul li {
	height: 45px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #f8f8f8;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.left_menu ul li a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.left_menu ul li:hover {
	text-decoration: underline;
	
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ededed;
}


.content {
	/*font-size: 14px;*/

}
.fangan-list-box {
	float: right;
	width: 100%;
}

.fangan-list-box div{
	height: 175px;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
 }
.fangan-list-box div span{ width:645px; float:left; }
.fangan-list-box div img { width:275px;height:150px;float:left;  margin:0 10px 0 0;}
.fangan-list-box div span .pro_button{
	border: 0;
	width: 90px;
	height: 24px;
	margin: 10px 0 0 0;
	cursor: pointer;
	background-image: url(../images/img.png);
	background-repeat: no-repeat;
	background-position: -56px -407px;
}
.fangan-list-box div h5{
	
	/*font-size: 14px;*/
	
}
.fangan-list-box div p{
	word-wrap : break-word;
	font-size: 12px;
	line-height: 22px;
}



.banner_lm {
	clear: none;
	height: 228px;
	background-repeat: no-repeat;
	background-image: url(../images/upload/banner_support.jpg);
	margin-top: 5px;
	min-width:990px;
}

.fangan-list-box ul li {
	float: left;
	height: 180px;
	width: 255px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.video-list-box {
	float: right;
	width: 100%;
}
.video-list-box ul li {
	font-size: 14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #000;
	background-image: url(../images/split1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	vertical-align: middle;
}
.video-list-box ul li a {
	font-size: 14px;
	color: #666;	
}

.video-list-box ul li a:hover {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}



@media only screen and (max-width: 1190px) {
.fangan-list-box div span{
	 width:55%;
	 min-width:475px; 
	 }
}
