@charset "utf-8";
@font-face {
	font-family: "iconfont";
  	src: url('../font/iconfont.eot'); /* IE9*/
  	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  	url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  	url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.toolbar {
	position:fixed;
	width:40px;
	height:100px;
	right:10px;
	bottom:140px;
}
.toolbar a {
	position:relative;
	display:block;
	background:#999;
	color:#fff;
	font-family: "iconfont";
	font-style:normal;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-stroke-width: 0.2px;
  	-moz-osx-font-smoothing: grayscale;
	width:40px;
	height:40px;
	line-height:38px;
	font-size:24px;
	text-align:center;
	margin-bottom:1px;
	border-radius:1px;
}
.toolbar a:hover {
	color:#333;
	background:#777;
}
.toolbar .top {
	display:none;
}
.toolbar .register {
	font-size:20px;
}
.toolbar a:hover .t-panel {
	display:block;
	position:absolute;
	border:1px solid #ccc;
	top:-40px;
	right:55px;
	background:#fff;
	font-size:12px;
	line-height:20px;
	padding:10px;
	-moz-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	cursor:default;
}
.t-panel {
	width:80px;
	display:none;
}
.t-panel a {
	font-size:12px;
}
.t-panel img {
	width:80px;
	height:80px;
}
.t-panel .arr {
	position:absolute;
	top:50px;
	right:-18px;
	font-family: "iconfont";
	font-size:30px;
	color:#fff;
}

/* 全局 */
* {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑";
	list-style: none;
	/* font-size: 12px; */
	color: #333;
}


body {
	background:url(../images/top_bg.jpg) center -32px no-repeat;
}
img{
	border:none;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float:right;
}

.clear {
	font-size: 0px;
	line-height:0;
	height:0px;
	clear: both;
}
.center {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
.center .content_l{
	width:683px;	
}
.center .content_r{	
	width:307px;	
}
.bt h2{
	height:35px;
	line-height:35px;
	font-size:18px;
	text-indent:15px;
	color:#fff;
	width:100px;
	background-color:#e52121;
	margin-left:0;
}
.hd {
	background-color:#f4f4f4;
	margin:10px 0px;
}
.hd .more{
	position:absolute;
	right:10px;
	top:20px;
	font-size:12px;
	color:#FF0000;
}


/* 新闻图片 */
.main-wrap {
	background:none;
	margin-top:2px;
}

.main {
	background:#fff;
	padding:10px;
	width:980px;
	min-height:500px;
}
.sidebar {
	float:left;
	width:150px;
}
.sidebar .hd {
	background:#cbcbcb;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:18px;
}

.sidebar .bd {
	
}
.sidebar .bd ul {
	
}
.sidebar .bd ul li {
	border-bottom:1px solid #c2c3c9;
	padding:8px 0px;
	padding-left:20px;
}

.sidebar .bd li a{
	color:#4c4c4c;
	font-size:14px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
.sidebar .bd li a:hover{
	color:#e21905;
	text-decoration:none;
}
.sidebar .bd ul li.active {
	background:url(../images/subpage_nav_li.gif) no-repeat left center;
}
.sidebar li.active a {
	color:#e21905;
}


.content {
	padding-left:165px;
	padding-right:10px;
	font-size:12px;
}
.breadcrumb{
	border-bottom:1px dashed #cbcbcb;
	padding:5px 0px;
	font-size:12px;
}
.breadcrumb span,
.breadcrumb a {
	font-size:12px;
}
.breadcrumb .cu_end {
    color:#e21905;
    font-style: normal;
}


#newspic {
	width: 710px;
	height: 297px;
	overflow:hidden;
}



.list {
	font-size:12px;
}
.list a {
	font-size:12px;
}
.list li {
	position: relative;
	line-height:150%;
	padding:8px 0;
	padding-right: 80px;
	border-bottom: 1px dashed #cdcdcd;
}

.list li:hover {
	background:#dedede;
	
}

.list li .date {
	position: absolute;
	top: 10px;
	right: 0;
}

.M-table {
	border:1px solid #dedede;
}
.M-table th {
	text-align:center;
	font-weight:bold;
	line-height:30px;
	border:1px solid #dedede;
	font-size:12px;
}
.M-table td {
	line-height:30px;
	border:1px solid #dedede;
	text-align:center;
	font-size:12px;
}
.M-table tr:hover td {
	background:#d0d0d0;
}

.page {
	text-align: center;
	margin-top: 20px;
	font-size:12px;
}

.page li {
	padding: 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	*display: inline;
	*zoom: 1
}

.page li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size:12px;
}

.page li a:hover {
	text-decoration: none;
	background: #fd5240;
	color: #fff;
}

.page li a.page_active {
	background: #fd5240;
	color: #fff;
}

.page li a.qd {
	padding: 0px 10px;
}

.page .page_prev,.page .page_next {
	width: 80px;
}

.page .page_prev a:hover,.page .page_next a:hover {
	background: #4d98d1;
}

.page .input {
	width: 50px;
	margin: 0px 5px;
}

.article-info {
	padding-bottom:10px;
	text-align:center;
}
.article-info h1 {
	font-size:24px;
	line-height:150%;
	background:#E4E4E4;
}
.article-info .info {
	display:none;
	padding:10px 0;
}
#article {
	line-height:180%;
	font-size:14px;
}

