@charset "utf-8";

/*reset样式*/

* {
	padding: 0;
	margin: 0;
}


/*滚动条美化样式*/

::-webkit-scrollbar-track {
	background-color: #F5F5F5
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
	background-color: #999
}

html,
body {
	width: 100%;
	font-family: 微软雅黑;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	background: #ebf9ff;
	
	
}

body {
	min-width: 1200px;	
	overflow-x: auto;
}

ul {
	margin-bottom: 0;
}

li {
	list-style: none;
}

a {
	color: #2f2f2f;
}

a,
a:hover,
a:active {
	outline: none!important;
	text-decoration: none!important;
}

a:hover {
	color: #ffa800;
}

i,
em {
	font-style: normal;
}

a[href] {
	cursor: pointer;
}

input:focus {
	outline: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding: 0 8px;
}

.col-xs-5dot5 {
	width: 44%;
	float: left;
	padding: 0 8px;
}

.col-xs-6dot5 {
	width: 56%;
	float: left;
	padding: 0 8px;
}

.row {
	margin-right: -8px;
	margin-left: -8px;
}


/*公共：颜色配置*/


/*公共：颜色配置*/

.red-font {
	color: #dc3617;
}

.red-border {
	border-color: #FF0000;
}

.red-bg {
	background-color: #FF0000;
}

.yellow-font {
	color: #ffa800;
}

.yellow-border {
	border-color: #ffa800;
}

.yellow-bg {
	background-color: #ffa800;
}

.blue-font {
	color: #cd0000 !important;
}

.blue-border {
	border-color: #2076c4 !important;
}

.blue-bg {
	background-color: #2076c4 !important;
}

.text-white {
	color: #fff !important;
}

.gray-font {
	color: #c6c4c5;
}

.gold-border {
	border-color: #e8d6bc;
}

.text-white {
	color: #fff;
}

