@charset "UTF-8";

.guide_link {
    background: #e6edf5;
    margin: 20px 0 20px;
}
.guide_link ul {
    padding: 14px 20px; 
}
.guide_link ul li {
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 29px;
}
.guide_link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.guide_link {
    display: flex;
    padding: 20px 20px 10px;
}
.guide_l {
    margin-right: 74px;
}
.guide_lbox {
    display: flex;
    justify-content: space-between;
}
.guide_link p {
    margin-bottom: 6px !important;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    margin-left: 6px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.bgar::before{
	width: 14px;
	height: 14px;
	background: #14338e;
	border-radius: 25%;
}
.bgar::after{
	left: 4px;
    top: -1px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: translateY(-25%) rotate(135deg);
}


.guide_content h3 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 30px 0 14px;
    padding-bottom: 6px;
    color: #14338e;
}
.guide_num {
    margin: 14px 0 6px !important;
    font-size: 14px;
    font-weight: bold;
}
.guide_content li {
    text-indent: -2.7em;
    padding-left: 2.7em;
    
}
.guide_txt {
    margin-bottom: 0 !important;
}