
.news-list{
    /*width: 1500px;
    margin: 0 auto;*/
    padding-top: 5px;
    padding-bottom: 15px;
}
.news-list ul {
    margin: -10px -20px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-list li{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 15px 20px;
}
.news-list li a{
    display: flex;
    width: 100%;
    height: auto;
    padding: 25px 25px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.news-list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-list li a:hover::before {
    right: 0;
}
.news-list li a:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.news-list li .pic{
    display: block;
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    height: 220px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
}
.news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.news-list li a:hover .pic img{
    transform: scale(1.05);
    z-index: 2;
}
.news-list li .bg-logo {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-list li .bg-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.news-list li a:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.news-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 25px;
    padding-right: 65px;
    text-align: justify;
    z-index: 3;
}
.news-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    min-height: 70px;
    text-align: justify;
    color: #4b5563;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-list.cases li .desc{
    min-height: 96px;
    -webkit-line-clamp: 4 !important;
}
.news-list li .text-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list li .text-wrap .date{
    margin-top: 15px;
    font-size: 16px;
    color: #4b5563;
}
.news-list li .text-wrap .date i{
    margin-right: 6px;
    color: #a9bba3;
}
.news-list li .text-wrap .date span{
    padding-left: 30px;
}
.news-list li .text-wrap .btn{
    margin-top: 20px;
    width: 200px;
    height: 45px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #059669;
    border-radius: 23px;
    cursor: pointer;
}
.news-list li a:hover .text-wrap .btn{
    background-color: #047857;
}
.info-list{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.info-list a{
    display: flex;
    align-items: center;
    padding: 25px 5px 25px 5px;
    justify-content: space-between;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #eee;
}
.info-list h3{
    position: relative;
    font-size: 20px;
    z-index: 10;
}
.info-list h3 i{
    font-size: 20px;
    color: #a9bba3;
    margin-right: 10px;
}
.info-list .date{
    position: relative;
    color: #4b5563;
    z-index: 10;
}
.info-list .date i{
    margin-right: 6px;
    color: #a9bba3;
}
.info-list a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
}
.info-list a:hover::before {
    right: 0;
}
.news-body{
    display: block;
    width: 100%;
    padding: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
}
.news-body img{
    /*display: inline-block;*/
    display: block;
    max-width: 940px;
    height: auto;
    margin: 15px auto;
}
.news-body .share{
    position: absolute;
    left: -150px;
    top: 20px;
}
.news-body .share a {
    height: 65px;
    text-indent: 0;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: none;
    font-size: 37px;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.news-body .share a:hover{
    background: linear-gradient(90deg, #daf5e8,#fff8da );
    border: 1px solid #EAEAEA;
}
.news-body .share a img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: auto;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #f6f6f6;
}
.det-tag a:hover{
    color: #FFF;
    background-color: #ecbf41;
}
.ard-top {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 25px 0;
}
.ard-title {
    font-size: 35px;
    font-weight: bold;
    padding: 20px 20px 0;
    text-align: center;
}
.ard-span {
    margin-top: 22px;
    display: flex;
    color: #666;
    font-size: 14px;
    justify-content: center;
}
.ard-span span{
    margin: 0 15px;
}
.ard-next{
    margin-bottom: 20px;
    height: auto;
    line-height: 60px;
    font-size: 16px;
    padding-top: 20px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}
.ard-next .col{
    color: #999;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ard-next .col:last-child{
    text-align: right;
}
.search-list{
    padding-top: 5px;
    padding-bottom: 15px;
}
.search-num{
    font-size: 16px;
    color: #999;
    margin-top: -10px;
    margin-bottom: 10px;
}
.search-num strong{
    color: #FF6600;
}
.search-list ul {
    margin: -10px -20px 0;
    display: block;
}
.search-list li{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 15px 20px;
}
.search-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 25px;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.search-list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search-list li a:hover::before {
    right: 0;
}
.search-list li a:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.search-list li .bg-logo {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search-list li .bg-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.search-list li a:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-list li .text{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 0;
    padding-right: 65px;
    text-align: justify;
    z-index: 3;
}
.search-list li .title{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-list li .title .isTop {
    display: block;
    background: #059669;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    margin-right: 8px;
    margin-top: 6px;
    opacity: 1;
    text-align: center;
    min-width: 60px;
    margin-top: -0.6px;
}
.search-list li .title .red{
    color: #FF6600;
}
.search-list li:hover .title{
    color: #059669;
}
.search-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    min-height: auto;
    text-align: justify;
    color: #4b5563;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-list.cases li .desc{
    min-height: 96px;
    -webkit-line-clamp: 4 !important;
}
.search-list li .text-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-list li .text-wrap .date{
    margin-top: 15px;
    font-size: 16px;
    color: #4b5563;
}
.search-list li .text-wrap .date i{
    margin-right: 6px;
    color: #a9bba3;
}
.search-list li .text-wrap .date span{
    padding-right: 30px;
}
.search-list li .text-wrap .btn{
    margin-top: 20px;
    width: 200px;
    height: 45px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #059669;
    border-radius: 23px;
    cursor: pointer;
}
.search-list li a:hover .text-wrap .btn{
    background-color: #047857;
}
.search_box {
    display: block;
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
    border-radius: 25px;
}
.search_box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    position: relative;
    width: 100%;
}
.search_box form .select-box{
    display: flex;
    align-items: center;
    background-color: #FFF;
    height: 100%;
    padding-left: 20px;
}
.search_box form select {
    width: auto;
    height: 38px;
    border: none;
}
.search_box form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    padding: 0 0 0 20px;
    width: calc(100% - 160px);
    height: 100%;
    border: none;
    color: #333;
    font-family: Microsoft YaHei;
    background-color: #FFF;
}
.search_box form button {
    position: relative;
    width: 70px;
    border: none;
    height: 100%;
    cursor: pointer;
    background: #059669 url(../img/icon-search.png) no-repeat center center;
    background-size: 26px 26px;
}
.search_box form button:hover {
    background-color: #047857;
}
/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
.news-list li .desc {
    font-size: 18px;
}
.news-body {
    font-size: 18px;
}
}
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.news-list {
    padding-top: 5px;
    padding-bottom: 5px;
}
.news-list ul {
    margin: -10px 0 0;
}
.news-list li {
    padding: 8px 0;
}
.news-list li a {
    flex-direction: column;
    padding: 15px 15px;
}
.news-list li .pic {
    flex: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.568;
}
.news-list li .text {
    flex: unset;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
.news-list li .title {
    font-size: 16px;
    margin-bottom: 8px;
}
.news-list li .desc {
    font-size: 13px;
    min-height: auto;
}
.news-list li .text-wrap .date {
    margin-top: 15px;
    font-size: 13px;
}
.news-list li .text-wrap .btn {
    margin-top: 15px;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
}
.news-list li .text-wrap .date span:first-child{
    display: none;
}
.info-list ul{
    margin-top: -5px;
}
.info-list a {
    display: flex;
    align-items: flex-start;
    padding: 15px 0 15px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.info-list h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.info-list h3 i {
    font-size: 16px;
    margin-right: 6px;
}
.info-list .date {
    font-size: 13px;
}
.ard-title {
    font-size: 24px;
    padding: 10px 0 0;
    line-height: 1.35;
}
.ard-span span {
    font-size: 11px;
    margin: 0 10px 0 0;
}
.ard-span span:last-child{
    margin: 0;
}
.news-body {
    padding: 0 0 75px;
    font-size: 15px;
    line-height: 1.6;
}
.news-body img {
    max-width: 100%;
    height: auto !important;
    margin: 15px 0;
}
.ard-next {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.ard-next .col {
    width: 100%;
    text-align: left !important;
    margin-bottom: 6px;
}
.news-body .share {
    position: absolute;
    left: unset;
    top: unset;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.news-body .share a {
    height: 45px;
    text-indent: 0;
    width: 45px;
    line-height: 45px;
    font-size: 37px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.search-num {
    font-size: 13px;
    margin-top: 0px;
}
.search_box {
    width: 100%;
}
.search_box form {
    height: 38px;
}
.search_box form .select-box {
    padding-left: 12px;
}
.search_box form input {
    font-size: 15px;
    padding: 0 0 0 20px;
    width: calc(100% - 160px);
}
.search_box form button {
    background: #059669 url(../img/icon-search.png) no-repeat center center;
    background-size: 18px 18px;
}
.search-list{
    width: 100%;
}
.search-list ul {
    margin: -10px 0 0;
}
.search-list li {
    padding: 8px 0;
}
.search-list li:last-child{
    padding-bottom: 0;
}
.search-list li a {
    padding: 15px 15px;
}
.search-list li .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    padding-top: 32px;
    position: relative;
}
.search-list li .title .isTop {
    position: absolute;
    top: 0;
}
.search-list li .text {
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
}
.search-list li .desc {
    font-size: 13px;
    line-height: 1.65;
}
.search-list li .text-wrap .date {
    margin-top: 10px;
    font-size: 13px;
}
}