@charset "utf-8";
/*===子页面样式===*/
.subpage{
	min-height: 520px;
	width:auto;
	overflow:hidden;
	}
.subpage .basicbar{
	height:100%;
	margin-top:10px;
	border:solid 1px #d4d9e2;
	}
.subpage h1{
	margin:20px auto;
	font:25px 思源黑体;
	line-height:2.5em;
	color:#464646;
	text-align:center;
	}
.subtitle{
	width: auto;
	height: 44px;
	background: #70afed;
	font: bold 14px/44px 宋体;
	color: #fff;
	text-align: center;
	}

/*面包屑样式*/
.breadcrumb{
	padding: 0 15px;
	background: #fff;
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
}
.breadcrumb>li+li:before{
	content: ">";
}
/*子页列表导航样式*/

.subnav {
	border: solid 1px #e1e1e1;
	background: #f5f5f5;
}

.subnav .nav-title {
	position: relative;
	height: 54px;
	font: bold 16px/54px 宋体;
	text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(250,99,58) 0%, rgb(234,58,58) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(250,99,58) 0%, rgb(234,58,58) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(250,99,58) 0%, rgb(234,58,58) 100%);
	color: #fff;
	border-radius: 0;
}

.subnav li a{
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	padding-left: 14px;
	line-height: 38px;
	font-size: 14px;
	color: #203a4e;
	background: #fff;
	border: 1px solid #ebebeb;
}
.subnav li a:after{
	position: absolute;
	right: 15px;
	content: '》';
	color: #333;
	font-size: 14px;
}

.subnav li:hover a,
.subnav .active a{
	background-color: #fba548;
	border: solid 1px #fba548;
	color: #fff;
	font-weight: bold;
}
.subnav li:hover a:after,
.subnav .active a:after{
	position: absolute;
	right: 15px;
	content: '》';
	color: #fff;
	font-size: 14px;
}

.subnav li+li {
	margin-top: 10px;
}
.page-list{
	min-height: 560px;
	padding: 10px 20px;
}
.page-title{
	width: 100%;
	height: 43px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #ea3a3a;
	background: url(../images/title_bg.png) bottom no-repeat;
}
/*分页样式*/
.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 30px;
}
.page-content .subway{
	height: 25px;
	background: #f2f2f2;
	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: #9a9a9a;
	border-radius:3px;
	text-align: center;
}
.quickturn li .body{
	display: table-cell;
	padding: 0 5px;
	font: 12px/20px 宋体;
	color: #474747;
	text-align: left;
}
/*查询条*/
.border-re{
	border:1px solid #d4d9e2!important;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%)!important;
	background-image: -webkit-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%)!important;
	  background-image: -ms-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%)!important;
  }
  .consultbar{
	  padding: 14px 0;
	  width:auto;
	  margin:0 auto 10px auto;
	  background:#f5f5f5;
	  border: solid 1px #d4d9e2;
	background-image: -moz-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(241,244,247) 0%, rgb(255,255,255) 100%);
	  }
  .consultbar .content{
	  width:auto;
	  height:35px;
	  margin:0 auto;
	  }
  
  .consultbar li{
	  float:left;
	  width:auto;
	  height:100%;
	  padding:0 1%;
	  text-align:center;
	  }
  .consultbar .name{
	  float:left;
	  width:auto;
	  font:14px/35px 宋体;
	  color:#474747;
	  text-align:right;
	  }
  .consultbar .inputbox{
	  float:left;
	  width:auto;
	  height:35px;
	  padding:0 5px;
	  margin:0 5px;
	  background:#fff;
	  border:solid 1px #e1e1e1;
	  font:12px/25px 宋体;
	  color:#777;
	  }
  .consultbar .longinput{
	  width:360px;
	  }
  .consultbar .middleinput{
	  width:170px;
	  }
  .consultbar .shortinput{
	  width:120px;
	  }
  .consultbar .miniinput{
	  width:100px;
	  }
  .consultbar .yzm{
	  float:left;
	  width:80px;
	  height:35px;
	  margin-left:5px;
	  border:solid 1px #e2e2e2;
	  overflow:hidden;
	  }
  .consultbar .yzm img{
	  width:80px;
	  height:35px;
	  }
  .btnbox{
	  width:100%;
	  height:100%;
	  }
  .btnbox .btn{
	  width:85px;
	  height:35px;
	  font:bold 14px 宋体;
	  padding: 0;
	  }
  .btnbox .submit{
	  background:#f09008;
	  color:#fff;
	  border:solid 1px #e2741f;
	  }
  .btnbox .reset{
	  background: url(../images/reset-bg.jpg) repeat-x;
	  color:#5a5a5a;
	  border:solid 1px #c2c2c2;
	  }
