.readban {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background: #000;
    position: relative;
}
.secban {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: #000;
    position: relative;
}
.secban img,.readban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secbant {
    width: 500px;
    height: 110px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 45%;
    color: #fff;
}
.secbant span {
    display: block;
    font-size: 36px;
    line-height: 50px;
}
.secbant font {
    display: block;
    line-height: 30px;
    border-top: 1px solid #fff;
    width: 310px;
    margin-top: 10px;
    padding-top: 5px;
}
.secbant i {
    display: block;
    font-style: normal;
    letter-spacing: 5px;
}
.secbox {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}
.cpleft {
    width: 280px;
    height: auto;
    float: left;
    overflow: hidden;
}
.cpbox {
    width: 260px;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 10px;
}
.cpbox:hover {
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    box-shadow:10px 10px 10px rgba(0,0,0,0.05);
}
.cpbox span {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-left: 2px solid #58cfe8;
}
.cpbox a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #666;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.cpbox a:after {
	content: "";
	background: url(/static/images/naviaro.png) left center no-repeat;
	position: absolute;
	width: 0px;
	height: 7px;
	right: 10px;
	top: 12px;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cpbox a:hover {
    background: #f2f2f2;
}
.cpbox a:hover:after, .cpbox a.on:after {
	width: 36px;
}
.cpleft a.deva {
    width: 260px;
    height: 70px;
    margin-bottom: 10px;
    display: block;
    background: #60b8f7;
    color: #fff;
}
.cpleft a.deva img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 10px 10px 10px 15px;
    float: left;
    display: block;
}
.cpleft a.deva span {
    display: block;
    line-height: 50px;
    margin-top: 10px;
    float: left;
    font-size: 16px;
}
.cpleft a.deva:hover {
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    box-shadow:10px 10px 10px rgba(0,0,0,0.05);
}
.secright {
    width: 850px;
    height: auto;
    overflow: hidden;
    float: right;
}
.seclist li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.seclist li span {
    display: block;
    width: 700px;
    float: left;
    font-size: 16px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.seclist li i {
    display: block;
    float: right;
    color: #999;
    font-style: normal;
}

.cont {
    width: 100%;
    height: auto;
    padding: 20px 0;
    line-height: 200%;
    overflow: hidden;
    font-size: 14px;
}
.cont img {
    max-width: 100%;
    height: auto;
}

.title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}
.title2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
}
.ti {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0;
    letter-spacing: 20px;
}
.ti2 {
    height: 40px;
    line-height: 30px;
    padding-top: 10px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.probox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
}



/* 页码 */

.page {
	height: auto;
	padding: 30px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
    margin-top: 30px;
}

.total {
	height: 30px;
	color: #333;
	background: #e9ecf0;
	font-size: 12px;
	line-height: 30px;
	float: left;
	margin-right: 4px;
	padding: 0 15px;
}

.page a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	float: left;
	background: #e9ecf0;
	margin-right: 4px;
	font-size: 12px;
	text-decoration: none;
}

.page a.cur {
	background: #60b8f7;
	color: #FFFFFF;
}

.page a img {
	margin-top: 5px;
}

.pageinp {
	width: 38px;
	height: 28px;
	border: 1px solid #e9ecf0;
	text-align: center;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

.secpagetz {
	width: 40px;
	height: 30px;
	float: left;
	color: #999999;
	line-height: 30px;
}

.secpagebtn {
	width: 30px;
	height: 30px;
	background: #e9ecf0;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.khico {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.khicop {
    width: 160px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 0 10px 20px 10px;
}
.khicop p {
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.khicop p img {
    display: block;
    max-width: 120px;
    max-height: 50px;
    margin: 0 auto;
}
.khicop span {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.khico a {
    text-decoration: underline;
}
.khico a:hover {
    font-weight: bold;
}
.khicoli {
    width: 180px;
    height: 36px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.zzbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.zzbox a {
    display: block;
    float: left;
    width: 170px;
    height: 310px;
    overflow: hidden;
    margin: 0 15px 15px 15px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.zzbox a img {
    display: block;
    width: 170px;
    height: 240px;
}
.zzbox a span {
    display: block;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

@media screen and (max-width: 1450px) {
    .secbox {
        width: 1000px;
    }
    .cpleft {
        width: 260px;
    }
    .cpbox {
        width: 240px;
    }
    .cpbox span {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .cpbox a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .secright {
        width: 700px;
    }
    .seclist li {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    .seclist li span {
        width: 600px;
        font-size: 14px;
    }
}