/*
Template Name: 优易软件优质精品模板
Template URI: http://www.uuecs.com/
Description: 选模板当然去优易软件(uuecs.com) 
Version: 2.73
Author: 更多解决方案
Author URI: http://www.uuecs.com/
Logo filename: logo.gif
*/
@charset "utf-8";
/*文章页样式 start*/
.bg-gray{ padding-bottom: 50px;}
/*左边*/
.left_side {
	width: 157px;
	float: left;
	margin-right: 15px;
	background: #FFF;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.top_line {
	background: #515151;
	border-bottom: 1px solid #F1F0F1;
	display: block;
	height: 2px;
}
.left_menu {
	text-align: left;
	font-family: "微软雅黑";
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left_menu dt {
	color: #333;
	font-weight: bold;
	line-height: 32px;
	font-size: 15px;
	font-family: "微软雅黑";
}
.left_menu dt a {
	color: #333;
	font-family: "微软雅黑";
	line-height: 35px;
	display: block;
	border-top: 1px solid #d7d7d7;
	background: url(../images/articel_left_cat.png) repeat-x;
	padding-left: 15px;
}
.left_menu dd {
	line-height: 29px;
	color: #666;
	font-family: "微软雅黑";
}
.left_menu dd a {
	color: #666;
	font-family: "微软雅黑";
	display: block;
    border-bottom: 1px dotted #e6e6e6;
    padding-left: 20px;
}
.left_menu a:hover, .left_menu a:hover strong, .left_menu a.on, .left_menu dd:first-child a:hover, .left_menu dd:first-child a.on {
	color: #c40000;
}

/*右边*/
.right_side {
	width: 1008px;
	float: left;
	font-family: Arial, "微软雅黑";
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.right_wp{
	padding: 0 55px 20px;
	background: #FFF;
	border-bottom: 1px solid #DEDDDE;	
}
.right_title{
	font-family: Arial,"宋体";
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 24px;	
	font-weight:100;
}
.right_text {
	text-align: left;
	color: #666;
	padding-bottom: 40px;
}
.right_page{
	line-height:30px;	
	padding-bottom:30px;
}
.right_page a{
	color:#c40000;	
}
.right_page a:hover{
	color: #FF8E77;	
}

/*文章列表*/
.art-table{
	border-collapse:collapse;
	width:100%;	
}
.art-table .thead{
	background: #EAEDEF;
	border-left: 2px solid #DEE0E2;
	border-right: 2px solid #DEE0E2;	
	line-height: 45px;
	font-size:13px;
}
.art-table .thead th{
	text-align:center;
	font-weight:100;
}
.art-table .tbody{ background:#fff;}
.art-table .tbody:hover{ background:#FFF9F9;}
.art-table .tbody td{
	font-size: 13px;
	color: #4B4B4B;
	line-height: 18px;	
	vertical-align: middle;
	text-align:center;
	padding:24px 0;
	overflow:hidden;
	border-bottom: 1px solid #EBEBEB;
}
.art-table a{ color:#c40000;}
.art-table a:hover{ color:#f6584c;}
.btn-wp input[type=submit],.btn-wp input[type=button]{
	padding: 5px 20px;
	border: 0 none;
	color: #FFF;
	background: #c40000;	
	cursor:pointer;
}
.btn-wp input[type=submit]:hover, .btn-wp input[type=button]:hover{
	background:#c40000;
	color:#fff;	
}
