.news-wrap .news-box {
  margin: 0.35rem auto;
}
.news-wrap .news-box .select {
  width: 2.7rem;
  height: 0.36rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #C6CED9;
}
.news-wrap .news-box .select .combo-select {
  margin: 0;
  border: 0;
  height: 100%;
}
.news-wrap .news-box .select .combo-select .combo-input {
  padding: 0 0.4rem 0 0.1rem;
  height: 100%;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.14rem;
  color: #49586F;
}
.news-wrap .news-box .select .combo-dropdown li {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.14rem;
}
.news-wrap .news-box .list {
  margin: 0.24rem 0;
}
.news-wrap .news-box .list .item {
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #E6E9F2;
  display: flex;
  margin-bottom: 0.2rem;
}
.news-wrap .news-box .list .item:hover {
  box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(0, 0, 0, 0.15);
}
.news-wrap .news-box .list .item .img {
  width: 2.7rem;
  height: 1.68rem;
  flex-shrink: 0;
}
.news-wrap .news-box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrap .news-box .list .item .right {
  flex: 1;
  padding: 0.2rem 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-wrap .news-box .list .item .right .des .title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
}
.news-wrap .news-box .list .item .right .des .text {
  font-family: Galvji, Galvji;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.news-wrap .news-box .list .item .right .date {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
}
.news-wrap .details-wrap {
  margin: 0.4rem auto;
  display: flex;
}
.news-wrap .details-wrap .left .title-box {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #DDDDDD;
}
.news-wrap .details-wrap .left .title-box .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
}
.news-wrap .details-wrap .left .title-box .label-box {
  display: flex;
  align-items: center;
  margin-top: 0.11rem;
}
.news-wrap .details-wrap .left .title-box .label-box .label {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  padding: 0.02rem 0.06rem;
  border: 0.01rem solid #E6E9F2;
}
.news-wrap .details-wrap .left .title-box .label-box .date {
  margin-left: 0.16rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.news-wrap .details-wrap .left .des {
  padding: 0.25rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.24rem;
}


.news-wrap .details-wrap .right {
  width: 2.85rem;
  flex-shrink: 0;
  margin-left: 0.45rem;
}
.news-wrap .details-wrap .right .list-box .list-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  padding-bottom: 0.12rem;
  border-bottom: 0.01rem solid #DDDDDD;
}
.news-wrap .details-wrap .right .list-box .list .item {
  padding: 0.16rem 0;
  border-bottom: 0.01rem solid #DDDDDD;
}
.news-wrap .details-wrap .right .list-box .list .item .title {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
}
.news-wrap .details-wrap .right .list-box .list .item .date {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  margin-top: 0.1rem;
}
.news-wrap .details-wrap .right .other-box {
  margin-top: 0.35rem;
}
.news-wrap .details-wrap .right .other-box .other {
  width: 100%;
  height: 1.6rem;
  position: relative;
  margin-bottom: 0.16rem;
}
.news-wrap .details-wrap .right .other-box .other .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrap .details-wrap .right .other-box .other .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-wrap .details-wrap .right .other-box .other .icon img {
  width: 0.36rem;
  height: 0.36rem;
}
.news-wrap .details-wrap .right .other-box .other .icon p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 1024px) {
.common-banner{
    padding-top: 0 !important;
    height: 2rem;
}
.news-wrap .news-box .select{
    width: 50%;
    height: auto;
}
.news-wrap .news-box .select .combo-select .combo-input{
    padding: 0 .4rem 0 .4rem;
    height: .5rem;
}
.news-wrap .news-box .select .combo-select .combo-input::placeholder{
    font-size: .2rem;
}
.news-wrap .news-box .list .item .img{
    width: 40%;
}
.news-wrap .news-box .list .item .right .des .title{
    font-size: .24rem;
}
.news-wrap .news-box .list .item .right .des .text{
    font-size: .2rem;
}
.news-wrap .news-box .list .item .right .date{
    font-size: .2rem;
    line-height: .3rem;
}
.news-wrap .details-wrap{
    display: block;
}
.news-wrap .details-wrap .left .title-box .label-box .label{
    font-size: .2rem;
}
.news-wrap .details-wrap .left .title-box .label-box .date{
    font-size: .2rem;
}
.news-wrap .details-wrap .right{
    width: 100%;
    margin: 0;
}
.news-wrap .details-wrap .right .list-box .list-title{
    font-size: .24rem;
    font-weight: bold;
}
.news-wrap .details-wrap .right .list-box .list .item .title{
    font-size: .24rem;
}
.news-wrap .details-wrap .right .list-box .list .item .date{
    font-size: .2rem;
}






















}