@charset "utf-8";
/* 通用 */

/* 首页 */

/* 概览 */
.container {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
}
.zxft_title {
    height: 50px;
    background: #8cdfe7;
}
.zxft_title span {
    line-height: 50px;
    color: #0e5d65;
    font-size: 20px;
    margin-left: 52px;
    font-weight: bold;
}
.content {
    margin: 20px 0 30px;
    box-shadow: 0px 1px 3px 1px rgb(140 223 231 / 65%),1px 0px 3px 1px rgb(140 223 231 / 65%),0px 1px 3px 1px rgb(140 223 231 / 65%),1px 0px 3px 1px rgb(140 223 231 / 65%);
}
.center {
    margin: 0 auto;
    padding: 20px 50px;
}
ul.list {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #77bbc2;
}
.list li {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}
.list li a {
    color: #333333;
    margin-left: 15px;
    display: inline-block;
    max-width: 879px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.list span {
    color: #999999;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.fenye {
    padding: 20px 50px;
    text-align: center;
}
.pagenav_span {
	margin: 0 5px;
	border: 1px solid #167d87;
	padding: 3px 6px;
	color: #fff;
	background: #167d87;
	display: inline-block;
    height: 32px;
    min-width: 32px;
	line-height: 24px;
}
.pagenav_a {
	margin: 0 5px;
	border: 1px solid #167d87;
	padding: 3px 6px;
	color: #167d87;
	display: inline-block;
    height: 32px;
    min-width: 32px;
	line-height: 24px;
}
.pagenav_a:hover {
	border: 1px solid #167d87;
	color: #fff;
	background: #167d87;
}
/* 细览 */