/**!
 * 哈尔滨市公共资源交易平台-阳光采购
 * author: qianyuting
 * date:2021-01-13
 */

/* 顶部政策法规、系统操作手册 */

.banner {
    position: relative;
    height: 340px;
    background: url('../images/sunshine_purchase_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: 80px;
    line-height: 75px;
    padding: 0 50px;
    margin-bottom: 3px;    
    color: #bc1d22;
    font-size: 22px;
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/banner_link_bg2.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/ygcg_banner_icon1.png');
}

.banner-link-item:nth-child(2) span {
    background-image: url('../images/ygcg_banner_icon2.png');
}

.banner-link-item:nth-child(3) span {
    background-image: url('../images/nccq_banner_icon1.png');
}

.banner-link-item:nth-child(4) 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: 9px;
}

.login-item {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
}

.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/login_icon1.png');
}

.login-item:nth-child(2) span {
    background-image: url('../images/login_icon2.png');
}

.login-item:nth-child(3) span {
    background-image: url('../images/login_icon3.png');
}

.login-item:nth-child(4) span {
    background-image: url('../images/login_icon4.png');
}

.login-item:hover {
    color: #fff;
    background-color: #d25e62;
}

.login-item:nth-child(1):hover span {
    background-image: url('../images/login_icon1_white.png');
}

.login-item:nth-child(2):hover span {
    background-image: url('../images/login_icon2_white.png');
}

.login-item:nth-child(3):hover span {
    background-image: url('../images/login_icon3_white.png');
}

.login-item:nth-child(4):hover span {
    background-image: url('../images/login_icon4_white.png');
}
/* 入口 */

.entrance-item .entrance-card {
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16)!important;    
}