/* 
author:袁丽
time：20210701
title：企业动态 */

html,
body {
    height: 100%;
}

.header-search-ipt {
    width: unset;
    text-align: left;
}

input {
    float: unset;
    float: none;
}

.top-header {
    background: url('../images/pages/header-bg.png')left top no-repeat;
    background-size: 100% 100%;
}

.top-header .header {
    background: transparent;
}

.width-12 {
    width: 1200px;
    margin: 0 auto;
}

.main {
    padding-top: 3px;
    padding-bottom: 32px;
    background: #f6f7f8;
    position: relative;
    min-height: calc(100% - 225px);
}

.main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    top: 0;
    left: 0;
    background: #e5dfdf;
}


/* 顶部导航条 */

.navigation-wrap {
    font-family: 'SourceHanSansCN-Regular';
    line-height: 56px;
    font-size: 16px;
    color: #333;
}

.navigation-current-item {
    padding-left: 28px;
    margin-right: 21px;
    position: relative;
    background: url('../images/pages/position-icon.png')left center no-repeat;
}

.navigation-current-item::after {
    content: '>';
    width: 10px;
    position: absolute;
    right: -21px;
    top: 0;
}

.navigation-bar-item:last-child {
    color: #fc6e21;
}

.navigation-bar-item {
    padding: 0 11px;
    cursor: pointer;
}

.navigation-bar-item+.navigation-bar-item {
    position: relative;
    margin-left: 10px;
}

.navigation-bar-item+.navigation-bar-item::before {
    content: '>';
    position: absolute;
    left: -11px;
    color: #333;
}


/* 具体内容部分 */

.main-content-wrap {
    padding: 16px 32px 30px 30px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 15px rgba(134, 133, 133, .08);
    font-family: 'SourceHanSansCN-Regular';
	min-height: 721px;
}


/* tab的按钮部分 */

.enterprise-header-wrap {
    border-bottom: 1px solid #eae8e8;
}

.enterprise-header-item {
    line-height: 49px;
    font-size: 20px;
    position: relative;
    font-family: 'SourceHanSansCN-Bold';
    cursor: pointer;
}

.enterprise-header-item.current {
    color: #e53335;
}

.enterprise-header-item.current::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #e53335;
}

.enterprise-header-item+.enterprise-header-item {
    margin-left: 50px;
}

.search-wrap {
    position: absolute;
    right: 32px;
    top: 16px;
}

.search-wrap .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    background: url('../images/pages/search-icon-normal.png')left center no-repeat;
}

.search-wrap .search-btn:hover {
    background-image: url('../images/pages/search-icon-active.png');
}

.search-input-ele {
    padding-left: 14px;
    padding-right: 30px;
    width: 260px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.search-input-ele::placeholder {
    color: #afb6bf;
}

.search-input-ele::-moz-placeholder {
    color: #afb6bf;
}

.search-input-ele::-webkit-input-placeholder {
    color: #afb6bf;
}


/* 企业动态具体列表内容 */

.news-wrap {
    margin-top: 6px;
}

.new-item {
    padding-left: 32px;
    padding-right: 20px;
    width: 100%;
    line-height: 50px;
    /* height: 52px; */
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.new-item::before {
    content: '';
    margin-top: -11px;
    position: absolute;
    left: -1px;
    top: 50%;
    width: 2px;
    height: 22px;
    background: #f3b3b4;
}

.new-item:hover {
    border-color: #d92a2b;
}

.new-item:hover .item-title {
    color: #d92a2b;
}

.new-item:hover::before {
    background: #d92a2b;
}

.new-item.exist-img {
    padding-left: 205px;
    background-size: 160px 105px;
    background-position: left 22px top 16px;
    background-repeat: no-repeat;
}

.new-item .item-time {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
    color: #333;
}

.new-item .item-title {
    width: calc(100% - 102px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.new-item.exist-img .item-title {
    padding-top: 9px;
    line-height: 38px;
    font-family: 'SourceHanSansCN-Medium';
}

.new-item.exist-img .item-content {
    padding-bottom: 13px;
    line-height: 26px;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
    color: #666;
}

.new-item+.new-item {
    margin-top: 17px;
}


/* 分页插件样式修改 */


.page-wrapper {
    position: relative;
    margin-top: 40px;
    height: 50px;
    width: 100%;
	text-align: center;
}

.prev {
    vertical-align: middle;
}

.next {
    vertical-align: middle;
}

.pagination {
    position: absolute;
    left: 50%;
    margin-left: -257px;
    bottom: 0;
}

.msg-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
}

.msg-page .active {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}


/* .msg-page .jump-btn {
    border: none;
    width: 44px;
    line-height: 26px;
    height: 26px;
    vertical-align: middle;
    color: #fff;
    background-color: #eaa00d;
} */

.msg-page .jump-btn {
    border: none;
    margin-left: 12px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    color: #fff;
    background-image: -moz-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
}

.msg-page .jump-btn:hover {
    background-image: -moz-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
}

.msg-page .jump-ipt {
    /* margin-left: 190px; */
    margin-left: 164px;
    /* margin-right: 28px; */
    float: none;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: middle;
    color: #333;
}

.change-page-num,
.page-action {
    position: absolute;
    top: 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

.page-action {
    /* right: 118px; */
    /* right: 92px; */
    right: 84px;
}

.change-page-num {
    width: 100px;
    /* right: 170px; */
    /* right: 144px; */
    right: 136px;
}

.page-wrapper .chosen-list-container {
    /* margin-right: 10px; */
    width: 100px!important;
    height: 30px!important;
    vertical-align: top;
    line-height: 28px!important;
}

.page-wrapper .ewb-sel {
    padding-left: 6px;
    display: none;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle!important;
    color: #333!important;
}

.page-wrapper .chosen-container {
    margin-right: 10px;
    width: 100px!important;
    height: 30px;
    line-height: 28px;
    font-family: 'SourceHanSansCN-Regular';
}

.page-wrapper .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    margin-right: 10px;
    height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 14px;
    background: #fff!important;
    color: #333;
}

.page-wrapper .chosen-container-single .chosen-default {
    width: 100%;
    color: #888;
}

.page-wrapper .chosen-container-single .chosen-single.cur {
    color: #333;
}

.page-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
}

.page-wrapper .chosen-container-single .chosen-single span {
    margin-right: 24px;
    height: 28px;
    line-height: 28px;
    font-size: 14px!important;
    color: #333!important;
}

.page-wrapper .chosen-container-single .chosen-single div {
    width: 24px;
    padding: 0;
}

.page-wrapper .chosen-container-single .chosen-single div b {
    width: 24px;
    height: 28px;
    background: url('../images/pages/page-chosen-down.png') left center no-repeat!important;
}

.page-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/pages/page-chosen-up.png') left center no-repeat!important;
}

.page-wrapper .chosen-container .chosen-results li.highlighted {
    background: #fdebeb!important;
    color: #d92a2b!important;
}

.page-wrapper .chosen-container-single .chosen-drop {
    bottom: 30px!important;
    top: unset!important;
    border: none;
    border-top: 0;
    border-radius: 0;
    background-color: #fff!important;
}

.page-wrapper .chosen-container .chosen-search {
    display: none;
}

.page-wrapper .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 300px;
    color: #676767;
    border: 1px solid #ddd;
    background-color: #fff;
}

.page-wrapper .chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
}

.page-wrapper .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

