/*常见问题 开始*/
.title_34 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 30px;
    letter-spacing: 1px;
    color: #393939;
    text-align: center;
}
.h2_title {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}
.text_18 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.text_18::before {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_right.png) no-repeat top center;
    margin-right: 11px;
}
.text_18::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_left.png) no-repeat top center;
    margin-left: 11px;
}
.cjwt {
	margin: 0 auto;
	width: 1100px;
}
.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%;
	}
	.cjwt {
		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
	}
	.title_34 {
		font-size: 35px;
	}
	.text_18 {
		font-size: 14px;
	}
}
.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 {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding-left: 2%;
    cursor: pointer;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	outline:none;
}
.qna summary:hover {
	background: #ea5413;
	color: #fff;
	font-weight: 700;
}
.entry-content p:last-child {
    margin-bottom: 0;
	color: #000;
}
details p {
    margin: 0 15px;
    font-size: 14px;
	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: 20px 0;
	font-size: 1.4rem;
	color: #666;
	    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.KCYD_SS h4 {
	font-size: 1.8rem;
	color: #333;
	border-left: 4px solid #3ca5f6;
	padding: .2rem 1rem;
}
/*常见问题 结束*/