.no-radius {
	border-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.no-bg {
	background: none;
}

.gray-font {
	color: #c6c4c5;
}

.no-border {
	border: 0;
}

.gold-border {
	border-color: #e8d6bc;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.bold-font {
	font-weight: bold;
}

.own-padding-bottom {
	padding-bottom: 12px;
}

.own-margin-bottom10 {
	margin-bottom: 10px;
}

.own-margin-bottom {
	margin-bottom: 15px;
}

.own-margin-bottom2 {
	margin-bottom: 5px;
}

button.submit {
	background-image: -moz-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#ff760c, endColorstr=#e05a00);
	/*IE8*/
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}

button.reset {
	background-image: -moz-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#ffffff, endColorstr=#eeeeee);
	/*IE8*/
	color: #5c5c5c;
	border-radius: 3px;
	border: solid 1px #d5d5d5;
	font-weight: bold;
}

.gray-bg {
	background-image: -moz-linear-gradient( 90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#e7e7e7, endColorstr=#000000);
	/*IE8*/
}

.green-bg {
	outline: 1px solid #a5bb12;
	border: 1px solid #c2d062;
	background-image: -moz-linear-gradient( 90deg, rgb(160, 182, 12) 0%, rgb(190, 211, 48) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(160, 182, 12) 0%, rgb(190, 211, 48) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(160, 182, 12) 0%, rgb(190, 211, 48) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#a0b60c, endColorstr=#c0d330);
	/*IE8*/
}

.yellow-bg {
	outline: 1px solid #f37729;
	border: 1px solid #f3a97e;
	background-image: -moz-linear-gradient( 90deg, rgb(233, 112, 65) 0%, rgb(250, 156, 21) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(233, 112, 65) 0%, rgb(250, 156, 21) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(233, 112, 65) 0%, rgb(250, 156, 21) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#e97041, endColorstr=#fa9c18);
	/*IE8*/
}

.white-bg {
	background: #fff;
}

.gry-border {
	border: 1px solid #e7e7e7
}

.padding-16 {
	padding: 24px;
}


/*公共：单行超出显示省略号*/

.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*===公共：翻页样式===*/

.turnpage {
	width: auto;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
}

.turnpage .left {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	font: 14px/30px 微软雅黑;
	color: #333;
}

.turnpage b {
	padding: 0 2px;
	color: #ffa800;
	font: bold 20px/30px 微软雅黑, arial;
}

.turnpage .right {
	float: right;
	width: auto;
	height: auto;
	overflow: hidden;
}

.turnpage span {
	float: left;
	margin-left: 5px;
	font: 14px/30px 微软雅黑;
	color: #777;
	text-align: center;
	border: solid #aaa 1px;
	cursor: pointer;
}

.turnpage span a {
	display: block;
	padding: 0 15px;
}

.turnpage span:hover,
.turnpage input[type=button]:hover,
.turnpage input[type=submit]:hover {
	background: #ffa800;
	border: solid 1px #ffa800;
	color: #fff;
}

.turnpage span:hover a,
.turnpage input[type=button]:hover a,
.turnpage input[type=submit]:hover a {
	color: #fff;
}

.turnpage .shuru {
	padding: 0;
	border: solid #ccc 1px;
}

.turnpage input[type=text] {
	float: left;
	width: 35px;
	height: 32px;
	padding: 0 5px;
	margin-left: 5px;
	font: 12px/32px 微软雅黑;
	color: #333;
	text-align: center;
	border: solid #ccc 1px
}

.turnpage input[type=text]:focus {
	border: solid #ffa800 1px;
	box-shadow: none;
}

.turnpage input[type=submit],
.turnpage input[type=button] {
	float: left;
	padding: 0 15px;
	margin-left: 5px;
	font: 14px/30px 微软雅黑;
	color: #777;
	text-align: center;
	background: #fff;
	border: solid #aaa 1px;
}


/*公共:按钮样式*/

.publicbutton {
	height: auto;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}

.publicbutton li {
	display: inline-block;
	min-width: 120px;
	height: 34px;
	margin: 0 18px;
	width: auto;
}

.submitbutton {
	width: 100%;
	padding: 0 6px;
	height: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(224, 90, 0) 0%, rgb(255, 118, 12) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#ff760c, endColorstr=#e05a00);
	/*IE8*/
	font: bold 14px 微软雅黑;
	color: #fff;
	border-radius: 3px;
	border: solid 1px #ef6d05;
}

.resetbutton {
	width: 100%;
	padding: 0 6px;
	height: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#ffffff, endColorstr=#eeeeee);
	/*IE8*/
	font: bold 14px 微软雅黑;
	color: #2f2f2f;
	border-radius: 3px;
	border: solid 1px #d5d5d5;
}


/*公共盒子切换*/
.box-title{
	float: left;
	width: 100px;
	text-align: center;
	border-top: 3px solid #0068b7;
	font-weight: bold;
	color: #0068b7;
	font-size: 18px;
	line-height:33px;
    background:#fff;

}
.own-box {
	padding: 0 10px;
	border: solid 1px #e7e7e7;
}

.own-box-title {
	height: 44px;
	border-bottom: solid 1px #e7e7e7;
}
.tab-box-title {
	height: 44px;
	border: none;
}
.ktgg-box-title {
	height: 44px;
	border:none;
}

.perform-box {
	border: 1px solid #f1e4c0;
	border-radius: 0;
}

.perform-box-title {
	border: none;
	/* border: solid 1px #d5d5d5; */
	background: #fff;
}
.new-box {
	position: relative;
	overflow: hidden;
}

.new-box-title {
	height: 30px;
	background: #f9f9f9;
	border-bottom: none;
}
.own-box-title>.active,.tab-box-title>.active,
.perform-box-title>.active ,.new-box-title>.active,.ktgg-box-title>.active{
	position: relative;
}

.own-box-title>li,.tab-box-title>li,.ktgg-box-title>li
.perform-box-title>li {
	margin-bottom: -1px;
}

.own-box-title span ,.tab-box-title span,.ktgg-box-title span{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 42px;
}

.own-box-title>li>a {
	margin-right: 0;
	padding: 0 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #333;
	border: none;
}
.tab-box-title>li>a{
	margin-right: 0;
	padding: 0 12px;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 41px;
	font-family: SourceHanSansCN-Bold;
	border: none;
}
.perform-box-title>li>a {
	margin-right: 0;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	border: none;
}
.new-box-title>li>a {
	margin: 4px 0;
	padding: 0 10px;
	border-radius: 0;
	border: 0px;
	font: 14px/21px "微软雅黑";
	text-align: center;
	color: #5a5a5a;
}
.ktgg-box-title>li>a {
	margin-right: 0;
	padding: 0 11px;
	font: 20px/41px "微软雅黑";
	font-weight: bold;
	border: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}

.own-box-title>li>a:hover {
	border: none;
	background: none;
}

.own-box-title.nav-tabs>li.active>a,
.own-box-title.nav-tabs>li.active>a:hover,
.own-box-title.nav-tabs>li.active>a:focus {
	border:none;
	border-bottom: 3px solid #0068b7;	
	color:#0068b7;
	border-radius: 0;	
	cursor: pointer;
	position: relative;
}

.tab-box-title.nav-tabs>li.active>a,
.tab-box-title.nav-tabs>li.active>a:hover,
.tab-box-title.nav-tabs>li.active>a:focus {
	border: none;
	font-weight: bold;
	color: #0068b7;
	line-height: 35px;
	border-radius: 0;	
	cursor: pointer;
	border-bottom: 3px solid #0068b7;
}
.ktgg-box-title.nav-tabs>li.active>a,
.ktgg-box-title.nav-tabs>li.active>a:hover,
.ktgg-box-title.nav-tabs>li.active>a:focus {
	border: none;
	color: #0068b7;
	border-bottom: 3px solid #0068b7;
	border-radius: 0;	
	cursor: pointer;
}

.perform-box-title.nav-tabs>li.active>a,
.perform-box-title.nav-tabs>li.active>a:hover,
.perform-box-title.nav-tabs>li.active>a:focus {
	background: #267dc0;
	font-weight: bold;
	border: none;	
	color: #fff;
	border-radius: 0;
	cursor: pointer;
}
.new-box-title.nav-tabs>li.active>a,
.new-box-title.nav-tabs>li.active>a:hover,
.new-box-title.nav-tabs>li.active>a:focus {
	margin: 4px 0;
	padding: 0 10px;
	color: #fff;
	font: 14px/21px "微软雅黑";
	height: 21px;
	text-align: center;
	border-radius: 5px;
	border: 0px;
	background: #ea6c3a;
}
.own-box .tab-content {
	background: #fff;
}

.own-box .tab-content>.tab-pane {
	padding: 10px 0;
}

.own-pane-1 {
	height: 348px;
	overflow: hidden;
}

.own-pane-2 {
	height: 222px;
	overflow: hidden;
}

.own-pane-3 {
	height: 212px;
	overflow: hidden;
}


.pic-box-title{
	border-top:3px solid #0094d5;
	height: 40px;
	background: #fff;
}
.pic-box-title .pic-title{
	float: left;
	padding: 0 16px;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color: #0094d5;
	font-weight: bold;
	
}
.pic-box-title .pic-title a{
	color: #0094d5;
}
.pic-box-title span{
	float: right;
	padding-right: 10px;
	line-height: 37px;
	font-size: 12px;
	color: #999;
}



/*公共：文章列表样式*/

.text-type-1 {
	width: auto;
	margin-bottom: 0;
}

.text-type-1 li {
	height: 33px;
}

.text-type-1 li:first-child {
	border-top: none;
}

.text-type-1 li a {
	float: left;
	width: auto;
	max-width: 82%;
	font-size: 14px;
	line-height: 33px;
	color: #2f2f2f;
}

.text-type-1 li a:hover {
	color: #ffa800;
}

.text-type-1 li a:before {
	height: 14px;
	content: url(../images/off.png);
	width: 14px;
}

.text-type-1 .new-icon {
	float: left;
	height: 33px;
	margin: 0 5px;
	line-height: 32px;
}

.text-type-2 {
	width: auto;
	margin-bottom: 0;
}

.text-type-2 li {
	height: 33px;
}

.text-type-2 li:first-child {
	border-top: none;
}

.text-type-2 li a {
	float: left;
	width: auto;
	max-width: 76%;
	font-size: 14px;
	line-height: 33px;
	color: #2f2f2f;
}

.text-type-2 li a:hover {
	color: #ffa800;
}

.text-type-2 li a:before {
	height: 14px;
	content: url(../images/off.png);
	width: 14px;

}
.text-type-2 .u-name{
	color: #ea6c3a;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	margin:0 5px;
}

.text-type-2 .new-icon {
	float: left;
	height: 33px;
	margin: 0 2px;
	line-height: 25px;
}

.text-type-2 .date {
	float: right;
	font: 12px/33px 微软雅黑;
	color: #999;
}

.text-type-2 {
	width: auto;
	margin-bottom: 0;
}

.text-type-2 {
	width: auto;
	margin-bottom: 0;
}



.text-type-3 li {
	height: 40px;
	line-height: 40px;
}

.text-type-3 li:first-child {
	border-top: none;
}

.text-type-3 li a {
	float: left;
	width: auto;
	max-width: 78%;
	font-size: 16px;
	line-height: 40px;
	color: #2f2f2f;
}

.text-type-3 li a:hover {
	color: #ffa800;
}

.text-type-3 li a:before {
	content: ">";
}

.text-type-3 .new-icon {
	float: left;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
}

.text-type-3 .date {
	float: right;
	font: 16px/40px 微软雅黑;
	color: #999;
}


/*下拉重写*/

.dropdown-menu {
	min-width: 100%;
}


/*下拉美化*/

.drop {
	position: relative;
	width: auto;
	height: 100%;
}

.drop .title {
	float: left;
	width: 80%;
	height: 100%;
	font: 12px/28px 微软雅黑;
	color: #999;
	text-indent: 5%;
	cursor: pointer;
}

.drop .arrow {
	float: left;
	width: 20%;
	height: 100%;
	margin-left: -1px;
	background: #fff url(../images/arrow-down.png) center no-repeat;
	cursor: pointer;
}

.drop label {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 100%;
	left: 0;
	margin-top: 2px;
	margin-left: -1px;
	padding: 1%;
	background: #fff;
	border: solid 1px #d2d2d2;
	border-top: none;
}

.drop label a {
	display: block;
	width: 100%;
	font: 12px/28px 微软雅黑;
	color: #999;
	text-indent: 5%;
}

.drop label a:hover {
	background: #ccc;
	color: #fff;
}

.form-control {
	border-radius: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}
.col-xs-1dot5 {
	float: left;
	width: 12%;
	padding: 0 2px;
}

.col-xs-2dot5 {
	float: left;
	width: 20%;
	padding: 0 15px;
}

/*悬浮窗*/

.float-win {
	position: absolute;
	right: -85px;
	top: 30px;
	width: 74px;
	height: auto;
	background: #fff;
}

.float-win ul {
	margin-bottom: 0;
}

.float-win li {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	padding: 10px 4px;
	border-top: solid 1px #d2e5ff;
}
.float-win li .iconfont{
	font-size: 32px;
	color: #3771b9;
}
.float-win li .i-txt{
	margin-top: 5px;
	font-size: 12px;
	color: #333;
}
.float-win li:hover{
	background: #3771b9;
}
.float-win li:hover .iconfont{
	color:#fff;
}
.float-win li:hover .i-txt{
	color: #fff;
}
.float-win li .weixin {
	display: none;
	width: 74px;
	position: absolute;
	top: 0;
	left: -78px;
	border: solid 1px #d2e5ff;
}

.float-win li:hover .weixin {
	display: block;
}

.float-win li:first-child {
	border-top: none;
}

.float-win .picbox {
	width: auto;
	height: 32px;
	line-height: 32px;
	text-align: center;
}



.guide-fix {
	z-index: 300;
	position: fixed;
	top: 385px;
	left: 50%;
	margin-left: 605px;
	border: solid 1px #d2e5ff;
	transition: all 0.5s;
}

.gotop {
	display: none;
	z-index: 300;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	margin-left: 605px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

@media (min-width: 1368px) {
	.guide-fix {
		z-index: 300;
		position: fixed;
		top: 262px;
		left: 53%;
		margin-left: 560px;
		transition: all 0.5s;
	}
	.gotop {
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 20px;
		left: 53%;
		margin-left: 560px;
	}
}


/*===head样式===*/

#head {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 4;
	
}

#head .main {
	width: 1200px;
	margin: 0 auto;
}

#head .logobg {
	width: 100%;
	height: 200px;
	background: url(../images/head_bg.jpg) no-repeat;
}

#head .logobg .middle {
	height: 200px;
	background: url(../images/jz.png) right no-repeat;
	background-size: 400px;
}

#head .main .logo {
	margin-top: 55px;
}