#article strong {
	font-weight:bold;
}

.contact {
	position:relative;
}
.contact .hd {
	border-bottom:3px solid #dedede;
	position:relative;
}
.contact .hd h2{
	font-size:16px;
	color:#e21905;
	border-bottom:3px solid #e21905;
	display:inline;
	line-height:26px;
}
.contact .cz{
	position: absolute;
    right: 0;
    top: 0;
}
.contact .bd {
	padding:10px 0px;
	background:#fff url(../images/module_bg.gif) repeat-x;
}
.contact .bd li{
	line-height:25px;
	margin:10px 0px;
}
.contact .bd li span{
	background:#e21905;
	padding:5px 10px;
	color:#fff;
	font-size:12px;
	margin-right:10px;
}


.stat {
	text-align:center;
}
.stat em {
	border:1px solid #ccc;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:10px;
}
.stat span {
	color:#fff;
	font-size:20px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-left:1px solid #ccc;
	width:30px;
}
.stat span:first-child {
	border:none;
}


.grid {
}
.grid li a {
	display:block;
	width:80px;
	height:80px;
	padding:5px 0;
	padding-bottom:15px;
	font-size:14px;
}
.grid li{
	width:80px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center;
	border:1px solid #dedede;
	margin:10px;
}
.grid li img {
	width:60px;
}
.grid li:hover {
	background:#dedede;
}

/* 头部 */
#top{
	height:250px;
}
.header {	
	height: 32px;
	color: #ccc;
	background: #36373a;
	
}

.header span a {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	margin-left: 5px;
	line-height: 32px;
	font-size: 12px;
	color: #ccc;
}

.header span a:hover {
	color: #fff;
	background-color: #47484b;
}

.header .accinfo {
	position: absolute;
	top: 0;
	right: 0;
}
#top .logo{
	text-align:left;
	margin-top:50px;
	display:inline-block;
	*display:none;
	*zoom:1;
	width:609px;
	height:111px;
}

.dh {	
	height:47px;	
	background-color:#fff;
	-webkit-box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    border-bottom:1px solid #ccc;
}
.nav ul li {
	float: left;	
}

.nav ul li a {
	font-weight:bold;
	padding: 0px 25px;
	font-size: 16px;	
	line-height: 47px;
	color:#333;
}

.nav ul .active a,
.nav ul li a:hover {
	display: inline-block;
	color: #fff;
	background: #e52121;	
}

.nav .home {
	_margin-left:0;
	background: #e52121;	
	
}
.nav .home a {
	display: inline-block;
	*display:inline;
	zoom:1;
	padding: 0px 47px;
	height: 47px;
	text-align: center;
	background: #e52121;
	color:#fff;	
}



/* 司法公开 */
#sfgk {
	width:683px;
	padding-top:15px;
}
#sfgk .hd h2{
	color:#FFFFFF;
	line-height:40px;
	text-align:center;	
	border:none;
	}
#sfgk .bd {
	position:relative;	
	overflow:hidden;
}

#sfgk .bd ul li{	
	float:left;
	width:120px;
	height:72px;
	font-size:20px;	
	margin-right:10px;	
	color:#fff;
	display: block;
	padding-top:20px;
	padding-left:100px;
	
}
#sfgk .bd p a{
	margin-top:20px;
	line-height:28px;
	font-size:12px;
	
}
#sfgk .sfgk1{		
	background:url(../images/sfgk1.png) no-repeat 15px #7d5dc8;
}
#sfgk .sfgk1:hover{
	background-color:#9170de;
}
#sfgk .sfgk2{	
	background:url(../images/sfgk2.png) no-repeat 15px #008dd0;
}
#sfgk .sfgk2:hover{
	background-color:#38b4ef;
}
#sfgk .sfgk3{	
	background:url(../images/sfgk3.png) no-repeat 15px #f39c11;
}
#sfgk .sfgk3:hover{
	background-color:#f9b344;
}

