@charset "utf-8";
/* title */
.title-bmjy {
	position: relative;
	margin: 0 10px;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #355e92;
}
.title-bmjy:before ,
.title-bmjy:after {
	content: '';
	position: absolute;
	width: 450px;
	height: 3px;
	top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.title-bmjy:before { left: 0;}
.title-bmjy:after { right: 0;}
/* title */

.box-ghjh[box='zx'] {
    margin-bottom: 10px;
    padding: 20px;
    line-height: 30px;
    background-color: #f6f6f6;
    border-radius: 2px;
}
.box-ghjh[box='zx'] .box-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #355e92;
    border-bottom: 1px dashed #ddd;
}
.box-ghjh[box='zx'] .box-cnt { text-indent: 2em;}
.box-ghjh[box='zx'] .box-cnt > a {
    display: inline-block;
	width: 86px;
	height: 30px;
    padding: 0;
	line-height: 30px;
	text-align: center;
    text-indent: 0;
	color: #355e92;
	background-color: #d1e3f5;
	border-radius: 15px;
}
.box-ghjh[box='zx'] .box-cnt > a:hover {
	color: #fff;
	background-color: #355e92;
}

.btn-ghjh[btn='ghjh'] {
    display: block;
    width: 160px;
    height: 44px;
    margin: 0 auto 20px;
    line-height: 44px;
    text-align: center;
	background-color: #e6e6e6;
    border-radius: 4px;1e3
}
.btn-ghjh[btn='ghjh']:hover {
	color: #fff;
	background-color: #355e92;    
}

.list-ghjh[list='zx'] .list-item {
    float: left;
    width: 580px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.list-ghjh[list='zx'] .list-item:nth-child(even) { float: right;}
.list-ghjh[list='zx'] .list-date {
    float: left;
    width: 80px;
    text-align: center;
    color: #999;
    border-right: 1px dashed #ddd;
}
.list-ghjh[list='zx'] .list-date span {
    display: block;
    font-weight: 700;
    color: #355e92;
}
.list-ghjh[list='zx'] .list-cnt {
    display: block;
    margin-left: 100px;
    margin-right: 10px;
}