* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #0ea057;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.blank {
  clear: both;
  height: 20px;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f23c49;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #ddd;
}
.w1400 {
  box-sizing: border-box;
  width: 1400px;
  margin: 0 auto;
}
.nyban img {
  min-height: 310px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.map {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}

/* ny */
.nytit {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.nytit h1 {
  position: relative;
  font-size: 2em;
  font-weight: bold;
}
.nytit h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: "";
  width: 36px;
  height: 4px;
  border-radius: 12px;
  background-color: #0ea057;
}

/* channel.html */
.channel-main {
  margin-bottom: 160px;
}
.channel-main dl {
  margin-top: 30px;
}
.channel-main dl:first-of-type {
  margin-top: 0;
}
.channel-main dt {
  margin-bottom: 20px;
}
.channel-main dt h3 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  padding-left: 34px;
  background: url(../images/nyMenuIco.png) no-repeat left 1px / contain;
}
.channel-main dt h3 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.channel-main dt span {
  float: right;
  font-size: 15px;
}
.channel-main dd {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.channel-main dd.d1 {
  margin-left: 0;
}
.channel-main dd a {
  display: block;
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main dd .img {
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #fff;
}
.channel-main dd p {
  line-height: 35px;
  font-size: 18px;
  padding: 3px 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.channel-main dd:hover a {
  color: #fff;
  background-color: #0ea057;
}
.channel-main dd:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* list.html */
.list-main {
  margin-bottom: 160px;
}
.list-main .menu {
  width: 370px;
  margin: 0 auto 30px;
}
.list-main .menu .i {
  float: left;
  width: 180px;
  line-height: 26px;
  text-align: center;
  padding: 10px 0;
  margin-left: 10px;
  border: 1px solid #0ea057;
}
.list-main .menu .i:first-of-type {
  margin-left: 0;
}
.list-main .menu .i.on {
  color: #fff;
  background-color: #0ea057;
}
.list-main .menu .i:hover {
  color: #fff;
  background-color: #0ea057;
}
.list-main li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  text-align: center;
  overflow: hidden;
}
.list-main li a {
  display: block;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding: 11px 0;
}
.list-main li span:before {
  position: absolute;
  top: 0;
  left: -1.2em;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #232323;
  transform: rotateZ(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-main li:hover span:before {
  border-color: #0ea057;
  transform: rotateZ(405deg);
}
.list-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* new.html */
.new-main {
  margin-bottom: 160px;
}
.new-main li {
  margin-top: 15px;
}
.new-main li:first-of-type {
  margin-top: 0;
}
.new-main li .txt span {
  float: right;
  font-size: 15px;
  line-height: 18px;
  margin-top: 13px;
  color: #989898;
}
.new-main li .txt h3 {
  position: relative;
  padding-top: 18px;
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main li .txt h3:before {
  position: absolute;
  z-index: 11;
  content: "";
  top: 0;
  left: -5px;
  width: 32px;
  height: 17px;
  background: url(../images/icon38.png) no-repeat center/cover;
}
.new-main li .txt p {
  height: 36px;
  font-size: 15px;
  line-height: 18px;
  color: #989898;
  overflow: hidden;
  margin-top: 5px;
}
.new-main li i {
  position: relative;
  float: right;
  width: 72px;
  height: 72px;
  line-height: 22px;
  font-size: 14px;
  color: #959595;
  text-align: center;
  padding: 25px 0;
  margin-top: 11px;
  margin-left: 30px;
  background: #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main li i:before {
  position: absolute;
  z-index: 11;
  content: "";
  width: 22px;
  height: 4px;
  bottom: 9px;
  left: -13px;
  transition: all 0.3s;
  background: url(../images/icon39.png) no-repeat center/cover;
}
.new-main li:hover h3 {
  color: #0da056;
}
.new-main li:hover i {
  color: #fff;
  background: #0da056;
}

.new-main li:hover i:before {
  background: url(../images/icon39-1.png) no-repeat center/cover;
}
/* gy.html */
.gy-main {
  margin-bottom: 160px;
}
.gy-main .txt p {
  font-size: 18px;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 80px;
}
.lxwm-main .lxwmL {
  float: left;
  width: 58%;
  margin-top: 30px;
}
.lxwm-main .lxwmL .tit strong {
  font-size: 28px;
  letter-spacing: 2px;
}
.lxwm-main .lxwmL .tit p {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-top: 3px;
}
.lxwm-main .lxwmL .txt {
  margin-top: 40px;
}
.lxwm-main .lxwmL .txt p {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.lxwm-main .way-con {
  float: left;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  padding-top: 30px;
  margin-top: 20px;
  margin-right: 20%;
  border-top: 1px solid #eee;
}
.lxwm-main .lxwmR {
  float: right;
  width: 42%;
  border: 10px solid #ddd;
  border-top-right-radius: 90px;
  overflow: hidden;
}

/* article */
.article-main {
  margin-bottom: 160px;
}
.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #ff5c34;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #ff5c34;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #ff5c34 no-repeat 10px 4px / 30px;
}
.article-main .conetnt {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 15px;
}

/* part.html */
.part-main {
  margin-bottom: 160px;
}
.part-main .nyl {
  float: left;
  width: 43%;
  border-radius: 12px;
  overflow: hidden;
}
.part-main .nyr {
  float: left;
  width: 53%;
  margin-left: 4%;
  display: inline;
}
.part-main .nyr h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1;
}
.part-main .nyr .description {
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #0ea057 solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
}
.part-main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part-main .nyrBtn {
  margin: 30px 0 0;
}
.part-main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0ea057;
  background-color: #0ea057;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-main .nyrBtn a.backBtn {
  margin-left: 30px;
}
.part-main .nyrBtn a:hover {
  color: #0ea057;
  background-color: #fff;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #0ea057;
  font-size: 30px;
  vertical-align: text-bottom;
  font-family: sans-serif, Arial, Helvetica;
}
.cp_txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
}
.txt_name {
  position: relative;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 3px 0;
  padding-left: 40px;
  cursor: pointer;
}
.txt_name:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/nchtit.png) no-repeat left center / contain;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.txt_name:hover:before {
  transform: rotateZ(360deg);
}
.tjcp li,
.alzs li {
  float: left;
  width: 24.25%;
  margin-left: 1%;
  text-align: center;
  border: 1px solid #ccc;
}
.tjcp li a,
.alzs li a {
  display: block;
}
.tjcp li a:hover,
.alzs li a:hover {
  color: #fff;
  background-color: #0ea057;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tjcp li:first-of-type,
.alzs li:first-of-type {
  margin-left: 0;
}
.tjcp li:hover .img img,
.alzs li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tjcp li p,
.alzs li p {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding: 11px 0;
}
.tjcp li p:before,
.alzs li p:before {
  position: absolute;
  top: 0;
  left: -1.2em;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #232323;
  transform: rotateZ(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tjcp li:hover p:before,
.alzs li:hover p:before {
  border-color: #fff;
  transform: rotateZ(405deg);
}

@media (max-width: 1600px) {
  .channel-main {
    margin-bottom: 135px;
  }
  .list-main {
    margin-bottom: 135px;
  }
  .gy-main {
    margin-bottom: 135px;
  }
  .new-main {
    margin-bottom: 135px;
  }
  .lxwm-main {
    margin-bottom: 60px;
  }
  .article-main {
    margin-bottom: 135px;
  }
  .part-main {
    margin-bottom: 135px;
  }
}
@media (max-width: 1440px) {
  .w1400 {
    width: 90%;
  }
  .channel-main dt {
    margin-bottom: 14px;
  }
  .channel-main dt h3 {
    font-size: 22px;
  }
  .channel-main dd p {
    font-size: 17px;
  }
  .part-main .nyr h2 {
    font-size: 32px;
    margin: 8px 0;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nyrBtn {
    padding-top: 30px;
    margin-top: 0;
    border-top: 1px #ddd solid;
  }
}
@media (max-width: 1280px) {
  .channel-main dd p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .list-main li span {
    font-size: 16px;
    padding: 6px 0;
  }
  .list-main li span:before {
    width: 0.6em;
    height: 0.6em;
    left: -1em;
  }
  .gy-main .txt p {
    line-height: 1.6;
    font-size: 17px;
  }
  .lxwm-main {
    margin-bottom: 40px;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmR {
    width: 50%;
  }
  .article-main .conetnt {
    font-size: 17px;
    line-height: 1.6;
  }
  .list-main .menu {
    width: 330px;
  }
  .list-main .menu .i {
    width: 160px;
    padding: 5px 0;
  }
  .tjcp li p,
  .alzs li p {
    font-size: 17px;
  }
  .part-main .nyl {
    width: 48%;
  }
  .part-main .nyr {
    width: 48%;
  }
  .part-main .nyr h2 {
    margin: 18px 0;
  }
}
@media (max-width: 1140px) {
  .part-main .nyr h2 {
    font-size: 28px;
    margin: 3px 0;
  }
  .cp_txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .txt_name {
    font-size: 22px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
  .txt_name:before {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1000px) {
  .channel-main {
    margin-bottom: 60px;
  }
  .list-main {
    margin-bottom: 60px;
  }
  .gy-main {
    margin-bottom: 60px;
  }
  .new-main {
    margin-bottom: 60px;
  }
  .lxwm-main .lxwmL {
    width: 100%;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmL .txt {
    margin-top: 0px;
  }
  .lxwm-main .lxwmR,
  .lxwm-main .lxwmL .tit {
    display: none;
  }
  .lxwm-main .way-con {
    margin-right: 0;
  }
  .article-main {
    margin-bottom: 60px;
  }
  .part-main {
    margin-bottom: 60px;
  }
  .part-main .nyl {
    width: 44%;
  }
  .part-main .nyr {
    width: 52%;
  }
  .part-main .nyrBtn {
    padding-top: 20px;
  }
  .part-main .nyrBtn a {
    width: 157px;
  }
  .part-main .nyrBtn a.backBtn {
    margin-left: 20px;
  }
  .part-main .nytel {
    display: none;
  }
}
@media (max-width: 768px) {
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #5daeec;
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin-bottom: 30px;
    border-bottom: 0;
  }
  .dqwz .w1400 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .nytit {
    margin-bottom: 10px;
  }
  .nytit h1 {
    font-size: 26px;
  }
  .channel-main {
    margin-bottom: 40px;
  }
  .channel-main dl {
    margin-top: 20px;
  }
  .channel-main dt h3 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
  }
  .channel-main dd {
    width: 49%;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .channel-main dd:nth-of-type(2n) {
    margin-right: 0;
  }
  .channel-main dd a {
    border-radius: 0;
  }
  .channel-main dd .img {
    border-radius: 0;
  }
  .list-main {
    margin-bottom: 40px;
  }
  .list-main li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-top-right-radius: 0;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .gy-main {
    margin-bottom: 40px;
  }
  .gy-main .txt p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .new-main {
    margin-bottom: 40px;
  }
  .lxwm-main .nytit {
    margin-bottom: 20px;
  }
  .lxwm-main .lxwmL .txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .article-main {
    margin-bottom: 40px;
  }
  .article-main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .article-main .info {
    margin-bottom: 10px;
  }
  .news-lj {
    display: none;
  }
  .article-main .conetnt {
    line-height: 28px;
    padding: 0;
  }
  .list-main .menu {
    width: 290px;
    margin-bottom: 15px;
  }
  .list-main .menu .i {
    width: 140px;
  }
  .list-main li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .part-main {
    margin-bottom: 40px;
  }
  .part-main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part-main .nyr h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .part-main .nyr .description {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .part-main .nyrBtn {
    display: none;
  }
  .part-main .nytel {
    display: block;
    text-align: center;
    padding-top: 10px;
    border-top: 1px #ddd solid;
  }
  .tjcp li,
  .alzs li {
    width: 49.5%;
    margin-left: 0;
    margin-top: 1%;
    margin-right: 1%;
  }
  .tjcp li.l1,
  .tjcp li.l2,
  .alzs li.l1,
  .alzs li.l2 {
    margin-top: 0;
  }
  .tjcp li:nth-of-type(2n),
  .alzs li:nth-of-type(2n) {
    margin-right: 0;
  }
  .tjcp li p,
  .alzs li p {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tjcp li p:before,
  .alzs li p:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .lxwm-main .way-con {
    display: none;
  }
}
@media (max-width: 480px) {
  .channel-main dt h3 {
    float: none;
  }
  .channel-main dt span {
    display: none;
  }
  .new-main li i {
    display: none;
  }
  .new-main li .txt span {
    display: none;
  }
}
