﻿	/*样式*/
	/*css初始化*/
	
	* {
	    margin: 0;
	    padding: 0;
	}
	
	ul,
	li {
	    list-style: none;
	    padding: 0;
	}
	
	.clearfix:before,
	.clearfix:after {
	    /*清除浮动*/
	    display: table;
	    content: "";
	}
	
	.clearfix:after {
	    clear: both;
	}
	
	.clearfix {
	    *zoom: 1;
	}
	
	a {
	    color: #050505;
	    text-decoration: none;
	}
	
	input {
	    border: 0;
	    /*所有表单边框为0*/
	    box-sizing: border-box;
	    /*css3盒子模型 border 和padding 都包含到width里*/
	}
	
	.container {
	    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
	    width: 1140px;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	}
	/*css初始化结束*/
	
	body {
	    background-color: #ffffff;
	    /*整个页面背景色*/
	    font-size: 16px;
	    font-family: "Microsoft YaHei";
	    line-height: 180%;
	}
	
	.clear {
	    height: 20px;
	    clear: both;
	}
	
	.TRS_Editor {
	    display: inline;
	}
	/* 顶部 */
	
	.topheader {
	    display: fix;
	    background-color: #1d4d9f;
	    height: 70px;
	    line-height: 70px;
	}
	
	.topbk {
	    width: 1140px;
	    height: 70px;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-around;
	}
	
	.topbk iframe {
	    width: 220px;
	    height: 25px;
	    margin-top: 20px;
	}
	
	.lg img {
	    display: inline-block;
	    width: 370px;
	    height: 70px;
	}
	
	.navbar {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	}
	
	.navbar li {
	    width: 100px;
	    line-height: 67px;
	}
	
	.navbar li a {
	    display: block;
	    text-align: center;
	    color: #ffffff;
	}
	
	.navbar li:hover a {
	    border-bottom: 3px solid #ffffff;
	    box-sizing: border-box;
	}
	
	.mdcont {
	    width: 1140px;
	    margin: 0px auto 0 auto;
	    background: #fff;
	    z-index: 1000;
	}
	/* 左侧 */
	
	.leftcont {
	    width: 855px;
	    margin-right: 15px;
	    background-color: #ffffff;
	    border-radius: 5px;
	    float: left;
	    z-index: 1000;
	}
	
	.mid {
	    display: flex;
	    justify-content: space-between;
	    border-radius: 5px;
	    border: 1px solid #f7f7f7;
	    height: 284px;
	    padding: 15px;
	    box-sizing: border-box;
	}
	/* 图片切换 */
	
	.picscr {
	    width: 415px;
	    height: 250px;
	    margin-right: 15px;
	}
	/*焦点图*/
	
	.focus {
	    position: relative;
	    width: 415px;
	    height: 255px;
	    background-color: #000;
	}
	
	.focus img {
	    width: 415px;
	    height: 255px;
	}
	
	.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: 200px;
	    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: 320px;
	}
	
	.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;
	}
	/* 检察要闻 */
	
	.news h1 a {
	    display: block;
	    text-align: left;
	    font-size: 18px;
	    line-height: 36px;
	    color: #1d4d9f;
	}
	
	hr {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	
	.news span a {
	    display: block;
	    line-height: 30px;
	    color: #a2a2a2;
	    font-size: 14px;
	    text-indent: 2em;
	}
	
	.news li {
	    line-height: 36px;
	}
	
	.news ul {
	    padding-left: 5px;
	}
	
	.news ul li a {
	    font-size: 16px;
	    color: #333333;
	}
	
	.news ul li:before {
	    content: "\2022";
	    color: #dddddd;
	    font-size: 15px;
	    padding-right: 5px;
	}
	
	.more {
	    padding-left: 5px;
	    color: #8cabd9;
	    font-size: 12px;
	}
	
	.more::after {
	    content: "\279F";
	    color: #8cabd9;
	    font-size: 15px;
	    padding-left: 5px;
	}
	
	.banner {
	    height: 80px;
	    overflow: hidden;
	}
	
	.banner ul {
	    display: flex;
	    justify-content: space-between;
	}
	
	.jw {
	    border-radius: 5px;
	    border: 1px solid #f7f7f7;
	    height: 124px;
	    padding: 15px 0 15px 0;
	    box-sizing: border-box;
	    display: flex;
	    justify-content: space-around;
	}
	
	.jwtitle {
	    width: 49px;
	    height: 95px;
	    padding: 0 14px 0 14px;
	    border-right: 1px solid #d9d9d9;
	    box-sizing: border-box;
	}
	
	.jwtitle li {
	    width: 18px;
	    margin: auto;
	    line-height: 24px;
	    padding: 10px 0 0 0;
	}
	
	.jwtitle li a {
	    display: inline;
	    font-size: 18px;
	    color: #1d4d9f;
	    font-weight: bold;
	    writing-mode: vertical-lr/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	}
	
	.icon {
	    width: 806px;
	    height: 95px;
	    display: flex;
	    padding: 15px 0 15px 0;
	    box-sizing: border-box;
	    justify-content: space-around;
	}
	
	.icon li {
	    vertical-align: middle;
	    display: table-cell;
	    text-align: center;
	}
	
	.icon li a {
	    display: inline-block;
	}
	
	.icon li a span {
	    display: inline-block;
	}
	
	.zxtitle {
	    height: 40px;
	    line-height: 40px;
	    border-bottom: 1px solid #d9d9d9;
	}
	
	.zxtitle h2 a {
	    display: block;
	    font-size: 18px;
	    color: #1d4d9f;
	    padding-left: 15px;
	    font-weight: 600;
	}
	/* 字体图标引用 */
	
	@font-face {
	    font-family: 'iconfont';
	    src: url('../fonts/iconfont.eot');
	    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
	}
	
	.iconfont {
	    font-family: "iconfont" !important;
	    font-size: 30px;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    color: #4178ca;
	}
	
	.zxicon {
	    height: 147px;
	    padding: 20px 0 0 20px;
	    box-sizing: border-box;
	}
	
	.zxicon li {
	    width: 195px;
	    height: 50px;
	    line-height: 50px;
	    margin-right: 80px;
	    margin-bottom: 15px;
	    float: left;
	    overflow: hidden;
	    position: relative;
	}
	
	.zxicon li a {
	    display: block;
	    width: 50px;
	    height: 50px;
	    overflow: hidden;
	}
	
	.zxicon li img {
	    transition: 0.3s;
	}
	
	.zxicon li a span {
	    position: absolute;
	    color: #7e7e7e;
	    left: 60px;
	    top: 0;
	}
	
	.zxicon li a img:hover {
	    transform: translateY(-50px);
	}
	
	.zxicon li a:hover span {
	    color: #4178c9;
	}
	/* 右侧栏目 */
	
	.rightcont {
	    float: left;
	    width: 270px;
	    border-radius: 0px;
	    background-color: #fbfbfb;
	    padding: 15px;
	    box-sizing: border-box;
	    z-index: 1000;
	}
	/* 走进廊检 */
	
	h3 {
	    height: 48px;
	    line-height: 48px;
	    border-bottom: 1px solid #d9d9d9;
	}
	
	h3 a {
	    padding-left: 10px;
	    color: #333;
	    font-size: 18px;
	}
	
	.entercot {
	    margin: 0 15px;
	}
	
	.entercot li {
	    height: 50px;
	    line-height: 50px;
	}
	
	.entercot li a::before {
	    content: "\2022";
	    font-size: 15px;
	    padding-right: 5px;
	}
	
	.entercot li:hover a,
	.entercot li:hover a::before {
	    color: #f1924a;
	}
	
	.entercot li a,
	.entercot li a::before {
	    color: #7e7e7e;
	}
	/* 第二部分栏目 */
	
	.lm {
	    width: 370px;
	    border: 1px solid #efefef;
	    border-radius: 5px;
	}
	
	.lmtitle {
	    margin: 5px;
	    border-bottom: 1px solid #d9d9d9;
	    height: 48px;
	    line-height: 48px;
	    position: relative;
	}
	
	h4 a {
	    padding-left: 10px;
	    font-size: 18px;
	    color: #0067b4;
	}
	
	.lmicon {
	    position: absolute;
	    right: 10px;
	    top: 0;
	    color: #7ca8ea;
	}
	
	.lmcont {
	    padding: 5px 15px;
	}
	
	.lmcont li {
	    height: 36px;
	    line-height: 36px;
	}
	
	.lmcont li a::before {
	    content: "\2022";
	    color: #999999;
	    font-size: 15px;
	    padding-right: 5px;
	}
	
	.lmcont li:hover a,
	.lmcont li:hover a::before {
	    color: #4178c9;
	}
	
	.lmmore {
	    background-color: #fafafa;
	    height: 30px;
	    position: relative;
	}
	
	.lmmore a {
	    margin-left: 20px;
	    line-height: 30px;
	    font-size: 12px;
	    color: #7e7e7e;
	}
	
	.lmmore span::after {
	    content: "";
	    position: absolute;
	    right: 10px;
	    width: 6px;
	    height: 6px;
	    top: 25%;
	    border-right: 1px solid #7e7e7e;
	    border-bottom: 1px solid #7e7e7e;
	    transform: rotate(45deg);
	}
	/* 友情链接 */
	
	.linkbg,
	.footcot {
	    width: 1140px;
	    margin: 0 auto;
	}
	
	.link {
	    background-color: #f2f2f2;
	    border-top: 1px solid #e4e4e4;
	    height: 172px;
	}
	
	h5 {
	    padding: 15px;
	}
	
	h5 a {
	    font-size: 18px;
	    color: #585c5f;
	    font-weight: normal;
	}
	
	.linkcont {
	    padding: 15px;
	}
	
	.linkL {
	    width: 450px;
	    border-right: 1px solid #aeccf9;
	    float: left;
	}
	
	.linkL ul:first-child,
	.linkR ul {
	    width: 150px;
	    height: 90px;
	    float: left;
	}
	
	.linkL ul {
	    width: 125px;
	    height: 90px;
	    float: left;
	}
	
	.link ul a {
	    font-size: 14px;
	    color: #585c5f;
	}
	
	.linkR {
	    float: right;
	}
	
	footer {
	    background-color: #1d4d9f;
	    height: 165px;
	    margin-top: 2px;
	}
	
	.footcot {
	    padding: 15px;
	    position: relative;
	}
	
	.footcot span a {
	    line-height: 36px;
	    color: #fff;
	    font-size: 16px;
	}
	
	.footicon {
	    position: absolute;
	    top: 30px;
	    right: 10px;
	}