﻿

.carousel {
    position: relative;
    height: 380px;
}

.carousel-indicators li {
    width: 60px;
    height: 4px;
    border: none;
    border-radius: 0;
    background-color: rgba(255,255,255,.5);
    margin: 0 4px;
}

.carousel-indicators .active {
    width: 60px;
    height: 4px;
    background-color: white;
    margin: 0 4px;
}

.carousel-inner .item {
    background-position: center;
    height: 380px;
}


.news-list-sec-gray {
    background: #f5f5f5;
    height: 1500px;
}

.news-list-sec {
    position: absolute;
    top: 380px;
    left: 50%;
    margin-left: -600px;
}

.news-list-container {
    overflow: hidden;
}

.news-list-wrap {
    width: 926px;
    float: left;
    border-radius: 8px;
}

.news-list {
    background-color: white;
    padding: 36px 34px;
    border-radius:8px;
}

.right-wrap {
    width: 250px;
    float: right;
}

    .right-wrap > div {
        display: inline-block;
    }

.igc-banner-wrap {
    background: url(/industryNews/images/1.png) no-repeat;
    height: 360px;
    width: 250px;
    color: white;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    border-radius: 8px;
}

    .igc-banner-wrap > p {
        margin: 0;
    }

        .igc-banner-wrap > p:first-of-type {
            font-size: 28px;
            margin-top: 70px;
        }


        .igc-banner-wrap > p:nth-of-type(3) {
            margin-top: 50px;
        }

    .igc-banner-wrap > a {
        width: 110px;
        border: 1px solid white;
        background-color: transparent;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 50px;
        display: inline-block;
        color: white;
    }



.new-time {
    font-size: 14px;
    color: #999;
    text-align: right;
}

.first-new-wrap {
    padding: 30px 60px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.first-new-title {
    overflow: hidden;
}

.new-zy {
    text-indent: 28px;
    color: #999;
    font-size: 14px;
    margin: 20px 0;
    height:40px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-title {
}

    .new-title h2 {
        margin: 0;
        font-size: 20px;
        color: #333;
    }

    .new-title:hover h2{
        color:#1196EE;
    }

.top_line {
    margin-top: 20px;
    padding-top: 20px;
    /*border-top: 1px dashed #e8e5e5;*/
}

.pagebox {
    text-align: center;
    margin: 50px auto 10px auto;
}

    .pagebox ul {
        display: inline-block;
    }

        .pagebox ul li {
            list-style: none;
            float: left;
            margin: 0 6px;
            /*border: 1px solid #1196EE;*/
            border-radius: 4px;
            background:white;
        }

            .pagebox ul li a {
                padding: 0px 15px;
                font-size: 14px;
                cursor: pointer;
                line-height: 36px;
                display: block;
                color:#333;
            }


            .pagebox ul li:hover {
                background-color: #1196EE ;
                color: white ;
            }

                .pagebox ul li:hover a {
                    color: white ;
                }

.noPage {
    cursor: not-allowed !important;
    background-color: #ddd !important;
    border: 1px solid #ddd !important;
}

    .noPage a {
        color: darkgray  !important;
        cursor: not-allowed;
        
    }

    .noPage:hover a {
        color: darkgray !important;
        cursor: not-allowed !important;
    }


.p-active {
    background-color: #1196EE !important;
}

    .p-active a {
        color: white !important;
    }

.newsTargetId .top_line:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.newsTargetId img{
    max-height:220px;
}


.detail-a a {
    font-size: 16px;
    color: #0294f5;
}

     .hyzx {
            height: 80px;
            line-height: 80px;
            background: url('/industryNews/images/2.png') no-repeat;
            font-size: 24px;
            text-align: center;
            border-radius: 8px 8px 0 0;
            color: white;
        }

        .industry-news-wrap ul {
            padding: 0 20px;
            background: white;
            border-radius: 0 0 8px 8px;
        }

        .industry-news-wrap li {
            list-style: none;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .industry-news-wrap li:last-of-type {
                border-bottom: none;
            }

        .industry-news-wrap a {
            color: #333;
        }

            .industry-news-wrap a:hover {
                color: #0294f5;
            }

             .carousel-inner .item {
            background-repeat: no-repeat;
            background-position: center;
        }

            .carousel-inner  a {
                display: block;
                width: 100%;
                height: 100%;
            }