div.header div.nav li:nth-child(4){
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
div.header  div.nav li:nth-child(4) p:last-child{
    display: block;
}
div.header div.nav li:nth-child(4) p:first-child a{
    color:#197ed6;
}
div.bgPic{
    width:100%;
    height:300px;
    margin: 0 auto;
    /*background: url('../images/newsBg.jpg') center no-repeat;*/
}
div.nowPosition{
    margin-bottom: 30px;
}
div.news{
    width:1200px;
    position: relative;
    margin:0 auto;
}
div.news div.newsContent a{
    font-size: 14px;
    display: inline-block;
    margin:0 15px;
    border-bottom:3px solid transparent;
    text-align: center;
    color:#333;
    text-decoration: none;
    padding:5px 12px;
}
div.news div.newsContent a:hover{
    border-bottom:3px solid #197ed6;
    color:#197ed6;
}
div.news div.newsContent a.show{
    border-bottom:3px solid #197ed6;
    color:#197ed6;
}
div.news div.newsContent p:nth-child(1){
    font-size:16px;
    padding-bottom: 40px;
}
div.news div.newsBanner{
    width:1200px;
    margin-top:20px ;
}
div.news div.newsBanner ul li{
    display: inline-block;
    width:373px;
    height:375px;
    padding: 20px ;
    margin:20px 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.6s;
}
div.news div.newsBanner ul li:hover{
    border:1px solid rgba(1,2,3,0.1);
    box-shadow: 0 0 20px #ccc ;
}
div.news div.newsBanner ul li img{
    width:330px;
    height:202px;
}
div.news div.newsBanner ul li p{
    width:330px;
}
div.news div.newsBanner ul li h4{
    font-weight: normal;
}
div.news div.newsBanner ul li h4 a{
    padding: 15px 0;
    width:260px;
    color:#333;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
div.news div.newsBanner ul li p{
    font-size: 14px;
    letter-spacing:1px;
    color:#999999;
    overflow:hidden;
    height:40px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
div.news div.newsBanner ul li  a:nth-child(4) {
    width: 90px;
    display: block;
    margin-left: 0;
    text-decoration: none;
    padding: 20px 0;
    color:#197ed6;
}
div.news div.time{
    width:60px;
    height:70px;
    line-height: 20px;
    background:#197ed6;
    position: absolute;
    text-align: center;
    top:0;
}
div.news div.time span{
    display: block;
    color:white;
    font-size: 14px;
}
div.news div.time span:first-child {
    margin-top: 15px;
    font-size: 16px;
}
div.news-bottom{
   text-align: center;
    margin:20px 0 90px 0;
}
div.news-bottom a{
    display: inline-block;
    width:40px;
    height:40px;
    line-height: 40px;
    text-decoration: none;
    color:#6b6b6b;
}
div.news-bottom a:hover{
    color:white;
    background:#0e70f1;
}
div.news-bottom span{
    display: inline-block;
    width:40px;
    height:40px;
    line-height: 40px;
    cursor: pointer;
    padding:0 10px;
}
div.news-bottom a.show{
    color:white;
    background:#0e70f1;
}
div.news-bottom span{
    background: white;
}
div.news-bottom span:first-child img{
    transform: rotate(180deg);
}