.head-page .item:nth-child(2)>a span {
    color: #D00000;
}






.news .list {
    height: 325px;
    box-shadow: 0px 0px 13px 1px rgba(25, 27, 35, 0.12);
    margin-bottom: 40px;
    position: relative;
}
.news .list:last-child {
    margin-bottom: 0;
}
.news .list::after {
    content: "";
    display: block;
    height: 6px;
    background: #D00000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    width: 0;
    z-index: -1;
}
.news .list .img {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news .list .img img {
    transition: all .4s;
}
.news .list .texts {
    width: 67%;
    padding: 0 4.25%;
    box-sizing: border-box;
}
.news .list .tit {
    transition: all .4s;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .list .desc {
    margin: 23px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
}
.news .list:hover img {
    transform: scale(1.08);
}
.news .list:hover::after {
    width: 100%;
}
.news .list:hover .tit {
    color: #D00000;
}

.about_pg01 .texts {
    width: 46.5%;
}
.about_pg01 .page_line {
    margin: 10px 0 35px;
}
.about_pg01 .con {
    max-height: 390px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: justify;
}
.about_pg01 .img {
    width: 48.28%;
    height: 594px;
    background: linear-gradient(-45deg, #E5E5E5 0%, #F2F2F2 100%);
    display: flex;
    align-items: center;
    position: relative;
}
.about_pg01 .img_box {
    position: absolute;
    right: 55px;
    width: 95.92%;
    z-index: 3;
}
.about_add_pg01 .img_box {
    right: initial;
    left: 55px;
}


.about_pg02 .slide_nums {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_pg02 .slide_nums span {
    width: 199px;
    height: 147px;
    background: #014099;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 90px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}
.about_pg02 .slide_nums span:last-child {
    margin-right: 0;
}
.about_pg02 .slide_text {
    margin-top: 58px;
    margin-bottom: 48px;
    padding: 0 20%;
    box-sizing: border-box;
    text-align: center;
}
.about_pg02 .thumb_swier {
    position: relative;
    width: 83.52%;
    margin-left: auto;
}
.about_pg02 .swiper-wrapper {
    height: auto;
}
.about_pg02 .thumb_swier .swiper-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #959595;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.about_pg02 .thumb_swier .swiper-slide {
    overflow: initial;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
}
.about_pg02 .thumb_swier .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D00000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .4s;
    margin-left: -50%;
    margin-top: -1px;
    z-index: -1;
    transform: scale(0);
}
.about_pg02 .thumb_swier .scale-box {
    width: 15px;
    height: 15px;
    background: #959595;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
.about_pg02 .thumb_swier .swiper-slide .time {
    transition: all .4s;
}
.about_pg02 .thumb_swier .scale-box::after {
    content: "";
    display: block;
    height: 36px;
    width: 1px;
    background: #959595;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transition: all .4s;
}
.about_pg02 .thumb_swier .swiper-slide-thumb-active .scale-box {
    background: #D00000;
}
.about_pg02 .thumb_swier .swiper-slide-thumb-active .scale-box::after {
    background: #D00000;
}
.about_pg02 .thumb_swier .swiper-slide-thumb-active::after {
    transform: scale(1);
}
.about_pg02 .thumb_swier .swiper-slide-thumb-active .time {
    font-size: 28px;
    color: #D00000;
}
.content_swier {
    position: relative;
}
.content_swier .list {
    display: flex;
}
.content_swier .img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    width: 477px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_swier .img img{
    display: block;
    max-width: 100%;
}
.content_swier .texts {
    width: calc(100% - 477px);
    padding: 0 15.5% 0 118px;
    box-sizing: border-box;
    position: relative;
}
.content_swier .texts::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 0;
    top: 31px;
}
.content_swier .texts_title {
    width: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-top: 14px;
    position: absolute;
    z-index: 3;
    left: 30px;
    padding: 0 22px 0 12px;
}
.content_swier .texts_title_scale {
    width: 16px;
    height: 16px;
    background: #D00000;
    border-radius: 50%;
}
.content_swier .desc {
    color: #D00000;
    margin: 100px 0 12px;
}
.content_swier .swiper-button {
    display: flex;
    align-items: center;
    height: 33px;
    position: absolute;
    top: 15px;
    right: 5.28%;
}
.about_pg02 .swiper-button-next,
.about_pg02 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #D00000;
    background: #f8f8f8;
    opacity: 1;
    /* border-radius: 50%; */
    transition: all .4s;
    position: initial;
    width: 33px;
    height: 33px;
    border: 1px solid #CC3925;
    margin: 0;
}
.about_pg02 .swiper-button-next {
    margin-left: 5px;
}
.about_pg02 .swiper-button-next::after,
.about_pg02 .swiper-button-prev::after {
    font-size: 16px;
    transition: all .4s;
    color: #D00000;
    font-weight: 600;
}
.about_pg02 .swiper-button-next:hover,
.about_pg02 .swiper-button-prev:hover {
    background: #CC3925;
}
.about_pg02 .swiper-button-next:hover::after,
.about_pg02 .swiper-button-prev:hover:after {
    color: #fff;
}
.about_pg03 {
    background: url(../img/about_bg03.png) no-repeat center/cover;
}
.about_pg03 .lists {
    max-width: 1100px;
    width: 100%;
    margin: 60px auto 0;
}
.about_pg03 .lists .con {
    margin-top: 24px;
}
.about_pg03 .lists .con p {
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
}
.about_pg03 .lists .con p::before {
    content: "◇";
    display: block;
    color: #D00000FF;
    font-size: 28px;
    position: absolute;
    left: 0;
    line-height: 1;
    top: 4px;
}
.about_pg03 .img {
    height: 480px;
    background: #C62E1A;
    width: 43.45%;
    position: relative;
}
.about_pg03 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 20px;
    top: -30px;
}



.table_nav .item {
    width: 165px;
    height: 45px;
    border: 2px solid #D5D5D5;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.table_nav .item:last-child {
    margin-right: 0;
}
.table_nav .item::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #D00000;
    transition: all .4s;
}
.table_nav .item:hover {
    color: #FFF;
    border: 2px solid #D00000;
}
.table_nav .item:hover::after {
    width: 100%;
}
.table_nav .item.active {
    color: #FFF;
    border: 2px solid #D00000;
}
.table_nav .item.active::after {
    width: 100%;
}
.honor .list {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
}
.honor .list:nth-child(4n) {
    margin-right: 0;
}
.honor .list .img {
    width: 100%;
    height: 365px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.honor .list .img img {
    transition: all .4s;
    display: flex;
    max-height: 100%;
}
.honor .list .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    transition: all .4s;
}
.honor .list .tit {
    transition: all .4s;
}
.honor .list .line {
    width: 16px;
    height: 2px;
    background: #333333;
    margin-top: 12px;
    transition: all .4s;
}
.honor .list:hover img {
    transform: scale(1.05);
}
.honor .list:hover .tit {
    color: #D00000;
}
.honor .list:hover .line {
    background: #D00000;
    transform: rotateY(180deg);
}


