.ssicon{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 30px 0 50px;
    width: 100%;
    margin-left: auto;
}
.ssicon p{
    width: 13%;
    text-align: center;
    padding: 4px 0;
    margin: 4px 4px;
    color: #333333;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    font-family: var(--font-family), sans-serif;
}
.bottomBox {
    display: none;
}
#articleInfo20{
    margin: 30px auto;
    width: 95%;
}
#articleInfo20 .itemBox{width: 1280px;margin: auto;padding: 40px 0 0px;overflow: hidden;position: relative;}
#articleInfo20 .tit{
    margin: 40px 20px;
}
#articleInfo20 .tit h3{
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    border-bottom: 1px #191919 solid;
	    font-size: 20px;
	    letter-spacing: 1.5px;
	    font-weight: 500;
}
#articleInfo20 .tit h4{
	font-weight: 500;
	margin: 28px 0 30px;
	padding-bottom: 10px;
	font-size: 23px;
	text-align: left;
	border-bottom: 1px solid rgb(182 153 91 / 48%);
	color: #b6995b;
}
#articleInfo20 .tit h4 span{
    font-weight: 400;
}
.textEditor{
    margin: 40px 0;
}
.textEditor p.PPBox{
    color: #4a4a4a;
    margin: 5px 0 20px;
    font-size: 12px;
}
.textEditor ol{margin: 10px 0 20px;padding-left: 15px;}
.textEditor li{margin: 10px 5px;list-style-type: square;list-style-position: inside;font-size: 15px;line-height: 1.8;letter-spacing: 0.2px;font-weight: 300;font-family: var(--font-family), sans-serif;}
.textEditor h5{
    font-weight: 400;
    margin: 5px 0 10px;
    font-size: 18px;
    color: #b6995b;
    letter-spacing: 0.5px;
}
.textEditor li a{color: #343434;}
.textEditor li a:hover{color:#afb5b9}
@media screen and (max-width: 1280px) {
#articleInfo20 .itemBox{
    width: 85%;
    padding: 70px 0 0px;
}

}
@media screen and (max-width: 1140px) {
	.ssicon{
    display: flex;
    justify-content: space-evenly;
}
.ssicon p{
    width: 20%;
}
.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;
}
#articleInfo20 .tit p{
    margin-left: 10px;
}
#articleInfo20{
    width: 100%;
}
.ssicon p{
    width: 25%;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		padding: 8px;
		margin: 5px;
	}
	#articleInfo20 .tit{
    margin: 30px 0px;
}
.textEditor h5{
    font-size: 16px;
}
.textEditor ol{
    padding-left: 10px;
}
.textEditor li{
    margin: 5px 0px;
}
.ssicon p{
    width: 43%;
}
}
