﻿.news__common-btn {
    width: 90px;
    height: 30px;
    border: 1px solid #333333;
    color: #333333;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.news__common-btn a{
    color: #333333;
}

.news__common-btn:hover {
    border: 1px solid #C7000B;
    color: #fff;
    background: #C7000B;
}
.news__common-btn:hover a{
    color: #fff;
}

.news_contents {
    /* width: 100%; */
    margin-top: 2% ;
}

.nav-tabs {
    background: #FFFFFF;
    /* border-bottom: 3px #3498db solid; */
}


.news_industry_top {
    /* height: 100%; */
    background-color: #F9F9F9;
    margin:0 1px;
}


.news_industry_top_box {
    height: 320px;
    display: block;
    padding-left: 0 !important;
}

.news_industry_top_desc {
    padding: 2% 3%;
}
.news_industry_top_desc a{
    color: #333;
}

.news_industry_top__img {
    width: 100%;
    height: 320px;
    object-fit: fill;
}

.news_industry_box {
    display: block;
    margin: 2% 0;
    /* height: 100%; */
}
.news_industry_img_box{
    width: 100%;
    /* object-fit: fill; */
}

.news_industry_box .ellipsis-multiline {
    line-height: 25px;
    color: #737373;
    margin: 15px 15px 15px 0;
}

.new-detail__box_title{
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}


/******************** 分页样式 ******************/
.pagination-outer {
    text-align: center;
}

.pagination {
    /* font-family: 'Allerta Stencil', sans-serif; */
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #333;
    background: transparent;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    height: 44px;
    width: 44px;
    margin-left: 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
    color: #fff;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    /* padding: 8% 5%; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.pagination li a.page-preNext {
    padding: 8%;
    width: 28px;
    height: 28px;
    background: #E6E6E6;
    border-radius: 50%;
    text-align: center;
}

/* .pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    border-radius: 50% 0 50% 50%;
} */
.pagination li a.page-link:after {
    background: #fff;
    height: 5px;
    width: 5px;
    border: none;
    box-shadow: 0 0 0 transparent;
    opacity: 0;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: auto;
    bottom: 0;
}

.pagination li a.page-link:hover:after,
.pagination li.active a.page-link:after {
    opacity: 1;
    bottom: 85%;
}

.pagination li:first-child a.page-link:before {
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

.pagination li:first-child a.page-link:hover:before {
    border-radius: 50% 0 50% 50%;
}

.pagination li:first-child a.page-link:after {
    transform: translateX(0) translateY(-50%);
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
}

.pagination li:first-child a.page-link:hover:after {
    right: 80%;
}

.pagination li:last-child a.page-link:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.pagination li:last-child a.page-link:hover:before {
    border-radius: 50% 0 50% 50%;
}

.pagination li:last-child a.page-link:after {
    transform: translateX(0) translateY(-50%);
    bottom: auto;
    top: 50%;
    left: 0;
}

.pagination li:last-child a.page-link:hover:after {
    left: 80%;
}

@media only screen and (max-width: 480px) {
    .pagination {
        display: block;
    }

    .pagination li {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.new-detail__box {
    height: 100%;
    padding: 3% 5%;
    background-color: #fff;
    margin-top: 3%;
}

.new-detail__box img{
    margin: 8px auto;
}

.new-detail__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.new-detail__text p span img{
    width: 100%;
    height: 100%;
}
/* 上一篇 下一篇 */
.zdpc_preNext{
    margin: 20px auto ;
}
.zdpc_preNext a{
    color:#999999
}


/************* 服务中心 ************/
.service-box {
    background-color: #fff;
    height: 10%;
    margin: 4% auto;
}

.service-box__title {
    font-size: 36px;
}

.service-form {
    margin: 2% auto;

}

.service-form .form-control,
.service-form .btn {
    border-radius: 0;
}

.service-form .row input {
    height: 50px;
    background-color: #F7F7F7;
    font-size: 18px;
}

.service-form textarea {
    background-color: #F7F7F7;
    font-size: 18px;
    height: 115px;
}

.service-form__submitBtn {
    width: 20%;
    height: 40px;
    margin: 2% auto;
    font-size: 16px;
}

.service-form__submitBtn:hover {
    background-color: #fff;
    color: #C7000B;
    border:#C7000B 1px solid;
    /* animation: opacityChange 5s infinite linear; */
}

.form-control {
    -webkit-box-shadow:none;
    box-shadow:none;
    border: none;
}



/* 分页 */
.pagination-outer{
    margin: 5% auto;
}
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.page_left_botton .btn,
.page_right_botton .btn{
    border-radius: 50%;
    color: #fff;
    margin: auto 10px;
}
.pagebutton .btn{
    color: #333333;
    margin: auto 10px;


}
.preButton,
.nextButton{
    background: #E6E6E6;
    color: #fff;
    border-radius: 50%;
    margin:auto  20px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; 
}

.homeButton,
.lastButton,
.page_left_botton span:first-child,
.page_right_botton a:last-child{
    display: none;
}

#page_center_botton span{
    background-color: #C7000B;
    border-radius: 50%;
    color: #fff;
}

.pagination .btn:hover{
    color: #C7000B;
    background-color: #E6E6E6;
    border-radius: 50% !important;
}

