
.index-box:not(.white_header) .layout-header .sy-header {
    -webkit-transition: none;
    -moz-transition: unset;
    -ms-transition: unset;
    transition: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}
.index-box:not(.white_header) .layout-header {
    position: fixed;
    z-index: 10;
    background: transparent;
}
.index-container {
    height: 850px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    background: #f3f9ff url(../images/bg.jpg) no-repeat bottom center;
}
.index-container h1 {
    font-size: 60px;
    color: #3d4853;
}
.index-container h3 {
    font-size: 24px;
    color: #3d4853;
}
.index-container button {
    width: 255px;
    height: 60px;
    border: none;
    background: #3fabff;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
    margin: 50px 0 20px 0;
    box-shadow: 0px 0px 12px 0px rgb(118 194 255);
    letter-spacing: 3px;
    transition: all 0.3s;
    position:relative;
    overflow:hidden;
}
.index-container button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-transform: translate(0,-105%);
    transform: translate(0,-105%);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.25);
}
.index-container button:hover {
    opacity:1;
    box-shadow: 0px 8px 12px 0px rgb(114 166 209);
}
.index-container button:hover::before {
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.index-container p {
    font-size: 16px;
    color: #3d4853;
}
.index-container p span {
    margin:0 20px 0 0;
}
.show_body {
    position: relative;
    height: 100%;
    padding: 0 2%;
    background-color: transparent;
    padding-top: 90px;
}

.index_introduction {text-align: left;position: relative;padding: 70px 0;}

.index_info span:first-child {
    color: #fff;
    display: block;
    font-size: 48px;
}

.index_info span:nth-child(2) {
    color: #fff;
    font-size: 36px;
}
.index_info p{
    margin-top:40px;
    color:#fff;
    font-size:16px;
    line-height:30px;
}
.opt_container {margin-top: 45px;}

.free_btn {
    width: 220px;
    height: 60px;
    border-radius: 8px;
    background-color: #3fabff;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    /* box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.11); */
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing:grayscale;
    -webkit-transition:border-color 2s,color 4s;
    transition:border-color 0.4s,color 0.4s;
    position: relative;
    z-index:1;
    cursor:pointer;
}
.free_btn:hover::before {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.free_btn::before {
    -webkit-transition-timing-function:cubic-bezier(0.2,1,0.3,1);
    transition-timing-function:cubic-bezier(0.2,1,0.3,1);
}
.free_btn:before {
    content:'';
    background: #08d2ff;
    position:absolute;
    left:0;
    top:0;
    width: 220px;
    height: 60px;
    z-index:-1;
    opacity:0;
    -webkit-transform:scale3d(0.2,1,1);
    transform:scale3d(0.2,1,1);
    -webkit-transition:-webkit-transform 0.4s,opacity 0.4s;
    border-radius: 8px;
}

.free_btn span {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
}
.resume_edit_tips {position: absolute;bottom: -22px;right: 0;}

.online_resume_section {
    background-color: #eef0f1;
    text-align: center;
}
.online_resume_container {
    min-width: 1300px;
    margin: 0 auto;
    padding: 0 100px 70px 100px;
    background: linear-gradient(179deg, #3aa9ff, #007ad9);
}
.online_resume_container .online_resume_list_header .online_resume_list_title {
    display: block;
    font-size: 36px;
    color: #ffffff;
}

.online_resume_container .online_resume_list_header {
    padding: 50px 0px 40px;
}
.online_resume_container .online_resume_list_header span:last-child {
    font-size: 16px;
    color: #fff;
}
.online_resume_container .online_resume_list_header span i {
    width: 33px;
    border-top: 1px solid rgb(121, 133, 151);
    display: inline-block;
    margin: 4px 15px;
}

.online_resume_section .online_resume_container .online_resume_list {
    text-align: left;
    width: calc(100% - 52px);
}

.online_resume_list_content {
    position: relative;
}
.online_resume_list_content .opt_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #95cdf9;
    box-shadow: 1.753px 3.595px 9px 0px rgba(35, 35, 35, 0.07);
    margin-top: -26px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.online_resume_list_content .opt_btn svg {
    display: inline-block;
    margin-top: 12px;
    margin-left: -4px;
}

.online_resume_list_content .next_btn.opt_btn {
    right: -45px !important;
    left: auto;
}

.online_resume_list_content .next_btn.opt_btn svg {
    margin-left: 3px;
}

.online_resume_list_content .opt_btn:hover {
    background: #ffffff;
}

.online_resume_list_content ul {
}

.online_resume_list_content ul li.template_list {
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    /* height: 262px; */
    width: 155px;
    margin-right: 15px;
}

.online_resume_list_content ul li.template_list .img {position: relative;}
.online_resume_list_content ul li.template_list .img img {
    width: 100%;
    height: 100%;
}
.online_resume_list_content ul li.template_list .img span.mengceng {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(10 19 69 / 35%);
}
.online_resume_list_content ul li.template_list .img:hover span.mengceng {
    display: inline-block;
}
.online_resume_list_content ul li.template_list .img span.mengceng a.chakan {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0px 0px -71px;
    border-radius: 4px;
    background-color: #3fabff;
    width: 142px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: rgb(244, 244, 244);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 30%);
}
.online_resume_list_content ul li.template_list .img span.mengceng a.chakan:hover {
    background-color:#0b95ff;
}
.online_resume_section .online_resume_container label a {
    background: #fff;
    width: 164px;
    height: 54px;
    line-height: 54px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgb(206, 206, 206);
    font-weight: initial;
    font-size: 14px;
    color: rgb(143, 143, 143);
    margin: 20px 0px 0px;
}



.word_section {
    background-color: #fff;
    text-align: center;
}

.word_container .word_list_header {
    padding: 40px 0px 30px;
}

.word_container .word_list_header .word_list_title {
    display: block;
    font-size: 30px;
    color: rgb(22, 22, 22);
}
.word_container .word_list_header span {
    font-size: 14px;
    color: #000;
}
.word_container .word_list_header span i {
    width: 33px;
    border-top: 1px solid rgb(121, 133, 151);
    display: inline-block;
    margin: 4px 15px;
}
.word_section .word_container .word_list li span.mengceng {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgb(10 19 69 / 35%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: black;
    text-align: center;
}
.word_section .word_container .word_list li s{
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 12px;
    background: #3fabff;
    color: #fff;
    border-radius: 20px;
    line-height: 20px;
    padding: 0 8px;
}
.word_section .word_container .word_list li .img {
    position: relative;
}
.word_section .word_container .word_list li .img:hover span.mengceng {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.word_section .word_container .word_list li span.mengceng a.chakan {
    width: 142px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: #3fabff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: rgb(244, 244, 244);
    transition: all .3s;
}
.word_section .word_container .word_list li span.mengceng a.chakan:hover {background: #138fef;}
.word_section .word_container .word_list li .title span {
    vertical-align: middle;
    overflow: hidden;
    text-overflow:
            ellipsis;
    white-space: nowrap;
}
.word_section .word_container .word_list li .title span:hover {
    color: #3fabff;
}
.word_section .word_container .word_list img {width: 100%;height: 100%;}

.word_section .word_container .word_list li .title .hit_text {
    display: inline;
    float: right;
    margin-right: 8px;
}
.word_section .word_container .word_list li .title .hit_text a.aliconfont {
    margin-right: 4px;
}
.word_section .word_container label a {
    background: #fff;
    width: 164px;
    height: 54px;
    line-height: 54px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgb(206, 206, 206);
    font-weight: initial;
    font-size: 14px;
    color: rgb(143, 143, 143);
    margin: 0;
}
.word_section .word_container label a:hover {
    opacity: 0.8;
}


.word_section .word_container .word_list {
    text-align: left;
}
.word_section .word_container .word_list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 2px;
}
.word_section .word_container .word_list li {
    display: inline-block;
    background: #eef0f1;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-right: 14px;
    min-width: 234px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
}

.word_section .word_container .word_list li .title {
    z-index: 10;
    text-align: left;
    height: 30px;
    line-height: 36px;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.word_section .word_container .word_list li .title a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.word_section .word_container .word_list li .title .hit_text {
    display: inline;
    float: right;
    margin-right: 8px;
    color: #000;
    display: none;
}
.word_section .word_container .word_list li .title .hit_text a.aliconfont {
    margin-right: 4px;
    display: none;
}
.word_section .word_container .word_list li .title .pay_text {
    display: inline;
    float: right;
    margin-right: 8px;
    color: #aaaaaa;
}
.word_section .word_container .word_list li .title .pay_text a.aliconfont {
    font-size: 12px;
    margin-right: 4px;
}
.word_section .word_tags {
    margin:30px 0 50px 0;
}
.word_section .word_tags ul{
    display: flex;
    justify-content: center;
}
.word_section .word_tags ul li {
    min-width: 310px;
    text-align: left;
    border-left:1px solid #dde0e2;
    padding-left: 30px;
}
.word_section .word_tags ul li:last-child{
    border-right:1px solid #dde0e2;
}
.word_section .word_tags h4 {
    padding:0;
    margin:0;
    margin-bottom:15px;
}
.word_section .word_tags h4 a{
    font-weight:bold;
    font-size:16px;

}
.word_section .word_tags .tags a{
    color:#5c5c5c;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.word_section .word_tags .tags a:hover,.word_section .word_tags .tags a.checked{
    color:#55c7ff;
}
.hr_service {
    padding: 0 2%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ffffff;
}
.hr_service .hr_service_content {
    max-width: 1240px;
    width: auto;
    height: 330px;
    margin: 0 auto;
}

.hr_service .hr_service_content .service_left {
    display: inline-block;
}

.hr_service .hr_service_content .service_left .sercie_title h2 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(22, 22, 22);
}

.hr_service_content .service_left .sercie_title p.desc {
    margin: 0px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(48, 53, 59);
}

.hr_service_content .service_left .service_desc {
    width: 470px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(106, 110, 115);
    line-height: 1.429;
    margin: 35px 0px;
}

.service_desc {}

.hr_service_content .service_left a.goto_custome {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    background-color: #3fabff;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.hr_service .hr_service_content .service_right {
    display: inline-block;
    vertical-align: top;
    width: 695px;
    float: right;
}

.hr_service .hr_service_content .service_right img {
    width: 100%;
}
.hr_service .opt_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(218, 223, 230);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.hr_service .hr_content {
    position: relative;
    margin: 20px auto 50px;
    text-align: center;
    max-width: 1340px;
}
.hr_service .opt_btn svg {
    display: inline-block;
    margin-top: 9px;
}

.hr_service .next_btn.opt_btn {
    right: -50px !important;
    left: auto;
}

.hr_service .next_btn.opt_btn svg {
    margin-left: 3px;
}
@media only screen and (max-width: 1340px) and (min-width: 0){
    .hr_service .next_btn.opt_btn{right:0px !important;}
    .hr_service .pre_btn.opt_btn{left:0px !important;}
}

.hr_service .opt_btn:hover {
    background: #3fabff;
}
.hr_container {
    width: calc(100% - 101px);
}
.hr_service .hr_content ul {
}

.hr_service .hr_content ul li.hr_item {
    display: inline-block;
    height: 220px;
    text-align: center;
    border: 1px solid rgb(217, 224, 233);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.03);
}

.hr_service .hr_content ul li.hr_item .img {
    margin-top: 30px;
}
.hr_service .hr_content ul li.hr_item .img img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.hr_service .hr_content ul li.hr_item p.name {
    font-size: 16px;
    color: rgb(57, 71, 91);
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0px 15px;
}

.hr_service .hr_content ul li.hr_item p.info {
    font-size: 14px;
    color: rgb(57, 71, 91);
    line-height: 1.2;
    margin: 0px 0px 30px;
}

.hr_service .hr_content ul li.hr_item .tag {
    text-align: center;
}
.hr_service .hr_content ul li.hr_item .tag span {
    display: inline-block;
    width: auto;
    height: 28px;
    border: 1px solid rgb(217, 224, 233);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 28px;
    color: rgb(57, 71, 91);
    padding: 0px 5px;
    font-size: 12px;
}



.index_user_choose_intro {
    background-image: url(//file.100chui.com/files/upload/image/202008/c74272b8-73e8-41d9-8260-de4776d10f91.png);
    text-align: center;
    color: #fff;
    padding: 65px 2%;
}

.index_user_choose_intro .choose_info h2 {
    font-size: 32px;
    margin: 0;
}

.index_user_choose_intro .choose_info span {
    display: inline-block;
    margin-top: 15px;
}

.index_user_choose_intro .choose_info span i {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: 0 8px;
    background-color: #fff;
    vertical-align: middle;
}
.index_user_choose_intro img {
    width: 100%;
}
.index_user_choose_intro .middle_info .info_item {
    width: 320px;
    height: 200px;
    margin-left: 20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    text-align-last: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
}
.index_user_choose_intro .middle_info .info_item:first-child{margin-left:0px}
.index_user_choose_intro .middle_info {
    margin-top: 120px;
    text-align: justify;
    text-align-last: justify;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_user_choose_intro .middle_info .title {position: absolute;width: 100%;top: -45px;}

.index_user_choose_intro .middle_info .title img {
    width: 74px;
    height: 74px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(227, 227, 227);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

.index_user_choose_intro .middle_info .title .name {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(94, 94, 94);
    line-height: 1.2;
    margin-top: 5px;
}

.index_user_choose_intro .middle_info .title .exp {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(135, 135, 135);
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}

.index_user_choose_intro .middle_info .info_item .desc {
    position: absolute;
    bottom: 0px;
    height: 100px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(140, 140, 140);
    line-height: 1.429;
    text-align: justify;
    text-align-last: left;
    padding: 20px;
}

.index_user_choose_intro .bottom_info {
    height: 150px;
    margin-top: 100px;
    background: url(/static/pc/index/images/company_logo.png);
    background-repeat: no-repeat;
    background-position:center;
}
.article_section {
    background-color: #ffffff;
    padding-bottom: 60px;
}

.article_section .article_container .article_header {
    text-align: center;
}
.article_container .article_header  .article_list_title {
    display: block;
    font-size: 30px;
    color: rgb(22, 22, 22);
}
.article_container .article_header  span:last-child {
    font-size: 14px;
    color: rgb(121, 133, 151);
}
.article_container .article_header  span i {
    width: 33px;
    border-top: 1px solid rgb(121, 133, 151);
    display: inline-block;
    margin: 4px 15px;
}

.article_section .article_container .article_content {
    margin: 70px 0px 10px 0px;
    width: 1240px;
    height: 370px;
}
.article_section .article_container .article_content .index_artile_right{
    display: inline-block;
    width: 600px;
}

.article_section .article_container .article_content .index_artile_left
{
    display: inline-block;
    width: 630px;
    margin-bottom: 18px;
    vertical-align: top;
}

.article_section .article_container .article_content .index_artile_left .title
{
    color: rgb(143, 143, 143);
    font-size: 16px;
    padding-bottom: 18px;
    display: block;
}

.am-tabs-bd .list-word .list-word-li .am-gallery-item .zx-hover-panel {
    height: 305px;
    background: rgba(30, 144, 255, .4);
    width: 217px
}

.article_section .article_section {

}

.article_section .article_container {
    margin: 0px auto;
    width: 1240px;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content .image
{
    border: 1px solid rgb(235,235,235);
    width: 206px;
    height: 138px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.index_artile_left .index_artile_left_content .info .info_title
{
    font-size: 18px;
    color: rgb(161, 161, 161);
}
.index_artile_left .index_artile_left_content .info .info_title:hover {
    color: #3fabff;
}
.article_section .article_container .article_content .index_artile_left .index_artile_left_content .info .info_content
{
    font-size: 14px;
    color: rgb(156, 156, 156);
    margin-top: 13px;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content .info
{
    width: 350px;
    display: inline-block;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content
{
    display: inline-block;
    margin-bottom: 30px;
}

.article_section .article_container .article_content .index_artile_right .title
{
    color: rgb(143, 143, 143);
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
.article_section .article_container .hot_topic span {
    color: rgb(143, 143, 143);
    font-size: 16px;
    padding-bottom: 18px;
    display: block;
}
.hot_topic {
    margin-top: 60px;
}
.article_section .article_container .hot_topic .hot_topic_li {
    width: 23%;
    height: 100%;
    display: inline-block;
    margin-right: 20px;
}

.article_section .article_container .hot_topic .hot_topic_li img {
    width: 100%;
}

.article_section .article_container .hot_topic .hot_topic_li span {
    position: relative;
    top: 0px;
}

.index_user_choose_intro img {
    width: 100%;
    margin-top: 15px;
}


.article_section .article_container .article_header {
    text-align: center;
}
.article_section .article_container .article_content {
    margin: 30px 0px 10px 0px;
    width: 1240px;
    height: 370px;
}
.article_section .article_container .article_content .index_artile_right{
    display: inline-block;
    width: 600px;
}

.article_section .article_container .article_content .index_artile_left
{
    display: inline-block;
    width: 630px;
    margin-bottom: 18px;
    vertical-align: top;
}

.article_section .article_container .article_content .index_artile_left .title
{
    color: rgb(143, 143, 143);
    font-size: 16px;
    padding-bottom: 18px;
    display: block;
}

.am-tabs-bd .list-word .list-word-li .am-gallery-item .zx-hover-panel {
    height: 305px;
    background: rgba(30, 144, 255, .4);
    width: 217px
}

.article_section .article_section {

}

.article_section .article_container {
    margin: 0px auto;
    width: 1240px;
}

.index_artile_left .index_artile_left_content img
{
    padding: 5px;
    width: 100%;
    height: 100%;
}
.index_artile_left .index_artile_left_content img:hover {
    opacity: 0.8;
}
.index_artile_left .index_artile_left_content .image
{
    border: 1px solid rgb(235,235,235);
    width: 206px;
    height: 138px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.index_artile_left .index_artile_left_content .info .info_title
{
    font-size: 18px;
    color: #636363;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content .info .info_content
{
    font-size: 14px;
    color: rgb(156, 156, 156);
    margin-top: 13px;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content .info
{
    width: 350px;
    display: inline-block;
}

.article_section .article_container .article_content .index_artile_left .index_artile_left_content
{
    display: inline-block;
    margin-bottom: 30px;
}

.article_section .article_container .article_content .index_artile_right .title
{
    color: rgb(143, 143, 143);
    font-size: 16px;
    display: block;
}

.article_section .article_container .article_content .index_artile_right li {
    width: 45%;
    margin: 10px 15px 0px;
    list-style: disc;
    float: left;
}
.article_section .article_container .hot_topic span {
    color: rgb(143, 143, 143);
    font-size: 16px;
    padding-bottom: 18px;
    display: block;
}
.hot_topic {
    margin-top: 0;
}
.article_section .article_container .hot_topic .hot_topic_li {
    width: 23%;
    height: 100%;
    display: inline-block;
    margin-right: 20px;
    transition: transform 1s;
    -moz-transition: -moz-transform 1s; /* Firefox 4 */
    -webkit-transition: -webkit-transform 1s; /* Safari and Chrome */
    -o-transition: -o-transform 1s; /* Opera */
}
.article_section .article_container .hot_topic .hot_topic_li:hover {
    transform: scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.article_section .article_container .hot_topic .hot_topic_li img {
    width: 100%;
}

.article_section .article_container .hot_topic .hot_topic_li span {
    position: relative;
    top: 0px;
}

.moban-link {
    height: 50px;
    background-color: rgb(0, 0, 0);
    color: #aeb6bd;
    text-align: center;
    line-height: 50px;
    min-width: auto;
}

.moban-link a {
    margin-right: 50px;
}

.online_resume_tags {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.online_resume_tags a {
    width: auto;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    background: #fff;
    color: #000;
    padding: 0 20px;
    margin: 0 10px;
}
.online_resume_tags a:hover {
    color: #3fabff;
}
.online_resume_tags a.active {
    color: #fff;
    background: #3fabff;
}