@charset "utf-8";
/*===子页面样式===*/
/*面包屑样式*/
.breadcrumb{
	background: #eee;
	color: #2f2f2f;
	font-size: 12px;
	margin-bottom: 0;
}
.breadcrumb>li+li:before{
	content: ">";
}
/*子页列表导航样式*/
.subnav{
	
}
.subnav .nav-title{
	position: relative;
	height: 42px;
	font: bold 16px/42px 微软雅黑;
	text-align: center;
	background: #00509a;
	margin-bottom: 10px;
	color: #fff;
}
.subnav .nav-title:before{
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
	background: #00509a;
	content: "";
}
.subnav li{
	position: relative;
	background: #f3f3f3;
}
.subnav li:before{
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: #00509a;
}
.subnav li:hover a,.subnav .active a{
	background: #00509a;
	font-weight: bold;
	color: #fff;
}
.subnav li+li{
	margin-top: 10px;
}
.page-list{
	min-height: 560px;
}
/*分页样式*/
.turnpage .pagination>li:last-child>a,.turnpage .pagination>li:last-child>span,.turnpage .pagination>li:first-child>a,.turnpage .pagination>li:first-child>span{
	border-radius: 0;
}
.turnpage .input-group{
	max-width: 135px;
	margin: 20px auto;
}
.turnpage a.active{
	background: #e96a6c;
	color: #fff;
}
.turnpage .input-group .btn{
	border-radius: 0;
}
.turnpage .form-control{
	max-width: 43px;
}

/*文章内容样式*/
.page-content{
	padding: 0 50px;
}
.page-content .subway{
	height: 25px;
	background: #f4f4f4;
	font: 12px/25px 微软雅黑;
	color: #2f2f2f;
}
.page-content .main{
	padding: 20px 0;
}
/*文章快捷翻页*/
.quickturn{
	width: auto;
	margin: 20px auto;
}
.quickturn li{
	display: table;
	width: 100%;
	height: 20px;
	margin: 5px auto;
	table-layout: fixed;
}
.quickturn li .head{
	display: table-cell;
	width: 50px;
	font: 12px/20px 微软雅黑;
	color: #fff;
	background: #e96a6c;
	text-align: center;
}
.quickturn li .body{
	display: table-cell;
	padding: 0 5px;
	font: 12px/20px 微软雅黑;
	color: #474747;
	text-align: left;
}


/*司法公开查询框*/
.doc-querybox{
	height: 50px;
	background: #fcf9ea;
	overflow: hidden;
}
.doc-querybox .main{
	width: 100%;
	height: 100%;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 120px;
	margin-left: -120px;
}
.doc-querybox .own-box-title.nav-tabs>li.active>a{
	height: 50px;
	line-height: 30px;
}
.doc-querybox .input-group-addon,.doc-querybox .form-control{
	border-radius: 0;
	background: #fff;
	border-color: #d7bd98;
	font-size: 12px;
}
.doc-querybox .input-group-addon{
	background: none;
	border: none;
}

/*视频列表样式*/
.video-list{
	overflow: hidden;

}
.video-item{
	height: 170px;
}
.video-item a{
	position: relative;
	display: block;
	height: 100%;
	padding: 10px;
	background: #eee;
	color: #2f2f2f;
	border: solid 1px #eee;
}
.video-item a:hover{
	border-color: #00509a;
}
.video-item .playbtn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -25px;
	opacity: 0.6;
	filter:alpha(opacity=60)
}
.video-item .timer{
	position: absolute;
	bottom: 50px;
	right: 15px;
	padding:1px 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	background: #00509a;
}
.video-item .playbtn:hover{
	opacity: 1;
	filter:alpha(opacity=100)
}
.video-item .img{
	width: 100%;
	height: 114px;
}
.video-list .name{
	font-size: 12px;
	line-height: 40px;	
}


/*查询面板*/
.query-panel{
	border-radius: 0;
}
.query-panel .titlebar{
	border-radius: 0;
}
.query-panel .panel-title{
	font-family: 微软雅黑;
	font-weight: bold;
	font-size: 15px;
}
.query-panel .own-box-title.nav-tabs>li.active>a{
	height: 50px;
	line-height: 30px;
}
.query-panel .input-group-addon,.query-panel .form-control{
	border-radius: 0;
	background: #fff;
	border-color: #ddd;
	font-size: 12px;
}
.query-panel .input-group-addon{
	background: none;
	border: none;
}
/*表格样式*/
.subform{
	}
.subform table{
	border:solid 1px #e7e7e7;
	border-collapse:collapse;
	word-break:break-all;
	}
.subform th{
	height:35px;
	background:#fafafa;
	border-bottom-width:1px;
	}
