﻿@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: 5px;
	font-family: "微软雅黑";
	
}
#maincontent .left_menu
{
    width:250px;
}
#maincontent .right_content
{
    width:980px;
}
.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:765px; float:left; }
    .fangan-list-box div span .title
    {
        font-size:2rem;
        font-weight:bold;
        margin-bottom:10px;
    }
.fangan-list-box div img { width:200px;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 {
	width:300px;
    text-align:center;
    margin:5px;
    float:left;
    line-height:30px;
    padding:5px;
    min-height:240px;

}
    .video-list-box ul li:hover
    {
        background:#ededed;
    }

    .video-list-box ul li img
    {
        width:300px;
        height:163px;
    }
.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;
}

.article_content
{
    text-align: center;
}

@media only screen and (max-width: 1190px) {
.fangan-list-box div span{
	 width:55%;
	 min-width:475px; 
	 }
}
.supporttable
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-top:10px;
    margin-bottom:10px;
}