@charset "utf-8";
/* 通用 */

/* 首页 */

/* 概览 */
.container {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
    min-height: 900px;
}
.zxft_title {
	width: 240px;
    float: left;
    background: #8cdfe7;
    margin-top: 20px;
	text-align: center;
	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%);
}
.zxft_title span {
	color: #0e5d65;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    min-height: 50px;
    padding: 5px 30px;
}
ul.child {
    background: #ffffff;
    padding: 20px 40px;
}
ul.child li {
    line-height: 40px;
    padding: 5px 0;
}
ul.child li a {
    display: flex;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
}
ul.child li a:hover {
    color: #0e5d65;
    font-weight: bold;
}
ul.child li.ac a {
    color: #0e5d65;
    font-weight: bold;
}
ul.child li.ac a::before {
    content: "--";
}
ul.child li.ac a::after {
    content: "--";
}
.content {
	width: 940px;
    float: right;
    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: 579px;
    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;
}
/* 细览 */