#left {
	display: inline-block;
	width: 775px;
}


#right {
	display: inline-block;
	float: right;
	width: 375px;
	
}

.left-box {
	width: 100%;
	margin-bottom: 40px;
}

.lbox-title {
	width: 100%;
	border-bottom: 2px solid #EAEAEA;
	vertical-align: middle;
}

.lbox-title h3 {
	display: inline-block;
	padding: 12px 20px;
	background-color: #DE260E;
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	border-radius: 10px 10px 0 0;
}

.lbox-title a {
	display: inline-block;
	padding: 12px 0 0 20px;
	text-decoration: none;
	color: #999999;
	line-height: 34px;
	float: right;
}

.lbox-title a p {
	display: inline-block;
	line-height: 34px;
}

.lbox-title a span{
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../img/list_wenzheng/more.png) 12px 8px no-repeat;
}

.right-box {
	width: 100%;
	margin-bottom: 33px;
}

.rbox-title {
	width: 100%;
	border-bottom: 2px solid #EAEAEA;
}

.rbox-title h3 {
	display: inline-block;
	color: #333333;
	font-size: 22px;
	line-height: 34px;
	padding: 15px 30px 15px 0;
	border-bottom: 2px solid #FA452D;
}

.rbox-title a {
	display: inline-block;
	float: right;
	line-height: 34px;
	padding: 15px 0 15px 0;
	text-decoration: none;
	color: #999999;
}

.rbox-title a span {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../img/list_wenzheng/more.png) 12px 8px no-repeat;
}

.lbox-con table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;

}


.lbox-con table thead tr th {
	height: 54px;
	background-color: #F5F5F5;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	font-family: MicrosoftYaHei;
}

.lbox-con table tbody tr td {
	border-bottom: 1px solid #EAEAEA;
	height: 50px;
	text-align: center;
}


/*.lbox-con table thead tr th:first-child {
	width: 250px;
}*/

.lbox-con table tbody tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

.lbox-con table tbody tr:hover {
	color: #DE260E;
}
.lbox-con table tbody tr td a{
    color:#333;
}
.lbox-con table tbody tr td a:hover {
	color: #DE260E;
}
.lbox-ul {
	background-color: #FAF9F9;
	border:1px solid #EAEAEA;
	border-top: none;
}

.lbox-ul ul li {
	font-size: 14px;
	line-height: 34px;
	padding: 1px 20px 0 30px; 
	background: url('../img/list_wenzheng/wz-list1.png')  12px 14px no-repeat;
}

.lbox-ul ul li:hover {
	color: #DE260E;
}

.lbox-ul ul li a {
	display: inline-block;
	text-decoration: none;
	color: #666666;
}

.lbox-ul ul li a:hover {
	color: #DE260E;
}


.lbox-ul ul li span {
	display: inline-block;
	float: right;
}

.r-first a {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 168px;
	float: left;
	margin: 15px 15px 0 0;
	background-color: #F8F8F8;
	text-decoration: none;
	text-align: center;
}


.r-first a p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.r-first a:nth-child(2n)
{
	margin-right: 0;
}

.rbox-con {
	width: 100%;
}
.rbox-con ul li {
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
}

.rbox-con ul li h4 {
	display: block;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0;
}

.rbox-con ul li h4 a {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
}

.rbox-con ul li h4 a:hover {
	color: #DE260E;
}

.rbox-con ul li p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.r-first a {
	display: inline-block;
	float: left;
	margin: 16px 13px 0 0;
	height: 168px;
	width: 180px;
	background-color: #F8F8F8;
}

.r-first a:nth-child(2n) {
		margin-right: 0;
}
.r-first a div {
	width: 51px;
	height: 55px;
	margin: 40px 66px 10px 66px;
	background-size: contain !important; 
}
.r-first a .hot {
	background: url('../img/list_wenzheng/hot.png') no-repeat;
}

.r-first a .message {
	background: url('../img/list_wenzheng/message.png') no-repeat;
}
.r-first a .question {
	background: url('../img/list_wenzheng/question.png') no-repeat;
}
.r-first a .progress {
	background: url('../img/list_wenzheng/progress.png') no-repeat;
}

.r-first a .hot:hover {
	background: url('../img/list_wenzheng/hot-ac.png') no-repeat;
}

.r-first a .message:hover {
	background: url('../img/list_wenzheng/message-ac.png') no-repeat;
}
.r-first a .question:hover {
	background: url('../img/list_wenzheng/question-ac.png') no-repeat;
}
.r-first a .progress:hover {
	background: url('../img/list_wenzheng/progress-ac.png') no-repeat;
}