/*通用*/
body,html{
    margin:0;
    padding:0;
    font-size:16px;
    font-family: '微软雅黑';
    min-width:1200px;
    line-height:1.3;
}
.container-fulled{
    width:100%;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
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;
    background: rgb(36,80,134);
    z-index:1000;
}
#logo{
    display: inline-block;
    vertical-align: middle;
}
#nav{
    display: inline-block;
    vertical-align: middle;
}
#nav .nav{
    font-size:15px;
}
#nav .nav .item{
    white-space: nowrap;
    position:relative;
    float:left;
    height:40px;
    padding:0 15px;
    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:rgba(0,0,0,0.7);
    color:#ffffff;
}
#nav .secondNav li{
    padding:5px 25px;
    line-height:20px;
    white-space : nowrap;
    position:relative;
}
#nav .secondNav>li:hover{
    background:#245086;
    color:#ffffff;
}
#nav .thirdNav{
    position:absolute;
    left:100%;
    top:0;
    display:none;
    white-space : nowrap;
    border-left:1px solid transparent;
    background:rgba(0,0,0,0.7);
    color: #ffffff;
}
#nav .thirdNav>li:hover{
    background:#245086;
    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: #ffffff;
    margin-left:10px;
}
.runCtrl li.active{
    background: #245086;
}
#runNext,#runPrev{
    position:absolute;
    width:10px;
    height:20px;
    background: #245086;
    cursor: pointer;
}
/*正文1*/
/*@keyframes blogOneMove
{
    from { opacity: 0;transform: rotateX(45deg) translateY(80px);}
    to {opacity: 1;transform: rotateX(0deg) translateY(0);}
}*/
#bodyOne{
    margin-top:50px;
}
#bodyOne .more{
    display:block;
    margin-left:auto;
    width: 32px;
}
.blogOne{
    float:left;
    margin-top:20px;
    width:376px;
    margin-left:36px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
    border-radius: 5px;
    overflow: hidden;
}
/*.animate1{
    animation: blogOneMove 1s forwards	;
}
.animate2{
    animation: blogOneMove 1s 0.1s forwards	;
}
.animate3{
    animation: blogOneMove 1s 0.2s forwards	;
}*/
.imgBox{
    overflow: hidden;
    display: block;
    line-height: 0;
    position: relative;
}
.blogOne:hover img{
    transform:scale(1.1);
}
.blogOne:nth-of-type(3n-2){
    margin-left:0;
}
.blogOne .articleBox{
    padding:30px;
}
.blogOne img{
    width:100%;
    transition: all 0.6s;
}
.blogOne .title{
    margin-bottom: 12px;
    color: #333333;
    font-size:20px;
    line-height:30px;
}
.blogOne .zhaiyao{
    color:#676767;
    line-height:32px;
}
.blogOne .date{
    font-size:13px;
    color: #333333;
    margin-top:30px;
}
/*正文2*/
#bodyTwo{
    margin-top:50px;
}
.blogTwo{
    float:left;
    margin-top:30px;
    width:277px;
    border-radius: 5px;
    margin-left:30px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
}
.blogTwo:first-of-type{
    margin-left:0;
}
.blogTwo img{
    width:100%;
    display: block;
}
.blogTwo:hover{
    opacity: 0.8;
}
/*正文3*/
#bodyThree{
    margin-top:50px;
    position:relative;
}
#bodyThree .more{
    position: absolute;
    right: 0;
    top: 10px;
}
.blogThree{
    border-top:5px solid rgb(36,80,134);
    border-radius: 5px;
    float:left;
    width:580px;
    padding:30px;
    box-sizing: border-box;
    margin-left:40px;
    margin-top:30px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
}
.blogThree p{
    line-height:1.5;
    margin-top:15px;
}
.blogThree:nth-of-type(2n-1){
    margin-left:0;
}
/*正文4*/
.blogFour{
    float:left;
    width:580px;
    box-sizing: border-box;
    margin-left:40px;
    margin-top:50px;
position: relative;
}
.blogFour .more{
position: absolute;
    right: 0;
    top: 10px;
}
.blogFour ul{
    margin-top:30px;
    border-radius: 5px;
    padding:30px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
}
.blogFour li{
    padding:8px 0;
}
.blogFour li a{
    display: inline-block;
    vertical-align: middle;
    width:420px ;
}
.blogFour li span{
    display: inline-block;
    vertical-align: middle;
    width:95px;
    text-align: right;
}
.blogFour:nth-of-type(2n-1){
    margin-left:0;
}


.yqlj{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
   }
.yqlj li{
    padding: 5px 20px;}


/*底部*/
#footer{
    margin-top:50px;
    text-align: center;
    color:#ffffff;
    background: rgb(36,80,134);
    line-height:1.5;
    padding:30px 0;
}
/*列表页*/
#leftPage{
    float:left;
    width:250px;
    box-sizing: border-box;
    margin-top:50px;
    border-radius: 5px;
    padding:30px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
}
#rightPage{
    float:left;
    width:900px;
    box-sizing: border-box;
    margin-top:50px;
    margin-left:50px;
    border-radius: 5px;
    padding:30px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);
}
#allPage{
    box-sizing: border-box;
    margin-top:50px;
    border-radius: 5px;
    padding:30px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.14);

}
.leftList li{
    padding:8px 0;
    text-align: center;
    background:#245086;
    color:#ffffff;
    margin-top:5px;
}
.rightList li{
    padding:8px 0;
    overflow: hidden;
}
.rightList li a{
    float:left;
}
.rightList li span{
    float:right;
    color:#999999;
}