.article-index-wrap h1,
.article-index-wrap h2,
.article-index-wrap h3 {
color: #000009;
font-family: var(--font-family);
}
.article-index-wrap p {
font-size: 17px;
color: #666;
line-height: 1.6;
}

.article-index-wrap > section {
margin: 100px 0;
}

.article-index-wrap .section-header-title {
text-align: center;
font-size: 36px;
font-weight: bold;
color: #000009;
margin-bottom: 40px;
line-height: 1.2;
}

.article-index-wrap .title {
width: 95%;
margin: 0 auto;
text-align: center;
}

.article-index-wrap .title h1,
.article-index-wrap .title h1 a,
.article-index-wrap .title h2,
.article-index-wrap .title h2 a,
.article-index-wrap .title h3,
.article-index-wrap .title h3 a,
.article-index-wrap .title h4,
.article-index-wrap .title h4 a,
.article-index-wrap .title h5,
.article-index-wrap .title h5 a {
font-size: 36px;
letter-spacing: 2px;
color: #000009;
}

.article-index-wrap .title b {
display: block;
margin-bottom: 8px;
font-weight: 100;
color: var(--color-primary);
font-size: 17px;
font-family: var(--font-family);
letter-spacing: 0;
}

.article-index-wrap .title p {
margin-top: 20px;
}

.blog .container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.article-index-wrap .blogfl {
width: 46%;
padding-bottom: 25px;
border-bottom: 2px solid #eee;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}

.blogfl a,
.blogfr li a {
display: block;
overflow: hidden;
}

.blogfl a img,
.blogfr li a img {
width: 100%;
}

.blogfl:hover a img,
.blogfr li:hover a img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.blogfl span,
.blogfr li span {
display: block;
margin: 25px 0 10px;
font-size: 14px;
color: #999;
}

.blogfl:hover {
border-bottom: 2px solid var(--color-primary);
}

.blogfl h3 a,
.blogfr li h3 a {
font-size: 22px;
color: #212121;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.blogfl h3 a:hover,
.blogfr li h3 a:hover {
color: var(--color-primary);
}

.blogfl p,
.blogfr p {
margin-top: 15px;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}

.blogfr {
width: 51%;
}

.blogfr ul {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 25px;
margin: 0;
padding: 0;
list-style: none;
}

.blogfr li {
display: flex;
justify-content: space-between;
margin-bottom: 0;
}

.blogfr li span {
margin: 0 0 10px 0;
}

.blogfr li h3 {
padding-bottom: 12px;
border-bottom: 2px solid #eee;
line-height: 28px;
}

.blogfr li div:first-child {
margin-right: 25px;
flex-shrink: 0;
width: 35%;
}

.blogfr li div:last-child {
flex-grow: 1;
}

.blogfr li p {
margin-top: 10px;
-webkit-line-clamp: 4;
}

@media screen and (max-width: 1580px) {
.article-index-wrap .title h3 {
font-size: 34px;
}

.article-index-wrap p {
line-height: 26px;
}
}

@media screen and (max-width: 1400px) {
.blog-gou span {
width: 80%;
}

.blogfr li h3 {
line-height: 26px;
}

.article-index-wrap .title h1,
.article-index-wrap .title h1 a,
.article-index-wrap .title h3,
.article-index-wrap .title h3 a {
font-size: 32px;
}
}

@media screen and (max-width: 1280px) {
.article-index-wrap > section {
margin: 60px 0;
}
}

@media screen and (max-width: 1024px) {
.article-index-wrap .section-header-title {
font-size: 30px;
margin-bottom: 30px;
}
}

@media screen and (max-width: 960px) {
.article-index-wrap .title {
width: 100%;
}

.article-index-wrap > section {
margin: 40px 0;
}

.article-index-wrap .title h1,
.article-index-wrap .title h1 a,
.article-index-wrap .title h3,
.article-index-wrap .title h3 a {
font-size: 30px;
}

.article-index-wrap p {
font-size: 15px;
line-height: 24px;
}

.article-index-wrap .blogfl {
width: 100%;
margin-bottom: 25px;
}

.blogfr {
width: 100%;
margin-top: 0;
}

.blogfr ul {
gap: 25px;
}

.blogfr li {
flex-wrap: wrap;
}

.blogfr li div,
.blogfr li div img {
width: 100%;
}

.blogfr li div:first-child {
margin-right: 0;
width: 100%;
}

.blogfr li span {
margin-top: 20px;
}

.blog .container,
.blog-dont {
padding-bottom: 20px;
}

.latest-blog .blogfl,
.list-blog .blogfl {
width: 100%;
margin: 30px 0 0;
}
}

@media screen and (max-width: 768px) {
.article-index-wrap .section-header-title {
font-size: 24px;
margin-bottom: 20px;
}
}