@charset "UTF-8";

/**
 * 新闻中心
 */
 .page-news header {
    height: 684px;
}
.page-news .banner {
    height: 684px;
}
.detail-banner {
    height: 400px;
}
.news-page-title {
    margin: 45px auto 35px;
}
.news-page-title h2 {
    position: relative;
    font-size: 30px;
    line-height: 2;
    color: #4e4e4e;
}
.news-page-title h2:after {
    content: '';
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    border-bottom: 1px solid #00a4e0; 
}
.news-topic-pic {
    position: relative;
}
.news-topic-pic img {
    width: 100%;
}
.news-topic-pic .news-topic-time {
    position: absolute;
    top: 0;
    left: 0;

    background-color: #00a4e0;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.news-topic-time span, .news-topic-time time {
    display: block;
}
.news-topic-time span {
    font-size: 48px;
    line-height: 1;
}
.news-topic-time time {
    font-size: 14px;
    line-height: 1.4;
}
.news-topic h4 {
    margin: 20px 0 10px;
}
.news-topic h4 a {
    font-size: 18px;
    line-height: 1.4;
    color: #5c5c5c;
}
.news-topic p {
    font-size: 14px;
    line-height: 1.6;
    color: #5c5c5c;
}
.news-topic-more {
    display: inline-block;
    background-color: #00a4e0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    padding: 2px 30px;
    margin-top: 20px;
}
.news-topic-list .news-topic-time {
    text-align: center;
    padding: 10px;
    color: #868686;
}
.news-topic-list .news-topic-time span {
    line-height: 1.2;
}
.news-topic-list .news-topic-time time {
    display: block;
    background-color: #ababab;
    border-radius: 5px;
    color: #fff; 
}
.news-topic-list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0 18px;
}
.news-topic-list li:first-child {
    padding-top: 0;
}
.news-topic-item {
    padding-left: 90px;
}
.news-topic-item h4 a {
    font-size: 18px;
    line-height: 2;
    color: #5c5c5c;
}
.news-topic-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #5c5c5c;
    margin-top: 10px;
}
.news-page-list {
    margin: 100px auto 50px;
}
.news-page-list ul {
    /* margin: 0 auto 40px; */
}
.news-page-list li {
    margin: 40px 0;
}
.news-page-pic {
    width: 280px;
}
.news-topic-pic img {
    width: 100%;
}
.news-page-item {
    padding-left: 300px;
}
.news-page-item h4 a {
    font-size: 18px;
    line-height: 2.3;
    color: #3c3c3c;
}
.news-page-item time {
    display: inline-block;
    /* background-color: #ababab; */
    border-radius: 5px;
    margin: 5px 0 15px;
    color: #999999;
    font-size: 14px;
    line-height: 1.2;
}
.news-page-item p {
    font-size: 14px;
    line-height: 1.8;
    color: #5c5c5c;
}
.pagination .page-item {
    margin: 40px 15px;
}
.pagination .page-link {
    border: none;
    line-height: 120px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
}
.pagination .page-link:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 13px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4b4c4d;
}
.pagination .page-link:hover {
    background-color: transparent;
}
.pagination .page-link:hover::after {
    background-color: #00a4e0;
}
.pagination .active .page-link::after {
    background-color: #00a4e0;
}
.pagination .page-link:hover::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #00a4e0;
    border-radius: 50%;
}
.pagination .active .page-link::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #00a4e0;
    border-radius: 50%;
}
.control-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .carousel-control-next, .carousel-control-prev {
    position: relative;
    width: auto;
}
.container .carousel-control-next img, .carousel-control-prev img {
    width: 26px;
    height: 26px;
}
.container .carousel-control-prev img {
    transform: rotate(180deg);
}
.container .carousel-indicators {
    position: relative;
}
.container .carousel-indicators li {
    height: auto;
    width: auto;
}
.menu-nav-item:hover {
    color: #333;
    text-decoration: none;
}
/**
 * 文章详情页
 */
 .page-news-details header, .page-news-details .banner {
    height: 400px;
}
.page-news-details .news-details {
    background-color: #f6f7f7;
    padding: 45px 0;
}
.news-details {
    background-color: #f6f7f7;
    padding: 45px 0;
}
.news-article {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
    padding: 20px;
}
.news-article h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #5a5a5a;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-attr {
    font-size: 14px;
    line-height: 1.4;
    color: #949494;
}
.news-attr span, .news-attr time {
    display: inline-block;
}
.news-attr span {
    margin-right: 20px;
}
.news-content {
    margin-top: 60px;
}
.news-content, .news-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #5c5c5c;
    text-indent: 2em;
}
.news-content p {
    margin: 1em 0;
}
.news-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}
.news-recomm-block {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding: 10px 15px;
}
.news-recomm-block h3 {
    font-size: 18px;
    line-height: 1.8;
    color: #3c3c3c;
}
.news-recomm-block ul {
    margin-top: 20px;
}
.news-recomm-block li {
    margin-bottom: 20px;
}
.news-recomm-block h4 a {
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3c;
}
.news-recomm-block time {
    font-size: 14px;
    line-height: 1.5;
    color: #b2b2b2;
    margin: 4px 0;
    display: block;
}
.news-recomm-block p {
    font-size: 14px;
    line-height: 1.4;
    color: #949494;
}

.menu-nav .container .menu-nav-item::after {
    background: #ABABAB;
}
.page-item.active .page-link {
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    border: none!important;
    text-decoration:none;
    color:#ffffff;
}
.page-item.active .page-link:focus {
    box-shadow: none;
}
.page-item .page-link:focus {
    box-shadow: none;
}
.page-item .page-link {
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    border: none!important;
    text-decoration:none;
    color:#ffffff;
}

@media (max-width: 992px){
    .clearfix {
        display: flex;
        align-items: center;
    }
    .news-page-item {
        padding-left: 15px;
        width: calc(100% - 140px)
    }
    .news-page-pic {
        height: 100%;
        /* width: 30%; */
    }
    .news-page-pic img{
        width: 140px;
    }
    .ellipsis-three {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
    .news-page-list {
        margin: 20px auto 20px;
    }
    .news-page-item time {
        margin-bottom: 0;
    }
    .news-page-list li {
        margin: 10px 0;
    }
    .news-topic-item {
        padding-left: 15px;
        width: calc(100% - 76px);
    }
    .news-content {
        margin-top: 0;
    }
}

.selectTdClass{background-color:#edf5fa !important}table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}table{margin-bottom:10px;border-collapse:collapse;display:table;}td,th{padding: 5px 10px;border: 1px solid #DDD;}caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}th{border-top:1px solid #BBB;background-color:#F7F7F7;}table tr.firstRow th{border-top-width:2px;}.ue-table-interlace-color-single{ background-color: #fcfcfc; } .ue-table-interlace-color-double{ background-color: #f7faff; }td p{margin:0;padding:0;}