#head .topbar {
	height: 30px;
	background: #fafafa;
}

#head .topbar .font {
	font-size: 12px;
	line-height: 30px;
	color: #666;
	font-style: normal;
}





/*导航条样式*/

#nav {
	position: relative;
	height: 50px;
	z-index: 100;
	width: 100%;
	background:#2076c4;		
	

}

#nav .main {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#nav .main .first-level {
	position: relative;
	float: left;
	width: 12.5%;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#nav .main .first-level span {
	width: 2px;
	height: 40px;
	float: right;
	display: inline-block;
}

#nav .main a {
	display: block;
	font: 16px/50px "微软雅黑";
	color: #fff;
}

#nav .main .first-level:hover,
#nav .main .first-level.active,
#nav .main .open {
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}

#nav .main a {
	display: block;
	color: #fff;
}

#nav .main .open>a,
#nav .main .first-level.active>a {
	color: #fff;
	background:#0762b4;
}

#nav:hover .main .active:after {
	display: none;
}

#nav .main .open a {
	text-decoration: none;
}

#nav .dropdown-menu {
	margin: 0 auto;
	padding: 0;
	background: #0762b4;
	border: none;
}
#nav .active .dropdown-menu{
	padding: 0;
	border: none;
}

#nav .dropdown-menu>li {
	margin: 5px;
	height: 40px;
	line-height: 40px;
}

