@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: auto;
	font-family: 宋体;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	
}

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

li {
	list-style: none;
}

a{
	color: #2f2f2f;
}

a,a:hover,a:active {
	text-decoration: none;
}
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 4px;
}
.col-xs-1dot5{
	float: left;
	padding: 0 4px;
	width: 12.5%;
}
.col-xs-2dot5-1{
	float: left;
	padding: 0 4px;
	width: 22%;
}
.col-xs-3dot5{
	float: left;
	padding: 0 4px;
	width: 30%;
}
.col-xs-9dot5{
	float:right;
	padding: 0 4px;
	width: 77%;
}
.row{
    margin-right: -4px;
    margin-left: -4px;
}
.clearfix{
	clear: both;
}
/*公共：颜色配置*/
/*公共：颜色配置*/
.white-bg{
	background: #ffffff;
}

.red-font{
	color: #FF0000;
}
.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: #3685c7 !important;
}
.blue-border{
	border-color: #3685c7 !important;
}
.blue-bg{
	background-color: #f0f5fd !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;
}
.gray-font{
	color: #c6c4c5;
}
.gold-border{
	border-color: #e8d6bc;
}
.no-margin{
	margin: 0 !important;
}
.no-padding{
	padding: 0;
}
.bold-font{
	font-weight: bold;
}
.own-padding-bottom{
	padding-bottom: 8px;
}

.own-margin-bottom{
	margin-bottom: 8px;
}
.own-margin-bottom2{
	margin-bottom: 5px;
}
button.submit{
	background: #2ba4dc;
	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*/
	background: #e7e7e7;
	color: #5c5c5c;
	border-radius: 3px;
	border: solid 1px #d5d5d5;
	font-weight: bold;
}

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

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

/*公共：间距*/
.padding-32 {
	padding: 32px
}
.padding-16 {
	padding: 16px
}

.padding-14 {
	padding: 14px
}

.padding-12 {
	padding: 12px
}

.padding-10 {
	padding: 10px
}

.padding-8 {
	padding: 8px
}

.padding-6 {
	padding: 6px
}

.padding-4 {
	padding: 4px
}

.padding-2 {
	padding: 2px
}

.padding-0 {
	padding: 0 !important;
}
.alert{
	display: table;
	width: 100%;
	overflow: visible;
	margin-bottom: 10px;
}
.alert-own {
    color: #333;
    background-color: #ededed;
    border-color: #d6d6d6;
}
.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{
	display: table;
	table-layout: fixed;
}


.text-left{
	text-align: left !important;
}
.no-margin-bottom{
	margin-bottom: 0;
}

/*===公共：翻页样式===*/
.turnpage{
	width:auto;
	height:auto;
	padding:20px 0;
	overflow:hidden;
	}
.turnpage .left{
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
	font:14px/36px 宋体;
	color:#333;
	}
.turnpage b{
	padding:0 2px;
	color:#2ba4dc;
	font:bold 20px/36px 宋体,arial;
	}
.turnpage .right{
	float:right;
	width:auto;
	height:auto;
	overflow:hidden;
	}
.turnpage span{
	float:left;
	margin-left:5px;
	font:14px/36px 宋体;
	color:#909090;
	text-align:center;
	border:solid #e9e9e9 1px;
	border-radius: 2px;
	cursor:pointer;
	}
.turnpage span a{
	display:block;
	padding:0 15px;
}
.turnpage span:hover,.turnpage input[type=button]:hover,.turnpage input[type=submit]:hover{
	background:#2ba4dc;
	border:solid 1px #2ba4dc;
	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 #e9e9e9 1px;
	}
.turnpage input[type=text]{
	float:left;
	width:35px;
	height:38px;
	padding:0 5px;
	margin-left:5px;
	font:14px/38px 宋体;
	color:#909090;
	text-align:center; 
	border:solid #e9e9e9 1px;
	border-radius: 2px;
	}
.turnpage input[type=text]:focus{
	border:solid #2ba4dc 1px;
	box-shadow: none;
	}
