@media (min-width: 1400px){.container{max-width: 1400px;}}

.scx-list-banner{background-position: center center;height: 390px;font-size: 2rem;display: flex;justify-content: center;align-items: center;font-weight: bold;}
h1{background: #3557aa9c;padding: 3rem;color: #fff;font-size: 2rem;font-weight: bold;width: 50%;margin: 0 auto;}
.scx-list{margin:4rem auto;}
.scx-list .row{margin-bottom: 6rem;}
.scx-img img{box-shadow:5px 5px rgba(0, 15, 79, 0.05);border-radius: 15px;margin-bottom:1rem;border: 1px solid #dbdbdb;}
.tit-box{display: flex;justify-content: space-between;align-items: center;font-weight: bold;}
.scx-img .tit{width:60%;border-left: 5px solid #4667aa;padding-left: 1rem;font-size: 1.1rem;}
.scx-img .more {width:30%;background: #4667aa;padding: .8rem 2rem;border-radius: 15px;text-align: center;}
.scx-img .more a{color:#fff;}

.scx-text ul{display:block;width:100%;padding:20px;display:table;border-collapse:collapse;width:100%;list-style:none;padding:0;margin:0;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.scx-text ul li{float:left;width:25%;line-height: 2.5rem;margin:0;font-size:16px;text-align:center;display:table-cell;border-collapse:collapse;border-bottom:1px solid #ddd;}
.scx-text ul li:nth-child(4n+1){width:10%}
.scx-text ul li:nth-child(4n+2){width:40%}
.scx-text ul li:nth-child(4n+3){width:40%}
.scx-text ul li:nth-child(4n+4){width:10%}

.pages ul {display: flex;align-items: center;justify-content: center;margin: 60px 0 80px 0;}
.pages ul li {margin-left: 20px;color: #999;width: 40px;height: 40px;text-align: center;font-size: 20px;border: 2px solid #999;box-sizing: border-box;line-height: 1.95;}
.pages ul li.shang, .pages ul li.xia {display: flex;justify-content: center;align-items: center;padding: 0 8px;width: auto;font-size: 18px;}
.pages ul li.on {background: #999;color: #fff;}
.pages ul li.shou, .pages ul li.mo, .pages ul li.zong {font-size: 16px;padding: 0 10px;width: auto;}

@media screen and (max-width: 768px){
	.scx-list-banner {background-size: contain;background-repeat: no-repeat;height: 102px;margin-top: 50px;}
	.scx-list-banner h1{padding: 1rem;font-size: 1.5rem;}
	.scx-img img{border-radius: 8px;box-shadow: -8px -8px rgba(0, 15, 79, 0.05);}
	.tit-box{display: block;}
	.scx-img .tit,.scx-img .more {width:100%}
	.scx-img .more{padding:.7rem 1rem;border-radius: 10px;margin-top:1rem}
	.scx-text ul li{line-height:2.5rem}
	.pages ul{margin: 20px 0 80px 0;flex-wrap: wrap;}
    .pages ul li{margin-bottom: 15px;width: 30px;height: 30px;line-height: 1.45;}
}