/**!
 * 哈尔滨市公共资源交易平台-农村产权
 * author: qianyuting
 * date:2021-01-13
 */

/* 顶部政策法规、系统操作手册 */

.banner {
    position: relative;
    height: 340px;
    background: url('../images/rural_property_rights_banner.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner-logo {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-links {
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-link-item {
    display: block;
    width: 314px;
    height: 94px;
    line-height: 90px;
    padding: 0 50px;
    margin-bottom: 30px;    
    color: #bc1d22;
    font-size: 22px;
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/banner_link_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.banner-link-item:last-child {
    margin-bottom: 0;
}

.banner-link-item span {
    padding-left: 55px;
    background-position: left center;
    background-repeat: no-repeat;
}

.banner-link-item:nth-child(1) span {
    background-image: url('../images/nccq_banner_icon1.png');
}

.banner-link-item:nth-child(2) span {
    background-image: url('../images/nccq_banner_icon2.png');
}

/* 左侧轮播 */

.centre-news .owl-carousel {
    width: 435px;
}

/* 新闻中心 */

.centre-news .tabview {
    width: 485px;
    margin-left: 20px;
}

.news-items li a {
    line-height: 35px;
}

/* 系统登录 */

.login-entry {
    width: 230px;
}

.login-entry-tit {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
}

.login-list {
    margin-top: 13px;
}

.login-item {
    display: block;
    height: 64px;
    line-height: 64px;
    padding: 0 10px 0 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login-item:last-child {
    margin-bottom: 0;
}

.login-item span {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}

.login-item:nth-child(1) span {
    background-image: url('../images/system_login_icon1.png');
}

.login-item:nth-child(2) span {
    background-image: url('../images/system_login_icon2.png');
}

.login-item:nth-child(3) span {
    background-image: url('../images/system_login_icon3.png');
}

.login-item:hover {
    color: #fff;
    background-color: #d25e62;
}

.login-item:nth-child(1):hover span {
    background-image: url('../images/system_login_icon1_white.png');
}

.login-item:nth-child(2):hover span {
    background-image: url('../images/system_login_icon2_white.png');
}

.login-item:nth-child(3):hover span {
    background-image: url('../images/system_login_icon3_white.png');
}

/* 入口 */

.entrance-item .entrance-card {
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16)!important;    
}

/* 交易公告 */

.trade-tab .inner-tab-body {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.trade-tab .bdl[data-target="2"] .inner-tab-body {
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
}

.trade-list {
    margin: -10px -12px;
}

.trade-item {
    width: 25%;
    padding: 10px 12px;
    box-sizing: border-box;
}

.trade-box {
    position: relative;
    display: block;
    height: 260px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
}

.trade-box-img {
    display: block;
    width: 100%;
    height: 160px;
}

.trade-info {
    height: calc(100% - 160px);
    padding: 0 4px;
    border: 1px solid #fff;
    border-top: 0;
    box-sizing: border-box;
}

.trade-box:hover .trade-info {
    border-color: #a88fbc;
}

.trade-name {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trade-value {
    line-height: 36px;
    color: #999;
}

.trade-value span {
    color: #bc1d22;
}

.trade-ststus {
    position: absolute;
    right: -4px;
    bottom: 12px;
    width: 119px;
    height: 42px;
    line-height: 36px;
    padding: 6px 10px 0;
    color: #fff;
    background: url('../images/pro_status_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    z-index: 2;
}

/* 相关单位 */

.unit-list {
    margin: -12px;
}

.unit-item {
    width: 25%;
    padding: 12px;
    box-sizing: border-box;
}

.unit-card {
    display: block;
    height: 80px;
    padding: 18px 20px 0;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
    box-sizing: border-box;
}

.unit-card:hover {
    background: url('../images/unit_bg.png') no-repeat;
    background-size: 100% 100%;
}

.unit-logo {
    display: block;
    width: 44px;
    height: 44px;
}

.unit-name {
    width: calc(100% - 60px);
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
