.sty_homepage_tab {
    width: 1240px;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 0px;
}

maincontent.nav {
    display: block;
    width: 1400px;
    margin: 0 auto;
    letter-spacing: 2px;
}

maincontent.nav .sty_sub {
    letter-spacing: normal;
}

maincontentbg.nav {
    display: block;
    background: url('../images/navpage/bg.png') no-repeat bottom;
    /* height: calc(100% + 225px); */
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

maincontent.nav pagecontent {
    display: block;
    width: 100%;
    /* height: calc(100% + 160px); */
    margin: 0 auto;
    /* background: url('../images/navpage/bg.png') no-repeat bottom; */
    /* padding-left: 250px; */
}

maincontent.nav navtop {
    height: 50px;
    /* padding-left: 250px; */
}

navpage {
    width: 100%;
    margin: 0 auto;
}

.sty_navlist {
    display: block;
    width: 1240px;
    margin: 20px auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.sty_navlist li {
    padding: 20px;
    width: 600px;
    height: 280px;
    border: 1px solid #ededed;
    position: relative;
    float: left;
    margin-bottom: 10px;
    background-color: #fff;
}

.sty_navlist li:nth-child(2n) {
    margin-left: 40px;
}

.sty_navlist li li_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.sty_navlist li .sty_title {
    font-size: 20px;
    align-self: flex-end;
    color: #024180;
    font-weight: bolder;
}

.sty_navlist li .sty_sub {
    font-size: 12px;
    color: #b8b8b8;
    margin-left: 8px;
    font-weight: normal;
}

.sty_navlist li li_content {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.sty_navlist li li_content .sty_intro {
    margin-left: 10px;
    color: #878787;
    font-size: 14px;
    margin-top: 0px;
}

.sty_navlist li .sty_btn {
    width: 80px;
    height: 30px;
    border: 1px solid #b0c3f0;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 17px;
    right: 32px;
}

.sty_navlist li .sty_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.sty_navlist li .sty_btn a::before,
.sty_navlist li .sty_btn a::after {
    content: '';
    position: absolute;
    top: 4px;
    width: 5px;
    height: 20px;
    background-color: #3963c5;
}

.sty_navlist li .sty_btn a::before {
    left: -6px;
}

.sty_navlist li .sty_btn a::after {
    right: -6px;
}

.sty_navlist .sty_footer {
    display: flex;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
}

.sty_footer_info>p>img,
.sty_footer_info>p>span {
    vertical-align: middle;
}

.sty_footer_info>p>span {
    font-size: 13px;
    /* font-weight: 600; */
}

.sty_footer_info .sty_footer_title {
    color: #024180;
    font-weight: 700;
    font-size: 15px;
}

.sty_footer_info {
    margin-left: 15px;
    align-self: center;
}

#userinfo_pop_div {
    box-shadow: 0px 0px 5px 5px #eee;
    background-color: #fff;
    text-align: left;
    width: auto;
    min-width: 180px;
    padding: 5px;
    padding-left: 10px;
    letter-spacing: 0;
    z-index: 10;
}

#userinfo_pop_div p {
    margin: 0px;
    white-space: nowrap;
}