@charset "utf-8";

/*reset样式*/

*{
	padding: 0 ;
	margin: 0;
}

/*滚动条美化样式*/
::-webkit-scrollbar-track {
	background-color: #F5F5F5
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
	background-color: #999
}

html,
body {
	width: auto;
	font-family: 微软雅黑;
	font-size: 15px;
	padding: 0 !important;
	margin: 0 !important;
}

body{
	min-width: 1100px;
	overflow-x: auto;
	background: #eee;
}

li {
	list-style: none;
}

a{
	color: #2f2f2f;
}

a,a:hover,a:active {
	text-decoration: none;
}
a:hover{
	color: #4d90fe;
}
a[href]{
	cursor: pointer;
}
input:focus{
	outline: none;
}
/*公共：颜色配置*/
.red-font{
	color: #00509a;
}
.red-border{
	border-color: #00509a;
}
.red-bg{
	background-color: #3d78f3;
}
.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-padding{
	padding: 0;
}
.bold-font{
	font-weight: bold;
}
.own-padding-bottom{
	padding-bottom: 15px;
}

.own-margin-bottom{
	margin-bottom: 15px;
}

button.submit{
	background: #00509a;
	color: #fff;
	font-weight: bold;
}

button.reset{
	background: #eee;
	color: #2f2f2f;
	font-weight: bold;
}

/*公共：单行超出显示省略号*/

.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis1 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

/*公共：间距*/
.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;
}
/*===公共：翻页样式===*/
.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:#00509a;
	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:#fff;
	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:#aaa;
	border:solid 1px #aaa;
	color:#fff;
	}
.turnpage span:hover a,.turnpage input[type=button]:hover a,.turnpage input[type=submit]:hover a{
	color:#333;
	}
.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 #0c77af 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:#3d78f3;
	font:bold 14px 微软雅黑;
	color:#fff;
	border:solid 1px #0c77af;
	}
.resetbutton{
	width:100%;
	padding:0 6px;
	height:100%;
	background:#3d78f3;
	font:bold 14px 微软雅黑;
	color:#fff;
	border:solid 1px #3d78f3;
	}


/*公共：自定义切换盒子*/
.own-box{
	border: solid 1px #48b1ce;
}

.own-box-title{
	border-color: #48b1ce;
}
.own-box-title>.active{
	position: relative;
	
}
.own-box-title>li{
	margin-bottom: -1px;
}
.own-box-title>li>a{
	margin-right: 0;
	padding-left: 30px;
	padding-right: 30px;
	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: solid 2px #48b1ce;
	border-radius: 0;
	font-weight: bold;
	color: #0c77ad;
	cursor: pointer;
}
.own-box-title-top.nav-tabs>li.active>a,.own-box-title-top.nav-tabs>li.active>a:hover,.own-box-title-top.nav-tabs>li.active>a:focus{
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	cursor: auto;
}
.own-box .tab-content>.tab-pane{
	padding: 10px 20px;
}

.own-pane-1{
	min-height: 290px;
}
.own-pane-2{
	min-height: 190px;
}
.own-box-title-top{
	border-bottom: none;
	border-top:solid 2px #0c77ad;
}

/*公共：文章列表样式*/
.text-type-1{
	width:auto;
	margin-bottom: 0;
	}
.text-type-1 li{
	height:40px;
	}
.text-type-1 li:first-child{
	border-top: none;
}
.text-type-1 li a{
	float: left;
	width:auto;
	max-width:90%;
	font-size: 15px;
	line-height: 40px;
	color: #2f2f2f;
	}
.text-type-1 li a:hover{
	color:#0c77ad;
	}
.text-type-1 li a:before{
	content: url(../images/pagepoint.png);
	}
.text-type-1 .new-icon{
	float:left;
	height: 40px;
	margin:0 5px;
	line-height: 40px;
	}
	
.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:70%;
	font-size: 15px;
	line-height: 30px;
	color: #2f2f2f;
	}
.text-type-2 li a:hover{
	color:#00509a;
	}
.text-type-2 li a:before{
	content: url(../images/pagepoint.png);
	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{
	width:auto;
	margin-bottom: 0;
	}
.text-type-3 li{
	height:40px;
	border-bottom: dashed 1px #cfcfcf;
	}
.text-type-3 li:first-child{
	border-top: none;
}
.text-type-3 li a{
	float: left;
	width:auto;
	max-width:70%;
	font-size: 15px;
	line-height: 40px;
	color: #2f2f2f;
	}
.text-type-3 li a:hover{
	color:#00509a;
	}
.text-type-3 li a:before{
	content: url(../images/pagepoint.png);
	text-align: center;
	}
.text-type-3 .new-icon{
	float:left;
	height: 40px;
	margin:0 5px;
	line-height: 40px;
	}
.text-type-3 .date{
	float:right;
	font:12px/40px 微软雅黑;
	color:#999;
	}	
/*下拉重写*/
.dropdown-menu{
	width: 100%;
	min-width: auto;
}

.form-control{
	border-radius: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

.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:12px/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: 560px;
		}
	.gotop{
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 20px;
		left: 50%;
		margin-left: 560px;	
	}
}
/*===head样式===*/
#head{
	height: auto;
	background: url(../images/hd-bg.jpg) center repeat-x;
}
#head .main{
	width: 1060px;
	margin: 0 auto;
	height: 174px;
}
#head .topbar{
	height: 42px;
}
#head .topbar .font{
	font-size: 12px;
	line-height: 42px;
	color: #2f2f2f;
	font-style: normal;
}
#head .middle{
	
}
#head .logo{
	margin-top: 4px;
}
#head .searchbar{
	margin-top: 20px;
}
#head .searchbar .submit:hover,#head .searchbar .submit:active{
	background: #c12124;
}
/*===导航条样式===*/
#nav{
	height: 40px;
}
#nav .main{
	width: 1060px;
	height: 100%;
	min-height: auto;
	margin: 0 auto;
}
#nav .main .first-level{
	position: relative;
	float: left;
	width: 12.5%;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#nav .main .first-level:before{
	position: absolute;
	width: 1px;
	height: 18px;
	top: 11px;
	left: 0;
	background: #f27a7d;
	content: "";
}
#nav .main .first-level:first-child:before{
	display: none;
}
#nav .main a{
	display:block; 
	color: #fff;
}
#nav .main .first-level:hover,#nav .main .first-level.active,#nav .main .open{
	background: #c12124;
}
#nav .main .open a{
	text-decoration: none;
}
#nav .dropdown-menu{
	margin: 0 auto;
	padding: 0;
	background: #c12124;
	border: none;
}
#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: #00509a;
}

