
.xuezhi{
    box-sizing: border-box;
    background-size: cover;
	padding: 30px 0;
}
.xz-title{
	margin: 40px auto 20px;
    text-align: left;
	width: 70%;
	font-weight: 700;
}
.xz-main {
	padding: 49px 59px;
    box-sizing: border-box;
	width: 862px;
	margin: 40px auto 20px;
	background: #ffffff85;
	border-radius: 15px;
	box-shadow: 1px 1px 10px #33333324;
}
@media (max-width: 767px) {
	.xz-main {
		padding: 20px;
		font-size: 14px;
		width: 90%;
	}
	.xz-title {
		width: 90%;
	}
}
i {
    vertical-align: middle;
    margin-right: 10px;
    color: #ea5413;
}
.line_07 {
    padding-bottom: 60px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.title_30 {
    font-size: 30px;
    color: #3b3d49;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}
.title_30 span {
    font-family: CalifornianFB-Bold;
    font-size: 60px;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffba00;
}
.ul_3 {
    padding-top: 9px;
    width: 1000px;
    margin: auto;
}
.ul_3 .ul3-1 {
    width: 1000px;
    height: 200px;
    background: #fff;
    position: relative;
    margin: 23px auto;
}
.ul_3 .img_1 {
    width: 300px;
    height: 200px;
	overflow: hidden;
	display: inline-block;
}
.ul_3 .img_1 img {
	height: 200px;
}
.f_l {
    float: left;
}
.ul_3 .text_box {
    width: 690px;
    height: 200px;
	display: inline-block;
	vertical-align: top;
	background: #f6f8fa;
}
.ul_3 .text_box .title_1 {
    font-size: 24px;
    color: #333;
    padding: 10px 0 0 40px;
    font-weight: bold;
}
.ul_3 .text_box .text_1 {
    font-size: 24px;
    color: #453d7a;
    padding: 0px 30px 0 40px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    text-align: justify;
}

.ul_3 .ul3-2 {
	padding: 0 0 40px 100px
}
.ul_3 .line_bg {
	width: 1000px;
    height: 0.5px;
    background-color: #e6e6e6;
	margin: auto;
}
@media (max-width: 767px) {
	.main {
		width: 100%;
		padding: 0 10px;
	}
	.title_30 {
		font-size: 20px;	
	}
	.ul_3 {
		padding: 0;
		width: 100%;
	}
	.ul_3 .ul3-1 {
		width: 100%;
		height: auto;
	}
	.ul_3 .ul3-1 .img_1 {
		width: 100%;
		height: auto;
	}
	.ul_3  .ul3-1 .text_box {
		width: 100%;
		height: auto;
		padding-bottom: 40px;
	}
	.ul_3 .line_bg {
		width: 100%;	
	}
	.ul_3 .img_1 img {
		height: auto;
	}
	.ul_3 .ul3-2 {
		padding: 10px;
	}
	.ul_3 .text_box .title_1 {
		font-size: 18px;
	}
}
/*常见问题 开始*/
.cjwt {
	margin: 0 auto;
	width: 1100px;
}
@media (max-width: 767px) {
	.cjwt {
		width: 90%;
	}
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
	width: 100%;
}

@media(min-width:782px){
	.wp-block-columns{
		flex-wrap:nowrap
		
	}
	.wp-block-column{
		flex-basis:100%!important;
		width: 100%;
	}
}

@media(max-width:599px){
	.wp-block-column{
		flex-basis:100%!important;
		width: 100%;
	}
}
@media(min-width:600px) and (max-width:781px){
	.wp-block-column{
		flex-basis:calc(50% - 16px)!important;
		flex-grow:0
	}
	.wp-block-column:nth-child(2n){
		margin-left:32px
	}
}
@media(min-width:782px){
	.wp-block-column{
		flex-basis:0%;flex-grow:1
	}
	.wp-block-column[style*=flex-basis]{
		flex-grow:0
	}
	.wp-block-column:not(:first-child){
		margin-left:32px
	}
}
.wp-block-columns.are-vertically-aligned-top{
	align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center{
	align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom{
	align-items:flex-end
}
.wp-block-column.is-vertically-aligned-top{
	align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center{
	-ms-grid-row-align:center;align-self:center
}
.wp-block-column.is-vertically-aligned-bottom{
	align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
	width:100%
}
details , summary {
	display: block;	
}
details summary::-webkit-details-marker{
	color: #999;
}
details summary:hover::-webkit-details-marker{
	color: #ff6873;
}
.qna summary {
    line-height: 50px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding-left: 2%;
    cursor: pointer;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	outline:none;
	font-size: 16px;
    font-weight: 600;
}
.entry-content p:last-child {
    margin-bottom: 0;
	color: #000;
}
details p {
    margin: 0;
    padding: 0 15px 15px;
    font-size: 14px;
    font-weight: 600;
	word-wrap: break-word;
    line-height: 1.8;
}
.KCYD_SS a  {
    margin: 0;
    color: #28ab9c;
    font-weight: bold;
    padding: 0.3em 0.6em 0.4em;
    border-radius: 0.4em;
	font-size:15px;
	display: block;
}
.KCYD_SS {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	font-size: 1.4rem;
	color: #666;
	line-height: 2.2rem;
}
.KCYD_SS h4 {
	font-size: 1.8rem;
	color: #333;
	border-left: 4px solid #3ca5f6;
	padding: .2rem 1rem;
}
/*常见问题 结束*/