
.eg24_mod2_links {
    padding-top: 40px;
}
.eg24_mod2_links ul li {
    margin: 0 20px;
}
.eg24_mod2_links ul li a {
    display: block;
    width: 54px;
}
.eg24_mod2_links ul li a img {
    width: 100%;
}
.eg24_mod2_links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
li.egg2HoverLink {
    position: relative;
}
.hover-img{
    display: none;
    position: absolute;
    border: 1px solid #555856;
    border-radius: 8px;
    overflow: hidden;
}
li.egg2HoverLink:hover .hover-img{
    display: block;
}
.blog404-main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.blog404_l_t {
    width: 940px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
}

.blog404_l_t img {
    width: 216px;
    margin: 0 auto;
    margin-top: 70px;
}

.blog404_l_txt {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    padding-top: 50px;
}

.blog404_l_link {
    width: 160px;
    height: 40px;
    background: #008750;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
}

.blog404_l_link a {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    height: 100%;
    line-height: 40px;
}
.blog404-body {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.blog404_l_b{
    border-top: 1px solid #E0E3E1;
    padding-top: 30px;
    margin-top: 60px;
}
.blog404_l_desc {
    font-weight: 400;
    font-size: 16px;
    color: #555856;
    line-height: 22px;
    text-align: center;
}
/*right*/
.blogDetails_right {
    width: 240px;
}
.blogDetails_right_item {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    line-height: 23px;
    padding-bottom: 10px;
    position: relative;
}
.blogDetails_right_item:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 14px;
    background: #008750;
    border-radius: 2px;
    left: 0;
    top: 6px;
}
.blogDetails_right_item span{
    padding-left: 20px;
}
.blogDetails_right ul li {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(18,23,21,0.18);
    margin-bottom: 16px;
}

.blogDetails_right ul li img {
    width: 100%;
}

.blogDetails_right_l1 {
    font-size: 20px;
    font-weight: 600;
    color: #1C201E;
    line-height: 20px;
    padding: 10px 10px 0 10px;
}

.blogDetails_right_l2 {
    font-size: 14px;
    font-weight: 400;
    color: #555856;
    line-height: 14px;
    padding: 10px;
}