.turnpage input[type=submit],.turnpage input[type=button]{
	float:left;
	padding:0 15px;
	margin-left:5px;
	font:14px/36px 宋体;
	color:#777;
	text-align:center;
	background:#fff;
	border-radius: 2px;
	border:solid #e9e9e9 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;
	}


/*公共：自定义切换盒子*/
.own-box{
	border: none;
    
}
.border-shadow{
	box-shadow: 0px 2px 5px -5px rgb( 0, 0, 0 );
}
.own-box-title{
	height: 40px;
	border: none;
}
.color-1{
	background: #fa8c4f;
}
.color-2{
	background: #a4cd3b;
}
.color-3{
	background: #4f9efa;
}
.own-box-title span a{
	font:12px/40px "宋体";
	color: #fff;
	float: right;
	padding-right: 10px;
}
.own-box-title span a:hover{
	text-decoration: underline;
}

.own-box-title>.active{
	position: relative;	
}

.own-box-title>li{
	margin-bottom: -1px;
}

.own-box-title>li>a{
	margin-right: 0;
	color: #5a5a5a;
    font: bold 14px "宋体";
	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-radius: 0;
	font-weight: bold;
	height: 40px;
	color: #fff;
    font: bold 14px "宋体";
    background: none;
    cursor: pointer;
}


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

.own-box-title2{
	text-align: center;
	height: 50px;
}
.own-box-title2>.active{
	position: relative;
	
}
.own-box-title2>li{
	display: inline-block;
	float: none;
	width: 220px;
	margin-right: 15px;
	margin-bottom: -1px;
	text-align: center;
}
.own-box-title2>li:last-child{
	border-right:0;
	margin-right: 0;
}
.own-box-title2>li>a{
	height: 50px;
	margin-right: 0;
	padding: 0;
	line-height: 50px;	
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 218, 218, 218 );
    border-radius: 8px;
    background-color: rgb( 255, 255, 255 );

}
.own-box-title2>li>a:hover{
	border:none;
	background: none;
}
.own-box-title2.nav-tabs>li.active>a,.own-box-title2.nav-tabs>li.active>a:hover,.own-box-title2.nav-tabs>li.active>a:focus{
	border: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 50px;
    border-radius: 8px;
    background-image: -moz-linear-gradient( 180deg, rgb(221,134,3) 0%, rgb(255,177,59) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(221,134,3) 0%, rgb(255,177,59) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(221,134,3) 0%, rgb(255,177,59) 100%);
}


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

.own-pane-1{
	min-height: 200px;
}
.own-pane-2{
	height: 304px;
}
.own-pane-3{
	min-height: 258px;
}


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

.text-type-2{
	width:auto;
	margin-bottom: 0;
	}
.text-type-2 li{
	height:30px;
	}
.text-type-2 li:first-child{
	border-top: none;
}
.text-type-2 li a{
	float: left;
	width:auto;
	max-width:92%;
	font-size: 12px;
	line-height: 30px;
	color: #2f2f2f;
	}
.text-type-2 li a:hover{
	color:#ffa800;
	}
.text-type-2 li a:before{
	content: "·";
	text-align: center;
	}
.text-type-2 .new-icon{
	float:left;
	height: 30px;
	margin:0 5px;
	line-height: 30px;
	}
.text-type-2 .date{
	float:right;
	font:12px/30px 宋体;
	color:#999;
	}
.text-type-3 li{
	height:30px;
	width: 47%;
	float: left;
	padding-left: 5%;
	}
.text-type-3 li:first-child{
	border-top: none;
}
.text-type-3 li a{
	float: left;
	width:auto;
	max-width:92%;
	font-size: 12px;
	line-height: 30px;
	color: #2f2f2f;
	}
.text-type-3 li a:hover{
	color:#ffa800;
	}
.text-type-3 li a:before{
	content: "·";
	text-align: center;
	}	
.text-type-3 .date{
	float:right;
	font:12px/30px 宋体;
	color:#999;
	}	

/*下拉重写*/
.dropdown-menu{
	min-width:100%;
}

.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{
	width:70px;
	height:auto;
	background:#fafafa;
	}
.float-win li{
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0;
	border-top:solid 1px #e2e2e2;
	}
