body {
    background-color: #f6f6f6;
}


/* 侧导航 */

.sub-mav {
    width: 260px;
    float: left;
    margin-top: 30px;
}
.sub-mav h4{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #445dc2;
    border-bottom: 1px solid #445dc2;
    padding-bottom: 10px;
}

.sub-mav li {
    background-color: #fff;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #dadada;
}

.sub-mav li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.sub-mav li:last-child {
    border-bottom: 0;
}

.sub-mav li a:hover {
    background-color: #445dc2;
    color: #fff;
}

.sub-mav li a.present {
    background-color: #445dc2;
    color: #fff;
}


/* 主体部分 */

.bread a:last-child span {
    display: none;
}

.main-body {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}

.main-top {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border-bottom: 2px solid #dfdfdf;
}

.main-top p {
    float: left;
    height: 32px;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #445dc2;
}

.main-top .bread {
    float: right;
}
.main-top .bread a:nth-child(2){
    display: none;
}

.bread {
    font-size: 14px;
}


/* 新闻内容 */

.news-bottom {
    box-sizing: border-box;
    padding: 34px 0;
    border-bottom: 1px dashed #e8e8e8;
}

.news-bottom:hover h4 a {
    color: #445dc2;
}

/*.news-bottom h4 a {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.news-bottom h4 a {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    display: -webkit-box;
    float: left;
}
.news-bottom .time{float:right;}

.news-bottom p a {
    font-size: 14px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.news-bottom span {
    font-size: 14px;
    color: #999;
}



/*分页样式*/
/** 
#pages{
	margin: 0px auto;
	width: auto;
	text-align: center;
    margin-top: 30px;
}
#pages span{
	display: inline-block;
	padding: 0px 10px;height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eaeaea;
	color: #949494;
	margin: 0px 3px;
}
#pages a{
	display: inline-block;
	padding: 0px 10px;height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eaeaea;
	color: #949494;
	margin: 0px 3px;
}
#pages a.currentpage{
	color: #fff;
	background:#0166b6;
}
*/


/* 分页 */

.paging {
    text-align: center;
    margin-top: 30px;
}

.paging ul {
    display: inline-block;
}

.paging li {
    float: left;
    margin-right: 10px;
}

.paging li a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    background-color: #f2f2f2;
    padding: 0 10px;
}

.paging li a:hover {
    background-color: #445dc2;
    color: #fff;
}

.paging li:last-child {
    margin-right: 0;
}

.paging a.dq {
    background-color: #445dc2;
    color: #fff;
}

/*分页样式*/
#page-box {
  margin: 0px auto;
  width: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4em 0;
  padding: 1em 0 0;
}

#page-box span {
  display: inline-block;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f9f9f9;
  color: #949494;
  margin: 0px 3px;
}

#page-box a {
  display: inline-block;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaeaea;
  color: #949494;
  margin: 0px 3px;
}

#page-box a[href="javascript:void(0)"] {}

#page-box a[href="javascript:void(0)"]:hover {
  color: #949494;
  background: #eaeaea;
  cursor: no-drop;
}

#page-box a:hover,
#page-box a.current,
#page-box a.current:hover {
  color: #fff;
  background: #0166b6;
  cursor: pointer;
}


/* 手机端 */

@media screen and (max-width:750px) {
    .sub-mav {
        display: none;
    }
    .main-body {
        width: 9.2rem;
    }
    .main-top p {
        font-size: .346667rem;
        height: .666667rem;
    }
    .main-top {
        height: .666667rem;
    }
    .bread {
        font-size: .266667rem;
    }
    .news-bottom h4 a {
        font-size: .32rem;
    }
    .news-bottom p a {
        font-size: .293333rem;
    }
    .news-bottom span {
        font-size: .293333rem;
    }
    .paging {
        margin-top: .533333rem;
    }
    .paging li a {
        font-size: .266667rem;
        height: .56rem;
        line-height: .56rem;
        padding: 0 .213333rem;
    }
    .paging li {
        margin-right: .266667rem;
    }
    #pages span,
    #pages a{
        font-size: 20px;
    }
    .news-bottom h4 a{
        display: block;
        width: 7rem;
    }
}

