/* 头部 */

.homemenu {
    position: relative;
    width: 100%;
    height: 1.5rem;
    z-index: 9999;
}

.header {
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100%;
    background: #fff;
    height: 1.5rem;
}

.common-card {
    width: 17.5rem;
    height: auto;
    margin: 0 auto;
}
.common-cards {
    width: 20rem;
    height: auto;
    margin: 0 auto;
}
.header .common-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .left {
    display: flex;
    align-items: center;
    flex: 1;
    height: .8625rem;
    margin-right: .9875rem;
}

.header .left h2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .left h2 span {
     font-size: .225rem;
}

.header .left h2 span:nth-child(1) {
    margin-bottom: .0625rem;
}

.header .left h2 i {
    color: #2cab36;
}

.header .left h2 em {
    color: #064b8c;
}

.header .left img {
    width: 5.375rem;
    height: 100%;
    object-fit: cover;
}

.header .right ul {
    display: flex;
}

.header .right ul li {
    margin-right: .675rem;
}

.header .right ul li:last-child {
    margin-right: 0;
}

.header .right ul li a {
    font-size: .25rem;
    color: #000000;
}

.header .right ul li:hover {
    font-weight: 700;
}


/* 轮播 */

.homeSwiper {
    width: 100%;
    height: 11.9625rem;
}

.homeSwiper .swiper-slide {
    height: 100%;
}

.homeSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 关于我们 */

.homeAbout {
    width: 100%;
    height: 11.9375rem;
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    padding: .9625rem 0 1.2125rem 0;
}

.homeAbout .number span {
    font-size: .675rem;
    color: #ffffff;
    font-weight: 700
}

.homeAbout .number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeAbout .number em,
.homeAbout .number i {
    font-size: .3625rem;
    color: #ffffff;
}

.about-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 8.0875rem;
    background-color: #ffffff;
    border-radius: .2875rem;
    padding: .175rem .15rem .75rem .25rem;
    margin-top: .5rem;
}

.about-con .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-con .left .left-text {
    width: 8.15rem;
    height: auto;
    font-size: .225rem;
       line-height: .4375rem;
    color: #000000;
}

.about-con .right {
    width: 8.35rem;
    height: 4.6625rem;
}

.about-con .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-con .left a {
    display: inline-block;
    width: 1.5125rem;
    height: .45rem;
    background-color: #00569c;
    border-radius: .225rem;
    font-size: .25rem;
    text-align: center;
    line-height: .45rem;
    color: #ffffff;
    margin-left: .225rem;
}

.about-con .bottom {
    margin-top: .5875rem;
}

.about-con .bottom ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about-con .bottom ul li {
    width: 1.9rem;
    height: 1.9125rem;
    background-color: #ffffff;
    border: solid .0125rem #064b8c;
    border-radius: 50%;
    text-align: center;
}

.about-con .bottom ul li p {
    font-size: .375rem;
    color: #000000;
    margin-top: .55rem;
}

.about-con .bottom ul li span {
    font-size: .225rem;
    color: #000000;
    margin-top: 10px;
}


/* 产品中心 */

.homeproduct {
    width: 100%;
    height: auto;
    background-image: url(../img/icon3.png);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-color: #f2f2f2;
    padding-bottom: .425rem;
}

.homeproduct-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-title {
    text-align: center;
    padding: .375rem 0 .325rem 0;
}

.common-title h2 {
    font-size: .6rem;
    color: #030303;
}

.common-title h4 {
    font-size: .325rem;
    color: #666666;
    font-weight: normal;
    margin-top: .1875rem;
}

.product-title {
    margin-bottom: .2125rem;
}

.product-title a {
    text-align: center;
    display: inline-block;
    width: 2.8rem;
    height: .6875rem;
    line-height: .6875rem;
    background-color: #00569c;
    border-radius: .3375rem;
    border: solid .025rem #ffffff;
    font-size: .2125rem;
    color: #ffffff;
    margin-right: .0875rem;
}

.product-title a:last-child {
    margin-right: 0;
}

.product-title a:hover {
    background-color: #2cab36;
}

.product-title a.active {
    background-color: #2cab36;
}
.product-item{
 width: 100%;
}
.product-item ul {
    display: flex;
    flex-wrap: wrap;
}