.float-win li .weixin{
	display:none;
	width: 100px;
	position:absolute;
	top:0;
	left:-110px;
	border:solid 1px #eee;
	}
.float-win li:hover .weixin{
	display:block;
	}

.float-win li:first-child{
	border-top:none;
	}
.float-win .picbox{
	width:auto;
	height:34px;
	text-align:center;
	}
.float-win .title{
	width:auto;
	font:14px/30px 宋体;
	color:#333;
	text-align:center;
	}
.guide-fix{
	z-index: 300;
    position: fixed;
    top: 230px;
    left: 50%;
    margin-left: 465px;
    border: solid 1px #eee;
	}
.gotop{
	display: none;
	z-index: 300;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	margin-left: 465px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s; 
}
@media (min-width: 1160px) {
	.guide-fix{
		z-index: 300;
	    position: fixed;
	    top: 230px;
	    left: 50%;
	    margin-left: 545px;
		}
	.gotop{
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 20px;
		left: 50%;
		margin-left: 600px;	
	}
}
/*===head样式===*/
#head{
	position: relative;
	height: auto;
	z-index: 4;
	background: #fff;
}
#head .main{
	width: 1200px;
	margin: 0 auto;
	height: 110px;
}

#head .middle{
	
}
#head .logo{
	margin-top: 15px;
	
}
#head .bate{
	height: 30px;
	margin-top: 42px;
	margin-left: 10px;
	padding: 0 10px;
	background: #2ba4dc;
	font-family: arial;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-transform: Uppercase ;
	color: #fff;
}
.searchbar{
	width: 380px;
	height: 40px;
	margin: 34px auto;
	background:#fff;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	border: solid 1px #e0e0e0;
}
.searchbar .inputbox{
	width: 190px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: transparent;
	border: none;
	color: #767272;
}
.searchbar .submit{
	float: right;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	color: #898989;
}
.searchbar .submit:focus{
	outline: none;
}
/*===导航条样式===*/
#nav{
	position: relative;
	height: 50px;
	background: #057fc6;
	background: rgba(5,127,198,0.7);
	box-shadow: 0px 3px 8px 0px rgba( 0, 0, 0,0.1 );
	z-index: 4;
}

#nav .main{
	position: relative;
	width: 1200px;
	height: 100%;
	min-height: auto;
	margin: 0 auto;
}
#nav .main .first-level{
	position: relative;
	float: left;
	width: 150px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#nav .main .first-level.active{
	background: rgba(8,104,172,0.9);
}

#nav .main a{
	display:block; 
	color: #fff;
}
#nav .main .open a,#nav .main .active a{
	text-decoration: none;
	font-weight: bold;
}
#nav .dropdown-menu{
	display: none;
	margin: 0 auto;
	padding: 0;
	-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	background: rgba(8,104,172,0.9);
	border: none;
}
#nav .active .dropdown-menu{
	padding: 0;
	-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	border: none;
}
#nav .main .active .dropdown-menu a{
	background: none;
	font-weight: normal;
}
#nav .main:hover .active{
	background: none;
}
#nav .main .active .dropdown-menu a:hover{
	background: #85affa;
}
#nav .dropdown-menu>li{
	margin: 5px;
	height: 40px;
	line-height: 40px;
}
#nav .dropdown-menu>li>a{
	padding: 0;
	line-height: 40px;
}
#nav .dropdown-menu>li>a:hover,#nav .dropdown-menu>li>a:focus{
	background: #5c90ee;
	transition: all 0.5s; 
}
#buoy {
	position: absolute;
	width: 150px;
	height: 50px;
	background: rgb(8,104,172);
	bottom: 0px;
	z-index: -1;
}
/*banner样式*/
#banner{
	position: relative;
	height:auto;
	overflow: hidden;
	text-align: center;
}
#banner.space{
	top: -50px;
	margin-bottom: -50px;
}
#banner .selectBox{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}

#banner .selctImg{
	transform: translate(-50%,0);
	position: relative;
	top: 50%;
	left: 50%; 
}

