.dj-top{
	width:100%;
	padding:30px;
}

.dj-top img{
	margin:0 auto;
}

.main-style{
	padding-bottom: 80px;
}

.aside-main{
	width:240px;
	margin:0px 30px 0px 30px;
}

.aside-main .lanmu-first{
	width:100%;
	height:178px;
	padding:30px;
	background-image: url(../img/lanmu-bg.jpg);
}

.aside-main .lanmu-first .title{
	width:167px;
	height: 120px;
	background-color: #307edf;
	padding:20px 30px 20px 30px;
}

.aside-main .lanmu-first .title h3{
	color:#FFFFFF;
	font-size:30px;
	font-weight: bold;
}

.aside-main .gg{
	width:100%;
	height:530px;
}

.aside-main .gg img{
	margin:0 auto;
	width:100%;
	height:530px;
}


.aside-main .lanmu nav a{
	background-color: #dcdcdc;
	color:#6e6e6e;
	padding-left: 30px;
	height:60px;
	line-height: 40px;
	font-size:19.71px;
}

.aside-main .lanmu nav a:hover{
	background-color: #0359ce;
	color:#FFFFFF;
}

.aside-main .lanmu .active{
	background-color: #0359ce;
	color:#FFFFFF;
}

.content{
	padding-right: 35px;
	width:1100px;
}

.content .border-bottom,.content .border-bottom a{
	text-decoration: none;
	color:#6a6a6a;
}

.lunbo{
	margin-top: 15px;
	width: 1065px;
	height: 686px;
	background-color: #eeeeee;
	position:relative;
}


.swiper .swiper-button-next, .swiper .swiper-button-prev{
	opacity: .7;
}


.swiper-button-next, .swiper-button-prev{
	--swiper-navigation-size: 14px;
	background-color: #787977;
	color: #FFFFFF;
	width: 30px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	top: 43%;
}


.lunbo img{
	margin:35px auto;
	width:725px;
	height: 570px;
}

.lunbo p{
	color: #6a6a6a;
	font-size: 20px;
	letter-spacing: 2px;
}

.lunbo-list{
	margin-top: 40px;
	color:#6a6a6a;
	letter-spacing: 1px;
	font-size: 20px;
}

.lunbo-list .col-sm-4{
	flex: 0 0 260px;
	max-width: 25%;
}
.lunbo-list .card{
	width: 260px;
	height: 240px;
	border: 0;
	margin: 15px 10px;
}

.lunbo-list .card:hover{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}

.lunbo-list .card img{
	margin:12px auto;
	width: 235px;
	height: 185px;
}


.content .page{
	margin: 30px 0px 127px 0px;
}

.content .page nav ul li{
	margin-left: 5px;
	width: 33px;
	height: 33px;
}

.content .page .previous,.content .page .last{
	width:95px;
}

.content .page .pagination .page-item a,.content .page .pagination .page-item .page-num{
	color:#9b9b9b;
}

.content .page .pagination .page-item .page-num{
	color:#9b9b9b;
	font-weight: normal;
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
	text-decoration: none;
}

.content .page .pagination .page-item .page-num:hover,
.content .page .pagination .previous:hover,
.content .page .pagination .previous:hover a,
.content .page .pagination .last:hover,
.content .page .pagination .last:hover a
{
	background-color: #2164af;
	color:#FFFFFF;
}

.content .page .active{
	background-color: #2164af;
	color:#FFFFFF;
}