.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #226EBC);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #226EBC);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 110px 0 30px 0 !important;
}


.page .bottom_main .banner {
    background: url(//file.zhupinhr.com/law/law-news-bg.jpg) no-repeat 50% 0;
    background-size: 100%;
    /*padding: 40px 50px 40px 100px;*/
    padding: 80px 0;
}

.page .bottom_main .banner h3 {
    color: #fff;
    font-size: 28px;
    text-align: center;
}


.page .bottom_main .news-box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.page .bottom_main .news-box .news-left-list {
    width: 60%;
}

.page .bottom_main .news-box .news-left-list .news-item {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.page .bottom_main .news-box .news-left-list .news-item .news-desc {
    height: 100px;
    position: relative;
    margin-right: 20px;
}

.page .bottom_main .news-box .news-left-list .news-item .news-desc .news-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示三行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
}

.page .bottom_main .news-box .news-left-list .news-item .news-desc .news-attr {
    position: absolute;
    bottom: 10px;
}

.page .bottom_main .news-box .news-left-list .news-item .news-desc .news-attr span {
    color: #777;
    /*margin-top: 10px;*/
}

.page .bottom_main .news-box .news-left-list .news-item .news-desc .news-attr span:nth-child(2) {
    padding: 0 10px;
}

.page .bottom_main .news-box .news-left-list .news-item img {
    width: 200px;
    height: 100px;
    border-radius: 8px;
}


.page .bottom_main .news-box .news-right-list {
    width: 35%;
    padding: 0 20px 20px;
}

.page .bottom_main .news-box .news-right-list .news-item {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.page .bottom_main .news-box .news-right-list .news-item .news-desc {
    height: 60px;
    position: relative;
    margin-right: 15px;
}

.page .bottom_main .news-box .news-right-list .news-item .news-desc .news-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示三行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */

}

.page .bottom_main .news-box .news-right-list .news-item .news-desc .news-attr {
    position: absolute;
    bottom: 2px;
    color: #777;
}

.page .bottom_main .news-box .news-right-list .news-item img {
    width: 120px;
    height: 60px;
    border-radius: 8px;
}



/*无招聘信息列表提示*/
.notFound{
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
}

.notFound img{
    width: 140px;
    height: 120px;
}
.notFound .content2{
    flex: 1;
    padding: 0 60px;
    color: #6d6d6d;
    line-height: 30px;
}
.notFound .content2 .title{
    font-size: 22px;
    color: #000;
    line-height: 120px;
}
.notFound .content3 span{
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
}




.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.be-article-hd{
    width: calc(100% - 20px);
    font-size: 16px;
    color: #343434;
    margin: 10px;
    background-color: #f8f8f8;
}
.be-article-hd > span {
    color: #226EBC;
}
