html,
body {
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
  /* 中屏幕（小桌面显示器，小于等于 1198px） */
  /* 手机 */
}
@media screen and (min-width: 1198px) and (min-width: 1200px) {
  html main .new,
  body main .new {
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .tabs,
  body main .new .tabs {
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .tabs .list .listTit,
  body main .new .tabs .list .listTit {
    height: 48px;
    font-size: 18px;
    background: #008B4A;
    line-height: 48px;
    padding-left: 15px;
    color: #fff;
  }
  html main .new .tabs .list .listTit .listTitContent,
  body main .new .tabs .list .listTit .listTitContent {
    margin-left: 10px;
  }
  html main .new .tabs .list .listMain,
  body main .new .tabs .list .listMain {
    background: #F1F1F1;
  }
  html main .new .tabs .list .listMain li.active a,
  body main .new .tabs .list .listMain li.active a {
    color: #fff;
    background: #70A636;
  }
  html main .new .tabs .list .listMain li.active a span,
  body main .new .tabs .list .listMain li.active a span {
    color: #fff;
  }
  html main .new .tabs .list .listMain li,
  body main .new .tabs .list .listMain li {
    color: #000;
    font-size: 16px;
    height: 48px;
    line-height: 18px;
    position: relative;
  }
  html main .new .tabs .list .listMain li a,
  body main .new .tabs .list .listMain li a {
    padding: 15px 37px 15px 30px;
    display: block;
  }
  html main .new .tabs .list .listMain li a span,
  body main .new .tabs .list .listMain li a span {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    color: #BFBFBF;
  }
  html main .new .tabs .content,
  body main .new .tabs .content {
    background: #fff;
  }
  html main .new .tabs .content .information li,
  body main .new .tabs .content .information li {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 79px;
    height: 70px;
    text-indent: 2em;
    position: relative;
    padding-right: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .information li .timer,
  body main .new .tabs .content .information li .timer {
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999;
    margin: 0px;
  }
  html main .new .tabs .content .information li:after,
  body main .new .tabs .content .information li:after {
    position: absolute;
    top: 35px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageText li,
  body main .new .tabs .content .imageText li {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding: 30px;
    overflow: hidden;
  }
  html main .new .tabs .content .imageText li img,
  body main .new .tabs .content .imageText li img {
    width: 100%;
    height: 150px;
    text-indent: 0em !important;
  }
  html main .new .tabs .content .imageText li h3,
  body main .new .tabs .content .imageText li h3 {
    margin: 5px 0px 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .msg,
  body main .new .tabs .content .imageText li .msg {
    margin-bottom: 55px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .info,
  body main .new .tabs .content .imageText li .info {
    margin: 0;
    line-height: 14px;
    font-size: 14px;
    color: #999;
  }
  html main .new .tabs .content .imageText li .info span:first-child,
  body main .new .tabs .content .imageText li .info span:first-child {
    margin-right: 30px;
    color: #669b82;
  }
  html main .new .tabs .content .imageText li:after,
  body main .new .tabs .content .imageText li:after {
    position: absolute;
    top: 35px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageExcel li,
  body main .new .tabs .content .imageExcel li {
    color: #333;
    font-size: 18px;
    padding: 0px 15px;
    margin: 30px 0;
    position: relative;
  }
  html main .new .tabs .content .imageExcel li .line,
  body main .new .tabs .content .imageExcel li .line {
    border: 1px solid #f0f0f0;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel,
  body main .new .tabs .content .imageExcel li .line .imgExcel {
    background-size: 100% 100%;
    width: 100%;
    height: 190px;
    position: relative;
    border-bottom: 3px solid #008b4a;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel .tit,
  body main .new .tabs .content .imageExcel li .line .imgExcel .tit {
    width: 120px;
    height: 35px;
    margin-left: -60px;
    background: #008b4a;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg,
  body main .new .tabs .content .imageExcel li .line .imgMsg {
    margin: 30px 20px 80px;
    font-weight: initial;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg div,
  body main .new .tabs .content .imageExcel li .line .imgMsg div {
    height: 60px;
  }
  html main .new .tabs .content .imageExcel li .line .moreBtn,
  body main .new .tabs .content .imageExcel li .line .moreBtn {
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    background: #e9e9e9;
    border-radius: 15px;
  }
  html main .new .tabs .content form,
  body main .new .tabs .content form {
    text-align: center;
  }
  html main .new .tabs .content form div .pagination li a,
  body main .new .tabs .content form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .tabs .content form div .pagination li.active a,
  body main .new .tabs .content form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  html main .new,
  body main .new {
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
    padding: 0 20px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .tabs,
  body main .new .tabs {
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .tabs .row,
  body main .new .tabs .row {
    margin: 0px;
  }
  html main .new .tabs .list,
  body main .new .tabs .list {
    padding: 0px;
  }
  html main .new .tabs .list .listTit,
  body main .new .tabs .list .listTit {
    height: 48px;
    font-size: 18px;
    background: #008B4A;
    line-height: 48px;
    padding-left: 15px;
    color: #fff;
  }
  html main .new .tabs .list .listTit .listTitContent,
  body main .new .tabs .list .listTit .listTitContent {
    margin-left: 10px;
  }
  html main .new .tabs .list .scroll,
  body main .new .tabs .list .scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  html main .new .tabs .list .scroll .listMain,
  body main .new .tabs .list .scroll .listMain {
    background: #F1F1F1;
    margin: 0px;
  }
  html main .new .tabs .list .scroll .listMain li,
  body main .new .tabs .list .scroll .listMain li {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
  }
  html main .new .tabs .list .scroll .listMain li.active a,
  body main .new .tabs .list .scroll .listMain li.active a {
    background: #fff;
  }
  html main .new .tabs .list .scroll .listMain li a,
  body main .new .tabs .list .scroll .listMain li a {
    padding: 16px 25px;
    display: block;
  }
  html main .new .tabs .list .scroll .listMain li a span,
  body main .new .tabs .list .scroll .listMain li a span {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    color: #BFBFBF;
  }
  html main .new .tabs .content,
  body main .new .tabs .content {
    background: #fff;
  }
  html main .new .tabs .content .information,
  body main .new .tabs .content .information {
    padding: 0 20px;
  }
  html main .new .tabs .content .information li,
  body main .new .tabs .content .information li {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 79px;
    text-indent: 2em;
    position: relative;
    padding-right: 110px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .information li .timer,
  body main .new .tabs .content .information li .timer {
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999;
    margin: 0px;
  }
  html main .new .tabs .content .information li:after,
  body main .new .tabs .content .information li:after {
    position: absolute;
    top: 35px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageText li,
  body main .new .tabs .content .imageText li {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding: 30px;
    overflow: hidden;
  }
  html main .new .tabs .content .imageText li img,
  body main .new .tabs .content .imageText li img {
    width: 100%;
    height: 150px;
    text-indent: 0em !important;
  }
  html main .new .tabs .content .imageText li h3,
  body main .new .tabs .content .imageText li h3 {
    margin: 5px 0px 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .msg,
  body main .new .tabs .content .imageText li .msg {
    margin-bottom: 55px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .info,
  body main .new .tabs .content .imageText li .info {
    margin: 0;
    line-height: 14px;
    font-size: 14px;
    color: #999;
  }
  html main .new .tabs .content .imageText li .info span:first-child,
  body main .new .tabs .content .imageText li .info span:first-child {
    margin-right: 30px;
    color: #669b82;
  }
  html main .new .tabs .content .imageText li:after,
  body main .new .tabs .content .imageText li:after {
    position: absolute;
    top: 35px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageExcel li,
  body main .new .tabs .content .imageExcel li {
    color: #333;
    font-size: 18px;
    padding: 0px 15px;
    margin: 30px 0;
    position: relative;
  }
  html main .new .tabs .content .imageExcel li .line,
  body main .new .tabs .content .imageExcel li .line {
    border: 1px solid #f0f0f0;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel,
  body main .new .tabs .content .imageExcel li .line .imgExcel {
    background-size: 100% 100%;
    width: 100%;
    height: 190px;
    position: relative;
    border-bottom: 3px solid #008b4a;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel .tit,
  body main .new .tabs .content .imageExcel li .line .imgExcel .tit {
    width: 120px;
    height: 35px;
    margin-left: -60px;
    background: #008b4a;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg,
  body main .new .tabs .content .imageExcel li .line .imgMsg {
    margin: 30px 20px 80px;
    font-weight: initial;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg div,
  body main .new .tabs .content .imageExcel li .line .imgMsg div {
    height: 60px;
  }
  html main .new .tabs .content .imageExcel li .line .moreBtn,
  body main .new .tabs .content .imageExcel li .line .moreBtn {
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    background: #e9e9e9;
    border-radius: 15px;
  }
  html main .new .tabs .content form,
  body main .new .tabs .content form {
    text-align: center;
  }
  html main .new .tabs .content form div .pagination li a,
  body main .new .tabs .content form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .tabs .content form div .pagination li.active a,
  body main .new .tabs .content form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  html .navbar-default .navbar-nav > li > a,
  body .navbar-default .navbar-nav > li > a {
    color: #fff !important;
  }
  html main .new,
  body main .new {
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
    padding: 0 20px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .tabs,
  body main .new .tabs {
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .tabs .row,
  body main .new .tabs .row {
    margin: 0px;
  }
  html main .new .tabs .list,
  body main .new .tabs .list {
    padding: 0px;
  }
  html main .new .tabs .list .listTit,
  body main .new .tabs .list .listTit {
    height: 48px;
    font-size: 18px;
    background: #008B4A;
    line-height: 48px;
    padding-left: 15px;
    color: #fff;
  }
  html main .new .tabs .list .listTit .listTitContent,
  body main .new .tabs .list .listTit .listTitContent {
    margin-left: 10px;
  }
  html main .new .tabs .list .scroll,
  body main .new .tabs .list .scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  html main .new .tabs .list .scroll .listMain,
  body main .new .tabs .list .scroll .listMain {
    background: #F1F1F1;
    margin: 0px;
    height: 50px;
  }
  html main .new .tabs .list .scroll .listMain li,
  body main .new .tabs .list .scroll .listMain li {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
  }
  html main .new .tabs .list .scroll .listMain li.active a,
  body main .new .tabs .list .scroll .listMain li.active a {
    background: #fff;
  }
  html main .new .tabs .list .scroll .listMain li a,
  body main .new .tabs .list .scroll .listMain li a {
    padding: 16px 25px;
    display: block;
  }
  html main .new .tabs .list .scroll .listMain li a span,
  body main .new .tabs .list .scroll .listMain li a span {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    color: #BFBFBF;
  }
  html main .new .tabs .content,
  body main .new .tabs .content {
    background: #fff;
  }
  html main .new .tabs .content .information,
  body main .new .tabs .content .information {
    padding: 0 20px;
  }
  html main .new .tabs .content .information li,
  body main .new .tabs .content .information li {
    cursor: pointer;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 58px;
    height: 60px;
    text-indent: 2em;
    position: relative;
    padding-right: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .information li .timer,
  body main .new .tabs .content .information li .timer {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999;
    margin: 0px;
  }
  html main .new .tabs .content .information li:after,
  body main .new .tabs .content .information li:after {
    position: absolute;
    top: 23px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageText li,
  body main .new .tabs .content .imageText li {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding: 15px 0;
    overflow: hidden;
  }
  html main .new .tabs .content .imageText li img,
  body main .new .tabs .content .imageText li img {
    width: 100%;
    height: 100px !important;
    text-indent: 0em !important;
  }
  html main .new .tabs .content .imageText li h3,
  body main .new .tabs .content .imageText li h3 {
    margin: 5px 0px 5px;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .msg,
  body main .new .tabs .content .imageText li .msg {
    margin-bottom: 21px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageText li .info,
  body main .new .tabs .content .imageText li .info {
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    color: #999;
  }
  html main .new .tabs .content .imageText li .info span:first-child,
  body main .new .tabs .content .imageText li .info span:first-child {
    margin-right: 30px;
    color: #669b82;
  }
  html main .new .tabs .content .imageText li:after,
  body main .new .tabs .content .imageText li:after {
    position: absolute;
    top: 35px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
  }
  html main .new .tabs .content .imageExcel li,
  body main .new .tabs .content .imageExcel li {
    color: #333;
    font-size: 18px;
    padding: 0px 60px;
    margin: 30px 0;
    position: relative;
  }
  html main .new .tabs .content .imageExcel li .line,
  body main .new .tabs .content .imageExcel li .line {
    border: 1px solid #f0f0f0;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel,
  body main .new .tabs .content .imageExcel li .line .imgExcel {
    background-size: 100% 100%;
    width: 100%;
    height: 190px;
    position: relative;
    border-bottom: 3px solid #008b4a;
  }
  html main .new .tabs .content .imageExcel li .line .imgExcel .tit,
  body main .new .tabs .content .imageExcel li .line .imgExcel .tit {
    width: 120px;
    height: 35px;
    margin-left: -60px;
    background: #008b4a;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg,
  body main .new .tabs .content .imageExcel li .line .imgMsg {
    margin: 30px 20px 80px;
    font-weight: initial;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  html main .new .tabs .content .imageExcel li .line .imgMsg div,
  body main .new .tabs .content .imageExcel li .line .imgMsg div {
    height: 60px;
  }
  html main .new .tabs .content .imageExcel li .line .moreBtn,
  body main .new .tabs .content .imageExcel li .line .moreBtn {
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    background: #e9e9e9;
    border-radius: 15px;
  }
  html main .new .tabs .content form,
  body main .new .tabs .content form {
    text-align: center;
  }
  html main .new .tabs .content form div .pagination li a,
  body main .new .tabs .content form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .tabs .content form div .pagination li.active a,
  body main .new .tabs .content form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
/*# sourceMappingURL=news.css.map */