/*主体样式*/
#container{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}

/*图片新闻*/
.newslide{
	height: 382px;
}
.newslide .carousel-inner{
	height: 100%;
}
.newslide .carousel-inner>.item{
	width: 100%;
	height: 382px;
}
.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 #00509a;
	background: #00509a;
}
.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: 15px;
	line-height: 42px;
	color: #fff;
}
/*要闻*/
.main-news{
	height: 382px;
}
.main-news .title{
	height: 29px;
	font-size: 15px;
	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: 12px;
}
.main-news .more:hover{
	color: #00509a;
}
.main-news .main{
	margin-top: 8px;
}
.main-news .fist-news{
	height: 100px;
	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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-news .fist-news .new-icon{
	line-height: 50px;
}
.main-news .fist-news a:before{
	content: none;
	margin:0 auto;
}

/*司法公开查询*/
.perform{
	display: table;
	width: 100%;
	height: auto;
	font-size: 12px;
}
.perform-box{
	border: solid 1px #ddd;
	background: none;
}
.perform-box .title{
	position: relative;
	height: 42px;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	color: #000;
	border-top: solid 2px #00509a;
	border-bottom: solid 1px #ddd;
}
.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;
}
.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{
	padding: 0 2px;
}
.perform .btn:hover,.perform .btn:focus{
	color: #fff;
}
.perform .btn.reset:hover,.perform .btn.reset:focus{
	color: #2f2f2f;
}
/*诉讼服务*/
.service-box{
	margin: 8px auto;
}
.service-box .cloum{
	float: left;
	width: auto;
	margin-left: 16px;
}
.service-box .cloum:first-child{
	margin-left: 0;
}
.service-box-block{
	display: block;
}
.service-box-bottom{
	margin-bottom: 12px;
}
.service-box .cloum a:hover{
	border: solid 1px #00509a;
	margin: -1px;
}
.service-box .cloum a.service-box-bottom:hover{
	margin-bottom: 11px;
}
/*公示信息*/
.pubmsg-box{
	margin: 8px auto;
}
.pubmsg-box .cloum{
	float: left;
	width: auto;
	margin-left: 13.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 #00509a;
	margin: -1px;
}
.pubmsg-box .cloum a.pubmsg-box-bottom:hover{
	margin-bottom: 11px;
}
/*视频区*/
.video-box{
	margin: 8px auto;
}
.video-box .row{
	margin: 0 -5px;
}
.video-box .col-xs-4{
	padding-left: 5px;
	padding-right: 5px;
}
.video-box .more{
	margin: 10px 5px;
	color: #565656;
	font-size: 12px;
}
.video-box .tab-content>.tab-pane{
	padding: 5px;
}
.video-box .newslide{
	height: 190px;
}
.video-box .newslide .carousel-inner>.item{
	width: 100%;
	height: 190px;
}
.video-box .newslide .carousel-inner>.item>img,.video-box .newslide .carousel-inner>.item>a>img{
	height: 190px;
}
.video-box .newslide .news-titile>a{
	max-width: 50%;
}
.video-box .playbtn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
.video-box .playbtn img{
	width: 50px;
	opacity: 0.6;
	filter:alpha(opacity=60)
}
.video-box .playbtn:hover img{
	opacity: 1;
	filter:alpha(opacity=100)
}

/*友情链接*/
.link .tab-pane{
	background: #f6f6f6;
}

.link .body{
	font: 12px/36px 微软雅黑;
	background: #e5e5e5;
	padding: 0 10px;
}
.link a,.link em{
	font: 12px/36px 微软雅黑;
	color: #2f2f2f;
}
.link .select{
	height: 60px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.link .btn-group{
	width: 100%;
	font-size: 12px;
}
.link .btn{
	font-size: 12px;
}
.link .dropdown-menu{
	max-height: 235px;
	overflow: auto;
}
.link .dropdown-menu>li>a{
	padding-top: 8px;
	padding-bottom: 8px;
}
/*网站地图*/
.web-map{
	width: auto;
	height: 40px;
	background: #00509a;
	text-align: center;
}
.web-map .body{
	font: 12px/40px 微软雅黑;
	color: #fff;
}
.web-map a,.web-map em{
	font: 12px/40px 微软雅黑;
	color: #fff;
}

/*===脚注样式===*/
#foot{
	width:auto;
	height:auto;
	padding:30px 0;
	text-align:center;
	background: #fff;
	}
#foot .main{
	font:12px/20px 微软雅黑;
	color:#2f2f2f;
	text-align:center;
	}
#container{ width:auto; margin-top: 15px;}
.publicbutton li{ margin: 0 30px;}