.footer{
	background-color: #f5f5f5;
	margin-top: 20px;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.main{
	width: 100%;
	overflow: hidden;
}
.nav-top{
	width: 100%;
    height: auto;
    font-size: 18px;
    color: #131313;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.nav-top a{
	font-size: 18px;
    color: #131313;
    line-height: 40px;
    display: inline-block;
}

.nav-left{
	width: 260px;
    height: auto;
    float: left;
}
.nav-left .le-title{
    height: 56px;
    background: #e1c188;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nav-left .le-title span{
	display: block;
	width: 100%;
    height: auto;
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    text-indent: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}
.nav-left .le-sidebar{
	width: 100%;
	height: auto;
}
.nav-left .le-sidebar ul{
	width: 100%;
	height: auto;
    background: #f5e8d7;
    padding: 0 17px;
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
}
.nav-left .le-sidebar ul li{
	margin: 10px 0;
}
.nav-left .le-sidebar ul li a{
	display: block;
	height: 44px;
	font-size: 20px;
	color: #0b0b0b;
    line-height: 44px;
    text-indent: 18px;
}
.dangqian{
	background: #9f5f21;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
}
.nav-left .le-sidebar ul li a:hover{
	background: #9f5f21 url(../image/sidebarcur.png) no-repeat 190px 18px;
	background-size: 18px 10px;
    color: #fff;
    font-weight: bold;
}
.tle-sidebar{
    padding: 15px;
    background: #f5e8d7;
    text-align: center;
}
.tle-sidebar p{
    font-size: 16px;
    color: #0b0b0b;
    line-height: 40px;
}
.tle-sidebar img{
    width: 172px;
    height: 172px;
}
.nav-right{
	width: 860px;
    height: auto;
    float: right;
}
.nav-right .nr-tle h2{
	font-size: 25px;
    color: #202020;
    line-height: 51px;
    font-weight: normal;
    letter-spacing: 2px;
}
.nav-right .nr-tle{
	border-bottom: 3px solid #9f5f21;
}
.nav-right .nr-cent ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    /*margin-top: 20px;*/
}
.nav-right .nr-cent ul a{
    margin-top: 20px;
}

.nav-right .nr-cent li{
    width: 270px;
    background-color: #faf9fb;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
.nav-right .nr-cent .baokuo{
    position: relative;
    z-index: 10;
}
.nav-right .nr-cent li::before{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}
.nav-right .nr-cent li:hover::before{
    width: 100%;
    background: #9f5f21;
    opacity: .7;
}
.nav-right .nr-cent li:hover p{
    color: #fff !important;
    font-weight: bold;
}
.nav-right .nr-cent img{
    width: 100%;
}
.nav-right .nr-cent .paitu{
    text-align: center;
    padding: 16px;
    padding-bottom: 0;
}
.nav-right .nr-cent .jieshao{
    padding: 20px 20px;
}
.nav-right .nr-cent .jieshao h3{
    font-size: 20px;
    color: #202135;
}
.nav-right .nr-cent .jieshao p{
    /*设置一种新型盒子*/
    display: -webkit-box;
    /*设置布局方式*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*分页器*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li.jishu{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/* ----- 分页 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0 5px;
  border-radius: 5px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 4px 2px;
    margin: 0 5px;
    border-radius: 5px;
}
.pagination a:hover {
  color: ##172b6a;
  border: 1px solid #172b6a;
}
.pagination a.page-num-current {
  color: #fff;
  background: #172b6a;
  border: 1px solid #172b6a;
  border-radius: 5px;
}
.tac.text-secondary {
    color: #ccc;
    text-align: center;
}
/* ----- 分页end ----- */