.product-item ul li {
    width: 4.2875rem;
    height: 4.2125rem;
    background-color: #f5f5f5;
    border-radius: .125rem;
    padding: .1rem .175rem .2rem .125rem;
    margin: 0 .1rem .1875rem 0;
}

.product-item ul li:nth-child(4n) {
    margin-right: 0;
}

.product-item .img {
	 position: relative;
    width: 3.9875rem;
    height: 2.875rem;
    margin-bottom: .1875rem;
}

.product-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item .img .watermark {
	    position: absolute;
    z-index: 2;
}

.product-item .text {
    margin-top: .375rem;
    text-align: center;
    position: relative;
    width: 100%;
    height: .875rem;
    font-size: .2625rem;
    color: #000000;
    border-top: .025rem solid #c9c9c9;
    padding-top: .375rem;
}

.product-item .text div {
    position: absolute;
    top: -29%;
    left: 43%;
}

.product-item .text span {
    position: relative;
    display: inline-block;
    width: .475rem;
    height: .475rem;
    background-color: #00569c;
    border-radius: 50%;
    top: 10%;
}

.product-item .text .one,
.product-item .text .two {
    display: inline-block;
    width: calc(100% - .125rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: .0125rem solid #fff;
}

.product-item .text .two {
    left: 15%;
    transform: rotate(90deg);
}


/*行业  */

.homeindustry {
    width: 100%;
    height: 12.0625rem;
    background-image: url(../img/icon16.png);
    background-repeat: no-repeat;
}

.homeindustry ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.homeindustry ul li {
    position: relative;
    width: 6.025rem;
    height: 100%;
    background-color: rgba(21, 90, 146, 0.8);
    border-right: .025rem solid #fff;
}

.homeindustry ul li:hover .active-img {
    cursor: pointer;
    height: 100%;
}

.homeindustry .active-img {
    width: 100%;
    height: 0;
    transition: height 0.5s;
}

.homeindustry .text {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homeindustry .text img {
    width: .7875rem;
    height: auto;
    object-fit: cover;
}

.homeindustry .text p {
    font-size: .375rem;
    color: #ffffff;
    margin-top: .375rem;
}


/* 工程案例 */

.projectCase {
    width: 100%;
    height: 11.9375rem;
    background-image: url(../img/icon12.png);
    background-repeat: no-repeat;
}

.projectCase-con ul {
    display: flex;
    flex-wrap: wrap;
}

.projectCase-con ul li {
    width: 4.2875rem;
    height: 4.2875rem;
    background-color: #f5f5f5;
    border-radius: .125rem;
    padding: .1375rem .175rem .2875rem .1125rem;
    margin: 0 .1125rem .2125rem 0;
}

.projectCase-con ul li:nth-child(4n) {
    margin-right: 0;
}

.projectCase-con ul li img {
    width: 3.9875rem;
    height: 3.3875rem;
    object-fit: cover;
}

.projectCase-con ul li p {
    text-align: center;
    font-size: .2625rem;
    color: #000000;
    margin-top: .2125rem;
}


/* 介绍 */

.introduce {
    width: 100%;
    height: 11.7375rem;
    background-image: url(../img/icon25.png);
    background-repeat: no-repeat;
}

.introduce .common-card {
    height: 100%;
    background-image: url(../img/icon24.png);
    background-repeat: no-repeat;
    background-position-y: -77%;
    background-size: cover;
}

.introduce ul {
    position: relative;
    height: 100%;
}

.introduce .li-item1 {
    position: absolute;
    left: 0;
    top: 20%;
}

.introduce .li-item2 {
    position: absolute;
    left: 28%;
    top: 12%;
}

.introduce .li-item3 {
    position: absolute;
    left: 55%;
    top: 12%;
}

.introduce .li-item4 {
    position: absolute;
    left: 83%;
    top: 20%;
}

.introduce-img,
.introduce-img2 {
    position: relative;
}

.introduce-img .item,
.introduce-img2 .item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -250%);
}

.introduce .number {
    position: relative;
    width: .875rem;
    height: .875rem;
    background-color: rgba(250, 247, 247, 0.3);
    border-radius: 50%;
}

.introduce .number span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: .35rem;
    color: #000000;
    text-align: center;
    line-height: .75rem;
}

