@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 {
	background: #fff;
	border: none;
}

.subnav .nav-title {
	position: relative;
	height: 50px;
	font-family: AlibabaPuHuiTiB;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background: #136fc9;
	color: #fff;
	border-radius: 0;
}

.subnav li a {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 20px;
	line-height: 46px;
	font-size: 16px;
	color: #333;
	background: #f0f9ff url(../images/list_nav_icon.png) 178px no-repeat;
}

.subnav li:hover a,
.subnav .active a {
	background: #1b87db url(../images/list_nav_icon_hover.png) 178px no-repeat;
	color: #fff;
	font-weight: bold;
}

.subnav li+li {
	margin-top: 10px;
}

.page-list {
	min-height: 560px;
	padding: 10px 20px;
}

.page-title {
	width: 100%;
	height: 45px;

	background-color: #fff;
	border-bottom: 2px solid #a8cbee;
}

.page-title .title-hd {
	position: relative;
	float: left;
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 43px;
	font-family: AlibabaPuHuiTiB;
	font-size: 24px;
	font-weight: bold;
	color: #261b06;
	border-radius: 5px 5px 0 0;
	border: 2px solid #a8cbee;
	border-bottom: none;
	color: #136fc9;
	background: #fff;
}

.page-title .title-hd::after {
	position: absolute;
	right: -16px;
	top: 4px;
	width: 14px;
	height: 37px;
	content: url(../images/list_r.png);
	z-index: 0;
	opacity: 0.8;
}

/*分页样式*/
.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: #70afed;
	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: 227px;
	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: 208px;
}

.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: 155px;
}

.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: #1f8ce0;
}

.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 #1f8ce0;
	border-radius: 5px;
	font: 12px/18px 宋体;
	color: #1f8ce0;
}

.subform .more:hover {
	background: #1f8ce0;
	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: 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: 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;
}


/*20200218新加*/
.zt-img {
	width: 915px;
	height: 820px;
}

.zt-img img {
	width: 100%;
	height: 100%;
}

.tt {
	float: left;
	background: #0978c4;
	height: 36px;
	width: 100px;
	margin-top: 8px;
	margin-left: 8px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
