@charset "utf-8";

.con {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 374px);
}

.bk_tit {
	margin-bottom: 4%;
}

.bk_tit .bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #B4B4B4;
}

.bk_tit .bt h4 {
	font-size: 22px;
	font-weight: bold;
	color: #02468F;
	line-height: 46px;
}

.bk_tit .bt a {
	font-size: 16px;
	font-weight: 400;
	color: #B4B4B4;
	line-height: 18px;
}

.bk_tit .line {
	width: 100%;
	height: 1px;
	background: #B4B4B4;
	display: flex;
	align-items: center;
}

.bk_tit .line span {
	width: 114px;
	height: 4px;
	background: #02468F;
	display: block;
}

.con .box01 {
	margin-top: 40px;
	width: 100%;
}

.con .box01 ul.list {
}

.con .box01 ul.list li {
	line-height: 48px;
	border-bottom: 1px solid #BBBBBB;
}

.con .box01 ul.list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.con .box01 ul.list li a .tit {
	display: flex;
	align-items: center;
	width: 85%;
}

.con .box01 ul.list li a .tit .drop {
	width: 5px;
	height: 5px;
	background: #0053A5;
	opacity: 1;
	display: block;
	border-radius: 50%;
	margin-right: 7px;
}

.con .box01 ul.list li:hover a .tit .drop {
	background: #000000;
}

.con .box01 ul.list li:hover a .tit p {
	color: #000000;
}

.con .box01 ul.list li a .tit p {
	font-size: 18px;
	/* font-weight: 300; */
	color: #0053A5;
	line-height: 33px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con .box01 ul.list li a .time {
	font-size: 14px;
	font-weight: 400;
	color: #B4B4B4;
}

.con .box01 ul.list li:hover a .time {
	color: #000000;
}

.con .box02 {
	margin-top: 40px;
}

.con .box02 ul.list {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 49%);
}

.con .box02 ul.list li {
}

.con .box02 ul.list li a {
	font-size: 14px;
	font-weight: 400;
	color: #0053A5;
	line-height: 28px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con .box02 ul.list li:hover a {
	color: #000000;
}
/*新增*/
@media screen and (max-width:1240px) {
	.con {
		display: grid;
		justify-content: space-between;
		flex-wrap: wrap;
		grid-template-columns: repeat(auto-fill, 31.5%);
	}
.con .box01 ul.list li a .tit p {
    font-size: 17px;
}
.con .box02 ul.list li a {
    font-size: 15px;
}


}
