  @charset "utf-8";
/* CSS Document */

.p-list-left-card-title{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin: 20px 0 20px;
}

.p-list-left-card{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 30px;
	min-height: 800px;
}

.p-list-left-card a{
	color: #333;
	text-decoration: none;
}

.p-list-left-card a:hover .p-list-title{
	color: #0046AD;
}

.p-list-left-card .p-list-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.p-list-left-card .p-list-p{
	color: #666;
	font-size:12px;
	line-height: 22px;
}

.p-list-left-card  .p-list{
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.p-list-left-card  .p-list:last-child{
	border: 0;
	margin-bottom: 0;
}

.p-list-left-card  .p-list-time{
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
}

.p-list-right-card{
	padding: 30px 10px;
	margin: 0 0 30px;
}

.p-list-right-card-title{
	font-size:16px;
	margin: 30px 0 15px;
	font-weight: 500;
	background: #1948a7;
	border-radius: 4px;
	color: #fff;
	position: relative;
}

.p-list-right-card-title a{
	display: block;
	padding: 10px;
	color: #fff;
}

.p-title-more{
	position: absolute;
	color: #fff;
	font-size: 14px;
	right: 15px;
	top:10px
}

.p-list-right-card-title:hover .p-title-more{
	color: #f8d14a;
}

.p-list-right-card-ul{
	margin-bottom: 30px;
}

.p-list-right-card-ul a{
	color: #333;
	font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
	margin-bottom: 10px;
}

.p-list-right-card-ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #ccc;
}

.p-list-right-card-ul a:hover{
	color: #0046AD;
}

.p-list-right-card-ul a:hover::after{
	content: "";
	background: #FFD012;
}

