#container {
    background: #f2f4f7;
}


/* 主体 */


/* banner============================================================================================== */

#container .banner {
    width: 100%;
    height: 542px;
    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: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

#container .banner .container .tips {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

#container .company-news {
    padding-top: 60px;
}

#container .company-news .img-show-box {
    width: 752px;
    height: 410px;
}

#container .company-news .img-show-box #imgshowBanner {
    width: 750px;
    height: 409px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.02) 43%, #0a3b84 100%);
}

#container .company-news .img-show-box #imgshowBanner .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    background: url(../img/daynicinfo/test.png) no-repeat center center;
    background-size: 100%;
}

#container .company-news .img-show-box #imgshowBanner .carousel-inner .carousel-item .info-text {
    padding-top: 346px;
    padding-bottom: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.02) 43%, #0a3b84 100%);
}

#container .company-news .img-show-box #imgshowBanner .carousel-inner .carousel-item .info-text .label {
    display: block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 10px;
}

#container .company-news .img-show-box #imgshowBanner .carousel-inner .carousel-item .info-text p {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    width: 432px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#container .company-news .img-show-box #imgshowBanner .carousel-indicators {
    margin-bottom: 2rem;
    margin-left: 85%;
    margin-right: 0;
}

#container .company-news .img-show-box #imgshowBanner .carousel-indicators button {
    width: 7px;
    height: 7px;
}

#container .company-news .text-show-box {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 0 4px 4px 0;
    width: 390px;
    box-sizing: border-box;
    height: 410px;
}

#container .company-news .text-show-box li.items {
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

#container .company-news .text-show-box .line {
    width: 100%;
    border: 1px dotted #cbcbcb;
}

#container .company-news .text-show-box li.items h4 {
    font-size: 18px;
    font-weight: 500;
    width: 99%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

#container .company-news .text-show-box li.items p {
    width: 99%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#container .company-news .text-show-box li.items:hover h4,
#container .company-news .text-show-box li.items.active h4 {
    color: #0060eb;
}

#container .info-all {
    margin-top: 60px;
}

#container .info-all .tab-header {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 40px;
}

#container .info-all .tab-header .tab-header-box {
    box-sizing: border-box;
    padding-left: 22px;
}

#container .info-all .tab-header .tab-header-box span {
    margin-right: 30px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 23px;
    height: 50px;
    cursor: pointer;
}

#container .info-all .tab-header .tab-header-box span:hover,
#container .info-all .tab-header .tab-header-box span.active {
    border-bottom: 7px solid #0060eb;
}

#container .info-all .tab-header .search-box {
    width: 194px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    padding: 10px;
}

#container .info-all .tab-header .search-box img {
    width: 15px;
    width: 15px;
}

#container .info-all .tab-header .search-box input {
    width: 90%;
    background: none;
    outline: none;
    border: none;
    padding-left: 10px;
}

#container .info-all .tab-content {
    padding-bottom: 40px;
    display: none;
}

#container .info-all .tab-content .tips {
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 500px;
    line-height: 500px;
}

#container .info-all .tab-content .items {
    cursor: pointer;
    margin-bottom: 60px;
    position: relative;
    top: 0;
    transition: all 0.5s;
}

#container .info-all .tab-content .items>img {
    width: 360px;
    /* height: 210px; */
    border-radius: 8px 8px 0 0;
}

#container .info-all .tab-content .items .text-box {
    width: 360px;
    /* height: 171px; */
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    top: -30px;
}

#container .info-all .tab-content .items .text-box h4 {
    font-size: 19px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#container .info-all .tab-content .items .text-box p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#container .info-all .tab-content .items .text-box .tips-info span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

#container .info-all .tab-content .items .text-box .tips-info span img {
    width: 18px;
    height: 15px;
    position: relative;
    top: 3px;
    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 div {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-left: 5px;
    margin-right: 5px;
    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: 6px;
    height: 12px;
}

#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;
}