﻿/*样式*/
		/*css初始化*/
		* {margin: 0;
            padding: 0;
		}
		ul,li {
			list-style: none;
		}
		.clearfix:before, .clearfix:after { /*清除浮动*/
			display: table;
			content: "";
		}
		.clearfix:after {
			clear: both;
		}
		.clearfix {
			*zoom: 1;
		}
		a {
			color: #303030;
			text-decoration: none;
		}
		input {
			border: 0; /*所有表单边框为0*/
			box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
        }
        button,
        input {
            font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
            border: 0;
            /*所有表单边框为0*/
            box-sizing: border-box;
            /*css3盒子模型 border 和padding 都包含到width里*/
            /*取消轮廓线 蓝色的*/
            outline: none;
            background: none;
        }
    .container { /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
      width: 1140px;
      margin: 0 auto;
    }
    /*css初始化结束*/
    body {
        background-color: #f8fcff; /*整个页面背景色*/
        margin: 0 auto;
		font-size: 16px;
        font-family:"Microsoft YaHei","Arial Narrow",HELVETICA !important;
		line-height: 180%;
		max-width: 2000px;
		min-width: 320px;
		overflow-x: hidden;
      }
.clear {
	height: 20px;
	clear: both;
}
.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wrap {
	width: 100%;
	background: url(../images/header.png) no-repeat top center;
}

.tophead {
	height: 120px;
	background-color: rgba(255, 255, 255, 0.5);
}
.headtt {
	margin-top: 20px;
}

/* 导航 */
.navb {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #3898e4;
}

.navbk {
    width: 884px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
}

.navbar>li {
    flex: 1;
    height: 60px;
    text-align: center;
    position: relative;
}

.navbar>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}

.navbar>li>a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.navbar ul li a:hover {
    background-color: #f9f9f9;
}

.navbar ul {
    display: none;
    width: 125px;
    background-color: #f9f9f9;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    z-index: 1000;
}

.navbar ul li {
    text-align: center;
    height: 36px;
    border-bottom: 1px solid #e2e2e2;
}