/*互动页样式*/
.interactiver{
	width:auto;
	border:solid 1px #d4d9e2;
	overflow:hidden;
	color:#777;
	}
.interactiver .title{
	width:auto;
	height:44px;
	background:#f9613a;
	font:bold 14px/44px 宋体;
	color:#fff;
	text-align:center;
	}
.interactiver .content{
	width:auto;
	height:auto;
	padding:15px;
	overflow:hidden;
	}
.interactiver .interul{
	width:auto;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	}
.interactiver .interul li{
	float:left;
	width:100%;
	height:auto;
	margin:9px auto;
	text-align:center;
	}
.interactiver .interul .name{
	float:left;
	width:100px;
	height:28px;
	font:14px/28px 思源黑体;
	color:#5a5a5a;
	text-align:right;
	}
.interactiver .interul .innername{
	float:left;
	height:28px;
	padding:0 5px;
	font:14px/28px 思源黑体;
	color:#5a5a5a;
	text-align:right;
	}
.interactiver .interul .main{
	float:left;
	width:auto;
	min-height:28px;
	margin:0 10px;
	}
.interactiver .interul .inputbox{
	float:left;
	height:26px;
	padding:0 8px;
	border:solid 1px #d2d2d2;
	background:#fff;
	font:12px/26px 宋体;
	color:#777;
	}
.interactiver .interul .longinput{
	width:602px;
	height:26px;
	}
.interactiver .interul .longtextarea{
	width:602px;
	height:104px;
	resize:none;
	}
.interactiver .interul .middletextarea{
	width:562px;
	height:104px;
	resize:none;
	}
.interactiver .interul .middleinput{
	width:240px;
	height:26px;
	}
.interactiver .interul .tip{
	float:left;
	height:26px;
	margin-left:10px;
	font:14px/26px 思源黑体;
	}
.interactiver .interul .shortinput{
	width:92px;
	height:26px;
	}
.interactiver .interul .yzm{
	float:left;
	width:80px;
	height:26px;
	margin-left:5px;
	border:solid 1px #d2d2d2;
	overflow:hidden;
	}
.interactiver .interul .yzm img{
	width:80px;
	height:26px;
	}
.interactiver .interdl{
	width:auto;
	padding:1px 0;
	border-top:solid 1px #dcdcdc;
	font:12px/40px 宋体;
	color:#626262;
	text-align:center;
	}
.interactiver .interdl dt{
	width:auto;
	height:40px;
	line-height: 35px;
	background:#F3F5F6;
	border-top:solid 3px #dcdcdc;
	}
.interactiver .interdl dd{
	width:auto;
	min-height:41px;
	line-height: 40px;
	}
.interactiver .interdl .item{
	float:left;
	height:40px;
	}
.interactiver .interdl .textmain{
	width:100%;
	font:12px/40px 宋体;
	color:#626262;
	text-align:left;
	}
.interactiver .interdl .seconddrop{
	display:none;
	float:left;
	width:100%;
	height:auto;
	margin:5px auto;
	padding:0 2%;
	background:#ffffdf;
	text-align:left;
	}
.interactiver .dropbox{
	float:left;
	width:175px;
	height:26px;
	border:solid 1px #d2d2d2;
	background:#fff;
	font:12px/26px 宋体;
	color:#777;
	}