/* 开庭公告 */
#ktgg{
	position:relative;
	width: 680px;	
	overflow: hidden;	
}
#ktgg .bd {		
	position:relative;
	height:300px;
	overflow:hidden;
}
#ktgg .bd ul {
	position:absolute;
	left:0;
	top:0;
}
#ktgg .bd ul li{
	white-space:nowrap;		
	text-indent:15px;	
	padding:10px 0px;
	border-bottom:1px dotted #CCCCCC;
	background:url(../images/dian.jpg) no-repeat left 20px;
}
#ktgg .bd ul li span{
	color:red;
	font-size:12px;
	padding-right:5px;
}
#ktgg .bd ul li a{
	font-size:12px;	
}
#ktgg .bd ul li a:hover{
	color:#FF6600;
}
/* 诉讼服务 */
#ssfy {
	width:683px;	
	overflow:hidden;
	position:relative;
}

#ssfy .bd {	
	height:150px;
	overflow:hidden;
	position:relative;
}
#ssfy .bd ul {
	position:absolute;
	left:0;
	top:0;
	right:0;
}
#ssfy .bd ul li{
	float:left;
	width:163px;
	height:60px;
	line-height:60px;
	white-space:nowrap;		
	overflow:hidden;
	font-size:16px;	
	color:#fff;
	background-color:#ffe7d1;
	text-indent:70px;
}
#ssfy .bd ul li a{
	display:block;
	color:#e10109;
}
#ssfy .bd ul li a:hover{
	display:block;
	background-color:#ffeed0;	
}
#ssfy .ssfy1 a{
	background:url(../images/ssfy_icon1.png) no-repeat 20px center;
}

#ssfy .ssfy2 a{
	background:url(../images/ssfy_icon2.png) no-repeat 20px center;
}

#ssfy .ssfy3 a{
	background:url(../images/ssfy_icon3.png) no-repeat 20px center;
}

#ssfy .ssfy4 a{
	background:url(../images/ssfy_icon4.png) no-repeat 20px center;
}
#ssfy .ssfy5 a{
	background:url(../images/ssfy_icon5.png) no-repeat 20px center;
}

#ssfy .ssfy6 a{
	background:url(../images/ssfy_icon6.png) no-repeat 20px center;
}

#ssfy .ssfy7 a{
	background:url(../images/ssfy_icon7.png) no-repeat 20px center;
}
#ssfy .ssfy8 a{
	background:url(../images/ssfy_icon8.png) no-repeat 20px center;
}

/* 庭审直播 庭审点播  */
#tsbf {
	width:683px;
	height:93px;	
}
#tsbf .tszb{
	width:336px;
	height:104px;
}
#tsbf .tsdb{
	margin-left:10px;
	width:336px;
	height:104px;
}
/* 百问百答 */
#wdts{
	width:683px;
	height: 300px;
	margin-top:5px;
}
#bwbd {
	width: 336px;
	overflow:hidden;
	position:relative;
	height: 300px;
}

#bwbd .bd {
	height: 240px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
}

#bwbd .bd ul {
	position:absolute;
	left:0px;
	top:10px;
	right:0;
}
#bwbd .bd ul li {
	white-space:nowrap;
	padding-right:5px;
	height:16px;
	overflow:hidden;
	font-size:12px;
	padding-bottom:20px;
	text-indent:15px;
	background:url(../images/dian.jpg) no-repeat left 5px;
}
/* 法律法规 */
#fyfg {
	width: 336px;
	overflow:hidden;
	position:relative;
	height: 300px;
}

#fyfg .bd {
	height: 240px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
}

#fyfg .bd ul {
	position:absolute;
	left:0px;
	top:10px;
	right:0;
}
#fyfg .bd ul li {
	white-space:nowrap;
	padding-right:5px;
	height:16px;
	overflow:hidden;
	font-size:12px;
	padding-bottom:20px;
	text-indent:15px;
	background:url(../images/dian.jpg) no-repeat left 5px;
}
/* 法院信息 */
#fyxx {
	width:307px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
}

