/**
newsbanner
**/

.newsinformation{
    overflow: hidden;
    font-size: 14px;
}
.newsinformation .title{
    margin-top: 30px;
    
}
.newsinformation .subtitle {
    color: #666;  
    margin-bottom: 50px;
    /*font-size: 23px;*/
}
.newsinformation span.active{
    background:#00abb9;
    color: #fff;
}
.newsinformation .company{
    padding: 7px 70px;
    border: 1px solid #dcdcdc;
}
.newsinformation .industry{
    padding: 7px 70px;
    border: 1px solid #dcdcdc;
}

.newsinformation .nleft{
    margin-bottom: 30px;
    overflow: hidden;
   
}
.newsinformation .nleft .biaoti{
    color: #333333;  
    font-size: 22px;
}
.newsinformation .nleft .content{
    margin-top: 12px;
}
.newsinformation .nleft .ntext{
    margin-left: 30px;
    width: 600px;
}
.newsinformation .nleft img{
    width: 240px;
    height: 160px;
    float: left;
}px

.newsinformation .nright{
    display: block;
    line-height: 80px;
}

.newsinformation .ntime{
    height: 160px;
    margin-left: 43px;
    
}
.newsinformation .ntime{
    margin-top: 15px;
    
}
.newsinformation .gx{
    content: '';
    height: 90px;
    width:1px;
    background: #999;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
      
}

.newsinformation    .nian{
    font-size: 24px;
    color: #999;
}
.newsinformation .date {
    font-size: 46px;
    color: #999;
    
}

/**
新闻详情
**/

.newdetails .biaoti{
    text-align:center;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 30px;
    overflow: hidden;
}

.newdetails .date{
    text-align: center;
    color: #999;
}
.newdetails .date span{
    float: right;
    display: block;
    text-align:right !important;
    color: #999;
}

.newdetails .xian{
    /*width:1100px;*/
    height:1px;
    margin:0 auto;
    padding:0;
    background-color:#e6e6e6;
    overflow:hidden;
    margin: 30px;
}
.newdetails .details-neirong {
    /*width:1100px;*/
    text-align: center;
}
.newdetails .details-neirong img{
    text-align: center;
    display: block;
    margin: auto;
}
.newdetails .neirong {
 
    text-align: left;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
/*
*分页
*/
.pageBox{
    overflow: hidden;
    display: inline-block;
    margin: 50px 0;
    margin-left: 40%;
}
.pageBox .page{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin: 5px;
    background: #dcdcdc;
    color: #fff;
    cursor: pointer;
}
.pageBox .page.active {
    background:#00abb9;
}
.pageBox .page.disabled {
    cursor:not-allowed
}