/*banner*/
.page-banner{
    position: absolute;
    top:0;
    left:0;
    background-image: url(../images/banner/about.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 100%;
    min-width:1200px;
    height: 420px;
    }

/**/
.page-body{position:relative;}
/*路径*/
.path{margin: 15px auto;color:#666;}
.path li{display: inline;}
/*分页*/
.pagination{text-align: left;margin:10px 0;display:block;}
.pagination li{display:inline-table;}
.pagination li a,
.pagination li.disabled span,
.pagination li.active span{padding:5px 10px;border:1px solid #ccc;margin-left: 5px;display: block;border-radius:2px;}
.pagination li a:hover{color:rgba(0,143,215,1);}
.pagination li.active span{background:rgba(0,143,215,1);color:#fff;border-width:0px;}
.pagination li.disabled span{color:#ccc;border:1px solid #efefef;}

.content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .left-nav{
    width: 260px;
    background-color: #f8f8f8;
}
.content .left-nav .title{
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: rgba(0,143,215,1);
    font-size: 28px;
    color: #fff;

}
.content .content-body{
    width: 910px;

}
/*分类*/
.page-category{display: flex;flex-direction: column;}

.page-category a{display:block;
    text-align: center;
    line-height: 50px;
    border-bottom:1px solid #ececec;
    font-size: 16px;
}
.page-category a:hover{ background-color: #ddd;}
.page-category a.this{background: #f1f0ed;  color: rgba(0,143,215,1);}

/*新闻动态*/
.news{display: flex;flex-direction: column;}
.news a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:#efefef 1px solid;
    padding: 10px;

}
.news a .img{width: 200px;height: 120px;overflow:hidden; margin-right: 20px}
.news a .img img{min-width: 200px;min-height: 120px;}
.news a .txt{width: 670px;flex-grow: 1;}
.news a .txt .title{height: 24px;line-height: 30px;
    font-size: 18px;font-weight:bold;position: relative;

}
.news a .txt .time{
    padding: 8px 0 15px;
    display: flex;
    align-items: center;
    font-size: 12px;line-height: 12px;
    color: #999;
}
.news a .txt .time span{width: 10px;height: 7px;margin-right: 10px;
    background-color: #ccc;}
.news a .txt .title a{color:#000;}
.news a .txt p{font-size: 13px;line-height: 22px; color: #666;
    max-height: 44px;overflow: hidden;word-wrap:break-word}
.news a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
.news a:hover .txt .time span{width: 30px;background-color:rgba(0,143,215,1);}
/*新闻详情---------------------------*/
.news-body{overflow: hidden;padding: 30px 0 0;}
.news-body .news-body-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.news-body .news-body-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.news-body .news-body-top .description{font-size: 14px;color: #666;line-height: 25px;padding-bottom: 10px;}
.news-body .news-body-top p{font-size:12px;color:#999;}
.news-body .content-body{min-height: 570px;font-size: 14px;line-height: 200%;}
.news-body .news-body-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.news-body .news-body-bottom .previous,
.news-body .news-body-bottom .next{color:#ccc;line-height: 35px;}
.news-body .news-body-bottom .previous span,
.news-body .news-body-bottom .next span{color:#000;}

/*通用详情页面*/
.info{overflow: hidden;padding: 30px 0 0;}
.info .info-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.info .info-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.info .info-top .description{font-size: 14px;color: #666;line-height: 25px;padding-bottom: 10px;}
.info .info-top p{font-size:12px;color:#999;}
.info .content{min-height: 570px;font-size: 14px;line-height: 24px;}
.info .info-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.info .info-bottom .previous,
.info .info-bottom .next{color:#ccc;line-height: 35px;}
.info .info-bottom .previous span,
.info .info-bottom .next span{color:#000;}

/*about*/
.about{overflow: hidden;padding: 30px 0 0;}
.about .title{font-size: 30px;text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.about .info{min-height: 570px;font-size: 14px;line-height:200%;}


/*联系我们*/
.contact{position: relative;overflow: hidden;margin:20px auto;background: #efefef;}
.contact  .title-en{
    font-size: 36px;
    color: #ed6d00;
    font-weight:bold;
    font-family: arial, helvetica, sans-serif;
    height: 50px;
}
.contact  .title{
    font-size: 22px;

}
.contact .guest{
    float: left;
    width: 320px;
    margin: 30px 0 0 60px;


}
.contact .guest ul{margin-top: 20px;}
.contact .guest ul li{ margin-bottom: 10px}
.contact .txt{
    float: right;
    padding: 30px 10px 10px 200px;
    width: 500px;
    text-align: left;
    background: url("../images/contact-bg.jpg") #f7f7f7 no-repeat;
    background-size:auto 100%;
    height: 600px;
}
.contact .txt ul{margin-top: 40px;}
.contact .txt ul li{height: 30px;line-height: 30px;}
.contact .txt ul li span{
    color: #ed6d00;
}
.contact .txt .img{
    margin-top: 30px;
    width: 125px;
    overflow: hidden;
    border:4px solid #ed6d00;
    padding: 5px;
}

.contact .txt p{
    font-size: 12px;
    color: #666;
    line-height: 30px;

}
.order{background: #efefef;padding: 20px 0 10px;}

/*党建*/
.dangjian{display: flex;flex-direction: column;}
.dangjian a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom:#efefef 1px solid;
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}

.dangjian a .title{height: 24px;line-height: 30px;
    font-size: 18px;font-weight:bold;position: relative;

}
.dangjian a .title2{height: 24px;line-height: 30px;
    font-size: 16px;position: relative;

}
.dangjian a .description{
    padding: 8px 0 15px;
    font-size: 14px;line-height: 25px; color: #666;
    max-height: 50px;overflow: hidden;word-wrap:break-word
}
.dangjian a .time{
    border-top:1px solid #ccc;
    padding:  10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;line-height: 12px;
    color: #999;
}
.dangjian a .time .icon{padding-right:10px; }

.dangjian a:hover .time .icon{padding-right:0;color:rgba(0,143,215,1);}