.subform .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
	border-bottom-width:1px;
}
.subform .title{
	float:left;
	margin-left:10px;
	font:bold 14px/35px 微软雅黑;
	color:#00509a;
	}
.subform td{
	max-width:30%;
	height:40px;
	padding:0 3em;
	border:solid 1px #e7e7e7;
	font:12px/40px 微软雅黑;
	color:#777;
 	}
.subform td b{
	padding:0 3px 0 20px;
	}
.subform td b:first-child{
	padding:0 3px 0 0;
	}
.subitem{
	text-align:center;
	}
.subform .more{
	float:right;
	width: 100px;
	padding:0 10px;
	margin:8px;
	border:solid 1px #48b1ce;
	border-radius:5px;
	font:12px/18px 微软雅黑;
	color:#48b1ce;
	}
.subform .more:hover{
	background:#48b1ce;
	color:#fff;
	}
.medialist th{
	border: solid 1px #e7e7e7;
	text-align: center;
}
.medialist .title,.medialist td{
	float: none;
	text-align: center;
}
.medialist .subitem{
	text-align: left;
}
.medialist .subitem a{
	max-width: 80%;
}
/*表格样式2*/
.doclist{
	padding:10px;
	}
.doclist table{
	border-collapse:collapse;
	table-layout:fixed;
	}
.doclist tr{
	height:30px;
	font:12px/30px 微软雅黑;
	color:#626262;
	text-align:center;
	}
.doclist .table>thead>tr>th,.doclist .table>tbody>tr>th,.doclist .table>tfoot>tr>th,.doclist .table>thead>tr>td,.doclist .table>tbody>tr>td,.doclist .table>tfoot>tr>td{
	border-top: none;
}
.doclist td a{
	display:inline-block;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:left;
	}
.docmessage{
	width:auto;
	height:35px;
	margin:10px auto;
	background:#fafafa;
	font:12px/35px 微软雅黑;
	color:#70afed;
	text-align:center;
	}
.docmessage em{
	padding:0 5px;
	font:12px/35px 微软雅黑;
	color:#70afed;
	}
.textbox{
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:2.5em;
	color:#777;
	padding:10px 0 40px 0;
	border-bottom:dashed 1px #aaa;
	}
.textbox p{
	line-height:2em;
	}
