/*样式清除*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {padding: 0; margin: 0;}
body{ font-family:"微软雅黑"; font-size:14px; overflow-x:hidden;}
div,li,ul,img,a{ list-style:none; outline:none; border:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color: #363636;
    text-decoration: none;
    _color: #363636;
}
a:hover {
    text-decoration: none;
    color: #013476;
}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.fixed {
    display: block;
    min-height: 1%;
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
img {
    outline: none;
    border: none;
}
.w1440{
    width: 1440px;
    margin: 0 auto;
}

/*body背景*/
body{
    background: url("../images/topbg.png") no-repeat top center #fafafa;
    min-width: 1440px;
}

/*头部*/
.header-container{
    position: relative;
    height: 402px;
    overflow: hidden;
}
.header-container .header-logo{
    position: absolute;
    left: 0;
    top: 38.5px;
    width: 314px;
    height: 73px;
    z-index: 99;
}
.header-container .header-logo>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header-container .header-search{
    position: absolute;
    left: 442px;
    bottom: 60px;
    width: 560px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.search-form{
    float: left;
    width: 100%;
    height: 48px;
    background: none;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.input-search{
    width: 361px;
    height: 48px;
    float: left;
    font-size: 18px;
    color: #999999;
    padding-left: 60px;
    background: none;
    line-height: 40px;
    border: none;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}
.search-btn{
    width: 121px;
    height: 48px;
    border: none;
    float: right;
    outline: none;
    background: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}
::-webkit-input-placeholder{
    color: #999;
}
::-moz-placeholder{
    color: #999;
}
:-ms-input-placeholder{
    color: #999;
}
/*导航*/
.nav-container{
    height: 60px;
    background: #2861ae;
    overflow: hidden;
}
.nav-container ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav-container ul li{
    flex: 1;
    border-right: 1px solid #2861ae;
    box-sizing: border-box;
}
.nav-container ul li:nth-child(7){
    flex: 1.5;
}
.nav-container ul li:nth-child(8){
    border-right: none;
}
.nav-container ul li a{
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    box-sizing: border-box;
}
.nav-container ul li.navActive,.nav-container ul li:hover{
    background: #6991c5;
}

/*首页容器*/
.index-container{
    overflow: hidden;
}

/*轮播图左右*/
.first-container{
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.container-L{
    width: 750px;
    height: 299px;
}
.container-R{
    width: 680px;
    height: 299px;
}

/*轮播图*/
.slideBox{
    width:100%;
    height:299px;
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:17px;
    overflow:hidden;
    position:absolute;
    right:10px;
    bottom:13px;
    z-index:1;
}
.first-box-L .slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:15px;
    height:15px;
    background:#fff;
    cursor:pointer;
    color: #fff;
    font: 12px/15px '微软雅黑';
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#323031;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    width:100%;
    height:299px;
    display:block;
}
.slideBox .bd span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    color: #fff;
    padding-left: 20px;
    font: 18px/48px '微软雅黑';
    background:rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

/*通用一*/
.list-box{
    overflow: hidden;
    margin-left: 26px;
    margin-top: 26px;
    margin-right: 26px;
}
.list-title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}
.list-title .catalogName{
    display: inline-block;
    background: #2861ae;
    font-size: 18px;
    line-height: 40px;
    font-weight: bolder;
    padding: 0 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.list-title .catalogName>a{
    color: #fff;
}
.list-content{
    margin-top: 7px;
}
.list-content ul li{
    position: relative;
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
}
.list-content ul li:before{
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid #2861ae;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.list-content ul li a{
    display: block;
    width: calc(100% - 100px);
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-content ul li .pubtime {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #AAA;
}

.list-tabNav {
    position: relative;
    min-height: 252px;
    margin-top: 20px;
    margin-bottom: 26px;
}
.list-tabNav .hd {
    position:relative;
    width: 100%;
    height: 45px;
}
#line-tab{
    margin-left: 35px;
}
.list-tabNav .hd>ul>li {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background: #e9e9e9;
    font-weight: bold;
    width: 32%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.list-tabNav .hd>ul>li:nth-child(2){
    margin-left: 1%;
    margin-right: 1%;
}
.list-tabNav .hd>ul>li a{
    display: block;
    color: #656565;
}
.list-tabNav .hd>ul>li.on{
    background: #589be1;
}
.list-tabNav .hd>ul>li.on a{
    color: #fff;
}
.list-tabNav .bd {
    width: 100%;
    margin-top: 7px;
}
.list-tabNav.fzzfnb .hd>ul>li {
    width: 48%;
}

/*第二部分容器*/
.two-container{
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.two-container ul{
    overflow: hidden;
    margin: 26px 26px;
}
.two-container ul li{
    width: 450px;
    height: 162px;
    float: left;
}
.two-container ul li:nth-child(2){
    margin-left: 18px;
    margin-right: 18px;
}
.two-container ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.two-container ul li a>img{
    width: 100%;
    height: 100%;
}

/*第三部分容器*/
.three-container{
    margin-top: 30px;
    overflow: hidden;
}
.three-container-L{
    width: 730px;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.three-container-R{
    width: 690px;
    background: #fff;
    border: 1px solid #d6d6d6;
}

/*检察风采*/
.ryzc-container{
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.index-ryzc{
    position: relative;
    min-height: 156px;
}
.index-ryzc .bd {position: relative;width: 1200px;margin: 20px auto;overflow: hidden;}
.index-ryzc .bd li {display: block;float: left;width: 226px;height: 156px;margin-right: 16px;}
.index-ryzc .bd img {width: 100%;height: 156px;}
.index-ryzc .prev,
.index-ryzc .next{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display:block;
    width:60px;
    height:60px;

}
.index-ryzc .prev {
    left: 35px;
    background:url(../images/_l.jpg) no-repeat;
    background-size: contain;
}
.index-ryzc .next {
    right: 35px;
    background:url(../images/_r.jpg) no-repeat;
    background-size: contain;
}
