﻿@charset "utf-8";
/* CSS Document */

/* 页码 */
.mid-mj-page {
	width: 100%;
	color: #5d5d5d;
	font-size: 14px;
	text-align: center;
	padding:0px;
        margin: 30px 0;
}

.mid-mj-page a {
	width:32px;
    height:32px;
    line-height:32px;
    text-align: center;
    margin: 0px 5px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size:14px;
	border:1px solid #0e82d7;
	border-radius:100%;
        background:rgba(255,255,255,0);
}


.prev,
.next {
	color:#000000 !important;
	width:unset !important;
	height:32px !important;
	line-height:32px !important;
	padding:0 8px !important;
	border-radius:4px !important;
	border:1px solid #0e82d7 !important;
}

.prev:hover,
.next:hover{
	color:#ffffff !important;
	border:1px solid #0e82d7 !important;
        background:#0e82d7;
}

.mid-mj-page a:hover,
.phone-mj-page a:hover {
	color: #ffffff;
	border:1px solid #0e82d7;
	border-radius:100%;
        background:#0e82d7;
}

.currentPage{
	border:1px solid ##0e82d7;
	color: #ffffff;
        background:##0e82d7;
}

.page-input {
	width:32px;
	height:32px;
	line-height:32px;
	display: inline-block;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	text-align: center;
	margin: 0px 5px;
	color: #333333;
	font-size: 16px;
}

.page-tip{margin:0 5px 0 30px;}
.page-tz{color:#5d5d5d;}
/* 页码 end */

/* =================@media================== */
@media screen and (max-width:1350px) { }


@media screen and (max-width:1200px) { }

@media screen and (max-width:1000px) {

	/* 页码 */
	.mid-mj-list ul li {
	    font-size: 14px;
	}

	.mid-mj-page a,
	.page-tip, .mid-mj-page span {
		display: none;
	}

	.prev,
	.next {
		display: inline-block !important;
	}
	
	.mid-more-list ul li{
		float: left;
		width: calc(100% / 3);
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
		font-size: 14px;
	}
	/* 页码 end */
	
}

@media screen and (max-width:700px) { }

@media screen and (max-width:500px) { }

@media screen and (max-width:375px) { }

