.body{
    letter-spacing: 0.10416rem;
    background: url("img/new-index-back.jpg") no-repeat;
     background-size: 100% 100%;
    /* padding-top: 4rem; */
    background-position: center;
}
.news-msg{
    display: flex;
    padding: 0 16.5% 2rem 16.5%;
    min-height: 28rem;
    background: transparent;
    /* border-top: 5px solid #11833E; */
    width: 67%;
}
.news-detail{
    padding-top: 6rem;
    line-height: 2;
    text-align: center;
    width: 100%;
}
.news-detail>div:first-child{
    color: #344050;
    font-weight: bold;
    font-size: var(--font-size-05);
}
.news-detail>div:first-child>div:first-child{
    font-size: var(--font-size-10);
    line-height: 8rem;
}
.news-detail>div:first-child>div:last-child{
    font-size: var(--font-size-04);
    font-weight: normal;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-detail>div:first-child>div:last-child>input{
    width: 55%;
    background: #FFFFFF;
    border: none;
    letter-spacing: 0.10416rem;
    font-size: var(--font-size-03);
    height: 2.7rem !important;
    padding-left: 1rem;
    border-radius: 0.3rem 0 0 0.3rem;
}
.news-detail>div:first-child>div:last-child>button{
    color: #ffffff;
    width: 6rem;
    letter-spacing: 0.10416rem;
    border: none;
    height: 2.7rem !important;
    cursor: pointer;
    background: linear-gradient(161deg,#6eb92b 0%, #00873b 100%), #ffffff;
    border-radius: 0 0.3rem 0.3rem 0;
    font-size: var(--font-size-02);
}
.news-detail span{
    color: #344050;
}
.news-detail>div:nth-child(2){
    padding: 2rem 0;
}
.build-img{
    width: 39%;
}
.build-img img{
    width: 100%;
}
.news-content{
    padding: 2rem calc(50% - 600px);
    min-height: 28rem;
    margin-top: -9rem;
}
.news-content>div:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.news-content>div:last-child a{
    border: 1px solid #B6C1D2;
    padding: 0 2.5rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    border-radius: 5px;
    color: #B6C1D2;
    background: #ffffff;
    font-size: var(--font-size-02);
    margin-top: 1rem;
    cursor: pointer;
}
.news-content>div:last-child a img{
    width: 0.3645rem;
    height: 0.6rem;
}
.news-content>div:last-child a:hover{
    background: green;
    color: #fff;
    border: 1px solid green;
}
.content-box{
    display: flex;
    justify-content: space-between;
}
.content-item{
    width: 23%;
    text-align: justify;
    padding: 1rem 1.5% 0;
    border: 1px solid #e7eaee;
    background: #FCFDFF;
    cursor: pointer;
}
.content-item p{
    font-size: var(--font-size-10);
}
.content img{
    width: 54rem;
}
.content-item h1{
    font-size: var(--font-size-02);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-item-hover{
    background: #ffffff;
    box-shadow: 0px 3px 16px 2px #00800038;
}
.content-item-hover p, .content-item-hover .item-top > div:last-child{
    color: #0B8139;
}

.item-top{
    border-bottom: 1px solid #DADADA;
    min-height: 9rem;
}
.item-top>div:first-child{
    color: #B6C1D2;
}
.item-top>div:last-child{
    line-height: 2;
    padding: 0.5rem 0;
}
.item-bottom{
    padding: 1rem 1%;
}
.item-bottom>div{
    display: flex;
    justify-content: space-between;
    font-size: var(--font-size-02);
    padding-bottom: 1rem;
    align-items: center;
}
.item-bottom>div img{
    width: 0.3645rem;
    height: 0.6rem;
}
.item-bottom img{
    width: 100%;
    height: 6rem;
}

/*列表*/
.list-msg{
    display: flex;
    padding: 0.5rem calc(50% - 600px);
    /* background: #ECFBF2; */
    align-items: center;
    justify-content: space-between;
    /* border-top: 5px solid green; */
}
.list-detail{
    line-height: 2;
    width: 65%;
    padding-right: 5%;
}
.list-detail>div:first-child{
    color: #344050;
    font-weight: bold;
    display: flex;
}
.list-detail>div:first-child>div:first-child{
    font-size: var(--font-size-09);
    font-weight: bold;
}
.list-detail>div:first-child>div:last-child{
    /* font-weight: normal; */
    display: flex;
    align-items: center;
    width: 70%;
    /* padding-left: 6.5%; */
}
.list-img>div input{
    width: 70%;
    background: #ffffff;
    border: none;
    letter-spacing: 0.10416rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    font-size: var(--font-size-03);
    height: 2.2rem !important;
    padding-left: 1rem;
}
.list-img>div button{
    color: #ffffff;
    width: 5rem;
    letter-spacing: 0.10416rem;
    border: none;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    height: 2.08rem !important;
    cursor: pointer;
    background: linear-gradient(161deg,#6eb92b 0%, #00873b 100%), #ffffff;
    font-size: var(--font-size-02);
}
.list-detail span{
    color: #344050;
}
.list-detail>div:nth-child(2){
    padding: 2rem 0;
}
.list-img{
    width: 60%;
}
/*.list-img img, .content img{
    width: 100%;
}*/
.list-content{
    /* height: 87%; */
    padding: 1rem  calc(50% - 600px) 1rem;
    /* background: #FFF; */
}
.address{
    display: flex;
    align-items: center;
    height: 5%;
    font-size: var(--font-size-02);
}
.address>img:first-child{
    width: 0.833rem;
    margin: 0 0.5rem 0 0rem;
}
.address a+img{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.right_icon{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.address a{
    cursor: pointer;
    color: #8692A1;
}
.address>span{
    color: #0C7D36;
}
.list{
    padding: 0.5rem 1rem;
}
.list>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
/*详情*/
.detail-back{
    background: url(../news/img/new-back.jpg) no-repeat;
    background-size: 100% 100%;
}
.detail-content{
    width: 1200px;
    margin: auto;
    min-height: 43rem;
    /* background: #fff; */
    padding: 5rem 0%;
}
.detail{
    padding: 2rem 6%;
    min-height: 100%;
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin: 1rem 0% 0 0%;
    overflow-y: auto;
    overflow-x: hidden;
}
.title{
    border-bottom: 1px solid #B6C1D2;
    margin-bottom: 2rem;
}
.title>div:first-child{
    font-size: var(--font-size-07);
    color: #1D8546;
    text-align: center;
}
.title>div:last-child{
    display: flex;
    justify-content: space-around;
    padding: 2rem 20% 1rem;
    font-size: var(--font-size-02);
    color: #B6C1D2;
    border-bottom: 2px solid #B6C1D2;
    margin-bottom: 2px;
}
.content{
    line-height: 2;
    /*text-indent: 40px;*/
}

.list{
    height: 35rem;
}
.table-box{
    height: 85%;
    overflow-y: auto;
    margin: 1% 0;
    border-radius: 5px;
}
.manage-margin-long{
    line-height: 3.6rem;
    display: flex;
    justify-content: space-between;
    margin-left: 0%;
    font-size: 1rem;
    border-bottom: 1px solid #E5E5E5;
}
.div-span-name{
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
}


/*分页*/
body .layui-laypage input.layui-input,.layui-laypage a, .layui-laypage span {
    height: 1.667rem !important;
    line-height: 1.667rem ;
}
.layui-laypage select{
    height: 1.354rem;
}
.layui-laypage-skip>button{
    border-radius: 5px;
    background: #0C7D36;
    color: white;
    border: none;
    padding: 0 15px;
    height: 1.667rem !important;
    line-height: 1.667rem !important;
    margin: 0 -1px 5px 7px;
}

.layui-laypage-em{
    background: #0C7D36 !important;
}
.page-content{
    display: flex;
    justify-content: center;
    height: 12%;
    align-items: center;
}
.list-body{
    letter-spacing: 0.10416rem;
    padding-top: 4rem;
    background: url("img/new-back.jpg") no-repeat;
    /* background-size: 100% 100%; */
    background-position: center;
}
.list-img>div {
    font-size: var(--font-size-03);
    font-weight: normal;
    display: flex;
    align-items: center;
    width: 100%;
    /* padding-left: 8%; */
    justify-content: end;
}