/*主体样式*/
#container{
	position: relative;
	width: 1200px;
	padding: 10px;
	background: #fff;
	z-index: 3;
}
#container1{
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 3;
}
.wid1200{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

/*司法公开*/
.sfgk-list{
	position: relative;
	padding: 0 7%;
}
.sfgk-list li{
	float: left;
	padding: 0 5.5%;
	height: auto;
}
.sfgk-list li a{
	color: #000;
}
.sfgk-list li a:hover{
	color: #ffa83c;
}
.sfgk-list li .title{
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}


/*图片新闻*/
.newslide{
	height: 370px;
}
.newslide .carousel-inner{
	height: 100%;
}
.newslide .carousel-inner>.item{
	width: 100%;
	height: 100%;
}
.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: 20px;
	bottom: 0;
}
.newslide .carousel-indicators li{
	border-radius: 0;
	border: solid 1px #fff;
	background: #fff;
}
.newslide .carousel-indicators .active{
	border: solid 1px #3aaee4;
	background: #3aaee4;
}
.newslide .news-titile{
	position: absolute;
	width: 100%;
	height: 42px;
	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: 42px;
	color: #fff;
}
/*要闻*/
.no-border{
	border: none;
}

.main-news{
	height: 350px;
}
.main-news .title{
	height: 29px;
	font-size: 14px;
	line-height: 29px;
}
.main-news .name{
	width: 72px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(../images/news-name.png) center no-repeat;
}
.main-news .more{
	color: #565656;
	font-size: 14px;
}
.main-news .more:hover{
	color: #ffa800;
}
.main-news .main{
	margin-top: 8px;
}
.main-news .fist-news{
	height: 50px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: dashed 1px #bebebe;
}
.main-news .fist-news a{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.main-news .fist-news .new-icon{
	line-height: 50px;
}
.main-news .fist-news a:before{
	content: none;
	margin:0 auto;
}


/*诉讼服务*/
.service{
	height: 193px;
	background: url(../images/service_bg.jpg) no-repeat;
}

.service_slide{ 
	 width:1200px;  
	 margin: 0 auto;
	 padding-top: 35px;
	 height: 193px;
	 overflow:hidden; 
	 position:relative;
}
.service_slide .hd .prev,.service_slide .hd .next{ 
	display:block;  
	width:26px; 
	height:27px; 
	float:right; 
	overflow:hidden;
	cursor:pointer; 
	position:absolute; 
	top:75px; 
	background: no-repeat ; 
	z-index:500;
}
.service_slide .hd .prev{ 
	background: url(../images/arrow_left.png) no-repeat; 
	left:0; 
	float:left;
}
.service_slide .hd .next{ 
	background: url(../images/arrow_right.png) no-repeat; 
	right:0;
}
.service_slide .hd .prevStop,.service_slide .hd .nextStop{ 
	opacity:0.5; 
}
.service_slide .bd{ 
	width:1250px; 
	margin-left:48px; 
	overflow:hidden;
}
.service_slide .bd ul{ 
	overflow:hidden; 
	zoom:1;
}
.service_slide .bd ul li{
	float:left; 
	width:176px; 
	height:145px;
	color:#fff; 
	display:inline; 
	overflow:hidden; 
	text-align:center;  
	margin-right:8px; 
	text-align:center;
}

.service_slide .bd ul li img{ 
	width:176px; 
	height:111px; 
	display:block;
}
.service_slide .bd ul li .title{ 
	width:100%;  
	color:#fff; 
	font-size:14px;
	text-align: center;
}
.service_slide .bd ul li a {
    color: #fff;
}
.service_slide .bd ul li a:hover{
	color: #ffa83c;
}

/*公告栏*/
.note-title{
	text-align: center;
	margin-bottom: 30px;
}


/*表格样式*/
.doclist {
  padding: 0;
}
.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;
}
/*表格2样式*/
.note-list {
  padding: 0;
}
.note-list table {
  border-collapse: collapse;
  table-layout: fixed;
}
.note-list tr {
  font-size: 14px;
  color: #000;
  text-align: center;  
  border-bottom: 1px solid #fff;
}
.note-list .table > thead > tr > th,
.note-list .table > tbody > tr > th,
.note-list .table > tfoot > tr > th,
.note-list .table > thead > tr > td,
.note-list .table > tbody > tr > td,
.note-list .table > tfoot > tr > td {
	 padding: 12px 0;
  border-top: none;
}
.note-list td a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
 background-color: rgb( 255, 255, 255,0.8);
}



