/*ÐÞ¸Ä*/
@media only screen and (min-width: 640px) {
	.zskx{
		padding: 0;
	}
	.zsjh{
		padding-right: 0;
	}
}
/*end*/
.card {
	border: solid 1px #EAEAEA;
	height: 250px;
}

.card-header {
	width: 100%;
	border-top: #0B5CAD solid 2px;
	padding: 7px 5px;
	background-color: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-header-ico {
	color: #0B5CAD;
	font-weight: bold;
	font-size: 14px;
	line-height: 5px;
}

.card-header-title {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}

.card-content {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	padding: 5px 5px;
}

.card-content-item {
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 5px;
	color: #000000;
}
.card-content-item .am-ellipsis{
	flex: 1;
}
.card-content-item img {
	padding-right: 5px;
}

.botom-dashed {
	border-bottom: #CCCCCC dashed 1px;
}

.card-content-item-time {
	width:36px;
}

.card-content-item-icon {
	width: 10px;
	height: 10px;
}

.zs-card-content {
	padding-left: 0;
	padding-right: 0;
}

.zs-card-content-icon {
	width: 100%;
}

.zs-card-content-title {
	font-size: 14px;
	font-weight: bold;
	color: #7299BF;
	border-bottom: #CCCCCC solid 1px;
	line-height: 30px;
	padding-left: 10px;
}

.zs-card-content-item {
	color: #000000;
	display: flex;
	align-items: center;
	font-size: 12px;
	height: 25px;
	padding-left: 5px;
}

.zs-card-content-item img {
	width: 8px;
	height: 10px;
	margin-right: 10px;
}

.jy-card {
	padding-top: 20px;
}

.jy-card-header {
	border-bottom: #CCCCCC solid 1px;
	position: relative;
	height: 30px;
}

.jy-card-header-content {
	display: flex;
	position: absolute;
}

.jy-card-header-content img {
	top: 10px;
}

.jy-card-header-content-title {
	font-size: 16px;
	font-weight: bold;
	color: #0B5CAD;
	border-bottom: 4px solid #0B5CAD;
	height: 30px;
	margin-left: 10px;
	margin-top: 2px;
}

.jy-card-right {
	background-color: #CCCCCC;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: -5px;
}

.jy-card-content {
	margin-top: 30px;
	min-height: 313px;
	display: flex;
	flex-direction: column;
}

.jy-slide-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(11, 92, 173, .8);
	color: #FFFFFF;
	padding: 5px 15px;
}

.jy-card-content-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	padding-top: ;
}
.jy-card-content-title-text{
	flex: 1;
	padding: 0 5px;
}
.jy-card-content-title img {
	width: 15px;
	height: 15px;
}

.jy-card-content-title-time {
	width: 60px;
	font-size: 13px;
}

.jy-card-content-foot {
	font-size: 12px;
	color: #000000;
	padding: 10px 50px 10px 20px;
	border-bottom: solid 1px #CCCCCC;
	display: none;
}
.jy-card-content-item{
	margin-top: 20px;
}

.jy-card-content-item:hover .jy-card-content-title-text{
	color: #0B5CAD;
	font-weight: bold;
}
.jy-card-content-item:hover .jy-card-content-foot{
	display: block;
}
.sxsx-card{
	display: flex;
	flex-direction: row;
	height: auto;
	min-height: auto;
}
.sxsx-img{
	height: 100px;
}


@media only screen and (min-width: 641px) {
	.zs-card {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 641px) {
	.card {
		height: auto;
	}
}