.introduce-img {
    background-image: url(../img/icon14.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.85rem;
    height: 3.175rem;
}

.introduce-img2 {
    background-image: url(../img/icon15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.85rem;
    height: 3.175rem;
}

.introduce .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}

.introduce .text p {
    text-align: center;
    font-size: .25rem;
    color: #ffffff;
}

.introduce .text div {
    text-align: left;
    width: 2.4625rem;
    height: .8625rem;
    font-size: .175rem;
    line-height: .3375rem;
    color: #ffffff;
    margin-top: .275rem;
}


/* 新闻资讯 */

.homeNews {
    width: 100%;
    height: 11.8625rem;
    background-image: url(../img/icon19.png);
    background-repeat: no-repeat;
    background-position: center;
}

.homeNews .common-title {
    padding-top: .875rem;
}

.homeNews .new-con ul {
    display: flex;
}

.homeNews .new-con ul li {
    width: 5.7625rem;
    height: 6.7rem;
    background-color: #ffffff;
    margin-right: .15rem;
}

.homeNews .new-con ul li:last-child {
    margin-right: 0;
}

.homeNews .new-con ul li img {
    width: 100%;
    height: 4.375rem;
    object-fit: contain;
}

.homeNews .new-con .text p {
    font-size: .225rem;
    color: #000000;
    border-bottom: .025rem solid #e5e5e5;
    margin-top: .25rem;
    padding-bottom: .15rem;
    padding-left: .175rem;
}

.homeNews .new-con .text div {
    width: 5.35rem;
    height: 1.0625rem;
    font-size: .175rem;
    line-height: .3875rem;
    color: #6f6f6f;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .1625rem;
    padding-left: .1625rem;
}


/* 底部 */

.footer {
    width: 100%;
    height: 6.15rem;
    background-image: url(../img/icon20.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: .65rem;
}

.footer .common-card {
    display: flex;
    align-items: center;
}

.footer .left {
    width: 5.7375rem;
    height: 2.5125rem;
    margin-right: .625rem;
}

.footer .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .right ul {
    display: flex;
}

.footer .right ul li {
    display: flex;
    flex-direction: column;
    margin-right: .5rem;
}

.footer .right ul li:last-child {
    margin-right: 0;
}

.footer .right span,
.footer .right a {
    font-size: .25rem;
    line-height: .8rem;
    color: #ffffff;
}

.footer .right .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1.875rem;
    height: 2.425rem;
    background-color: #fff;
}

.footer .right .img img {
    width: 1.7625rem;
    height: 1.7875rem;
    object-fit: contain;
}

.footer .right .img span {
    font-size: .175rem;
    color: #000;
    line-height: .3125rem;
}

.footer .bottom {
    text-align: center;
    width: 100%;
    height: 1.3125rem;
    border-top: .0125rem solid rgba(250, 249, 249, 0.3);
    font-size: .25rem;
    color: #ffffff;
    line-height: 1.3125rem;
    margin-top: .25rem;
}


/* 产品展示 */

.productDisplay {
    width: 100%;
    height: auto;
    padding-bottom: .5rem;
}

.banner {
    width: 100%;
    height: 6.25rem;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 工程案例 */

.case-Detali {
    width: 100%;
    height: auto;
    padding-bottom: .425rem;
}


/* 新闻中心 */

.newDetali {
    width: 100%;
    height: auto;
}

.news-content ul {
    display: flex;
    flex-wrap: wrap;
}

.news-content ul li {
    width: 8.625rem;
    height: 3.7125rem;
    background-color: #ffffff;
    box-shadow: 0 .125rem .15rem 0 rgba(9, 1, 4, 0.06);
    border: solid .0125rem #e9e9e9;
    padding: .525rem .25rem .5rem .275rem;
    margin: 0 .25rem .75rem 0;
}

.news-content ul li:nth-child(2n) {
    margin-right: 0;
}

.news-content ul li h5 {
    font-size: .25rem;
    color: #000000;
}

.news-content ul li h6 {
    font-size: .175rem;
    color: #b1b1b1;
    margin: .175rem 0 .3rem 0;
}

.news-content .text {
    width: 8.1rem;
    height: .575rem;
    font-size: .2rem;
    line-height: .3125rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-content .more {
    text-align: center;
    width: 1.4375rem;
    height: .4625rem;
    background-color: #ffffff;
    border-radius: .175rem;
    border: solid .0125rem #d9d9d9;
    font-size: .175rem;
    line-height: .4625rem;
    color: #3f3f3f;
    margin-top: .75rem;
    background-image: url(../img/icon26.png);
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: 50%;
}


/* 联系我们 */

.contactUs {
    width: 100%;
    height: 16.6875rem;
}

.contact-content .top {
    display: flex;
}

.contact-content .left {
    width: 7.1125rem;
    height: 5.0875rem;
    background-color: #2169d3;
    padding: .425rem 0 0 .3625rem;
}

.contact-content .left p {
    font-size: .25rem;
    line-height: .675rem;
    color: #ffffff;
}

.contact-content .left span:nth-child(1) {
    font-size: .25rem;
    line-height: .675rem;
    color: #ffffff;
}

.contact-content .right {
    flex: 1;
    height: 5.0875rem;
}

.contact-content #map {
    height: 100%;
    width: 100%;
}

.contact-content .bottom .textarea {
    width: 100%;
    height: 2.6125rem;
    background-color: #ffffff;
    border: solid .0125rem #e5e5e5;
    font-size: .225rem;
    color: #999999;
    padding: .25rem 0 0 .225rem;
    margin: .525rem 0 .3375rem 0;
}

.contact-content .bottom input[type="text"] {
    width: 100%;
    height: .875rem;
    background-color: #ffffff;
    border: solid .0125rem #e5e5e5;
    padding-left: .2125rem;
    line-height: .875rem;
    font-size: .225rem;
    color: #999999;
    margin-bottom: .3375rem;
}

.contact-content .bottom input[type="submit"] {
    width: 100%;
    height: .875rem;
    line-height: .875rem;
    background-color: #2169d3;
    font-size: .225rem;
    color: #ffffff;
}


/* 关于我们 */

.AboutUs {
    width: 100%;
    height: auto;
	  padding-bottom: 0.25rem;
}

.AboutUs .about-text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 .0125rem .1625rem .0125rem rgba(0, 0, 0, 0.06);
    border-radius: .4125rem;
    padding: .5875rem .8625rem .9rem .9rem;
	   font-size: .25rem  !important;
    line-height: .8375rem;
    color: #000000;
}



.AboutUs .honor ul {
    display: flex;
    flex-wrap: wrap;
}

.AboutUs .honor ul li {
    width: 4.2125rem;
    height: 5.95rem;
    margin: 0 .2125rem .55rem 0;
}

.AboutUs .honor ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.AboutUs .honor ul li:nth-child(4n) {
    margin-right: 0;
}

.AboutUs .honor ul li:hover img {
    transform: scale(1.5);
    cursor: pointer;
}


/* 产品详情 */

.nav {
    width: 100%;
    height: .9875rem;
    background-color: #f7f7f7;
}

.nav .common-card {
    background-image: url(../img/icon31.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 50%;
    height: 100%;
    padding-left: .6375rem;
    background-size: .4875rem .4875rem;
}

.nav a {
    font-size: .225rem;
    line-height: .9875rem;
    color: #000000;
}

.productDetails {
    width: 100%;
    height: auto;
    padding: .25rem 0;
}

.productDetails .common-card {
    display: flex;
}

.productDetails .left {
    width: 4.275rem;
    height: auto;
}

.productDetails .title {
    width: 100%;
    height: 1.4125rem;
    background-color: #064b8c;
    border-top-left-radius: .0625rem;
    border-top-right-radius: .0625rem;
    text-align: center;
    padding: .2375rem 0 .275rem 0;
}

.productDetails .title h2 {
    font-size: .45rem;
    color: #ffffff;
}

.productDetails .title h4 {
    font-size: .25rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: .125rem;
}

.productDetails .nav-item {
    margin-top: .0125rem;
}

.productDetails .nav-item ul li {
    width: 100%;
    height: .8rem;
    background-color: #efefef;
    margin-bottom: .3rem;
    line-height: .8rem;
    background-image: url(../img/icon30.png);
    background-repeat: no-repeat;
    background-position-x: 8%;
    background-position-y: 50%;
    padding-left: .8rem;
    transition: all 0.3s;
    background-size: .2rem .2rem;
}

.productDetails .nav-item ul li a {
    display: inline-block;
    width: 100%;
    font-size: .225rem;
    color: #333333;
}

.productDetails .nav-item ul li:hover {
    background-image: url(../img/icon29.png);
    background-repeat: no-repeat;
    background-position-x: 8%;
    background-position-y: 50%;
    background-color: #2cab36;
    background-size: .2rem .2rem;
}

.productDetails .nav-item ul li:hover a {
    color: #fff;
}

.productDetails .relation img {
    width: .5125rem;
    height: .5125rem;
    object-fit: contain;
}

.productDetails .relation .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: .8375rem;
    background-color: #064b8c;
    border-top-left-radius: .0625rem;
    border-top-right-radius: .0625rem;
}

.productDetails .relation .img span {
    font-size: .45rem;
    font-weight: 700;
    color: #ffffff;
    margin-left: .2rem;
}

.productDetails .relation .text {
    width: 100%;
    height: 4.1125rem;
    background-color: #2cab36;
    padding: 0 .2rem .6125rem .1625rem;
    margin-top: .05rem;
}
/*
.productDetails .relation .text h5 {
    font-size: .1875rem;
    line-height: .6rem;
    color: #ffffff;
}

.productDetails .relation .text h6 {
    font-size: .3rem;
    color: #ffffff;
    line-height: .6rem;
    border-bottom: .0125rem solid rgba(218, 217, 217, 0.2);
}
*/
.productDetails .relation .text  {
    font-size: .175rem;
    color: #ffffff;
   line-height: .4375rem;
    border-bottom: .0125rem solid rgba(218, 217, 217, 0.2);
}

.productDetails .right {
    flex: 1;
    margin-left: .15rem;
}

.productDetails .right .titles {
    position: relative;
}

.productDetails .right .titles h5 {
    font-size: .25rem;
    color: #000000;
    border-bottom: .0125rem solid #dcdcdc;
    padding-bottom: .225rem;
    font-weight: normal;
}

.productDetails .right .titles i {
    position: absolute;
    display: inline-block;
    width: 2.0375rem;
    height: .0875rem;
    top: 88%;
    left: 0;
    background-color: #2cab36;
}


/* 轮播 */

.product-swiper {
    margin-top: .425rem;
}

.product-swiper .swiper {
    width: 100%;
    height: 100%;
}

.product-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-swiper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.product-swiper .swiper-slide {
    background-size: contain;
    background-position: center;
}

.product-swiper .mySwiper2 {
    height: 7.7875rem;
    width: 12.6625rem;
}

.product-swiper .mySwiper {
    height: 2.5625rem;
    box-sizing: border-box;
    padding: .125rem 0;
}

.product-swiper .mySwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.product-swiper .mySwiper .swiper-slide {
    width: 3.6125rem !important;
    height: 100%;
    opacity: 0.4;
}

.product-swiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-swiper .swiper-button-next {
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    width: .55rem;
    height: .55rem;
    background-size: contain;
}

.product-swiper .swiper-button-prev {
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    width: .55rem;
    height: .55rem;
    background-size: contain;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.productDetails .parameter {
    width: 100%;
}

.productDetails .parameter .text {
    width: 100%;
    height: .6125rem;
    background-color: #f8f8f8;
    margin: .375rem 0 .25rem 0;
}

.productDetails .parameter span {
    display: inline-block;
    width: 1.6rem;
    height: 100%;
    background-color: #064b8c;
    font-size: .275rem;
    line-height: .6125rem;
    text-align: center;
    color: #ffffff;
}

.productDetails .parameter .img {
    width: 100%;
    height: auto;
}

.productDetails .parameter .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 新闻详情 */

.newsDetali {
    width: 100%;
    height: auto;
    padding-bottom: .25rem;
}

.newsDetali h2 {
    font-size: .275rem;
    color: #000;
    line-height: .5625rem;
    font-weight: normal;
    text-align: center;
    border-bottom: .0125rem solid #ccc;
}

.newsDetali h4 {
    font-size: .225rem;
    color: #ccc;
    text-align: center;
    font-weight: normal;
    line-height: .375rem;
    border-bottom: .0125rem solid #ccc;
}

.newsDetali-text p {
    font-size: .2rem;
    color: #000;
    line-height: .4375rem;
    text-indent: 2em;
}

.pageNumber {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: .3125rem;
}

.pageNumber a {
    font-size: .175rem;
    color: #000;
    margin: .0625rem 0;
}

.pageNumber span {
    color: #2169d3;
}

.pageNumber span:hover {
    color: #000;
}

.honors , .honor{
    display: none;
}


.newsDetali-text   img{
   width: 50%;
    height: 5rem;
    margin: 0.125rem 0;
    object-fit: cover;

}