/* banner============================================================================================== */

#container .banner {
    width: 100%;
    height: 3.2rem;
    background: url(../img/daynicinfo/banner.png) no-repeat;
    background-size: 100%;
    background-size: cover;
}

#container .banner .container {
    height: 100%;
}

#container .banner .container h2 {
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
}

#container .banner .container .tips {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
}

#container .company-news {
    padding-top: 0.4rem;
}

#container .company-news #imgshowBanner {
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.02) 43%, #0a3b84 100%);
}

#container .company-news #imgshowBanner .carousel-inner {
    width: 100%;
    height: 100%;
}

#container .company-news #imgshowBanner .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

#container .company-news #imgshowBanner .carousel-inner .carousel-item img {
    width: 100%;
    height: 3.78rem;
}

#container .company-news #imgshowBanner .carousel-inner .carousel-item .info-text {
    box-sizing: border-box;
    padding: 0.2rem;
    background: #FFFFFF;
}

#container .company-news #imgshowBanner .carousel-inner .carousel-item .info-text .label {
    font-size: 0.24rem;
    font-weight: 500;
    color: #0060EB;
    margin-right: 0.2rem;
}

#container .company-news #imgshowBanner .carousel-inner .carousel-item .info-text p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#container .company-news #imgshowBanner .carousel-indicators {
    margin-bottom: 1.3rem;
    margin-left: 80%;
    margin-right: 0.28rem;
}

#container .company-news #imgshowBanner .carousel-indicators button {
    width: 3px;
    height: 3px;
}

#container .info-all {
    margin-top: 0.6rem;
}

#container .info-all .tab-header-box {
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

#container .info-all .tab-header-box span {
    margin-right: 0.4rem;
    display: block;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    padding-bottom: 2px;
    cursor: pointer;
}

#container .info-all .tab-header-box span:hover,
#container .info-all .tab-header-box span.active {
    border-bottom: 3px solid #0060eb;
}

#container .info-all .tab-content {
    padding-bottom: 0.8rem;
    display: none;
}

#container .info-all .tab-content .tips {
    text-align: center;
    font-size: 0.24rem;
    color: #666666;
    height: 1rem;
    line-height: 1rem;
}

#container .info-all .tab-content .items {
    cursor: pointer;
    margin-bottom: 0.2rem;
    position: relative;
    top: 0;
    transition: all 0.5s;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
}

#container .info-all .tab-content .items h4 {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#container .info-all .tab-content .items p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#container .info-all .tab-content .items .tips-info span {
    font-size: 0.24rem;
    font-weight: 500;
    color: #999999;
    margin-right: 0.2rem;
}

#container .info-all .tab-content .items .tips-info span img {
    width: 0.2rem;
    height: 0.16rem;
    position: relative;
    margin-right: 5px;
}

#container .info-all .tab-content .items:hover {
    top: -5px;
    box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 1);
}

#container .info-all .tab-content .page-box {
    margin-top: 0.8rem;
}

#container .info-all .tab-content .page-box div {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background: #ffffff;
    border-radius: 0.08rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #333333;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    cursor: pointer;
}

#container .info-all .tab-content .page-box div:hover,
#container .info-all .tab-content .page-box div.active {
    color: #ffffff;
    background: #0060eb;
}

#container .info-all .tab-content .page-box .page-left img,
#container .info-all .tab-content .page-box .page-right img {
    width: 0.12rem;
    height: 0.24rem;
}

#container .info-all .tab-content .page-box .page-left.disabled img,
#container .info-all .tab-content .page-box .page-left.disabled:hover img {
    opacity: 0.2 !important;
}

#container .info-all .tab-content .page-box .page-right.disabled img,
#container .info-all .tab-content .page-box .page-right.disabled:hover img {
    opacity: 0.2 !important;
}

#container .info-all .tab-content .page-box .page-right.disabled:hover,
#container .info-all .tab-content .page-box .page-left.disabled:hover {
    background: #ffffff;
}

#container .info-all .tab-content .page-box .page-left img {
    transform: rotate(180deg);
}

#container .info-all .tab-content .page-box .page-left .sel,
#container .info-all .tab-content .page-box .page-right .sel {
    display: none;
}

#container .info-all .tab-content .page-box div.page-left:hover .sel,
#container .info-all .tab-content .page-box div.page-right:hover .sel {
    display: inline;
}

#container .info-all .tab-content .page-box div.page-left:hover .un,
#container .info-all .tab-content .page-box div.page-right:hover .un {
    display: none;
}