@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:120px;
	display:none;
}
.t-panel a {
	font-size:12px;
}
.t-panel img {
	width:120px;
	height:120px;
}
.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: #F2F2F2;
}

a {
	color: #3D3D3D;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	font-size: 0px;
	line-height: 0;
	height: 0px;
	clear: both;
}

.btn {
	border:none;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.btn-blue-h20-w2 {
	height:24px;
	line-height:24px;
	width:61px;
	color:#fff;
	background:#4e99d2;
}
.btn-blue-h20-w2:hover{
	background:#b9d7ee;
	color:#787878;
}
.btn-blue-h20-w7 {
	height:24px;
	line-height:24px;
	width:120px;
	color:#fff;
	background:#4e99d2;
}
.btn-blue-h20-w7:hover{
	background:#b9d7ee;
	color:#787878;
}
.btn-red-h20-w7 {
	height:24px;
	line-height:24px;
	width:120px;
	color:#fff;
	background:#e21905;
}
.btn-red-h20-w7:hover{
	background:#ff6600;
}

.btn-disabled {
	background:#c4c4c4;
	color:#fff;
}

.btn-gray-h20-w2 {
	height:24px;
	line-height:24px;
	width:61px;
	color:#fff;
	background:#979797;
}
.btn-gray-h20-w2:hover{
	background:#c4c4c4;
	color:#fff;
}
.btn-gray-h20-w5 {
	height:24px;
	line-height:24px;
	width:183px;
	color:#787878;
	background:#e4e4e4  url(../images/plus_alt.gif) no-repeat 36px 5px;
}
.btn-blue-h38-w7{
	font-size:14px;
	height:38px;
	line-height:38px;
	width:169px;
	color:#fff;
	background:#4e99d2;
}
.btn-blue-h38-w7:hover{
	background:#b9d7ee;
	color:#787878;
}
.btn-gray-h38-w7{
	font-size:14px;
	height:38px;
	line-height:38px;
	width:169px;
	color:#fff;
	background:#979797;
}
.btn-gray-h38-w7:hover{
	background:#c4c4c4;
	color:#fff;
}
.btn-green-h24-w6 {
	height:24px;
	line-height:24px;
	width:150px;
	color:#fff;
	background:#e27d05;
}
.btn-red-h20-w2 {
	height:24px;
	line-height:24px;
	width:61px;
	color:#fff;
	background:#e21905;
}
.btn-red-h20-w2:hover{
	background:#ff6600;
}

h2 {
	font-weight: normal;
	font-size: 16px;
}

/* 头部 */
.header {
	height: 32px;
	color: #ccc;
	background: #36373a;
}

.center {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.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;
}

.banner {
	height: 125px;
	background: url(../images/banner.jpg) top center #d60000 no-repeat;
}

/* 新闻图片 */
.main-wrap {
	background: #FFFFFF;
}

.main {
	background:#fff;
	padding:15px 0;
	width:996px;
	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: 747px;
	height: 328px;
}

.mt1 {
	width: 1000px;
	padding: 10px;
	background: #FFFFFF;
}

/* 司法公开 */
#sfgk {
	width: 242px;
}

#sfgk .hd {
	position: relative;
	/* min-height: 700px; */
}

.bt .hd h2 {
	color: #CC0000;
	font-size: 18px;
	line-height: 48px;
}


.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;
}

#fyyw .hd {
	position: relative;
}

#fyyw .hd .more {
	position: absolute;
	top: 15px;
	right: 0px;
}

#fyyw .bd ul li {
	padding-left: 10px;
	height: 30px;
	background: url(../images/news_liststlye.jpg) left 8px no-repeat;
}



#bottom {
	height: 250px;
	background-color: #d60000;
}

#link {
	width: 680px;
}

#link h2 {
	color: #FFFFFF;
}

#link .bd{
	color:#fff;
	margin-bottom: 20px;}

#link .bd a {
	color:#fff;
	padding:0 5px;
	line-height:28px;	
}
#link .bd a:hover{
	text-decoration:underline;
	}
