@charset "UTF-8";
/* CSS Document */

body {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
    background-color: #fff;
	font-family: "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "SimHei","Hiragino Sans GB";
	min-width:1200px;
}
a {
    text-decoration: none;
}
header.kjda-header {
	text-align: center;
	background-color: #AEE7FE;
	min-width: 1200px;
	height: 342px;
	background-image: url("../images/ztzl-10-header.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
nav.kjda-nav {
    background-color: #0C6BAE;
    width: 100%;
    height: 48px;
}
.nav-list {
    width: 1200px;
    margin: 0 auto;
    font-size: 0px;
}
.nav-item {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    height: 48px;
    width: 150px;
    line-height: 48px;
    transition-duration: 0.5s;
    margin-left: 40px;
}
.nav-item:hover, .nav-item.active {
    background-color: #15B4FF;
}

.body {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
}

.panel-title {
    background-color: #F2F2F2;
    height: 54px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.panel-title-pic {
    display: inline-block;
}
.panel-title-text {
    font-size: 30px;
    color: #000;
    line-height: 54px;
    vertical-align: top;
    margin-left: 20px;
}
.panel-more {
    font-size: 14px;
    color: #666;
    float: right;
    margin-right: 30px;
    line-height: 54px;
}
.panel-more:after {
    content: '>>';
    position: relative;
    right: -10px;
    transition-duration: 0.5s;
}
.panel-more:hover::after {
    right: -4px;
}

.panel-body{
    padding: 20px 0px;
}

.panel-body-item-title {
    font-size: 22px;
    color: #0c6bae;
    margin-left: 40px;
	display: inline-block;
    line-height: 30px;
}
.panel-body-item-time {
    color: #0c6bae;
    font-size: 12px;
    float: right;
    margin-right: 20px;
    line-height: 34px;
}
.panel-body-item-text {
    font-size: 14px;
    color: #666;
    display: block;
    border-top: dashed 1px #91EAEA;
    padding: 15px 40px 10px 40px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}

.page {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    color: #666;
}

.page-link {
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #829AE1;
    border: solid 1px #DFDFDF;
    margin: 0 4px;
}

#pagenum {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.footer {
	margin: 35px 0px 0px;
	padding: 30px 0px;
	background-color: #eeeeee;
	border-top: solid 1px #cccccc;
	width: 100%;
}

.footer-body {
    width: 1200px;
    margin: 0px auto;
}
#footer-info-left-img{
	display: inline-block;
	margin: 0px 46px;
    float: left;
    margin-top: 10px;
}

#footer-info-right {
	display: inline-block;
	margin-right: 50px;
}

#footer-info-right-img {
	display: inline-block;
	height: 62px;
}

#footer-info-right-text {
	display: inline-block;
	height: 62px;
	float: right;
    font-size: 14px;
    position: relative;
    top: 10px;
    line-height: 30px;
}
.footer-info-text a {
    color: #000;
}