.body-main{
    background-image: url(../images/zxkd_bg.png);
     background-attachment: fixed;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding-bottom: 46px;
}
.main-left>div{
    height:80px;
    line-height: 80px;
}
.main-right{
    height:650px;
    background: #fff;
    position: relative;
    padding-left: 60px;
    position: relative;
    border-radius: 15px;
}
.news_show{
    padding-top: 30px;
    width: 360px;
}
.news_show>div{
    margin-top: 30px;
    margin-bottom: 15px;
}
.news_show>div>span{
    float: right;
}
.news_show>div>span>img{
    width: 15px;
}
.news_show>span{
    display: inline-block;
    height:197px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
    /* color: #999; */
    font-size: 14px;
    line-height: 25px;
}
.news_show>p{
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}
.news_show>p:after{
    content: "";
    display: block;
    clear: both;
}
.news_show>p>a{
    float: right;
    font-size: 14px;
}
.news_list{
    padding-right: 30px;
}
.news_list>div{
    height:123px;
    /* width: 410px; */
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-top: 25px;
}
.news_list>div>p{
    margin-bottom: 15px;
    width: 310px;
}
.news_list>div>span{
    display: inline-block;
    height:47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#999;
    font-size: 14px;
    line-height: 25px;
}
.news_list>div>div{
      /* width: 60px; */
    /* height: 65px; */
    position: absolute;
    right: 0px;
    top: 28px;
    /* background: #fda873; */
    color: #999;
    font-size: 14px;
    text-align: center;

}
.news_list>div>div>p{
    font-size: 12px;
    position: relative;
    top:-5px;
}
.page{
    position: absolute;
    background: #fff;
    color: #666;
    font-size: 14px;
    bottom: 30px;
    right: 17px;
}
.page>:nth-child(n){
    display: inline-block;
    padding: 5px 8px;
}
.page>.current{
    background:#fd670a ;
    color:#fff;
}
.main-left>div>a{
    display: inline-block;
    width: 100%;
    height:100%;
}