#fyxx .bd {	
	height:100px;
	overflow:hidden;
	position:relative;
}
#fyxx .bd ul {
	position:absolute;
	left:0;
	top:0;
	right:0;
}
#fyxx .bd ul li{
	float:left;
	width:148px;
	height:48px;
	line-height:48px;	
	white-space:nowrap;		
	overflow:hidden;
	font-size:14px;
	margin-bottom:10px;	
	background-color:#ffe7d1;
	text-indent:56px;
	
}
#fyxx .bd ul li a{
	display:block;
	color:#333;	
}
#fyxx .bd ul li a:hover{
	display:block;
	background-color:#ffeed0;	
}
#fyxx .bd .xx1 a{
	background:url(../images/xx_icon1.png) no-repeat 10px center;	
}
#fyxx .bd .xx2 a{
	background:url(../images/xx_icon2.png) no-repeat 10px center;	
}
#fyxx .bd .xx3 a{
	background:url(../images/xx_icon3.png) no-repeat 10px center;	
}
#fyxx .bd .xx4 a{
	background:url(../images/xx_icon4.png) no-repeat 10px center;	
}

/* 诉讼引导 */
#ssyd {
	width:307px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
}

#ssyd .bd {	
	height:255px;
	overflow:hidden;
	position:relative;
}
/* #ssyd .bd ul {
	position:absolute;
	left:0;
	top:0;
	right:0;
} */
#ssyd .bd ul li{
	float:left;		
	overflow:hidden;
	font-size:14px;	
	text-align:center;	
	width:148px;
	padding-top:95px;
	margin-bottom:10px;	
}
#ssyd .bd ul li a{
	display:block;
	color:#333;		
	height:27px;
}
#ssyd .bd ul li a:hover{
	display:block;
	color:#FF6600;
}
#ssyd .bd .yd1 {
	background:url(../images/ssyd_pic1.jpg) no-repeat;	
}
#ssyd .bd .yd2 {
	background:url(../images/ssyd_pic2.jpg) no-repeat;	
}
#ssyd .bd .yd3 {
	background:url(../images/ssyd_pic3.jpg) no-repeat;	
}
#ssyd .bd .yd4 {
	background:url(../images/ssyd_pic4.jpg) no-repeat;	
}



/* 立案服务 */
#lafy {
	width:307px;
	margin-top:20px;	
}
#lafy .bd {
	position:relative;	
	overflow:hidden;
	height:230px;
}

#lafy .bd ul li{
	padding:2px 0px;		
	
}
/* 法律援助 */

#flyz {
	width:307px;	
}
#flyz {
	width:307px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
}

#flyz .bd {
	height: 240px;
	overflow:hidden;
	position:relative;
}
#flyz .bd ul {
	position:absolute;
	left:0;
	top:0;
	right:0;
}
#flyz .bd ul li{
	float:left;		
	white-space:nowrap;		
	overflow:hidden;
	font-size:12px;	
	text-align:center;
	height:38px;
	line-height:38px;
}
#flyz .bd ul li a{
	height:38px;
	line-height:38px;
}
#flyz .bd img{
	margin:0px 15px;
}
#flyz .bd ul li span{
	color:#FF0000;	
}
/* 法院在线 */
#fyzx{
	position:relative;
	overflow: hidden;		
}
#fyzx .bd {
	position:relative;
	height:100px;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
}
#fyzx .bd ul li{
	float:left;
	white-space:nowrap;
	padding:5px 12px;	
	background:url(../images/link_line.jpg) center  right no-repeat;
}
#fyzx .bd ul li a{
	color:#999;	
}
#fyzx .bd ul .link {
	color:#e52121;
}
#fyzx .bd ul li .link:hover{
	color:#FF6600;
}


/* 底部 */

#bottom{
	background-color:#e52121;
	height:280px;
	font-size:14px;	
}

#bottom .bd{
	padding-top:30px;
	margin-left:50px;
}

#bottom .bd ul li{
	float:left;	
	margin-top:10px;
	white-space:nowrap;
	}

#bottom .bd ul li a{
	display:block;
	color:#333;	
	line-height:45px;
	padding:3px 10px;
	margin-right:5px;	
	background-color:#fff
}
#bottom .bd ul li a:hover{
	color:#FF3300;
}

#bottom .copyright p{
	color:#fff;
	margin-top:50px;
	text-align:center;
	
}