.navbar ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.navbar ul li a:hover {
	color: #177bc7;
}
/* 检索 */
.search {
    width: 256px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-top: 17px;
    box-sizing: border-box;
    float: right;
}
.searchbox {
    width: 216px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #8f8e8c;
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 14px;
}
 .h12,A.h12:link,A.h12:hover,A.h12:visited {font-size: 12px;COLOR: #8f8f8f;	TEXT-DECORATION: none;font-family: "微软雅黑"; text-indent:5px;}
.sousuo_2 {
    width: 40px;
    height: 25px;
	position: absolute;
	right: 0;
	top: -1px;
}
.logobk {
	height: 420px;
}
/* 中部 */
.wrapper {
	width: 1180px;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

   /*焦点图*/
   .focus{
	position:relative;
	width:578px;
	height:386px;
	background-color: #252525;
}  

.focus img{
	width: 578px;
	height: 386px;
} 
.focus .shadow .title{width: 300px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{
	position:absolute;
	bottom:34px;
	left:350px;
	overflow:hidden;
	zoom:1;
} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height: 40px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:14px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{
	bottom:6px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
	left: 480px;
}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt{
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
	width: 80px;
}  
.focus .D1fBt a{
	display:inline;
	width:6px;
	height:6px;
	border-radius:7px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font:12px/15px "\5B8B\4F53";
	line-height: 12px;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:30px;height:56px;background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -30px; left: 0;background-position:0 -56px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -30px; right: 0;  background-position:-30px -56px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-30px 0;} 
.focusManinR {
	float: right;
	width: 340px;
}
.focusManinR h3 {
	font-size: 16px;
	color: #2c509c;
	font-weight: normal;
}
.focusManinR h3 a:link, .focusManinR h3 a:visited,
.leftLm h3 a:link, .leftLm h3 a:visited{
	color: #2c509c;
}
.focusManinR h3 a:hover, .leftLm h3 a:hover {
	color: #cc0000;
}

.focuslist {
	background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}

/* 检察动态 */
.right_column {
	width: 562px;
	border: 1px solid #d7eaf9;
	padding:0 15px;
	box-sizing: border-box;
}
.coltitle {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.coltitle a img{
	margin-top: 12px;
	box-sizing: border-box;
}
.colist li {
	height: 36px;
}
.colist li a {
	display: block;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
}
.colist li a::before {
	content: '\2022';
	font-size: 10px;
	color: #3898e4;
	margin-right: 5px;
}
.sertt {
	width: 188px;
	display: block;
	height: 50px;
	margin: 0 auto;
}
.sertt img {
	margin: 12px;
}
.serbk {
	width: 100%;
	height: 150px;
	border: 1px solid #d7eaf9;
	box-sizing: border-box;
	padding: 24px 40px;
}
.ser {
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.ser img {
	width: 64px;
	height: 64px;
}
.ser span{
	font-size: 18px;
	color: #666666;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}
.leftmain {
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.righticon {
	width: 240px;
}
.column {
	width: 430px;
}
.coluhead {
	width: 100%;
	height: 50px;
	background: url(../images/col.png) no-repeat left bottom;
}
.coluhead h1 a {
	display: block;
	width: 110px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #252525;
}
.more {
	display:block;
	line-height: 40px;
	font-size: 14px;
	color: #696969;
}
.column_list {
	padding: 10px;
	box-sizing: border-box;
}
.column_list li {
	height: 36px;
	position: relative;
}
.column_list li a {
	line-height: 36px;
	color: #666666;
	font-size: 16px;
}
.column_list li span {
	display: inline-block;
	line-height: 36px;
	position: absolute;
	right: 5px;
	color: #b1b1b1;
	font-size: 14px;
}
.tapbutton {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #d4eefc;
}
.tapbutton li {
    width: 100px;
	line-height: 50px;
}
.tapbutton li a {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.tapbutton .active a {
    color: #ffffff;
    background-color: #3898e4;
}
.tabCon .active {
    display: block;
}
.column_tab {
	padding-top: 20px;
	box-sizing: border-box;
}
.tabCon {
    padding: 10px 5px 0 5px;
	box-sizing: border-box;
}
.tabCon li {
    height: 36px;
	line-height: 36px;
}
.tabCon li a {
    display: block;
	color: #666666;
	font-size: 16px;
}

.tabPane {
    display: none;
}

/* 右侧图标 */
.icontt {
	width: 100%;
	height: 50px;
}
.icontt img {
	margin-top: 15px;
}
.iconmain {
	width: 210px;
	margin: 0 auto;
}
.iconmain a {
    display: block;
	width: 210px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.iconmain img{
	transition: 0.3s;
}
.iconmain span{ 
	font-size: 16px;
	color: #333;
	position: relative;
	font-weight: normal;
    top: -100px;
    left: 100px;
}
.iconmain a:hover span{ 
	color: #fff;
	font-weight: bold;
	top: -48px;
    left: 80px;
}
.iconmain a:hover img{ 
	margin-top: -50px;
}
/* 友情链接 */
.linkmain {
	width: 210px;
	margin: 0 auto;
}
.linkmain li {
	height: 30px;
	line-height: 30px;
}
.linkmain li a {
	font-size: 14px;
	color: #666666;
}

footer {
	width: 100%;
	height: 338px;
	background: url(../images/fotbk.png) no-repeat center;
	margin-top: -100px;
	padding-top: 120px;
	box-sizing: border-box;
	z-index: -1;
}
.leftcot {
	width: 800px;
}
.leftcot li:first-child {
	padding-top: 30px;
	box-sizing: border-box;
}
.leftcot li:last-child {
	width: 720px;
}
.leftcot li {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.rightsec {
	width: 300px;
}
.rightsec a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