#nav .dropdown-menu>li>a {
	padding: 0;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
#buoy {
	position: absolute;
	width: 120px;
	height: 50px;
	background: #0762b4;
	bottom: 0px;
	z-index: -1;
}


#nav .dropdown-menu>li>a:hover,
#nav .dropdown-menu>li>a:focus {
	color: #fff;
	background: #2076c4;
	transition: all 0.5s; 
	
}


/*搜索*/

.search-box {
	width: 220px;
	height: 34px;
	margin: 8px 0;
	padding: 0 2px 0 5px;
	background: #fff;
	border-radius: 3px;
}

.search-box input[type=text] {
	position: relative;
	float: left;
	width: calc(100% - 64px);
	height: 34px;
	font: 12px/34px 微软雅黑;
	color: #333;
	background: #fff;
	border: none;
}

.search-box .input-btn{
	float: right;
	width: 64px;
	margin-top: 2px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	background:#fba548;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}
.search-box .input-btn .iconfont {
	float: left;
	font-size: 18px;
	color: #fff;	
}
.search-box .input-btn .u-txt{
	padding-left: 5px;
	float: left;
	color: #fff;
	
	
}
/*主体样式*/
.item-box{
	padding: 10px;
	background: #fff;
	overflow: hidden;
}


#container {
	position: relative;
	width: 1202px;
	margin: 10px auto;
	z-index: 3;
	padding: 10px;
	background: #fff;
}
.news-line{
	width: 100%;
	height: 5px;
	background: url(../images/new_line.png) bottom repeat-x;
}
.news-box{
	width: 100%;
	height: 95px;
	background: url(../images/new_line.png) bottom repeat-x;
}
.news-name {
	width: 100%;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #0068b7;
	
}

