@import "product.css";
.news-title {
    display: block;
    width: 100%;
    height: 165px;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 165px;
}
.article-list{
    display: block;
    width: 100%;
}
.article-list ul{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.article-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 370px;
    padding: 35px 40px;
    margin-bottom: 35px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.article-list.prize li:nth-child(2n) {
    flex-direction: row-reverse;
}
.article-list.prize li:nth-child(2n) .alt-text{
    padding-left: 0;
    padding-right: 35px;
}
.article-list li.item-black{
    background-color: #000;
}
.article-list li.item-black .alt-title a,.article-list li.item-black .alt-desc{
    color: #FFFFFF !important;
}
.article-list .alt-pic {
    flex: 0 0 442px;
    width: 442px;
    height: 300px;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-pic img:hover {
    transform: scale(1.1);
}
.article-list li a {
    display: -webkit-flex;
    display: flex;
}
.article-list .alt-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    height: 300px;
    padding-left: 35px;
}
.article-list .alt-title {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
}
.article-list .alt-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #e60012;
}
.article-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 130px;
    line-height: 32px;
    margin-top: 16px;
    font-size: 16px;
    color: #808080;
}
.article-list .alt-con {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
}
.article-list .alt-tag{
    display: flex;
    width: 46%;
    overflow: hidden;
}
.article-list .alt-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.article-list .alt-tag a:hover{
    background-color: #e60012;
    color: #FFFFFF;
}
.article-list .alt-tag a.red{
    color: #FFFFFF;
    line-height: 35px;
    border-radius: 28px;
    padding: 0 15px 0 18px;
    height: 35px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #e60012;
}
.article-list .alt-tag a.red:hover{
    opacity: 0.8;
}
.article{
    display: block;
  width: 88%;
  margin: 50px auto;
  background:#fff;
  padding:40px 2.63157vw;
  border-radius: 10px;
}
.article .head{
  text-align: center;
  border-bottom:1px solid #eaeaea;
  padding:16px 0;
}
.article .head .t1{
  font-size:36px;
  font-weight: bold;
  line-height: 1.6;
}
.article .head .tags{
  color:#999;
  line-height: 2.6;
}
.art_cnt{
  padding:20px 60px;
  color:#666;
  font-size:16px;
  line-height: 2;
}
.art_cnt img{
  display: block;
  max-width:100%;
  height: auto;
  margin:0 auto;
}
.art_ot{
  border-top:1px solid #eaeaea;
  position: relative;
  padding:20px 0;
}
.art_ot li{
  font-size:16px;
  line-height: 38px;
  color:#999;
}
.art_ot .backa{
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border:1px solid #e60012;
  border-radius:3px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top:-21px;
  font-size:16px;
  color:#e60012;
}
.art_ot .backa:hover{
  border:1px solid #e60012;
  color:#FFF;
  background-color: #e60012;
}
.ser-title{
    display: block;
    width: 100%;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}
.ser-title2{
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 16px;
    color: #207cff;
    margin-bottom: 15px;
    border-left: 5px solid #FF9900;
}
.content .ard-body{
  padding-top: 30px;
}
.content .ard-body p{
  margin-bottom: 35px;
}
.environment-photo{
  display: flex;
  height: 580px;
  margin-bottom: 50px;
}
/*新添加*/
.content-list{
    padding-top: 20px;
}
.content-list .content-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.content-list .content-item .title{
    font-size: 26px;
    margin-bottom: 4px;
}
.content-list .content-item .text{
    color: rgb(89, 89, 89);
    line-height: 26px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.news-title {
  height:8.68421052631579vw;
  font-size:2.210526315789474vw;
  line-height:8.68421052631579vw;
}
.article .head .t1 {
  font-size:1.894736842105263vw;
}
.content-list .content-item .title {
    font-size: 22px !important;
}


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.news-title {
    height: 80px;
    font-size: 22px;
    line-height: 80px;
}
.article-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    flex-direction: column;
}
.article-list.prize li:nth-child(2n) {
    flex-direction: column;
}
.article-list.prize li:nth-child(2n) .alt-text {
    padding-left: 0;
    padding-right: 0;
}
.article-list .alt-pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.article-list .alt-pic img {
    height: auto;
}
.article-list .alt-text {
    height: 100%;
    padding-left: 0;
}
.article-list .alt-title {
    font-size: 18px;
    line-height: 1.4;
}
.article-list .alt-desc {
    height: 70px;
    line-height: 1.6;
    margin-top: 12px;
    font-size: 14px;
}
.article-list .alt-tag {
    display: none;
    width: 100%;
    overflow: hidden;
}
.article-list .alt-con {
    margin-top: 10px;
    font-size: 13px;
    line-height: 28px;
}
.article .head {
    padding: 0 0 16px 0;
}
.article .head .t1 {
    font-size: 20px;
    line-height: 1.45;
}
.article {
    width: 88%;
    margin: 20px auto;
    padding: 20px 3.63157vw;
    border-radius: 10px;
}
.art_cnt {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.8;
}
.content-list .content-item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}
.content-list .content-item .text {
    line-height: 1.6;
}
.art_ot li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.art_ot .backa {
    text-align: center;
    position: relative;
    margin-top: 16px;
    font-size: 14px;
}

}