.interactiver .drop .title,.interactiver .drop label{
	text-align:left;
	}
.interactiver .drop label{
	margin-top:0px;
	z-index:99;
	}
.interactiver .drop .title {
    color: #999;
    cursor: pointer;
    float: left;
    font: 12px/28px 宋体;
    height: 100%;
    text-indent: 5%;
    width: 80%;
	background:none;
}
.interactiver .subitem{
	float:right;
	width:600px;
	height:100%;
	margin-bottom:10px;
	}
.interactiver .bottom{
	width:auto;
	height:auto;
	padding:10px;
	margin-bottom:20px;
	border:dashed 1px #ccc;
	font:12px/20px 思源黑体;
	color:#333;
	}
.interactiver .bottom b{
	color:#eb7312;
	}
/*选择类型*/
.choosetype{
	width:auto;
	height:40px;
	margin:20px auto;
	text-align:center;
	}
.choosetype .inputbox {
    display: inline-block;
    height: 38px;
    padding: 0 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    background: #e5e5e5;
    font: bold 14px 思源黑体;
    color: #777;
}
.choosetype .on {
    border: solid 1px #f09008;
    background: #f09008;
    color: #fff;
} 
.redcolor {
    color: #ff0000;
} 
.graycolor{
	color: #319e0e;
}

/*司法公开查询框*/
.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 img{
	width: 100%;
	height: 100%;
}

.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: #8bc3ee;
}
.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: #8bc3ee;
}
.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: 14px;
}
.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: #ccc;
	font-size: 12px;
}
.query-panel .input-group-addon{
	background: none;
	border: none;
}
/*表格样式*/
.subform{
	margin-bottom: 15px;
	}
.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:#eb3e3a;
	}
.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;
	padding:0 10px;
	margin:8px;
	border:solid 1px #f9603a;
	border-radius:5px;
	font:12px/18px 宋体;
	color:#f9603a;
	}
.subform .more:hover{
	background:#f9603a;
	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:block;
	width:100%;
	padding: 3px 0;
	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:#2f2f2f;;
	text-align:center;
	}
.docmessage em{
	padding:0 5px;
	font:12px/35px 宋体;
	color:#2f2f2f;;
	}
.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: 思源黑体;
	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:14px;
	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: 14px;
}
.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: 1170px) {
	.slidenav{
		position: fixed;
		display: table;
		width: 120px;
		height: auto;
		margin-right:611px;
		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 #1f8ce0;
	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: #1f8ce0;
	content: "";
}
.slidenav li:active{
	background: #1f8ce0;
}
.slidenav li a{
	display: block;
	width: auto;
	height: 100%;
	font: 12px/30px 宋体;
	color: #1f8ce0;
	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: #e2373a;
}	
/*搜索结果*/
.s-result {
    padding: 15px;
    font: 12px/30px 宋体;
    color: #626262;
}
.s-result img {
    display: block;
    margin: 20px auto;
}

/*查询列表样式*/

.panel {
	padding-top: 0;
	border-radius: 0;
	border-bottom: 1px solid #dad9d9;
	background-color: #fff;
	border: 1px solid #dedede;
}

.li-spacing {
	display: inline-block;
	margin: 0 8px;
	width: 1px;
	height: 10px;
	background-color: #888;
}

.news-dl .item {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px dotted #e5e5e5
}

.news-dl .item:last-child {
	border-bottom: 0
}

.news-dl .item .title {
	font-size: 18px
}

.news-dl .item .title:before,
.news-dl .item .title:after {
	content: " ";
	display: table
}

.news-dl .item .title:after {
	clear: both
}

.news-dl .item .title a {
	display: block;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333
}

.news-dl .item .title a:hover {
	color: #2374d9
}

.news-dl .item .title span.top {
	float: left;
	display: inline-block;
	margin-right: 8px;
	padding: 3px 6px;
	border-radius: 4px;
	font-weight: 100;
	color: #fff;
	font-size: 13px;
	background-color: #9e0001
}

.news-dl .item dd {
	padding-top: 8px;
	margin-left: 0;
	line-height: 1.6;
	font-size: 15px;
	color: #888
}

.news-dl .item dd.desc {
	color: #686868
}

.article {
	padding: 0;
}

.article .panel-content {
	padding: 15px;
}

.article .article-header {
	padding: 20px 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #eee;
	color: #888;
	background-color: #fafafa
}

.article .article-header h1.title {
	padding-bottom: 15px;
	margin: 0;
	font-size: 24px;
	color: #333;
}




.article .article-header h1.title {
	padding-bottom: 15px;
	margin: 0;
	font-size: 24px;
	color: #333;
}


/*选择法院*/
/*公共：盒子样式*/
.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: #ea6366;
	}