.news-name a {
	color: #3076b4;
}

.news-name a:hover {
	color: #ffa800;
}
.news-txt{
	position: relative;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-txt::after{
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 50px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);

}

/*banner*/

.banner-box-1 {
	position: relative;
	width: auto;
	height: 110px;
	line-height: 110px;
	overflow: hidden;	
}
.banner-box-1 .banner-txt{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	text-align: center;
	font-size: 40px;
	font-family: "微软雅黑";
	font-style: italic;
	font-weight: bold;
	letter-spacing: 6px;
	color: #dc332c;
	text-shadow:1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF, 3px 3px 0px #FFFFFF, -3px -3px 0px #FFFFFF;
	-webkit-text-shadow:1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF, 3px 3px 0px #FFFFFF, -3px -3px 0px #FFFFFF;
}
/*图片新闻*/

.newslide {
	position: relative;
	height: 407px;
}

.newslide-more{
	position: absolute;
	bottom: 0;
	right: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	z-index: 999;
}
.newslide .carousel-inner {
	height: 100%;
}

.newslide .carousel-inner>.item {
	width: 100%;
	height: 407px;
}

.newslide .carousel-inner>.item>img,
.newslide .carousel-inner>.item>a>img {
	width: 100%;
	margin: 0 auto;
}

.newslide .carousel-control.left,
.newslide .carousel-control.right {
	display: none;
	background: none;
}

.newslide:hover .carousel-control.left,
.newslide:hover .carousel-control.right {
	display: block;
}

.newslide .carousel-indicators {
	width: auto;
	left: auto;
	right: 56px;
	bottom: 0;
}

