
/* banner 在common.css中 */
/* 面包屑 在common.css中 */


/* 新闻中心.html */
/* 新闻列表 */
.news_list {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.news_list .li {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 0.3rem;
    background: #FFFFFF;
    border-bottom: 0.01rem solid #E2E0E0;
    transition: all 0.3s;
}
.news_list .li:nth-child(-n+3) {
    margin-top: 0;
}
.news_list .li:nth-child(3n) {
    margin-right: 0;
}
.news_list .li .new_img {
    width: 100%;
    height: 2.8rem;
}
.news_list .li .new_info {
    padding: 0.2rem 0.27rem 0.25rem;
}
.news_list .li .tit {
    font-size: 0.18rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list .li .date {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    color: #999999;
}
/* hover status */
.news_list .li:hover {
    border-color: #167BD4;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}
.news_list .li:hover .tit {
    color: #167BD4;
}




/* 新闻详情.html */
/* 标题 */
.titbox {
    width: 100%;
    margin-top: 0.3rem;
}
.titbox .t1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.32rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.titbox .t2 {
    margin-top: 0.5rem;
    padding-bottom: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    border-bottom: 0.01rem solid #DCDCDC;
}
.titbox .t2 .fonts1 {
    margin-right: 0.7rem;
    font-size: 0.16rem;
}
.titbox .t2 .fonts2 {
    font-size: 0.16rem;
}
/* 内容 */
.new_pass {
    margin-top: 0.3rem;
}
.new_pass p {
    text-indent: 2em;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    font-weight: 500;
    color: #333333;
    line-height: 0.3rem;
}
.new_pass img {
    max-width: 70%;
    max-height: 70%;
    margin: 0.3rem auto;
}
/* 底部导航 */
.bot_nav {
    width: 100%;
    background: #EFF3F9;
}
.bot_nav .center {
    width: 14rem;
    height: 1.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bot_nav .btn {
    display: flex;
    align-items: center;
}
.bot_nav .btn i {
    width: 0.1rem;
    height: 0.17rem;
}
.bot_nav .btn .icon2 {
    display: none;
}
.bot_nav .btn .tonav {
    display: block;
    max-width: 5rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot_nav .btn:hover .tonav {
    color: #167BD4;
}
.bot_nav .btn:hover .icon1 {
    display: none;
}
.bot_nav .btn:hover .icon2 {
    display: block;
}
.bot_nav .prev .i {
    margin-right: 0.15rem;
}
.bot_nav .prev .icon1 {
    transform: rotate(180deg);
}
.bot_nav .prev .tonav {
    padding-left: 0.2rem;
    border-left: 0.01rem solid #949494;
}
.bot_nav .next .i {
    margin-left: 0.15rem;
}
.bot_nav .next .icon2 {
    transform: rotate(180deg);
}
.bot_nav .next .tonav {
    padding-right: 0.2rem;
    border-right: 0.01rem solid #949494;
}




/* 人才招聘.html */
/* 左侧导航 */
.recrut_nav {
    margin-right: 0.47rem;
}
.recrut_nav .item {
    display: block;
    width: 2.58rem;
    height: 0.54rem;
    margin-top: 0.25rem;
    padding-left: 0.34rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E8E8E8;
    font-size: 0.22rem;
    color: #333333;
    font-weight: 500;
    line-height: 0.54rem;
}
.recrut_nav .item:first-child {
    margin-top: 0.02rem;
}
.recrut_nav .item:hover {
    color: #167BD4;
}
.recrut_nav .active {
    font-weight: bold;
    color: #167BD4;
    background: #DEEFFB;
    border-left: 0.04rem solid #167BD4;
}
/* 右侧列表 */
.recrut_inf {
    flex: 1;
}
.recrut_inf .list {
    padding-left: 0.45rem;
    border-left: 0.01rem solid #D9D9D9;
}
.recrut_inf .list .item {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.35rem 0.5rem;
    background: #F5F5F5;
    border: 0.01rem solid #E8E8E8;
    cursor: pointer;
    background-size: cover;
    transition: all 0.3s;
}
.recrut_inf .list .bg2 {
    background-image: url("../images/news/recrut_bgc2.png") !important;
}
.recrut_inf .list .item:first-child {
    margin-top: 0;
}
.recrut_inf .list .show_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recrut_inf .list .info {
    width: 8.4rem;
}
.recrut_inf .list .job {
    width: 4.23rem;
    font-size: 0.22rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recrut_inf .list .params {
    margin-top: 0.25rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #CFCFCF;
    display: flex;
    align-items: center;
}
.recrut_inf .list .m1 {
    padding: 0 0.25rem;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    color: #999999;
    line-height: 1;
    border-right: 0.01rem solid #CFCFCF;
}
.recrut_inf .list .m1:first-child {
    padding-left: 0;
}
.recrut_inf .list .m1:last-child {
    border-right: none;
}
.recrut_inf .list .require {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recrut_inf .list .arrow img {
    width: 0.13rem;
    height: 0.22rem;
    object-fit: contain;
    transition: all 0.3s;
}
.recrut_inf .list .arrow .a2 {
    display: none;
}
/* hover status */
.recrut_inf .list .item:hover {
    background-image: url("../images/news/recrut_img1.png");
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.recrut_inf .list .item:hover .job {
    color: #167BD4;
}
.recrut_inf .list .item:hover .a1 {
    display: none;
}
.recrut_inf .list .item:hover .a2 {
    display: block;
}
/* 展开的信息 */
.recrut_inf .list .real_in {
    width: 8.8rem;
    display: none;
}
.recrut_inf .list .real_in .li {
    width: 100%;
    padding: 0.35rem 0;
    border-bottom: 0.01rem solid #CFCFCF;
}
.recrut_inf .list .real_in .li:last-child {
    border-bottom: unset;
}
.recrut_inf .list .real_in .tit {
    font-size: 0.16rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.recrut_inf .list .real_in .entry {
    margin-top: 0.2rem;
}
.recrut_inf .list .real_in .entry p {
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.3rem;
}
.recrut_inf .list .real_in .toudi {
    width: 1.5rem;
    height: 0.42rem;
    background: #167BD4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #FFFFFF;
}
.recrut_inf .list .real_in .toudi img {
    width: 0.26rem;
    height: 0.12rem;
    margin-left: 0.1rem;
}
.recrut_inf .list .real_in .toudi:hover {
    background: #4093db;
}