/* 环评报表 */
.page_content {
    background: #f5f7f8;
}
.page_lists {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(3, 12, 26, 0.04);
    padding: 60px 62px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 80%;
}
.page_lists .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 50px;
    text-align: center;
}
.page_lists .line {
    width: 24px;
    height: 2px;
    background: #E23A1A;
    margin: 15px auto 20px;
}
.page_lists .con img{
    display: block;
    margin: 0 auto 10px;
}
.uplode_content {
    cursor: pointer;
    height: 48px;
    border: 1px solid #D00000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 80px;
}
.uplode_content::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #D00000;
    transition: all .4s;
    z-index: -1;
}
.uplode_content .uplode_icon{
    width: 32px;
    height: 32px;
    background: url(../img/uplode_icon01.svg) no-repeat center/cover;
    transition: all .4s;
}
.uplode_content .uplode_tit {
    width: calc(100% - 32px);
    padding-left: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
}
.uplode_content .uplode_titlle {
    width: calc(100% - 80px);
    padding: 0 15px;
    box-sizing: border-box;
}
.uplode_content .uplode_r {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.uplode_content:hover .uplode_icon{
    background: url(../img/uplode_hicon01.svg) no-repeat center/cover;
}
.uplode_content:hover::before{
    width: 100%;
}
.uplode_content:hover .uplode_tit {
    color: #fff;
}
.uplode_content:hover .uplode_r{
    color: #fff;
}



@media only screen and (max-width: 1480px) {
    .about_pg01 .img {
        height: 520px;
    }
    .honor .list .img {
        height: 328px;
    }
}

@media only screen and (max-width: 1400px) {
    .honor .list .img {
        height: 308px;
    }
    .news .list {
        height: 298px;
    }
}

@media only screen and (max-width: 1280px) {
    .news .list {
        height: 268px;
    }
    .page_lists {
        padding: 60px 32px;
        max-width: 92%;
    } 
    .about_pg01 .img {
        height: 458px;
    }
    .about_pg01 .con {
        max-height: 308px;
    }
    .content_swier .texts {
        padding: 0 15.5% 0 100px;
    }
    .content_swier .texts_title {
        width: 142px;
    }
}

@media only screen and (max-width: 1200px) {
    .content_swier .texts_title {
        width: 132px;
    }
    .content_swier .texts {
        padding: 0 13% 0 90px;
    }
    .about_pg01 .img {
        height: 408px;
    }
    .about_pg01 .img_box {
        right: 40px;
        width: 96%;
    }
    .about_add_pg01 .img_box {
        left: 40px;
    }
    .honor .list {
        width: 32%;
    }
    .honor .list:nth-child(4n) {
        margin-right: 2%;
    }
    .honor .list:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1140px) {
    .news .list {
        height: 248px;
    }
}

@media only screen and (max-width: 1024px) {
    .honor .list .img {
        height: 294px;
    }
    .about_pg03 .img {
        height: 412px;
    }
    .news .list {
        height: 228px;
        margin-bottom: 30px;
    }
    .page_lists {
        padding: 50px 32px;
    }
}

@media only screen and (max-width: 960px) {
    .about_pg01 .img {
        height: 340px;
    }
    .about_pg01 .con {
        max-height: 250px;
    }
    .about_pg03 .img {
        height: 386px;
    }
}

@media only screen and (max-width: 768px) {
    .table_nav .item {
        width: 92px;
        height: 36px;
        border: 1px solid #D5D5D5;
        border-radius: 8px;
        margin-right: 15px;
    }
    .table_nav .item.active {
        border: 1px solid #D00000;
    }
    .honor .list {
        width: 100%;
        margin-right: 0;
    }
    .honor .list:first-child {
        margin-top: 0;
    }
    .news .list .img {
        width: 100%;
    }
    .news .list {
        height: auto;
    }
    .news .list .texts {
        width: 100%;
        padding: 25px 20px;
    }
    .news .list .desc {
        margin: 10px 0 15px;
        -webkit-line-clamp: 2;
        max-height: 56px;
    }
    .page_lists{
        padding: 25px 20px;
    }
    .uplode_content {
        max-width: 96%;
    }
    .about_pg01 .texts {
        width: 100%;
    }
    .about_pg01 .img {
        height: auto;
        width: 100%;
        background: none;
        margin-top: 20px;
    }
    .about_pg01 .img_box {
        right: 40px;
        width: 100%;
        position: initial;
    }
    .about_pg01 .con {
        max-height: 83px;
    }
    .about_pg01 .page_line {
        margin: 10px 0 20px;
    }
    .about_add_pg01 {
        padding-bottom: 0;
    }
    .about_add_pg01 .lists {
        flex-direction: column-reverse;
    }
    .content_swier .img {
        width: 100%;
        padding-bottom: 20px;
    }
    .content_swier .list {
        flex-wrap: wrap;
    }
    .content_swier .texts {
        width: 100%;
    }
    .content_swier .texts {
        padding: 0 4%;
        margin-top: 10px;
    }
    .about_pg02 .thumb_swier {
        width: 100%;
    }
    .about_pg02 .thumb_swier .swiper-slide-thumb-active .time {
        font-size: 18px;
    }
    .about_pg02 .thumb_swier .swiper-slide {
        height: 118px;
    }
    .content_swier .texts_title {
        width: 96px;
        left: 0;
        padding: 0 4%;
    }
    .content_swier .swiper-button {
        position: initial;
        padding: 0 4%;
        margin-top: 20px;
    }
    .content_swier .desc {
        margin: 55px 0 3px;
    }
    .content_swier .texts::before {
        display: none;
    }
    .about_pg02 .thumb_swier .scale-box::after {
        height: 25px;
    }
    .about_pg02 .thumb_swier .scale-box {
        width: 12px;
        height: 12px;
    }
    .about_pg03 .img {
        width: 100%;
        background: transparent;
        height: auto;
        margin-bottom: 10px;
    }
    .about_pg03 .img_box {
        position: initial;
    }
    .about_pg03 .lists {
        max-width: 100%;
        width: 100%;
        margin: 20px auto 0;
        flex-direction: column-reverse;
    }
}