*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    font-family: 微软雅黑;
    text-decoration: none;
}
a,a:link,a:visited,a:hover{
    color: #333;
}
body{
    background-color: #fff;
}
.top-nav-con{
    width: 100%;
    height: 120px;
}
.nav-wrap{
    height: 120px;
    width: 1000px;
    margin: auto;
    /*background-color: #ccc;*/
}
.nav-corp-wrap{
    position: relative;
    width: 500px;
    float: left;
}

/* 导航部分的公司名称显示 */
.nav-corp-wrap .nav-corp-lk{
    position: absolute;
    top: 40px;
    left:20px;
    font-size: 32px;
    color: black;
    float: left;
    font-weight: 400;
}
/*导航菜单*/
.nav-menue-wrap{
    position: relative;
    width: 500px;
    float: right;
}

.nav-menue-list{
    position: absolute;
    top: 50px;
    left:20px;

}
.nav-menue-list .nav-menue-item{
    cursor: pointer;
    float: left;
    padding: 9px 27px;
    margin-left: 5px;
    font-size: 16px;
}
.nav-menue-list .menue-active{
    background-color: #1e50ae;
    color: #fff;
    border-radius: 20px;
}
.nav-menue-list .menue-active a{
    color: #fff;
}
.center-content-con{
    width: 1000px;
    margin: auto;
}
.content-wrap{
    width: 100%;
    margin-top: 7px;
}
.content-wrap .content-left{
    width: 220px;
    float: left;
    /*display: inline-block;*/
    /*background-color: #ccc;*/
}
.content-wrap .content-right{
    width: 768px;
    /*display: inline-block;*/
    float: left;
    /*background-color: #c2c2c2;*/
    margin-left: 12px;
}
.side-con{
    width: 100%;
    margin-bottom: 10px;
}
.side-con .side-title-wrap{
    height: 45px;
    background-color: #1e50ae;
    line-height: 45px;
    color: #fff;
}
.side-title-wrap .side-title{
    margin-left: 10px;
    color: #fff;
}
.side-news-list-wrap{
    padding: 12px;
    border: 1px solid #e8e0e0;
    min-height: 400px;
}
.side-news-item{
    padding: 14px 8px;
    border-bottom: 1px solid #e8e0e0;
}
.side-news-item.item-type2{
    padding: 4px 8px;
    border-bottom: 1px dashed #e8e0e0;
}
.item-type2 a{
    color: #333;
}
.item-type2 img{
    margin-right: 8px;
}
.item-type2 div{
    min-height: 30px;
}
.side-news-item .item-title{
    color: #666;
    font-weight: 700;
    font-size:15px ;
    line-height: 27px;
    height: 27px;
    float: left;
    margin-left: 5px;
}
.side-news-item .item-content{
    font-size: 14px;
    height: 27px;
    line-height: 27px;
}

.side-news-item .item-title-icon{
    display: inline-block;
    height: 27px;
    width: 27px;
    float: left;
}
.side-news-list .side-news-item:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
.side-news-list-1 .side-news-item:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
.side-news-item .side-news-title{
    display: inline-block;
    width: 90px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
}
.side-news-item .side-news-date{
    font-size: 14px;
    color: #9f9f9f;
    margin-left: 4px;
}
.content-item-wrap{
}
.content-item-wrap .content-item-head{
    height: 45px;
    border-bottom: 1px solid #e8e0e0;
}
.content-item-head .content-item-title{
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border-bottom: 1px solid #1e50ae;
    color: #1e50ae;
    padding: 0 10px;
}
.content-item-body{
    margin: 25px 0;
}

.flow-img-3-col-wrap{
    padding: 5px;
    color: #868383;
}
.flow-img-3-col-wrap ul li{
    width: 33%;
    float: left;
    text-align: center;
    padding: 20px 0 ;
}
.flow-img-3-col-wrap ul li img{
    width:205px;
    height: 180px;
}

/* 两排*/
.flow-img-2-col-wrap{
    padding: 5px;
    color: #868383;
}
.flow-img-2-col-wrap ul li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 0 ;
}
.flow-img-2-col-wrap ul li img{
    width:305px;
    height: 240px;
}


.foot-con{
    width: 100%;
    float: left;
    height: 265px;
    background-color: #333333;
    margin-top: 30px;
}
.foot-con .foot-center-con{
    width: 1000px;
    margin: auto;
    height:  265px;
}
.foot-left{
    float: left;
    width: 400px;
    padding:20px;
    box-sizing: border-box;
    padding-top: 50px;
}
.foot-right{
    float: left;
    width: 590px;
    box-sizing: border-box;
    padding:20px;
    padding-top:50px;
}
.foot-nav-con{
    padding: 20px ;
    color: rgb(100, 100, 100);
    border-bottom: 1px solid rgb(100, 100, 100) ;
}
.foot-nav-con .foot-nav-item{
    display: inline-block;
    color:rgb(100, 100, 100) ;
    margin-left: 10px;
}
.foot-nav-con .foot-nav-item a{
    color:rgb(100, 100, 100) ;
}
.foot-right .foot-info-item{
    float: left;
    width: 160px;
    margin-left: 20px;
    text-align: center;
    color:rgb(100, 100, 100) ;
}

/* 新闻列表*/
.news-list-con{
    padding: 10px 0 10px 10px;
}
.news-item-wrap{
    margin-top: 35px;
    height: 125px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
}
.news-item-wrap:first-child{
    margin-top: 0px;
}
.news-item-wrap:last-child{
    border-bottom:none;
}
.news-item-left {
    float: left;
    width: 82px;
    height: 82px;
    background-color: #f2f2f2;
    color: #666666;

}
.news-item-left .news-item-day{
    margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}
.news-item-left .news-item-month{
    margin-top: 3px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.news-item-right{
    float: left;
    width: 660px;
    margin-left: 15px;
}
.news-item-right .news-item-title{
    color: #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.news-item-right .news-item-title a{
    color: #333;
    font-size: 17px;
}
.news-item-right .news-item-sub{
    height: 60px;
    line-height: 28px;
    color: grey;
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*分页*/
.news-page-bar{
    width: 350px;
    margin: auto;
}
.page-btn-list .page-btn{
    float: left;
    padding: 6px 8px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
}
.page-btn-list .page-btn a{
    color: #333;
}
.page-btn-list .cur{
    /*background-color: #e2e2e2;*/
}
.page-btn-list .cur a{
    color: #1e50ae;
}

/*  新闻内容页面  */
.news-title-con{
    border-bottom: 1px solid #e8e0e0;
}
.news-title-con .news-title-text{
    font-size: 30px;
    font-weight: 700;
    padding-bottom:25px;
}
.news-title-con .news-publish{
    color: #adadad;
    font-size: 13px;
    padding-bottom: 25px;
}
#news-content-container{
    padding: 5px;
}
#news-content-container img{
    max-width: 100%;
}

