.ssicon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 50px;
}
.ssicon a{
    width: 31%;
    text-align: center;
    padding: 10px 0;
    margin: 6px;
    color: #333333;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}
.bottomBox {
    display: none;
}
#articleInfo20{
    margin: 30px auto;
}
#articleInfo20 .tit{
    margin: 40px 10px;
}
#articleInfo20 .tit h3{
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    border-bottom: 1px #d4d4d4 solid;
	    font-size: 22px;
	    letter-spacing: 1.5px;
	    color: #060606;
}
#articleInfo20 .tit h4{
	font-weight: 500;
	margin: 20px 0 5px;
	font-size: 18px;
	display: flex;
	align-items: flex-start;
}
#articleInfo20 .tit h4 span{
    font-weight: 400;
}
#articleInfo20 .tit p{
    margin-left: 20px;
    color: rgb(80 80 80);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
}
#articleInfo20 .tit p a{
    vertical-align: top;
    color: #f19353;
}
.textEditor{
    padding: 0 0 10px 0;
    margin-left: 20px;
}
.textEditor .deco{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 50px;
}
.textEditor .deco a{
    width: 19%;
    text-align: center;
    padding: 10px 0;
    margin: 6px;
    color: #333333;
    background-color: #f1f1f1;
    margin-bottom: 0;
}
.textEditor ol{margin: 10px 0 0px;padding-left: 15px;}
.textEditor li{margin: 10px 5px;list-style-type: decimal;list-style-position: inside;color: rgb(80 80 80);font-size: 15px;line-height: 1.8;letter-spacing: 0.2px;font-weight: 600;}
.textEditor h5{
    font-weight: 500;
    margin: 10px 0 10px;
    font-size: 18px;
    color: #3c3c3c;
}
.textEditor li a{color: #343434;}
.textEditor li a:hover{color:#afb5b9}

@media screen and (max-width: 1140px) {
.ssicon{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ssicon a{
    width: 100%;
}
}
@media screen and (max-width: 960px) {
#articleInfo20 ul li article{
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {

.main-article #describe article{
    padding: 10px 0px;
}
#articleInfo20 .tit h3{
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    font-size: 19px;
	    letter-spacing: 0.5px;
}
#articleInfo20 .tit h4{
	margin: 20px 0 10px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
	.textEditor .deco{
    margin: 10px 0 0px;
}
#articleInfo20 .tit p{
    margin-left: 0px;
}
	.textEditor .deco a{
    width: 29%;
}
	.textEditor{
    margin-left: 0px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		padding: 8px;
		margin: 5px;
	}
	#articleInfo20 .tit{
    margin: 30px 10px;
}
}
