* {
  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: #fa6;
  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 */
.layout {
  padding-top: 145px;
}
.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: #fa6;
}

/* channel.html */
.channel-main {
  margin-bottom: 80px;
}
.channel-main dl {
  margin-top: 36px;
}
.channel-main dl:first-of-type {
  margin-top: 0;
}
.channel-main dt {
  margin-bottom: 12px;
  line-height: 1;
}
.channel-main dt h3 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  padding: 2px 0;
  padding-left: 44px;
  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%;
  border: 1px solid #ccc;
  border-radius: 0 0 24px 0;
  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: #fa6;
}
.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: 80px;
}
.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 #fa6;
}
.list-main .menu .i:first-of-type {
  margin-left: 0;
}
.list-main .menu .i.on {
  color: #fff;
  background-color: #fa6;
}
.list-main .menu .i:hover {
  color: #fff;
  background-color: #fa6;
}
.list-main li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
}
.list-main li a {
  display: block;
  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;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li p {
  line-height: 35px;
  font-size: 18px;
  padding: 3px 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-main li:hover a {
  color: #fff;
  background-color: #fa6;
}
.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: 80px;
}
.new-main .menu {
  width: 750px;
  margin: 0 auto 30px;
}
.new-main .menu .l {
  float: left;
  width: 31.33%;
  margin: 0 1%;
}
.new-main .menu a {
  display: block;
  border: 1px #fa6 solid;
  color: #fa6;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.new-main .menu a:hover {
  color: #fff;
  background-color: #fa6;
}
.new-main .menu a.on {
  color: #fff;
  background-color: #fa6;
}
.new-main ul li {
  padding: 8px 0 8px 60px;
  position: relative;
  z-index: 3;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 20px;
}
.new-main ul li:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #e4e6ea;
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
}
.new-main ul li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #e4e6ea;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 48px;
}
.new-main ul li a {
  display: block;
}
.new-main ul li .date {
  font-size: 16px;
  color: #21252d;
}
.new-main ul li h3 {
  display: block;
  font-size: 22px;
  color: #66686c;
  font-weight: 700;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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 ul li p {
  font-size: 16px;
  color: #66686c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-main .more {
  font-size: 14px;
  text-align: right;
  display: block;
  -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 ul li:hover a {
  transform: translateX(-13px);
}
.new-main ul li:hover h3 {
  color: #fa6;
}
.new-main ul li:hover .more {
  color: #fa6;
}

/* gy.html */
.gy-main .txt p {
  font-size: 18px;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
}
.ptbmain {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #fafafa;
  overflow: hidden;
  margin: 50px 0 0;
}
.ptbmain .box1 {
  width: 50%;
  float: left;
  margin-right: 5%;
}
.ptbmain .tit {
  position: relative;
  text-align: center;
  z-index: 99;
}
.ptbmain .tit em {
  font-size: 48px;
  color: #eaeaea;
  text-transform: uppercase;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.ptbmain .tit span {
  font-size: 30px;
  display: block;
  overflow: hidden;
  padding: 10px 0 30px 0;
}
.ptbmain .box1 .text {
  font-size: 16px;
  line-height: 2;
  color: #888;
  margin-top: 30px;
}
.ptbmain .box1 .text span {
  color: #fb5339;
  display: block;
}
.ptbmain .xun {
  width: 40%;
  float: left;
}
.ptbmain .xun li {
  float: left;
  margin: 15px;
  width: 240px;
  height: 200px;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.ptbmain li:hover {
  box-shadow: 0 5px 15px #ddd;
}
.ptbmain .xun li .tb {
  margin-top: 40px;
}
.ptbmain .xun li .tb i {
  display: block;
  width: 60px;
  height: 55px;
  margin: 0 auto;
}
.ptbmain i.iconfont.icon-tuanjie {
  background: url(../images/tb1.jpg) no-repeat center center;
}
.ptbmain i.iconfont.icon-wushi {
  background: url(../images/tb2.jpg) no-repeat center center;
}
.ptbmain i.iconfont.icon-chuangxin {
  background: url(../images/tb3.jpg) no-repeat center center;
}
.ptbmain i.iconfont.icon-gaoxiao {
  background: url(../images/tb4.jpg) no-repeat center center;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 40px;
}
.lxwm-main .lxwmL {
  float: left;
  width: 58%;
  margin-top: 20px;
}
.lxwm-main .lxwmL .txt p {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.lxwm-main .lxwmR {
  float: right;
  width: 42%;
  border: 10px solid #ddd;
  border-top-right-radius: 90px;
  overflow: hidden;
}

/* article */
.article-main {
  margin-bottom: 80px;
}
.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: 80px;
}
.part-main .nyl {
  float: left;
  width: 36%;
  overflow: hidden;
}
.part-main .nyr {
  float: left;
  width: 60%;
  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 #fa6 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 #005bbe;
  background-color: #005bbe;
  -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: #005bbe;
  background-color: #fff;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #005bbe;
  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;
}
.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;
  background-color: #eee;
}
.tjcp li a:hover,
.alzs li a:hover {
  color: #fff;
  background-color: #fa6;
  -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 {
  font-size: 18px;
  line-height: 1;
  padding: 11px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* common.html */
.common-main .title h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}
.common-main .description {
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.common-main .info {
  line-height: 30px;
  color: #666;
  text-align: center;
  border-bottom: 1px #dddddd solid;
  padding-right: 18px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .w1400 {
    width: 90%;
  }
  .channel-main dl {
    margin-top: 26px;
  }
  .channel-main dt h3 {
    font-size: 22px;
    padding-left: 42px;
  }
  .channel-main dd p {
    font-size: 17px;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmR {
    width: 50%;
  }
  .ptbmain .xun li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .part-main .nyr h2 {
    font-size: 32px;
    margin: 8px 0;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nytel {
    padding-top: 30px;
    border-top: 1px #ddd solid;
  }
  .list-main li p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  .layout {
    padding-top: 90px;
  }
}
@media (max-width: 1280px) {
  .dqwz {
    margin-bottom: 40px;
  }
  .channel-main {
    margin-bottom: 60px;
  }
  .channel-main dd p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .list-main {
    margin-bottom: 60px;
  }
  .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;
  }
  .article-main .conetnt {
    font-size: 17px;
    line-height: 1.6;
  }
  .list-main .menu {
    width: 330px;
  }
  .list-main .menu .i {
    width: 160px;
    padding: 5px 0;
  }
  .list-main li p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .lxwm-main .lxwmL {
    width: 46%;
  }
  .lxwm-main .lxwmR {
    width: 54%;
  }
  .tjcp li p,
  .alzs li p {
    font-size: 17px;
  }
  .part-main {
    margin-bottom: 60px;
  }
  .part-main .nyl {
    width: 48%;
  }
  .part-main .nyr {
    width: 48%;
  }
  .part-main .nyr h2 {
    margin: 18px 0;
  }
  .article-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 1140px) {
  .ptbmain .box1 {
    width: 40%;
  }
  .ptbmain .xun {
    width: 55%;
  }
  .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) {
  .layout {
    padding-top: 50px;
  }
  .lxwm-main .lxwmL {
    width: 100%;
    margin-top: 0;
  }
  .lxwm-main .lxwmR {
    display: none;
  }
  .gy-main {
    margin-bottom: 60px;
  }
  .ptbmain {
    display: none;
  }
  .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;
  }
  .tjcp li p,
  .alzs li p {
    font-size: 16px;
    padding: 9px 0;
  }
  .new-main .menu {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #005bbe;
    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;
    padding-left: 34px;
  }
  .channel-main dd {
    width: 49%;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 2%;
    border-radius: 0;
  }
  .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;
  }
  .new-main .menu {
    width: 100%;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
  .channel-main dt h3 {
    float: none;
  }
  .channel-main dt span {
    display: none;
  }
}