#xycode{
	width:240px;
	margin-top:50px;	
	}
#xycode ul li{
	text-align:center;
	float:left;
	margin-left:40px;
}
#xycode ul li:first-child {
	margin-left:0;
}
#xycode p{
	color:#fff;
}
.copyright p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

#slider {
	position:relative;
	width:747px;
	height:329px;
	overflow:hidden;
	background:#ccc;
}
#slider ul {
	position:absolute;
	left:0;
	top:0;
	width:1000000px;
	height:329px;
	overflow:hidden;
}
#slider ul li {
	float:left;
	width:747px;
	overflow:hidden;
}
#slider ul li  a {
	height:329px;
	display:block;
}
#slider ul li  a  img {
	width:747px;
}
#slider ol {
	position:absolute;
	bottom:10px;
	right:0;
	height:20px;
	padding-top:20px;
	padding-left:10px;
}
#slider ol  li {
	float:left;
	margin-right:10px;
	background:#fff;
	border-radius:10px;
}
#slider ol  li a {
	display:block;
	height:15px;
	width:15px;
	overflow:hidden;
	border:0px solid #4b89dc;
	border-radius:10px;
}
#slider ol  li a img {
	display:none;
	width:130px;
}
#slider ol  li .active,
#slider ol  li a:hover {
	border-color:#ff0000;
	background-color:#fb3f51;
	border-radius:10px;
}


#top{
	height:500px;
	background:url(../images/top_bg.jpg) top center no-repeat #1d8deb;
	}
#top.inner {
	height:125px;
	overflow:hidden;
}
#top .top_pic{
	height: 470px;
	position:relative;
	background:url(../images/curve.png) repeat-x left bottom;
}
#top .top_pic .logo{
	width:372px;
	height:59px;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}
#top .top_pic .dh{
	height:90px;	
	-webkit-box-shadow:0 0 5px #333;  
 	 -moz-box-shadow:0 0 5px #333;  
 	 box-shadow:0 0 5px #3274C7; 
}
#top .nav{
	width:auto;	
	position:absolute;
	right:0;
	margin-top: 20px;
}
#top .nav ul li{		
	float:left;
	margin-top:10px;
	margin-right:8px;	
	height:45px;	
}
#top .nav ul li a{
	font-size:16px;	
	color:#fff;
	display:block;	
	padding:5px 5px;
}
#top .nav ul li.active a,
#top .nav ul li a:hover{
	text-decoration: none;
	color:#333;
	background: #fff;	
	border-radius:3px;
}
#top .slogan {
	position:absolute;
	left:20px;
	top:120px;
}
#top .slogan img{
	position:absolute;
	filter:alpha(opacity=0);
	opacity:0;
}
#top .slogan .slogan-1 {
	top:0;
	left:-100px;
}
#top .slogan .slogan-2 {
	top:60px;
	left:-80px;
}
.basecourt {
	position:absolute;
	left:0px;
	top:150px;
}
.basecourt span {
	position:absolute;
	width:80px;
	background:url(../images/icon_dot1.png) no-repeat left;
	padding-left:20px;
	color:#fff;
	font-size:16px;
	top:80px;
	left:270px;
	opacity:0;
	filter:alpha(opacity=0);
}
.basecourt span.light {
	font-size:18px;
	background:url(../images/icon_dot.png) no-repeat left;
	color:#fbfe01;
	font-weight:bold;
}



/* 开庭公告 司法公开 */
.news{
	height:500px;
}
#ktgg{
	width: 412px;
	overflow: hidden;
	margin-top:50px;
	margin-left:20px;
}
#ktgg h2{
	font-size:24px;
	color: #526d88;
	padding: 6px 0px;	
}
#ktgg .bd {
	position:relative;
	height:340px;
	overflow:hidden;
}
#ktgg .bd ul {
	position:absolute;
	left:0;
	top:0;
}
#ktgg .bd ul li{
	font-size:14px;
	padding-bottom:10px;
}
#ktgg .bd ul li span{
	color:#FF0000;
}
#ktgg .ft {
	padding:10px 0;
}
#ktgg .ft .linkmore {
	font-size:14px;
}

