﻿@charset "utf-8";
/* CSS Document */
/* 全局公用的css样式 */
/*---------------------------------约束样式----------------------------------------*/

.xw1{
  width:100%;
  padding-bottom:20px;
}
.new2022-title ul .jyly a{
  color: #444;
}
.new2022-title ul .jylyOn a{
  color: #fff
}
.new2022_box{
  width:100%;
    height: auto;
    margin:30px auto auto auto;position: relative;
}

.new2022-tong{
       width: 100%;
       height: auto;
}
/*.new2022-title{
float: left;
}*/

.new2022-title ul{
  width:100%;
display: flex;
    justify-content: center;
}
.new2022-title ul li{
font-size: 16px;
text-align: center;
padding:0 20px;
width: 170px;
line-height: 45px;
border-radius: 25px;
border:1px solid #c9c9c9;
color: #666666;
margin-right: 20px;
}
.new2022-title ul .jylyOn{
border:1px solid #00913a;
color: #fff;
background: #00913a;
}
.new2022-title ul .jyly1On{
border:1px solid #00913a;
color: #fff;
background: #00913a;
}
.new2022-title ul .jyly2On{
border:1px solid #00913a;
color: #fff;
background: #00913a;
}
.new2022-duo{
float: right;
}
.new2022-duo div{
color: #00913a;
}

@media (max-width: 600px) {
  .new2022-title ul{
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .new2022-title ul li{
    float: left;
    width: auto;
    margin-bottom: 8px;
  }
}