@media screen and (max-width: 768px) {
  .list_container {
    padding: 0px 1rem 30px 1rem;
  }
  .topbannerList {
    min-height: 200px;
  }
  .bannerTxt {
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bannerTxtsubtitle {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
  }
  .daohang ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    list-style: none;
    padding-left: 0px;
  }
  .daohang ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .daohang ul a {
    font-size: 1rem;
    color: #111111;
  }
  .daohang ul a:hover {
    color: #1e7e34;
  }
  .shaixuan ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
  }
  .shaixuan ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .shaixuan ul a {
    font-size: 1rem;
    color: #111111;
  }
  .shaixuan ul a.active {
    color: #1e7e34;
  }
  .shaixuan ul a:hover {
    color: #1e7e34;
  }
  .article-item {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .img-zoom img {
    object-fit: cover;
    width: 100%;
    /* height: 160px; */
    border-radius: 7px;
    transition: all 0.3s;
  }
  .img-zoom img:hover {
    transform: scale(1.05);
  }
  .media-body {
    padding-top: 1.25rem;
  }
  .media-body .article-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .media-body .article-title a {
    color: #111111;
  }
  .media-body .article-title a:hover {
    color: #b67e5e;
  }
  .media-body .article-intro {
    font-size: 1rem;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media-body .article-tag {
    margin-top: 1rem;
  }
  .media-body .article-tag .date {
    color: #b67e5e;
  }
  .media-body .article-tag .right {
    float: right;
    color: #b67e5e;
    font-size: 14px;
  }
  .media-body .article-tag .right a {
    color: #b67e5e;
  }
  .media-body .article-tag .right span {
    padding-right: 6px;
  }
  .jiazaimore2 {
    background: #749564;
    color: #FFFFFF;
    padding: 15px 33px;
    border-radius: 7px;
    cursor: pointer;
  }
  .btn:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .loadmore-nodata {
    padding-top: 50px;
  }
  .catetops {
    margin-top: 30px;
  }
  .catetops .subcateitem_item {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    height: 30px;
  }
  .catetops .subcateitem_item a {
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .catetops .subcateitem_item a.classai0 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai1 {
    background: #ff8d19;
  }
  .catetops .subcateitem_item a.classai2 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai3 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai4 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai5 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai6 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai7 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai8 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai9 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai10 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai11 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai12 {
    background: #b67e5e;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .list_container {
    padding: 40px 3vw;
  }
  .topbannerList {
    min-height: 200px;
  }
  .bannerTxt {
    padding: 40px 12vw;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .bannerTxtsubtitle {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
  }
  .toplist {
    border-bottom: 1px solid #f1f1f1;
    height: 60px;
    line-height: 60px;
    margin-bottom: 2rem;
  }
  .daohang ul {
    list-style: none;
    padding-left: 0px;
  }
  .daohang ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .daohang ul a {
    font-size: 1rem;
    color: #111111;
  }
  .daohang ul a:hover {
    color: #1e7e34;
  }
  .shaixuan ul {
    list-style: none;
    text-align: right;
  }
  .shaixuan ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .shaixuan ul a {
    font-size: 1rem;
    color: #111111;
  }
  .shaixuan ul a.active {
    color: #1e7e34;
  }
  .shaixuan ul a:hover {
    color: #1e7e34;
  }
  .article-item {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .img-zoom img {
    object-fit: cover;
    width: 100%;
    /* height: 160px; */
    border-radius: 7px;
    transition: all 0.3s;
  }
  .img-zoom img:hover {
    transform: scale(1.05);
  }
  .media-body {
    padding-top: 1.25rem;
  }
  .media-body .article-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .media-body .article-title a {
    color: #111111;
  }
  .media-body .article-title a:hover {
    color: #b67e5e;
  }
  .media-body .article-intro {
    font-size: 1rem;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media-body .article-tag {
    margin-top: 1rem;
  }
  .media-body .article-tag .date {
    color: #b67e5e;
  }
  .media-body .article-tag .right {
    float: right;
    color: #b67e5e;
    font-size: 14px;
  }
  .media-body .article-tag .right a {
    color: #b67e5e;
  }
  .media-body .article-tag .right span {
    padding-right: 6px;
  }
  .jiazaimore2 {
    background: #749564;
    color: #FFFFFF;
    padding: 15px 33px;
    border-radius: 7px;
    cursor: pointer;
  }
  .btn:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .loadmore-nodata {
    padding-top: 50px;
  }
  .rightitem img {
    width: 100%;
    border-radius: 7px;
  }
  .tuijianzixun {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #eff2ed;
    padding: 1.25rem;
    border-radius: 7px;
  }
  .tuijianzixun .panel-title {
    font-size: 1.5rem;
    color: #b67e5e;
    font-weight: 600;
    height: 40px;
  }
  .itemlistright {
    padding: 7.5px;
  }
  .itemlistright img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 7px;
  }
  .itemlistright .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .itemlistright .title a {
    color: #111111;
  }
  .itemlistright .title a:hover {
    color: #b67e5e;
  }
  .linesplie {
    height: 30px;
  }
  .catetops {
    margin-top: 30px;
  }
  .catetops .subcateitem_item {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    height: 30px;
  }
  .catetops .subcateitem_item a {
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .catetops .subcateitem_item a.classai0 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai1 {
    background: #ff8d19;
  }
  .catetops .subcateitem_item a.classai2 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai3 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai4 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai5 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai6 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai7 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai8 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai9 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai10 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai11 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai12 {
    background: #b67e5e;
  }
}
@media screen and (min-width: 922px) {
  .list_container {
    padding: 60px 12vw;
  }
  .topbannerList {
    min-height: 200px;
  }
  .bannerTxt {
    padding: 40px 12vw;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .bannerTxtsubtitle {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
  }
  .toplist {
    border-bottom: 1px solid #f1f1f1;
    height: 60px;
    line-height: 60px;
    margin-bottom: 2rem;
  }
  .daohang ul {
    list-style: none;
    padding-left: 0px;
  }
  .daohang ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .daohang ul a {
    font-size: 1rem;
    color: #111111;
  }
  .daohang ul a:hover {
    color: #1e7e34;
  }
  .shaixuan ul {
    list-style: none;
    text-align: right;
  }
  .shaixuan ul li {
    display: inline-flex;
    font-size: 1rem;
  }
  .shaixuan ul a {
    font-size: 1rem;
    color: #111111;
  }
  .shaixuan ul a.active {
    color: #1e7e34;
  }
  .shaixuan ul a:hover {
    color: #1e7e34;
  }
  .article-item {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .img-zoom img {
    object-fit: cover;
    width: 100%;
    height: 190px;
    /* height: 160px; */
    border-radius: 7px;
    transition: all 0.3s;
  }
  .img-zoom img:hover {
    transform: scale(1.05);
  }
  .media-body {
    padding-left: 1.25rem;
  }
  .media-body .article-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .media-body .article-title a {
    color: #111111;
  }
  .media-body .article-title a:hover {
    color: #b67e5e;
  }
  .media-body .article-intro {
    font-size: 1rem;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media-body .article-tag {
    margin-top: 1rem;
  }
  .media-body .article-tag .date {
    color: #b67e5e;
  }
  .media-body .article-tag .right {
    float: right;
    color: #b67e5e;
    font-size: 14px;
  }
  .media-body .article-tag .right a {
    color: #b67e5e;
  }
  .media-body .article-tag .right span {
    padding-right: 6px;
  }
  .jiazaimore2 {
    background: #749564;
    color: #FFFFFF;
    padding: 15px 33px;
    border-radius: 7px;
    cursor: pointer;
  }
  .btn:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .loadmore-nodata {
    padding-top: 50px;
  }
  .rightitem img {
    width: 100%;
    border-radius: 7px;
  }
  .tuijianzixun {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #eff2ed;
    padding: 1.25rem;
    border-radius: 7px;
  }
  .tuijianzixun .panel-title {
    font-size: 1.5rem;
    color: #b67e5e;
    font-weight: 600;
    height: 40px;
  }
  .itemlistright {
    padding: 7.5px;
  }
  .itemlistright img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 7px;
  }
  .itemlistright .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .itemlistright .title a {
    color: #111111;
  }
  .itemlistright .title a:hover {
    color: #b67e5e;
  }
  .linesplie {
    height: 30px;
  }
  .catetops {
    margin-top: 30px;
  }
  .catetops .subcateitem_item {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    height: 30px;
  }
  .catetops .subcateitem_item a {
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .catetops .subcateitem_item a.classai0 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai1 {
    background: #ff8d19;
  }
  .catetops .subcateitem_item a.classai2 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai3 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai4 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai5 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai6 {
    background: #b67e5e;
  }
  .catetops .subcateitem_item a.classai7 {
    background: #749564;
  }
  .catetops .subcateitem_item a.classai8 {
    background: #2ed38f;
  }
  .catetops .subcateitem_item a.classai9 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai10 {
    background: #ad8efc;
  }
  .catetops .subcateitem_item a.classai11 {
    background: #5bd85b;
  }
  .catetops .subcateitem_item a.classai12 {
    background: #b67e5e;
  }
}

/*# sourceMappingURL=listnews.css.map */