#sfgk{
	width:500px;
	height:500px;
	margin-top:50px;
	position:relative;	
	background:url(../images/shu.png) no-repeat;
}
#sfgk h2{
	position:absolute;
	left:220px;
	top:350px;
	font-size: 24px;
	color: #526d88;
}
#sfgk .bd{	
	
}
#sfgk .bd .a1{
	position:absolute;
	top:100px;	
}
#sfgk .bd .a2{
	position:absolute;
	top:12px;
	left:130px;	

}
#sfgk .bd .a3{
	position:absolute;
	top:100px;	
	left:245px;
}
#sfgk .bd .a3{
	position:absolute;
	top:100px;	
	left:245px;
}
#sfgk .bd .a4{
	position:absolute;
	top:250px;	
	left:235px;
}

/* 诉讼服务 */
#ssfy{
	height:500px;
	background:url(../images/curve1.jpg) repeat-x left top #0076e9;	
}
#ssfy h2{
	margin:0 auto;
	text-align:center;
	font-size:28px;
	color:#fff;
	padding:20px 0;
}	

#ssfy .bd{
	position:relative;
	height:300px;
}

#ssfy .kuang a{
	width:133px;
	height:78px;
	position:absolute;
	display: block;
	padding-top: 55px;
	text-align:center;	
	font-size:16px;
	color:#FFF;
	background:url(../images/lx_a.png) no-repeat;
}
#ssfy #lx1 a:hover,#ssfy #lx2 a:hover,#ssfy #lx3 a:hover,#ssfy #lx4 a:hover,#ssfy #lx6 a:hover,#ssfy #lx7 a:hover,#ssfy #lx8 a:hover,#ssfy #lx9 a:hover,#ssfy #lx10 a:hover,#ssfy #lx11 a:hover,#ssfy #lx12 a:hover,#ssfy #lx13 a:hover,#ssfy #lx14 a:hover,#ssfy #lx15 a:hover,#ssfy #lx16 a:hover{	
	background:url(../images/lx_hover.png) no-repeat;
}

#ssfy #lx1 a{	
	left:155px;
	top:50px;
	
}

#ssfy #lx2 a{	
	left:298px;
	top:50px;
	
}
#ssfy #lx3 a{	
	left:441px;
	top:50px;	
}

#ssfy #lx3 img{
	margin-top:-5px;
}
#ssfy #lx4 a{	
	left:584px;
	top:50px;
}
#ssfy #lx5 a{	
	left:727px;
	top:50px;
}

#ssfy #lx6 a{	
	left:84px;
	top:122px;
}

#ssfy #lx7 a{	
	left:227px;
	top:122px;	
}
#ssfy #lx7 img{
	margin-top:-5px;
}
#ssfy #lx8 a{	
	left:370px;
	top:122px;
}
#ssfy #lx9 a{	
	left:513px;
	top:122px;
}

#ssfy #lx10 a{	
	left:656px;
	top:122px;
}

#ssfy #lx11 a{	
	left:799px;
	top:122px;
}
#ssfy #lx12 a{	
	left:155px;
	top:194px;
}
#ssfy #lx13 a{	
	left:298px;
	top:194px;	
}
#ssfy #lx13 img{
	margin-top:-5px;
}
#ssfy #lx14 a{	
	left:441px;
	top:194px;
}
#ssfy #lx15 a{	
	left:584px;
	top:194px;	
}
#ssfy #lx16 a{	
	left:727px;
	top:194px;	
}
#ssfy #lx16 img{
	margin-top:-5px;
}


/* 公众服务 */


