li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
    border: none;
}
h1 {
    margin: 0;
}
button {
    cursor: pointer;
}
a {
    color: #333;
    text-decoration: none;
}
body{
    background: linear-gradient( 360deg, #FFFFFF 0%, #EBEFFF 100%);

}
.blog-titles{
    font-weight: bold;
    font-size: 40px;
    color: #01184B;
    line-height: 48px;
    margin-bottom: 20px;
}
header {
    width: 100%;
    height: 60px;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
}
header > div {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
header > div > a {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
}
.blog_detail_container {
    padding-top: 60px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.blog_detail_container > .back_btn {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 20px;
    color: #000;
}
.blog_detail_container > .detaile_content {
    display: flex;
    justify-content: center;
    gap: 30px;
    /* margin-top: 24px; */
    width: 100%;
    flex-wrap: wrap;
}
.blog_detail_container > .detaile_content > .details {
    max-width: 990px;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}
.blog_detail_container > .detaile_content > .details > h1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 45px;
    margin-bottom: 24px;
}
.blog_detail_container > .detaile_content > .details > img {
    margin-bottom: 20px;
    /*width: 100%;*/
    height: 300px;
}
.blog_detail_container > .detaile_content > .details > div {
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 24px;
}
.blog_detail_container > .detaile_content > .details > div > p {
    align-items: center;
    column-gap: 9px;
}
.blog_detail_container > .detaile_content > .details > div > p > span {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.blog_detail_container > .detaile_content > .details > div > p > img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.blog_detail_container > .detaile_content > .details > div > span {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
}
.blog_detail_container > .detaile_content > .bannerList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 28px;
}
.blog_detail_container > .detaile_content > .bannerList > img {
    width: 392px;
    height: 285px;
}
.blog-content-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 30px; */
    width: 420px;
    /* position: sticky; */

}
.blog-content-list > a.advertiseLogo{
    width: 100%;
    height: 420px;
}
.blog-content-list > a.advertiseLogo>img{
    width: 100%;
    height: 100%;
}
.blog-content-list > a:not(.advertiseLogo) {
    width: 100%;
    height: 368px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #eeeeee;
    display: inline-block;
    background: #fff;
}
.header-title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 12px;
    color: rgba(1,19,74,0.7);
    border-bottom: 1px solid #EEEEEE
}
.header-title>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../blog/public/images/more_arraw.png) no-repeat center center;
    background-position: 0 0;
}
.header-title>a {
    color: rgba(1,19,74,0.7)
}

.header-title>a:hover {
    color: #2049EE
}

.blog-content-list > a > img {
    width: 100%;
    height: 210px;
}
.blog-content-list > a > h2 {
    font-weight: bold;
    font-size: 16px;
    color: #01134a;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}
.blog-content-list > a > div {
    display: flex;
    align-items: center;
}
.blog-content-list > a > div > img {
    width: 40px;
    height: 40px;
    margin-right: 9px;
}
.blog-content-list > a > div > p:nth-of-type(1) {
    font-size: 16px;
    color: #01134a;
    line-height: 19px;
}
.blog-content-list > a > div > p:nth-of-type(2) {
    font-size: 14px;
    color: rgba(1, 19, 74, 0.6);
    margin-left: auto;
}
.blog_detail_container .title_guide_container {
    width: 385px;
    border-radius: 8px 8px 8px 8px;
    padding: 18px;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
}
.blog_detail_container .title_guide_container h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

@media screen and (max-width: 980px) {
    .blog_detail_container {
        padding: 20px;
        box-sizing: border-box;
        padding-top: 80px;
    }
    .blog_detail_container > .detaile_content > .details > h1 {
        line-height: 32px;
        font-size: 24px;
    }
}

.blog_detail_container > .detaile_content > .details > div img {
    width: 100%;
}