.basicbox .head .name{
	width:auto;
	height:37px;	
	font:bold 14px/37px 宋体;
	color:#fff;
	background: #e2373a;
	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: 14px;
}
.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: #e2373a;
	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;
}



/*===特殊页面样式===*/

.sublogin{
	padding: 20px;
}
.sublogin ul{
	width:auto;
	height:auto;
	min-height:42px;
	}
.sublogin ul li{
	float:left;
	min-height:32px;
	margin:5px auto;
	text-align:center;
	}
.sublogin ul li .short{
	width:37.5%;
	}
.sublogin label{
	float:left;
	margin-left:10px;
	font:12px/32px 宋体;
	color:#777;
	}
.sublogin .middle {
    height: 30px;
    width: 50%;
}
.sublogin .middle dt {
    font: 12px/32px 宋体;
    height: 30px;
    width: 76%;
}
.sublogin .middle dd {
	margin-top:30px;
}
.sublogin em{
	float:left;
	height:32px;
	font:14px/32px 宋体;
	color:#626262;
	text-align: right;
	}
.select dd ol li{
	float:none;
	}
#selectbutton{
	float:left;
	height:32px;
	}
.size-a em{
	width:25%;
	}
.size-a input[type=text],.size-a input[type=password]{
	width:70.7%;
	}
.size-b em{
	width:15.9%;
	}
.size-b input[type=text],.size-b input[type=password]{
	width:50%;
	}
.size-b label{
	
	}
.sublogin input[type=text],.sublogin input[type=password]{
	float:left;
	height:30px;
	padding:0 5px;
	background:#fff;
	border:solid 1px #d2d2d2;
	border-radius:2px;
	font:12px/30px 宋体;
	color:#777; 
	}
.sublogin input[type=submit],.sublogin input[type=button],.sublogin input[type=reset]{
	display:inline;
	padding:0 20px;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	}
.sublogin .submit{
	background:url(../images/button_bg.gif) center repeat-x;
	color:#fff;
	border:1px solid #b1840a;
	}
.sublogin .reset{
	background:url(../images/esc.gif) center repeat-x;
	color:#5a5a5a;
	border:1px solid #ccc;
	}
.sublogin .yzm{
	float:left;
	width:49px;
	height:30px;
	margin-left:6px;
	}
.sublogin .s-size{
	font-size:12px;
	}
.sublogin .yzm img{
	width:49px;
	height:30px;
	margin:1px auto;
	}
#start,#end{
	background:url(../images/date.png) right center no-repeat ;
	background-size:22px;
	}
	/*宽度尺寸*/	
.size-a{
	width:30%;
	padding:0 1.5%;
	}
.size-b{
	width:47%;
	padding:0 1.5%;
	}
.size-c{
	width:100%;
	}
 
/*高度尺寸*/
.hsize-a{
	height:750px;
	}
.hsize-b{
	height:1000px;
	}
.sublogin .subbox{
	float:left;
	width:50%;
	height:30px;
	border:solid 1px #d2d2d2;
	text-align:left;
	}
.sublogin .drop label{
	float:none;
	margin:0 auto 0 -1px;
	border-color:#d2d2d2;
	}
.sublogin .drop .arrow{
	border:none;
	}	
	