.newslide .carousel-indicators li {
	border-radius: 0;
	border: solid 1px #fff;
	background: #fff;
}

.newslide .carousel-indicators .active {
	border: solid 1px #f09505;
	background: #f09505;
}

.newslide .news-titile {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	padding: 0 2%;
	background: url(../images/title-tran.png) repeat;
	background: rgba(0, 0, 0, 0.8);
}

.newslide .news-titile>a {
	max-width: 68%;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}


.sfgk{
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
}
.sfgk .sfgk-list{
	width: 100%;
	margin-top: 10px;
	height: 54px;
}
.sfgk .sfgk-list:hover{
	opacity: 0.8;
}
.sfgk .sfgk-list:first-child{
	margin-top: 0;
}
/* 诉讼服务 */
.ssfw{
	width:100%;
	padding: 10px 10px 15px;
	height: 235px;
}
.ssfw .ssfw-item{
	width: 100%;
	height: 60px;
	background-color: #a4cd3b;
	box-shadow: inset 6px 0px 0px 0px 
		rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	margin-top: 15px;
	display:flex;
	justify-content:flex-start;
	line-height:60px;
	padding-left: 50px;
	cursor: pointer;
}
.ssfw .ssfw-item:hover{
	opacity: 0.8;
}
.ssfw .ssfw-item.bg1{
	background-color: #fbac1d;
	box-shadow: inset 6px 0px 0px 0px 
		rgba(0, 0, 0, 0.06);
}
.ssfw .ssfw-item.bg2{
	background-color: #71b2ff;
	box-shadow: inset 6px 0px 0px 0px 
		rgba(0, 0, 0, 0.06);
}
.ssfw .ssfw-item:first-child{
	margin-top: 0;
}
.ssfw .ssfw-item .iconfont{
	color: #fff;
	font-size: 35px;
}
.ssfw .ssfw-item .ssfw-txt{
	padding-left: 20px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.ssfw .ssfw-ibox{
	width: 100%;
	height: 96px;
	margin-top: 16px;
	display:flex;
	justify-content:center;
	line-height:96px;
	cursor: pointer;
}
.ssfw .ssfw-ibox:hover{
	opacity: 0.8;
}
.ssfw .ssfw-ibox.bg-1{
	background:url(../images/ss_1.png) no-repeat;
}
.ssfw .ssfw-ibox.bg-2{
	background:url(../images/ss_2.png) no-repeat;
}
.ssfw .ssfw-ibox:first-child{
	margin-top: 0;
}
.ssfw .ssfw-ibox .iconfont{
	color: #fff;
	font-size: 50px;
}
.ssfw .ssfw-ibox .ssfw-b-txt{
	padding-left: 15px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.zt-box{
	width: 100%;
	height: 100px;
	background:#fff;
}
.zt-box .zt-box-title{
	float: left;
	width: 79px;
	height: 100%;
	padding:25px 20px;
	font-family: SourceHanSansCN-Bold;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
	background: url(../images/zt_title.jpg) no-repeat;
}
.zt-box .zt-box-m{
	float: left;
	width: calc(100% - 79px);
	padding:10px 15px;
}
.zt-box .zt-box-m .zt-box-img{
	float: left;
	width: calc(100% / 3 - 5px);
	height: 100%;
	margin-left: 7px;
	cursor: pointer;
}
.zt-box .zt-box-m .zt-box-img:hover{
	opacity: 0.8;
}
.zt-box .zt-box-m .zt-box-img:first-child{
	margin-left: 0;
}

/*表格样式*/

.doclist {
	padding: 10px;
}

.doclist table {
	border-collapse: collapse;
	table-layout: fixed;
}

.doclist tr {
	height: 30px;
	font: 12px/30px "微软雅黑";
	color: #626262;
	text-align: center;
	border-bottom: 1px dashed #ebf9ff;
}
.doclist tr:first-child{	
	border-bottom: none;
}

.doclist .table>thead{
	background: #ebf9ff;
	
}
.doclist .table>thead>tr>th {
	border-bottom: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000033;
}

.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: center;
}


/*视频列表样式*/
.video-text{
	margin-top: 8px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.video-item {
	margin-top: 4px;
	height: 202px;
	
}

.video-item a {
	position: relative;
	display: block;
	height: 100%;
	color: #2f2f2f;
}

.video-item .playbtn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.video-item .playbtn:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.video-item .img {
	width: 100%;
	height: 202px;
}

.video-list .name {
	background: #eee;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
/* 视频专区 */
.video-list{
	float: left;
	width: 258px;
	margin-left: 15px;
	overflow: hidden;
	
}
.video-list:first-child{
	margin-left: 0;
}
.video-list .list-img{
	position: relative;
	height: 162px;
	width: 100%;
	overflow: hidden;
}
.video-list .list-img img{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.video-list .list-txt{
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin-top: 10px;
	line-height:24px;
	color: #fff;
	background: rgba(0,0,0,0.5);
}

/*图片欣赏*/
.syxs-box{
	width: 100%;
	height: 153px;
	padding: 12px 12px 12px 130px;
	background: #fff url(../images/sy_bg.png) no-repeat;
}

.service_slide{
	width: 100%;
	overflow: hidden;
    position: relative;
	
}
.service_slide .hd .prev,.service_slide .hd .next{ 
	display:block;  
	width:25px; 
	height:51px; 
	float:right; 
	overflow:hidden;
	cursor:pointer; 
	position:absolute; 
	top:37px; 
	background: no-repeat ; 
	z-index:500;
}
.service_slide .hd .prev{ 
	background: url(../images/pre.png) no-repeat; 
	left:0; 
	float:left;
}
.service_slide .hd .next{ 
	background: url(../images/next.png) no-repeat; 
	right:0;
}
.service_slide .hd .prevStop,.service_slide .hd .nextStop{ 
	opacity:0.5; 
}
.service_slide .bd{
	width:calc(100% - 70px);
	margin-left:40px;
	overflow:hidden;
}
.service_slide .bd ul{ 
	overflow:hidden; 
	zoom:1;
}
.service_slide .bd ul li{
	float:left; 
	width: 186px;
	height: 130px;
	color:#fff; 
	display:inline; 
	overflow:hidden; 
	text-align:center;  
	margin-right:8px; 
	text-align:center;
}

.service_slide .bd ul li img{ 
	width: 186px;
	height: 130px;
	display:block;
}



.pic-main{
	overflow: hidden;
    position: relative;
}

/*图片欣赏*/

.pic-box {
	position: relative;
	height: 165px;
}

.pic-box .right-bar {
	width: 100%;
	height: 100%;
}

.scroll-main-1 {
	height: 100%;
	overflow: hidden;
}


.scroll-main-1 .img-item {
	float: left;
}

.scroll-main-1 .img-item img {
	width: 240px;
	height: 165px;
}




/*司法公开查询*/

.perform {
	display: table;
	width: 100%;
	padding: 10px;
	height: auto;
	font-size: 12px;
}

.perform-box {
	border: solid 1px #eddeca;
	background: none;
}

.perform-box .title {
	position: relative;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #d33336;
}

.perform-box .title:before {
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
	content: "";
	background: #ea6366;
	z-index: 99;
}

.perform-box .content {
	padding: 15px;
	padding-bottom: 0;
}

.perform .row {
	margin: 0 -7px;
}

.perform .col-xs-4 {
	padding: 0 7px;
}

.perform .perform-box .col-xs-1,
.perform .perform-box .col-xs-2,
.perform .perform-box .col-xs-3,
.perform .perform-box .col-xs-4,
.perform .perform-box .col-xs-5,
.perform .perform-box .col-xs-6,
.perform .perform-box .col-xs-7,
.perform .perform-box .col-xs-8,
.perform .perform-box .col-xs-9,
.perform .perform-box .col-xs-10,
.perform .perform-box .col-xs-11 {
	padding: 0 2px;
}

.perform .form-horizontal .control-label {
	padding-top: 7px;
	font-weight: normal;
	color: #2f2f2f;
}

.perform .btn-group {
	width: 100%;
	font-size: 12px;
}

.perform .btn-group .btn {
	height: 34px;
	font-size: 12px;
	border-color: #e0e0e0;
}

.perform .dropdown-menu>li>a {
	padding: 3px;
	font-size: 12px;
}

.perform .form-control {
	font-size: 12px;
}

.perform button.submit,
.perform button.reset {
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 10px;
}

.perform .col-xs-2dot5 {
	width: 14%;
	padding: 0 2px;
}

.perform .btn:hover,
.perform .btn:focus {
	color: #fff;
}

.perform .btn.reset:hover,
.perform .btn.reset:focus {
	color: #2f2f2f;
}
.perform .btn-default {
	border: 1px solid;
    color: #333;
    /* background-color: #fff; */
    border-color: #e0e0e0;
}
.perform .btn-default .caret {
    border-top-color: #333;
}

/*友情链接*/

.link {
	width: 100%;
	height: 30px;
}
.link .link-title{
	width:114px;
	float: left;
	color: #fff;
	font: bold 16px/30px "微软雅黑";
	text-align: center;
}

.link a,.link em{
	font: 12px/30px 微软雅黑;
	color: #2f2f2f;
}
.link .select{
	float: left;
	width: calc(100% - 114px);
	height: 30px;
}
.link .btn-group{
	width: 100%;
	font-size: 12px;
	border: none;
}
.btn-default{
	border:none;
	color: #000;
}
.btn-default .caret {
    border-top-color: #000;
}

.link .btn{
	line-height: 30px;
	font-size: 12px;
}
.link .dropdown-menu{
	max-height: 110px;
	overflow: auto;
}
.link .dropdown-menu>li>a{
	padding-top: 8px;
	padding-bottom: 8px;
}

.foot-line{
	margin: 24px 0;
	width: 100%;
	height: 1px;
}


/*===脚注样式===*/

#foot {
	width: 100%;
	background: #028fcc;
	overflow: hidden;
	text-align: left;
	color: #fff;
}

#foot .main {	
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.f-nav{
	width: 100%;
	height: 40px;
	background: #1568b4;
}
.wsdh-txt{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.wsdh-txt a{
	color: #fff;
}
.main-box{
	padding: 20px 0;	
	font: 12px/24px 微软雅黑;
	text-align: center;
	overflow: hidden;
	color: #92deff;
}
.zfimg{
	margin: 5px auto 20px;
	width: 56px;
	height: 68px;
}
 .zfimg img{
	width: 100%;
}








/*新增20191029*/


/*院史专题*/
.yszt-title{
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #8e1e00;
}
.yszt-title:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 40px;
	background: #e8751e;
	content: '';
}
.yszt-title:first-child{
	margin-top: 0px;
}
.yszt-main p{
	margin-top: 35px;
	text-indent: 2em;
	line-height: 1.8;
}
.yszt-img-box .pic-box{
	position: relative;
	float: left;
	margin-left: 30px;
	width: 450px;
	height: 270px;
}
.yszt-img-box .pic-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
}
.yszt-img-box .pic-box:first-child{
	margin-left: 0;
}
.yszt-img-box{
	margin: 30px 0;
	overflow: hidden;
}
.yszt-img{
	float: left;
	margin-left: 10px;
	width: 224px;
	height: 130px;
}


.ysmd{
	position: relative;
	width: 100%;
	/*border-left: 2px solid #ddd;*/
	
}
.ysmd:before{
	position: absolute;
	top: 10px;
	width: 2px;
    height: 100px;
    background: #ddd;
    left: 0;
    content: "";
}
.ysmd-list{
	position: relative;
	float: left;
	padding-left: 30px;
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin-top:16px ;
}
.ysmd-list:before{
	position: absolute;
	top: 2px;
	width: 28px;
    height: 14px;
    background: url(../images/ys_a.png) no-repeat;
    left: -12px;
    content: "";
}
.ysmd-list:hover:before{
	position: absolute;
	top: 2px;
	width: 28px;
    height: 14px;
    background: url(../images/ys_over.png) no-repeat;
    left: -12px;
    content: "";
}


/*20191105新增*/
.nb-img{
	margin-top: 10px;
	height: 90px;
}
.nb-img:first-child{
	margin-top: 0;
}

.img-list{
	position: relative;
	width: 190px;
	height: 125px;
	margin-left: 10px;
	overflow: hidden;
}
.img-list .img-img{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.img-list img{
	width: 100%;
	height: 100%;
}
.img-list:first-child{
	margin-left: 0;
}
.img-list .img-list-txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}



/* 栏目切换 */

.scrollBox {
	width: 100%;
	height: 30px;
	background: #f9f9f9;
	position: relative;
}

.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}

.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	/*width:340px;*/
}

.scrollBox .piclist li {}

.scrollBox .pageBtn span {
	position: absolute;
	bottom: 9px;
	width: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 90;
}

.scrollBox .pageBtn .prev {
	left: 5px;
}

.scrollBox .pageBtn .next {
	right: 5px;
}

