.clear{clear: both;}
.newsOne{
    width: 100%;
    height: 361px;
    margin: 0 auto;
    background: url(../news/banner.jpg)center center no-repeat;
    margin-bottom:20px;
}
.news-content .news-main{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.news-content .news-main .main-top{
    width:300px;
    height:300px;
    float:right;
    background:#f4f4f4;
    margin-top:98px;
}
.news-content .news-main .main-bottom{float:left;}
.news-content .news-main .main-top .main-middle{
    width:100%;
    height:100%;
    text-align: center;
}
.news-content .news-main .main-top .main-middle p.title{
    font-size:10px;
    color:#525252;
    padding-top:55px;
}
.news-content .news-main .main-top .main-middle p img{
    display: block;
    margin:0 auto;
}
.news-content .news-main .main-top .main-middle .fenxiang{
    margin:0 auto;
    padding-top:20px;
}

.news-content .news-main .main-bottom{
    width:865px;
    height:auto;
    margin:0 auto;
    border-bottom:1px solid #e3e3e3;
}

.news-content .news-main .main-bottom .top {
    width:100%;
    margin:0 auto;
    text-align: center;
}
.news-content .news-main .main-bottom .top h2{
    font-size:18px;
    color:#323232;
    margin-bottom:10px;
}
.news-content .news-main .main-bottom .top h2:hover{
    color:#006473;
}
.news-content .news-main .main-bottom .top p{
    font-size:12px;
    color:#646464;
    border-bottom:1px solid #e3e3e3;
    line-height:50px;
}
.news-content .news-main .main-bottom .text{
    width:100%;
    margin:0 auto;
}
.news-content .news-main .main-bottom .text p{
    font-size:14px;
    color:#646464;
    line-height:30px;
    margin-top:30px;
}
.news-content .news-main .main-bottom .text .img img{
    display:block;
    margin:0 auto;
}

.news-content .next-pro{
    width:100%;
    height:130px;
    line-height:130px;
    padding-left:90px;
    margin-bottom:100px;

}
.news-content .next-pro p{
    width:100%;
    height:30px;
    position: relative;
}
.news-content .next-pro p::before{
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #9c9c9c;
    display: inline-block;
    position: absolute;
    left:-15px;
    top:60px;
}
.news-content .next-pro p a{
    text-decoration: none;
    font-size:14px;
    color:#525252;
    font-weight:bold;
}
.news-content .next-pro p:hover a{
    color:#006473;
}

.news-content .news-main .main-bottom .text-two p{
    font-size:14px;
    color:#646464;
    line-height:50px;
}