#gzfy {
	height:500px;
	background:url(../images/curve2.jpg) repeat-x left top;	
}
#gzfy h2{
	margin:0 auto;
	text-align:center;
	font-size:28px;
	color:#008dab;
	padding:30px 0;
}	
#gzfy .zzfy_menu{
	margin-left:130px;
}
#gzfy .zzfy_menu ul li{
	float:left;
}
#gzfy .zzfy_menu ul li a{
	float:left;
	font-size:18px;
	padding:6px 20px;
	margin-right:20px;
	border-radius:30px;
	color:#FFFFFF;
	display:block;
	background-color:#00bcd4;
}
#gzfy .zzfy_menu ul li a:hover{
	background-color:#FF9900;
}

#gzfy .fyzx{
	width:932px;
	height:3px;
	margin-top:150px;
	margin-left:10px;
	position:relative;
	background:url(../images/line_basecourt.png) no-repeat 0px 0px;
}
.fyzx .start {
	position:absolute;
	display:block;
	width:85px;
	height:85px;
	background:url(../images/img_basecourt.png) no-repeat;
	top:-40px;
	left:0;
}
.fyzx .dian {
	width:100px;
	height:80px;
	position:absolute;
	background:url(../images/icon_basecourt1_gray.png) no-repeat bottom;
	top:-71px;
	text-align:center;
}
.fyzx .btm {
	background:url(../images/icon_basecourt_gray.png) no-repeat top;
	padding-top:60px;
	top:-5px;
}
.fyzx .light {
	background:url(../images/icon_basecourt1.png) no-repeat bottom;
}
.fyzx .btm.light {
	background:url(../images/icon_basecourt.png) no-repeat top;
}
#gzfy .fyzx a {
	color:#7c7c7c;
}
#gzfy .fyzx .light a {
	color:#00bcd4;
}


/* 底部 */
#bottom{
	height:250px;
	background: #4c4c4c;
}

#bottom .bd{
	padding-top:50px;
}

#bottom .bd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#bottom .bd ul li a{
	color:#FFF;	
	line-height:45px;
	margin-right:20px;	
}
#bottom .bd ul li a:hover{
	color:#0076e9;
}

#bottom .copyright p{
	color:#FFFFFF;
	text-align:center;
	}
	
	
.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;
}



/* 庭审直播 */
#tszb{
	height:500px;
	background:url(../images/curve1.jpg) repeat-x left top #0076e9;	
}
#tszb h2{
	margin:0 auto;
	text-align:center;
	font-size:28px;
	color:#fff;
	padding:20px 0;
}	

#tszb .bd{
	position:relative;
	height:400px;
	background:url(../images/tszb_bg.jpg) no-repeat center right;
}
#tszb .bd .sm{
	position:absolute;
	left:50px;
	top:120px;
}

#tszb .bd .sm h3{
	font-size:16px;
	color:#fff;
}
#tszb .bd .sm span{
	margin-top:10px;
	width:130px;
	height:35px;
	line-height:35px;
	display:block;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px;
}
#tszb .bd .sm span a{
	color:#fff;
	font-size:20px;
}
#tszb .bd .sm span a:hover{
	color:#FFFF00;
	font-size:20px;
}
.dwwt{
	background: #fff;
}
.dwwt-content{
	width:1000px;
	margin: 0 auto;
	background: url(../images/dwwt.png) no-repeat 100px center; 
	min-height:498px;
	position: relative;
}
.dwwt-content h4{
	font-size:28px;
	color: #000;
	text-align: center;
	line-height: 110px;
}
.mechanism-btn{
	font-size: 20px;
	color: #fff;
	position: absolute;
	cursor: pointer;
	right:113px;
	top:212px;
}
.message-btn{
	font-size: 20px;
	color: #fff;
	position: absolute;
	cursor: pointer;
	right:35px;
	top:300px;
}
.message-btn a{
	color: inherit;
	background: #0478e9;
	padding:9px 12px;
	border-radius: 4px;
}
.mechanism-btn a{
	color: inherit;
	background: #f58420;
	padding:9px 12px;
	border-radius: 4px;
}
.dwwt-content a:hover{
	color: #ff0;
}