﻿/*通用*/
body,html{
    margin:0;
    padding:0;
    font-size:14px;
    font-family: '微软雅黑';
    min-width:1200px;
}
.container-fulled{
    width:100%;
}
img{
    border:none;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    color: inherit;
    text-decoration: none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*通用结束*/
/*头部*/
#header{
    padding:15px 0;
}
/*导航*/
#nav{
    background:#2e5f9b;
}
#nav .nav{
    width:1000px;
    
}
#nav .nav .item{
    white-space: nowrap;
    position:relative;
    float:left;
    height:40px;
    padding:0 20px;
    text-align: center;
    color:#ffffff;
}
#nav .nav .item:last-of-type{
    border:none;
}
#nav .nav .item>a{
    display: block;
    width:100%;
    height:40px;
    line-height: 40px;
}
#nav .nav .item:last-of-type>a{
    border:none;
}
#nav .nav .item.active>a{

}
#nav .secondNav{
    padding:10px 0;
    display:none;
    min-width:100%;
    text-align: left;
    position:absolute;
    left:0;
    top:40px;
    z-index:100;
    background:#ffffff;
    color:#2e5f9b;
}
#nav .secondNav li{
    padding:5px 25px;
    line-height:20px;
    white-space : nowrap;
    position:relative;
}
#nav .secondNav>li:hover{
    background:#2e5f9b;
    color:#ffffff;
}
#nav .thirdNav{
    position:absolute;
    left:100%;
    top:0;
    display:none;
    white-space : nowrap;
    border-left:1px solid transparent;
    background:#ffffff;
    color: #2e5f9b;
}
#nav .thirdNav>li:hover{
    background:#2e5f9b;
    color:#ffffff;
}
/*轮播图*/
.runBox{
    overflow: hidden;
    width:100%;
    position:relative;
}
.runBox .runUl{
    position:absolute;
    left:0;
    top:0;
}
.runBox .runItem{
    float:left;
    position:relative;
}
.runBox .runItem img{
    width:100%;
    display: block;
}
.runBox .runItem .runText{
    font-size:30px;
    color:#ffffff;
    font-weight: 500;
    position:absolute;
    background:rgba(36, 80, 134, 0.8);
    padding:15px 30px;
    bottom:0;
}
.runCtrl{
    position:absolute;
    bottom:3%;
}
.runCtrl li{
    width:10px;
    height:10px;
    border-radius: 50%;
    cursor: pointer;
    float:left;
    background: rgba(204,204,204,1);
    margin-left:10px;
}
.runCtrl li.active{
    background: #2e5f9b;
}
#runNext,#runPrev{
    position:absolute;
    width:10px;
    height:20px;
    background: #2e5f9b;
    cursor: pointer;
}
/*轮播图结束*/
/*底部版权*/
#footer{
    color:#ffffff;
    background: #2e5f9b;
    padding:20px 0;
    text-align: center;
    line-height:1.5;
}
/*主体*/
#bodyLeft,#bodyRight{
    box-sizing: border-box;
    width:580px;
    margin:40px 0;
    line-height:1.5;
}
.listBox{
    padding:20px;
    border-top:10px solid #2e5f9b;
    box-shadow: 0 0  5px #ebe8e8;
    margin-top:12px;
    position:relative;
}
.listBox .title{
    padding-bottom:20px;
    border-bottom:1px solid #ebe8e8;
}
.listBox ul{
    margin-top:10px;
}
.listBox ul li{
    padding:5px 0;
    height:21px;
}
.listBox ul li a{
    display: inline-block;
    width:460px;
}
.listBox ul li span{
    display: inline-block;
    width:80px;
    text-align: right;
    color:#999999;
}
.listBox .more{
    position:absolute;
    right:20px;
    top:30px;
}
.listBoxRight{
    padding:20px;
    border-top:10px solid #2e5f9b;
    box-shadow: 0 0  5px #ebe8e8;
    margin-top:12px;
    position:relative;
}
.listBoxRight .title{
    padding-bottom:20px;
    border-bottom:1px solid #ebe8e8;
}
.listBoxRight ul{
    margin-top:10px;
}
.listBoxRight ul li{
    padding:5px 0;
    line-height:1.9;
    height:52px;
}
.listBoxRight ul li a{
    display: inline;
}
.listBoxRight ul li span{
    display: inline-block;
    float:right;
    text-align: right;
    color:#999999;
}
.listBoxRight .more{
    position:absolute;
    right:20px;
    top:30px;
}
.bodyTop{
    margin-top:30px;
}
.bodyTop li{
    padding:15px;
    box-sizing: border-box;
    width:280px;
    height:330px;
    margin-right:26px;
    float: left;
    box-shadow: 0 0 5px #ebe8e8;
}
.bodyTop li:last-of-type{
    margin:0;
}
.bodyTop li div{
    padding:10px 0;
    font-size:16px;
}
.bodyTop li p{
    line-height:1.5;
}
.bodyTop .more{
    float:right;
    margin-top:20px;
    text-align: right;
}