/*公示信息*/
.pubmsg-box{
}
.pubmsg-box .cloum{
	float: left;
	width: auto;
	margin-left: 17.5px;
}
.pubmsg-box .cloum:first-child{
	margin-left: 0;
}
.pubmsg-box-block{
	display: block;
}
.pubmsg-box-bottom{
	margin-bottom: 12px;
}
.pubmsg-box .cloum a:hover{
	border: solid 1px #f08925;
	margin: -1px;
}
.pubmsg-box .cloum a.pubmsg-box-bottom:hover{
	margin-bottom: 11px;
}

/*专题切换*/
.change-btn {
	position: relative;
}
.change-btn .control-btn{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.change-btn span{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 0 3px;
}
.change-btn .on{
	background: #f8a008;
}
.change-img img{
	width: 100%;
}



/*友情链接*/
.link {
	border: 1px solid #dedede;
}
.link .tab-pane {
    background: #fff;
}
.link .link-title{
	padding-left: 15px;
	height: 40px;
	font: bold 14px/40px "思源黑体";
	color: #fff;
    background-image: -moz-linear-gradient( -180deg, rgb(25,142,198) 0%, rgb(35,184,255) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(25,142,198) 0%, rgb(35,184,255) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(25,142,198) 0%, rgb(35,184,255) 100%);
}

.link .body{
	font: 12px/36px 宋体;
	background: #f6f6f6;
	padding: 0 10px;
	border-bottom: 1px solid #dedede;
}
.link a,.link em{
	font: 12px/36px 宋体;
	color: #2f2f2f;
}
.link .select{
	height: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.link .btn-group{
	width: 100%;
	font-size: 12px;
}
.link .btn{
	font-size: 12px;
	line-height: 30px;
}
.link .dropdown-menu{
	max-height: 145px;
	overflow: auto;
}
.link .dropdown-menu>li>a{
	padding-top: 8px;
	padding-bottom: 8px;
}


/*===脚注样式===*/
#foot{
	position: relative;
	width:auto;
	height:auto;
	padding:20px 0;
	text-align:center;
	background: #39434f;
	}
#foot .main{
	width: 1200px;
	margin: 0 auto;
	padding-left: 5%;
	font:12px/30px 宋体;
	color:#cbc7c7;
	text-align:left;
	}
#foot .foot-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 52px;
	margin-top: -25.1px;
	margin-left: 500px;
}


/*引导页*/
.index-lead{	
	background: url(../images/index_bg.jpg) no-repeat center;
	   background-position-y: center;
        background-size: auto auto;
    background-position-y: top;
    background-size: cover;
    overflow-x: hidden;
}
.index-lead .main{
	width: 1200px;
	margin: 0 auto;
}
.index-lead .index-head{
	padding: 45px 0;
}
.pull-right{
	float: right;
}
.lead-box{
}
.lead-box .cloum{
	display: block;
	float: left;
	height:100%;
	width: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}
.lead-box .cloum:first-child{
	margin-left: 0;
}
.lead-box .cloum a:hover{
	background: rgb(0,0,0,0.2);
	margin: -1px;
}
.ktgg-box{	
	margin: 20px 0 40px 0;
	padding: 15px;
	height: 400px;
	background: url(../images/ktgg_bg.png) no-repeat;
}
.ktgg-box .ktgg-title{
	position: relative;
	font:30px/60px "方正正大黑简体";
	color: #000;
	text-align: center;
}
.ktgg-box .ktgg-main{
	position: relative;
    background-color: rgb( 255, 255, 255,0.4);
}
/*公共：飘动*/
.piao1{
	position: absolute;
	width: auto;
	height: auto;
	border: solid 3px #dadada;
	z-index: 9999;
}
.piao1 .close-btn{
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}