﻿.news_banner_con{
    width: 100%;
    background:#f6f6f6;
    padding: 1.1rem 0 .35rem 0;
}
.news_banner_con .news_banner,
.news_banner_con .news_banner .swiper-slide,
.news_banner_con .news_banner img{
    width: 100%;
    height: auto;
}

.news_Container{
    background:#f6f6f6;
}
.news_location{
    color:#999999;
    font-size: 0.14rem;
}
.news_location span{
    color:#333333;
}
.news_location span a:hover{
    color: #dd2c17;
}
.news_Container .news_zx_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: .7rem;
}
.news_Container .news_zx_list .news_zx_left{
    width: 10.22rem;
}
.news_Container .news_zx_right{
    width: 3.73rem;
} 
.news_zx_left .news_zx_tab{
    background:#fff;
    border-radius: 50px;
    margin:.28rem 0;
    display: flex;
    /* width: 70%; */
}
.news_zx_left .news_zx_tab a{
    line-height: .45rem;
    font-size: .16rem;
    color: #333;
    padding: 0 .3rem;
    display: block;
}
.news_zx_left .news_zx_tab a.active:hover{
    color:#fff;
}
.news_zx_left .news_zx_tab a.active{
    background:#cc2820;
    color:#fff;
    border-radius: 50px;
}
.news_zx_left .news_zx_tab a:hover{
    color:#cc2820;
}
.news_zx_left .news_zx_item{
    width: 100%;
    background:#fff;
    border-radius: .1rem;
    padding:.3rem .3rem .7rem .3rem;
}
.news_zx_left .news_zx_item dl a{
    display: flex;
    justify-content: space-between;
    padding:.3rem 0;
}
.news_zx_left .news_zx_item dl{
    border-bottom: 1px solid #e5e5e5;
}
.news_zx_left .news_zx_item dl:first-child a{
    padding-top: 0;
}
.news_zx_item dl dt{
    width: 31%;
    height: 1.5rem;
    overflow: hidden;
    border-radius: .1rem;
}
.news_zx_item dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.news_zx_item dl dd{
    width: 66%;
}
.news_zx_item dl:hover dt img{
    transform: scale(1.04);
}
.news_zx_item dl dd h5{
    font-size: .19rem;
    color:#000;
    font-weight: normal;
    margin-top: .04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_zx_item dl dd .des{
    font-size: .142rem;
    line-height: .23rem;
    color:#666666;
    margin:.15rem 0 .27rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_zx_item dl dd .n_List_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_zx_item dl dd ul li{
    font-size: .14rem;
    color:#666666;
    line-height: .32rem;
    margin-right: .32rem;
}
.news_zx_item dl dd ul li .iconfont{
    margin-right: .03rem;
}
.news_zx_item dl dd .arrow{
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background:#fff;
    color:#cccccc;
    text-align: center;
    line-height: .3rem;
    box-shadow: 0 0.02rem 0.2rem 0 rgb(0 0 0 / 10%);
}
.news_zx_item dl:hover dd .arrow{
    background:#cd281f;
    color:#fff;
}
.news_zx_item dl:hover dd h5{
    color:#cd281f;
}
.news_zx_right .news_top1{
    margin-top: 1.01rem;
    background:url(../add/news_yy.png) no-repeat 100% 100%;
    background-position: left bottom;
    background-size: cover;
    box-shadow: 0 0.02rem 0.2rem 0 rgb(0 0 0 / 5%);
    border-radius: .1rem;
    padding:.4rem .35rem .2rem .35rem;
}
.news_zx_right .news_top1 .news_title{
    display: flex;
    justify-content: center;
    font-size: .24rem;
    color:#000000;
    font-weight: bold;
    position: relative;
}
.news_zx_right .news_top1 .news_title span{
    color:#cc2820;
    margin-right: .1rem;
}
.news_zx_right .news_top1 .news_appoint dl{
    width: 100%;
    height: .43rem;
    line-height: .43rem;
    border-radius: 50px;
    border:1px solid #e5e5e5;
    background:#fff;
    display: flex;
    justify-content: space-between;
    margin-top: .15rem;
}
.news_zx_right .news_top1 .news_appoint dl dt{
    width: 17%;
    position: relative;
    text-align: center;
  }
  .news_zx_right .news_top1 .news_appoint dl dd{
    width: 80%;
    position: relative;
  }
  .news_zx_right .news_top1 .news_appoint dl dt .iconfont{
    color: #cd281f;
    font-size: .19rem;
  }
  .news_zx_right .news_top1 .news_appoint dl dt::before{
    content: '';
    display: block;
    width: 1px;
    height: .25rem;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .news_zx_right .news_top1 .news_appoint dl dd input{
    width: 100%;
    height: .35rem;
    line-height: .35rem;
    background:none;
  }
  .news_zx_right .news_top1 .news_appoint dl dd input::placeholder{
    color:rgb(139, 139, 139);
    font-family: "微软雅黑";
  }
  .news_zx_right .news_top1 .news_appoint dl dd textarea{
    font-size: .14rem;
    font-family: "微软雅黑";
    color:#333;
  }
.news_zx_right .news_top1 .news_appoint dl:first-child{
    margin-top: .26rem;
}
.index_link2{
    width: 100%;
    height: .45rem;
    text-align: center;
    line-height: .45rem;
    margin-top: .2rem;
    background: #cd281f;
    border-radius: 50px;
    /* box-shadow: 1px 1px 10px #f69691; */
  }
  .index_link2:hover{
    background-image: linear-gradient(90deg, #e73510, #f96b03);
  }
  .index_link2 input{
    width: 100%;
    height: .45rem;
    background:none;
    color:#fff;
    cursor: pointer;
    font-size: 17px;
  }
.error_box{
    text-align: center;
    color: #333;
    margin-top: 7px;
    font-size: .14rem;
    line-height: .3rem;
  }
.error_box .iconfont{
    color: #cd281f;
    font-size: .2rem;
    vertical-align: middle;
    margin-right: 4px;
}

.news_c_title{
    color:#000;
    font-weight: bold;
    font-size: .2rem;
    position: relative;
    margin:.35rem 0 .24rem 0;
    padding-left: .18rem;
}
.news_c_title::before{
    content: '';
    display: block;
    width: .07rem;
    height: .27rem;
    border-radius: .5rem;
    background:#cc2820;
    position: absolute;
    left: 0;
    top: 0;
}
.news_zx_right .news_middle2 .img img{
    width: 100%;
    height: auto;
}
.news_zx_right .news_middle2 .news_middle2_list{
    background:#fff;
    border-radius: .1rem;
    padding:.1rem .2rem;
    margin-top: .15rem;
}
.news_zx_right .news_middle2 .news_middle2_list a{
    display: block;
    position: relative;
    border-bottom: .01rem dashed #cccccc;
    padding:.15rem .15rem .15rem .24rem;
}
.news_zx_right .news_middle2 .news_middle2_list a{
    font-size:.14rem;
    color:#666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_zx_right .news_middle2 .news_middle2_list a::before{
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    background:#cccccc;
    position: absolute;
    left: 0;
    top: .21rem;
}
.news_zx_right .news_middle2 .news_middle2_list a:last-child{
    border-bottom: 0;
}
.news_zx_right .news_middle2 .news_middle2_list a:hover{
    color:#cd281f;
}
.news_zx_right .news_middle2 .news_middle2_list a:hover::before{
    background:#cd281f;
}
.news_zx_right .news_bottom3 .news_bottom3_list{
    background:#fff;
    border-radius: .1rem;
    padding:.13rem .2rem .23rem .2rem;
}
.news_zx_right .news_bottom3 .news_bottom3_list a{
    display: inline-block;
    background: #f6f6f6;
    padding: .07rem .12rem;
    color: #000000;
    margin: .12rem .12rem 0 0;
    border-radius: 50px;
    transition: .4s;
}
.news_zx_right .news_bottom3 .news_bottom3_list a:hover{
    background:#cd281f;
    color:#fff;
}
.news_Design_detail{
    margin-top: 1.01rem;
}
.news_Design_detail h3{
    font-size: 0.24rem;
    font-weight: normal;
    margin-bottom: 0.12rem;
}
.news_Design_detail .news_detail_time{
    border-bottom: 0.01rem solid #e0e0e0;
    padding-bottom: 0.14rem;
    font-size: 0.16rem;
    color: #7e7e7e;
    margin-top: .04rem;
}
.news_Design_detail .news_detail_tel{
    display: flex;
    justify-content: flex-end;
    margin: .25rem 0;
}
.news_Design_detail .news_detail_tel a{
    display: block;
    background: linear-gradient(90deg, #cd281f 0%, #e66932 100%);
    padding: .12rem .28rem;
    border-radius: 50px;
    font-size: .17rem;
    color: #fff;
}
.news_Design_detail .news_detail_content{
    font-size: 0.16rem;
    line-height: 2;
    text-align: justify;
}
.news_Design_detail .news_detail_content p,
.news_Design_detail .news_detail_content p span{
    text-wrap:inherit !important;
    font-size: .16rem !important;
    line-height: 1.75;
    font-family: "微软雅黑" !important;
}
.news_detail_keywords{
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    border-bottom:0.01rem solid #e0e0e0;
    padding-bottom: .18rem;
    margin-top: .2rem;
}
.news_detail_keywords p{
    font-weight: 400;
    padding: 6px 11px;
    font-size: 11px;
    line-height: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #ccc;
    transition: .4s;
    margin-left: .13rem;
}
.news_detail_keywords p:hover{
    border:1px solid #cd281f;
    color:#cd281f;
}
.news_Design_detail .news_detail_content img{
    max-width: 100%;
    margin:.1rem auto .1rem;
}