/*登录弹窗*/
/* input */
.theme-signin input {
	font-size: 12px;
	font-size: 100%;
	font-family: microsoft yahei;
	outline: none;
	line-height: normal;
	color: #444;
}
.theme-signin .ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 31px;
	line-height: 31px;
	color: #555;
	width: 180px;
	vertical-align: baseline;
}
.theme-signin .ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.theme-signin .btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 52px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #666;
	background-color: #f5f5f5;
	background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: linear-gradient(top, #F5F5F5, #F1F1F1);
}
.theme-signin input.btn {
	height: 29px;
}
.theme-signin .btn-primary {
	border-color: #3079ED;
	color: #F3F7FC;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
	background: -moz-linear-gradient(top, #4D90FE, #4787ED);
	background: linear-gradient(top, #4D90FE, #4787ED);
}
.theme-signin .btn-primary:hover {
	border-color: #2F5BB7;
	color: #fff;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: linear-gradient(top, #4D90FE, #357AE8);
}
.theme-signin .btn-primary:active {
	box-shadow: #2176D3 0 1px 2px 0 inset;
	border-color: #3079ED;
}
.theme-signin .btn-primary:focus {
	border-color: #4d90fe;
	outline: none
}
.theme-signin .theme-buy {
	margin-top: 7%;
	text-align: center;
}
.theme-signin {
	font-size: 15px;
}
.theme-popover-mask {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	display: none;
}
.theme-popover {
	z-index: 9;
	position: absolute;
	top: 40%;
	left: 58%;
	width: auto;
	height: auto;
	margin: -180px 0 0 -330px;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
	background: #fff;
	overflow:hidden;
}
.theme-poptit {
	border-bottom: 1px solid #d5d5d5;
	background:#f6f6f6;
	padding: 12px;
	position: relative;
	height: 24px;
}
.theme-poptit .close {
	float: right;
	color: #626262;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}
.theme-poptit h3{
	color:#212a31;
	font-size: 15px;
	font-weight:normal;
	font-family:微软雅黑;
	}
.theme-poptit .close:hover {
	color: #0071ce;
}
.theme-popbod {
	padding: 60px 15px;
	color: #444;
	height: auto;
}
.dform {
	padding:25px 40px;
	text-align: center;
}
.theme-signin {
	margin:0 auto;
	text-align: left;
	font-size: 15px;
}
.theme-signin h4 {
	color: #999;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 12px;
}
.theme-signin li {
	list-style:none;
	padding-left:120px;
	margin-bottom: 15px;
}
.theme-signin li strong {
	float: left;
	margin-left: -80px;
	width:80px;
	text-align: right;
	line-height: 32px;
	font-family:微软雅黑;
	color:#777;
}
.theme-signin .btn {
	margin-bottom: 10px;
	margin-right:10px;
}
.theme-signin p {
	font-size: 12px;
	color: #999;
}

/*锚点导航*/

.slidenav{
	position: fixed;
	display: table;
	width: 120px;
	height: auto;
	margin-right: auto;
	top: 300px;
	left:0;
	right: auto;
	z-index: 99;
}

@media (min-width: 1160px) {
	.slidenav{
		position: fixed;
		display: table;
		width: 120px;
		height: auto;
		margin-right:560px;
		top: 300px;
		right:50%;
		left: auto;
	}
}
.slidenav:before{
	position: absolute;
	width: 2px;
	height: 100%;
	border-left: dashed 1px #a7a7a7;
	right: -20px;
	content: "";
}
.slidenav li{
	position: relative;
	width: auto;
	height: 30px;
	margin-bottom: 10px;
	border: solid 1px #00509a;
	border-radius: 5px;
	background: #fff;		
}
.slidenav li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: -25px;
	margin-top: -2.5px;
	border-radius: 3px;
	background: #00509a;
	content: "";
}
.slidenav li:active{
	background: #00509a;
}
.slidenav li a{
	display: block;
	width: auto;
	height: 100%;
	font: 12px/30px 微软雅黑;
	color: #00509a;
	text-align: center;
}
.slidenav li:active a{
	color: #fff;
}

/*结果页*/
.result{
	width:auto;
	padding:15px;
	font:12px/30px 微软雅黑;
	color:#626262;
	}
.result .tip{
	margin: 15px auto;
	font:14px/30px 微软雅黑;
	color: #999;
}
.result ul li{
	display: table;
	width: 100%;
/* 	padding-bottom: 10px; */
	margin-bottom: 20px;
	border-bottom: dashed 1px #d2d2d2;
}
.result .maintitle{
	font: 18px/50px 微软雅黑;
	margin-bottom: 10px;
	color: #2f2f2f;
}
.result .info{
	font:12px/30px 微软雅黑;
	padding: 0 5px;
	color: #5a5958;
	background: #f3f3f3;
}
.result .btn-box{
	width: auto;
	height: 40px;
	padding: 5px 0;
	text-align: center;
}

.result img{
	display: block;
	margin: 20px auto;
}
.orange{
	color: ##00509a;
}	


/*选择法院*/
/*公共：盒子样式*/
.basicbox{
    position: relative;
	width:auto;
	background:#fff;
    border:solid 1px #eddeca;
    overflow: hidden;
	}
.basicbox:first-child{
	margin-left:0;
	}
.basicbox .head{
	position:relative;
	height:42px;
	padding-top: 5px;
	background: #00509a;
	}

.basicbox .head .name{
	width:auto;
	height:37px;	
	font:bold 14px/37px 微软雅黑;
	color:#fff;
	background: #00509a;
	text-align:center;
	}
.basicbox .head .main{
	width:auto;
	margin:0 12px;
	padding:0 10px;
	font:24px/46px 微软雅黑;
	border-radius:5px;
	}
.basicbox .head .more{
	float:right;
	width:auto;
	height:50px;
	margin:8px;
	font:14px/50px 微软雅黑;
	color:#333;
	}
.basicbox .head .more:hover{
	color:#d0482e;
	}
.basicbox .body{
	width:auto;
	}
/*表格样式*/
.form-type-1{
	overflow: hidden;
}
.form-type-1 dt{
	height: 40px;
	background: #fff5e9;
	border-bottom: none;
	font: 18px/40px 微软雅黑;
	color: #a0562d;
	text-align: center;
}
.form-type-1 .item{
	float: left;
	height:100%
}
.form-type-1 dd{
	height: 65px;
	border-top: solid 1px #e4c79e;
	font: 18px/65px 微软雅黑;
	color: #a0562d;
	text-align: center;
	}
.form-type-1 dd:hover{
	background: #f4f9fd;
}
.form-type-1 dd a:hover{
	font-weight: bold;
}
.chosebox{
	position: relative;
	height: 100%;
}
.chosebox .first-level,.chosebox .second-level{
	padding: 10px;
	overflow: hidden;
}
.secondbar{
}
.secondbar dt{
	padding: 0 15px;
}
.secondbar dt .second-court{
	margin-left: 10px;
}
.secondbar dt .second-court:before{
	content: "您当前选择的法院是：";
}
.secondbar .first-court{
	font-size: 18px;
	font-weight: bold;
}
.secondbar dd{
	border: none;
	height: 45px;
	margin: 2px auto;
	line-height: 45px;
}
.secondbar dd:hover{
	background: #fff;
}
.secondbar dd .item:hover,.secondbar dd .active{
	background: #fbf1e7;
}
.secondbar .item{
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
	font-size: 15px;
}
.second-level{
	display: none;
}
.chosebox .btn-box{
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	background: #fbf1e7;
	border-top: solid 1px #e4c79e;
}
.chosebox .submit{
	width: 120px;
	height: 100%;
	margin: 0 10px;
	background: #00509a;
	font:bold 14px 微软雅黑;
	color: #fff;
	border-radius: 0;
}
.chosebox .reset{
	width: 120px;
	height: 100%;
	margin: 0 10px;
	background: #f2e0c9;
	font:bold 14px 微软雅黑;
	color: #2f2f2f;
	border-radius: 0;
}
#chose-prev{
	display: none;
}
.case-content .choosebtn{
	height: 54px;
	background-image: -moz-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	border: solid 1px rgb( 221, 172, 105 );
	box-shadow:inset 0 0 3px #ffe0b0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
}

.password-tip{
	font: 12px/24px 微软雅黑;
	color: #333;
}
.password-name{
	display: table;
	width: 100%;
	background: #fcf9ea;
	border:dashed 1px #d7bd98;
}
.password-title{
	font:bold 14px/30px 微软雅黑;
	color: #7c502f;
}


/*新闻发言人*/
.spoken-item{
	height: 366px;
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: 15px;
}
.spoken-item img{
	width:100%;
	height: 210px;
}
.spoken-item .basic-font-1{
	font-size: 12px;
}


/*文书列表*/
.index-text-type-1{
	position: relative;
	background: #fff;
	padding: 45px 20px;
	border-radius: 5px;
	behavior: url(js/PIE.htc);
}
.index-text-type-1 .item{
	display: inline-block;
	position: relative;
	width: 302px;
	height: 53px;
	margin: 16px 20px;
	border: solid 1px #dbdbdb;
	border-radius: 5px;
	background: #fff;
	behavior: url(js/PIE.htc);	
}
.index-text-type-1 .item:hover{
	background: #86c4f3;
	border-color: #86c4f3;
}
.index-text-type-1 .item:before{
	position: absolute;
	top: 17px;
	left: 17px;
	content: url(../images/icon-doc1.png);
}
.index-text-type-1 .item:hover:before{
	content: url(../images/icon-doc1-hover.png);
}
.index-text-type-1 .item:after{
	position: absolute;
	top: 17px;
	right: 17px;
	content: ">";
	color: #cdcdcd;
}
.index-text-type-1 .item:hover:after{
	color: #fff;
}
.index-text-type-1 .item a{
	display: block;
	height: 50px;
	font: 14px/50px 微软雅黑;
	padding: 0 40px 0 60px;
	color: #000;
	text-align: left;
}
.index-text-type-1 .item:hover a{
	color: #fff;
}


/*===特殊页面样式===*/
/*机构设置*/
.instpage{
	
}
.slid-leader{
	
    border: 1px solid #e5e5e5; 
}
.slid-leader.right{
	min-height: 1625px;
}
*+.slid-leader{
	margin-top: 10px;
}
.slid-leader .item{
    margin: 5px auto;
	text-align: center;
	
}
.slid-leader .item .img{
	display: inline-block;
    width: 70px;  
    margin: 0 15px;
}
.slid-leader .item .name{
	font: 12px/26px 微软雅黑;
}
.slid-leader .item.space .img{
    width: 100px;
}
.slid-leader .item .img img{
	width: 100%;
	padding: 4px;
	border: 1px solid #E0E0E0;
    box-shadow: 2px 2px 2px #E9E9E9;
    overflow: hidden;
}
.slid-leader .point-title{
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    overflow: hidden;
}
.slid-leader .point-title:before{
	display: inline-block;
	width: 12px;
	height: 12px;	
	margin-right: 10px;
	background: #00509a;
	content:"";
}
.slid-leader .leader-list{
	display: block;
    min-height: 173px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    overflow: hidden;
}
.slid-leader .leader-list .pic{
    width: 118px;
    height: 173px;
    position: absolute;
}

.slid-leader .leader-list .pic {
	width: 118px;
	height: 173px;
	*margin-left: -140px!important;
	_margin-left: 0;
	position: absolute;
	*position: absolute!important;
	_position: fixed;
	*float: inherit!important;
	_float: left;
}

.slid-leader .leader-list .pic img {
	width: 118px;
	height: 173px;
}

.slid-leader .leader-list .name {
	margin-left: 140px;
	font-size: 18px;
	line-height: 2.0;
	font-family: "微软雅黑";
}

.slid-leader .leader-list .position {
	margin-left: 140px;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.slid-leader .leader-list .note {
	margin-left: 170px;
	font-size: 15px;
	line-height: 1.8;
}
