input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  
  color: #fff;
}

input:-moz-placeholder {
  
  color: #fff;
}

input:-ms-input-placeholder {
  
  color: #fff;
}

.fader {
  padding-top: 26.8%;
}

.pagination1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 8px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #F08200;
}

.pclogo {
  padding: 20px 0;
}
.pclogo .leftside {
  float: left;
  width: 22%;
}
.pclogo .leftside img {
  max-width: 100%;
}
.pclogo .rightside {
  float: right;
  width: 78%;
  margin-top: 36px;
  position: relative;
}
.pclogo .rightside .ewm {
  position: absolute;
  top: 34px;
  right: 121px;
  text-align: center;
  z-index: 90;
  background: #fff;
  padding: 5px;
  display: none;
  border: 1px solid #726153;
}
.pclogo .rightside .ewm img {
  max-width: 150px;
}
.pclogo .links {
  float: right;
  margin-top: 8px;
  margin-left: 15px;
}
.pclogo .links a {
  color: #5f5536;
  display: inline-block;
  padding: 0 7px;
  border-right: 1px solid #5f5536;
  height: 14px;
  line-height: 14px;
}
.pclogo .input {
  float: right;
  width: 400px;
  border: 1px solid #726153;
  overflow: hidden;
  border-radius: 5px;
}
.pclogo .input input {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 358px;
  border: 0;
  outline: none;
}
.pclogo .input b {
  float: right;
  height: 40px;
  width: 40px;
  background: url(../images/ss.png) no-repeat center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.pcnav {
  background: #F08200;
}
.pcnav li {
  float: left;
  width: 14.25%;
  text-align: center;
  position: relative;
}
.pcnav li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.pcnav li:hover > a, .pcnav li.cur > a {
  background: #3c2300;
}
.pcnav li:hover .xiala {
  display: block;
}
.pcnav li .xiala {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  font-size: 16px;
  display: none;
  background: #fff;
  border: 1px solid #CBCBCB;
  border-top: 0;
  width: 519px;
}
.pcnav li .xiala a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #EEEEEE;
  color: #5f4b36;
}
.pcnav li .xiala a:hover, .pcnav li .xiala a.cur {
  background: #E2D0BC;
}
.pcnav li .xiala dl {
  width: 170px;
  float: left;
  background: #EEEEEE;
}
.pcnav li .xiala dd {
  border-bottom: 2px solid #fff;
}
.pcnav li .xiala .imgbox {
  width: 345px;
  float: right;
  padding: 16px;
  background: #fff;
}
.pcnav li .xiala .padding_img {
  padding-top: 61%;
}
.pcnav li.fan .xiala {
  left: inherit;
  right: 0;
}
.pcnav li.fan .imgbox {
  float: left;
}
.pcnav li.fan dl {
  left: initial;
  right: 0;
}
.pcnav li.hei .xiala {
  background: #eee;
}

.pcbanner {
  position: relative;
}
.pcbanner img {
  width: 100%;
}

.section1 .leftside {
  width: 520px;
  float: left;
}
.section1 .leftside .padding_img {
  padding-top: 67%;
}
.section1 .rightside {
  float: right;
  width: 650px;
  line-height: 24px;
}
.section1 .rightside a {
  display: block;
}
.section1 .rightside .as {
  border-bottom: 2px solid #F08200;
  overflow: hidden;
}
.section1 .rightside .as a {
  float: left;
  width: 20%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #E5E5E5;
  border-right: 1px solid #fff;
  font-size: 20px;
}
.section1 .rightside .as a:hover, .section1 .rightside .as a.cur {
  background: #F08200;
  color: #fff;
}
.section1 .rightside .name {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 10px;
}
.section1 .rightside .infos {
  height: 72px;
  overflow: hidden;
}
.section1 .rightside .indexnews a:hover {
  color: #F08200;
}
.section1 .rightside .line {
  height: 1px;
  background: #DDDDDD;
  margin: 15px 0;
}
.section1 .rightside ul {
  height: 150px;
  overflow: hidden;
}
.section1 .rightside li {
  margin-bottom: 10px;
}
.section1 .rightside li b {
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #F08200;
  vertical-align: middle;
}
.section1 .rightside li span {
  width: 510px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.section1 .rightside li i {
  width: 100px;
  float: right;
  text-align: right;
  color: #595857;
  height: 30px;
  line-height: 30px;
}

.section2 {
  background: #E0DDD1;
  padding-bottom: 12px;
}
.section2 .leftside {
  width: 250px;
  float: left;
}
.section2 .leftside a {
  display: block;
  height: 44px;
  line-height: 42px;
  background: #fff;
  padding: 0 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  margin-bottom: 13px;
  border: 1px solid #F08200;
}
.section2 .leftside a b {
  position: absolute;
  width: 20px;
  height: 11px;
  background: url(../images/zjt1.png) no-repeat center;
  top: 15px;
  right: 20px;
}
.section2 .leftside a:hover, .section2 .leftside a.cur {
  background: #F08200;
  color: #fff;
}
.section2 .leftside a:hover b, .section2 .leftside a.cur b {
  background: url(../images/zjt.png) no-repeat center;
}
.section2 .rightside {
  float: right;
  width: 930px;
}
.section2 .rightside .box {
  width: 94%;
  margin: auto;
  background: #fff;
  padding: 2px;
  padding-bottom: 0;
  border-bottom: 2px solid #F08200;
}
.section2 .rightside .box:hover .info {
  color: #F08200;
}
.section2 .rightside .padding_img {
  padding-top: 74%;
}
.section2 .rightside dl {
  overflow: hidden;
  margin-right: -1.5%;
}
.section2 .rightside dd {
  float: left;
  width: 33.2%;
  margin-bottom: 2px;
}
.section2 .rightside .info {
  text-align: center;
  padding: 15px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

.section3 {
  background: #F09E00;
}
.section3 ul {
  margin-left: -0.5%;
  margin-right: -1.3%;
}
.section3 li {
  float: left;
  width: 13%;
  margin: 0 0.6%;
  border: 3px solid #fff;
  height: 145px;
  text-align: center;
  padding-top: 24px;
}
.section3 li div {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.footer {
  background: #5F4B36;
  text-align: left;
}
.footer .leftside {
  float: left;
  width: 50%;
  text-align: left;
}
.footer .rightside {
  float: left;
  width: 50%;
}
.footer .rightside .item {
  float: right;
  width: 31%;
  margin-left: 2%;
  height: 50px;
  line-height: 50px;
  background: #AFA59B;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.footer .rightside .item .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #fff url(../images/xj.png) no-repeat center;
  cursor: pointer;
}
.footer .rightside .item ul {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: none;
}
.footer .rightside .item ul li {
  text-align: center;
  background: #fff;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #5F4B36;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer .rightside .item ul li a {
  color: #5f4b36;
}
.footer .rightside .item ul li:hover a {
  color: #F09E00;
}

.mnav {
  padding: 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #D1C0A5;
}

.mlogo {
  position: relative;
}
.mlogo .mimg {
  height: 40px;
}
.mlogo .icon {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
}
.mlogo .minput {
  position: absolute;
  top: 10px;
  right: 45px;
  overflow: hidden;
}
.mlogo .minput b {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #F08200 url(../images/mss.png) no-repeat center;
  -webkit-background-size: 50%;
  background-size: 50%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.mlogo .minput input {
  width: 210px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: rgba(95, 75, 54, 0.9);
  vertical-align: middle;
  visibility: hidden;
}
.mlogo .minput input.vis {
  visibility: visible;
}

.mnav ul {
  background: rgba(41, 34, 16, 0.8);
  position: absolute;
  top: 0;
  right: -60%;
  padding: 22px 0;
  width: 43%;
  transition: all 0.5s;
  overflow-y: auto;
  z-index: 99;
  padding-top: 60px;
}
.mnav ul li {
  
  line-height: initial;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  position: relative;
}
.mnav ul li:first-child {
  border-top: 1px solid #fff;
}

.mnav a {
  color: #fff;
  display: block;
  line-height: 45px;
  height: 45px;
  padding-left: 24%;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.mnav dd a {
  width: 100% !important;
  max-width: 100%;
}

.mnav ul > li:hover,
.mnav ul > li.cur {
  background: #F08200;
}

.mnav li .er {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/q.png) no-repeat center;
  vertical-align: middle;
  -webkit-background-size: 50%;
  background-size: 50%;
  position: absolute;
  top: 14px;
  right: 29px;
}

.mnav li .er.open {
  background: url(../images/qq.png) no-repeat center;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.mnav dl {
  display: none;
}

.mnav dd {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #95816E;
  border-bottom: 1px solid #fff;
  padding-right: 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mnav dd a {
  line-height: 40px;
  height: 40px;
}

.mnav dd:last-child a {
  margin: 0;
}

.mnav dd:hover a,
.mnav dd.cur a {
  color: #F08200;
}

.mbanner {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.mbanner img {
  max-width: 100%;
}
.mbanner .pagination1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 5px 0;
}
.mbanner .swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 4px;
  border: 0;
  border-radius: 8px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
.mbanner .swiper-active-switch {
  background: #000;
}

.msection1 {
  overflow: hidden;
}
.msection1 .topnav {
  overflow: hidden;
  margin-right: -2%;
}
.msection1 .topnav a {
  float: left;
  width: 31%;
  margin-right: 2%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #DDDDDD;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
}
.msection1 .topnav a.cur {
  background: #F08200;
  color: #fff;
}
.msection1 .img img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.msection1 .name {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}
.msection1 .infos {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.msection1 .line {
  height: 1px;
  background: #DDDDDD;
  margin: 15px 0;
}
.msection1 ul {
  height: 190px;
  overflow: hidden;
}
.msection1 li {
  margin-bottom: 10px;
}
.msection1 li b {
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #F08200;
  vertical-align: middle;
}
.msection1 li i {
  width: calc(40% - 25px);
  text-align: right;
  color: #595857;
  display: inline-block;
  vertical-align: middle;
}
.msection1 li span {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.msection1 a {
  display: block;
}

.msection2 {
  background: #E0DDD1;
  padding-bottom: 0;
}
.msection2 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 50px;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #F08200;
}
.msection2 li a:hover, .msection2 li a.cur {
  background: #F08200;
  color: #fff;
}
.msection2 li a:hover b, .msection2 li a.cur b {
  background: url(../images/zjt.png) no-repeat center;
}
.msection2 li b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/zjt1.png) no-repeat center;
  top: 9px;
  right: 20px;
}
.msection2 dl {
  overflow: hidden;
  margin-right: -3.5%;
  margin-left: -1.5%;
}
.msection2 dd {
  float: left;
  width: 49%;
  margin-bottom: 10px;
}
.msection2 dd .box {
  width: 94%;
  margin: auto;
  background: #fff;
  padding: 2px;
  padding-bottom: 0;
  border-bottom: 2px solid #F08200;
}
.msection2 dd .padding_img {
  padding-top: 74%;
}
.msection2 dd .info {
  text-align: center;
  padding: 7px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msection2 dd:hover .info {
  color: #F08200;
}

.msection3 {
  background: #F09E00;
  padding-bottom: 0;
}
.msection3 li {
  float: left;
  width: 31%;
  margin: 0 1%;
  border: 3px solid #fff;
  text-align: center;
  margin-bottom: 10px;
}
.msection3 li a {
  color: #fff;
  width: 100%;
  padding-top: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: block;
  overflow: hidden;
}
.msection3 li .word {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  max-width: 100%;
}
.msection3 li .word div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msection3 li img {
  height: 8%;
}

.m_footer {
  background: #5F4B36;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-top: 55px;
  position: relative;
}
.m_footer a {
  color: #fff;
}
.m_footer .mtop {
  position: absolute;
  top: -50px;
  right: 10px;
  width: 50px;
}
.m_footer .item {
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  background: #AFA59B;
  color: #000;
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.m_footer .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #fff url(../images/xj.png) no-repeat center;
  cursor: pointer;
}
.m_footer ul {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: none;
}
.m_footer li {
  text-align: center;
  background: #fff;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #5F4B36;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.m_footer li a {
  color: #5f4b36;
  display: block;
  height: 100%;
}
.m_footer li:hover a {
  color: #F09E00;
}

.nyNav {
  text-align: right;
  padding: 15px 0;
  color: #999;
}
.nyNav a {
  color: #999;
}

.nyBox .leftside {
  float: left;
  width: 250px;
  text-align: center;
}
.nyBox .leftside .bt {
  height: 157px;
  background: url(../images/bg2.jpg) no-repeat center;
  color: #fff;
  padding-top: 43px;
}
.nyBox .leftside .bt b {
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
}
.nyBox .leftside .bt i {
  font-size: 16px;
  font-weight: bold;
}
.nyBox .leftside li {
  margin-top: 1px;
  position: relative;
  overflow: hidden;
}
.nyBox .leftside li i {
  position: absolute;
  top: 24px;
  right: -56px;
  width: 16px;
  height: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nyBox .leftside li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #E7E7E7;
  padding: 0 10px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nyBox .leftside li:hover a, .nyBox .leftside li.cur a {
  background: #E47600;
  color: #fff;
}
.nyBox .leftside li:hover i, .nyBox .leftside li.cur i {
  right: 56px;
}
.nyBox .leftside li.l2:hover i, .nyBox .leftside li.l2.cur i {
  right: 22px;
}
.nyBox .leftside li.l3:hover i, .nyBox .leftside li.l3.cur i {
  right: 44px;
}
.nyBox .rightside {
  float: right;
  width: 895px;
  position: relative;
}

.nytitle {
  border-bottom: 1px solid #867565;
  margin-bottom: 40px;
}
.nytitle b {
  display: block;
  width: 160px;
  height: 7px;
  background: #E47600;
}
.nytitle .ch {
  font-size: 40px;
  color: #F08200;
  margin: 33px 0 5px;
  display: inline-block;
}
.nytitle .en {
  font-size: 30px;
  color: #867565;
  margin-bottom: 27px;
}

.nycontent {
  font-size: 16px;
  position: relative;
}
.nycontent .nyprofile {
  line-height: 32px;
}
.nycontent .nyprofile img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.nycontent .nyorg {
  overflow: hidden;
}
.nycontent .nyorg ul {
  border-radius: 13px;
  padding: 20px;
  padding-top: 0;
}
.nycontent .nyorg ul:before {
  content: '';
  display: table;
}
.nycontent .nyorg li {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 7px;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #5F4B36;
  margin-top: 20px;
  position: relative;
}
.nycontent .nyorg .item1 {
  float: left;
  width: 155px;
  margin-top: 185px;
  position: relative;
}
.nycontent .nyorg .item1 .line {
  position: absolute;
  top: -22px;
  left: 65px;
  z-index: -1;
}
.nycontent .nyorg .item1 .content {
  width: 70px;
  background: #F08200;
  border-radius: 13px;
  color: #fff;
  padding: 26px 22px;
  font-size: 26px;
  line-height: 29px;
}
.nycontent .nyorg .item2 {
  float: left;
  width: 360px;
}
.nycontent .nyorg .item2 ul {
  background: #E79F49;
}
.nycontent .nyorg .item3 {
  float: right;
  width: 360px;
}
.nycontent .nyorg .item3 ul {
  background: #EDC697;
  margin-bottom: 0;
}
.nycontent .nyorg .item3 a {
  display: block;
  height: 100%;
  color: #5F4B36;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyorg .item3 a:hover {
  color: #000;
}
.nycontent .nyorg .item3 .yjt {
  position: absolute;
  top: 20px;
  right: 15px;
}
.nycontent .nyorg .item3 li {
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.nycontent .nyorg .item3 .rap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyorg .item3 dl {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #E79F49;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 7px;
  display: none;
  z-index: 99;
}
.nycontent .nyorg .item3 dd {
  padding: 0 15px;
  background: #fff;
  border-radius: 7px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.nycontent .nyleader ul {
  overflow: hidden;
  margin-bottom: -20px;
}
.nycontent .nyleader li {
  padding: 15px;
  border: 1px solid #D1C0A5;
  margin-bottom: 20px;
  overflow: hidden;
}
.nycontent .nyleader li > .lf {
  float: left;
  width: 265px;
}
.nycontent .nyleader .padding_img {
  border: 1px solid #D1C0A5;
}
.nycontent .nyleader .infos {
  float: right;
  width: 555px;
}
.nycontent .nyleader .name {
  font-size: 20px;
}
.nycontent .nyleader .zhiwei {
  font-size: 16px;
  margin: 8px 0 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyleader .dec {
  line-height: 28px;
  font-size: 16px;
  height: 168px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.nycontent .nyleader .more {
  margin-top: 5px;
  text-align: right;
}
.nycontent .nyleader .more a {
  color: #A6937C;
}
.nycontent .nyleader .more a b {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/more1.png) no-repeat center;
  vertical-align: middle;
}
.nycontent .nyleader .more a:hover {
  color: #F08200;
}
.nycontent .nyleader .more a:hover b {
  background: url(../images/more2.png) no-repeat center;
}
.nycontent .nyleader_1 {
  overflow: hidden;
}
.nycontent .nyleader_1 .padding_img {
  padding-top: 135%;
}
.nycontent .nyleader_1 .lf {
  width: 360px;
  float: left;
  background: #DFDBD7;
  padding: 30px;
  color: #555;
}
.nycontent .nyleader_1 .lf .name {
  font-size: 24px;
  margin: 10px 0;
}
.nycontent .nyleader_1 .lf .zhiwei {
  font-size: 18px;
}
.nycontent .nyleader_1 .rt {
  width: 505px;
}
.nycontent .nyleader_1 .rt .bb {
  margin-bottom: 15px;
}
.nycontent .nyleader_1 .rt .bb span {
  display: inline-block;
  border-bottom: 4px solid #FF9E3D;
  font-size: 18px;
  color: #392507;
  padding: 0 1px;
  padding-bottom: 5px;
}
.nycontent .nyleader_1 .rt .detail {
  line-height: 30px;
  margin-bottom: 15px;
}
.nycontent .nycourse {
  padding: 0 50px;
  position: relative;
}
.nycontent .nycourse .prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  cursor: pointer;
}
.nycontent .nycourse .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  cursor: pointer;
}
.nycontent .nycourse .line {
  position: relative;
  height: 1px;
  background: #867565;
  margin: 180px 0;
}
.nycontent .nycourse .line .item {
  position: absolute;
  top: -178px;
  left: 0;
  width: 250px;
  border: 1px solid #867565;
  font-size: 14px;
  line-height: 24px;
  color: #867565;
}
.nycontent .nycourse .line .item:hover {
  color: #F08200;
  border-color: #F08200;
}
.nycontent .nycourse .line .item:hover .en {
  background: #F08200;
}
.nycontent .nycourse .line .item:hover .en b {
  background: url(../images/cu.png) no-repeat center;
}
.nycontent .nycourse .line .item.item1 {
  top: 30px;
  left: 175px;
}
.nycontent .nycourse .line .item.item1 b {
  bottom: 38px;
  background: url(../images/cuu1.png) no-repeat center;
}
.nycontent .nycourse .line .item.item1 i {
  bottom: 72px;
}
.nycontent .nycourse .line .item.item1:hover b {
  background: url(../images/cu1.png) no-repeat center;
}
.nycontent .nycourse .line .item.item2 {
  left: 355px;
}
.nycontent .nycourse .line .item.item3 {
  left: 540px;
}
.nycontent .nycourse .line .word {
  margin: 12px;
  height: 72px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  background: #fff;
}
.nycontent .nycourse .line .en {
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  background: #867565;
}
.nycontent .nycourse .line .en b {
  position: absolute;
  width: 46px;
  height: 23px;
  background: url(../images/cuu.png) no-repeat center;
  bottom: -11px;
  left: 50%;
  margin-left: -23px;
  z-index: -1;
}
.nycontent .nycourse .line .en i {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/ccr.png) no-repeat center;
  bottom: -40px;
  left: 50%;
  margin-left: -8px;
  z-index: -1;
}
.nycontent .nycourseDetail .timeCut {
  text-align: right;
  margin-bottom: 30px;
}
.nycontent .nycourseDetail .timeCut a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 46px;
  border-top: 2px solid #867565;
  border-bottom: 2px solid #867565;
  color: #5F4B36;
  font-family: arial;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.nycontent .nycourseDetail .timeCut a:hover, .nycontent .nycourseDetail .timeCut a.cur {
  color: #F08200;
  border-color: #F08200;
}
.nycontent .nycourseDetail .timeCut a i {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #F08200;
}
.nycontent .nycourseDetail .timeCut a .i1 {
  left: -15px;
}
.nycontent .nycourseDetail .timeCut a .i2 {
  right: -15px;
}
.nycontent .nycourseDetail .name {
  height: 50px;
  line-height: 50px;
  background: #F08200;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.nycontent .nycourseDetail .name b {
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #fff;
  border-radius: 2px;
  margin: 0 15px;
  vertical-align: middle;
  margin-top: -5px;
}
.nycontent .nycourseDetail ul {
  margin-left: 100px;
  border-left: 2px solid #66533F;
}
.nycontent .nycourseDetail li {
  position: relative;
  margin-left: 25px;
  padding: 8px 20px;
  margin-bottom: 20px;
  border: 1px solid #5F4B36;
}
.nycontent .nycourseDetail li:hover {
  border-color: #F08200;
  color: #fff;
  background: #F08200;
}
.nycontent .nycourseDetail li:hover .time {
  color: #F08200;
}
.nycontent .nycourseDetail li:hover .circle {
  background: #F08200;
}
.nycontent .nycourseDetail li:hover .fl {
  display: block;
}
.nycontent .nycourseDetail .time {
  position: absolute;
  top: 32px;
  left: -125px;
  width: 95px;
  font-size: 18px;
  color: #5F4B36;
  font-weight: bold;
}
.nycontent .nycourseDetail .circle {
  position: absolute;
  top: 38px;
  left: -35px;
  width: 15px;
  height: 15px;
  background: #5F4B36;
  border-radius: 50%;
}
.nycontent .nycourseDetail .word {
  line-height: 26px;
  height: 78px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nycontent .nycourseDetail .fl {
  position: absolute;
  top: 33px;
  left: -14px;
  display: none;
}
.nycontent .nyhonor ul {
  overflow: hidden;
  margin: 0 -20px -25px -17px;
}
.nycontent .nyhonor ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 25px;
}
.nycontent .nyhonor ul li:hover .zzc {
  display: block;
}
.nycontent .nyhonor ul .padding_img {
  padding-top: 70%;
}
.nycontent .nyhonor ul .border {
  border: 2px solid #DFDBD7;
  padding: 15px;
}
.nycontent .nyhonor ul .box {
  width: 90%;
  margin: auto;
  position: relative;
}
.nycontent .nyhonor ul .name {
  padding: 10px 0;
  font-size: 16px;
  color: #5F4B36;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 3px solid #F08200;
}
.nycontent .nyhonor ul .zzc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg4.png) repeat;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-top: 26%;
  cursor: pointer;
  display: none;
}
.nycontent .nyhonor .yulan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg5.png) repeat;
  z-index: 10;
  padding-top: 60px;
  color: #fff;
  display: none;
}
.nycontent .nyhonor .yulan .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.nycontent .nyhonor .yulan .imgbox {
  width: 420px;
  margin: auto;
  border: 2px solid #fff;
}
.nycontent .nyhonor .yulan .padding_img {
  padding-top: 66.7%;
}
.nycontent .nyhonor .yulan .name {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  margin: 20px 0;
}
.nycontent .nyhonor .yulan .infos {
  line-height: 24px;
  width: 550px;
  margin: auto;
  max-height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nycontent .nyhonor .yulan .lines {
  width: 550px;
  margin: auto;
  margin-top: 20px;
  height: 6px;
  background: #FFB400;
}
.nycontent .nynews1 .topNews {
  overflow: hidden;
}
.nycontent .nynews1 .topNews .padding_img {
  padding-top: 67%;
}
.nycontent .nynews1 .topNews .imgs {
  width: 445px;
  float: left;
  position: relative;
}
.nycontent .nynews1 .topNews .imgs .name {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #F08200;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.nycontent .nynews1 .topNews .imgs .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}
.nycontent .nynews1 .topNews .imgs .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}
.nycontent .nynews1 .topNews .words {
  float: right;
  width: 425px;
}
.nycontent .nynews1 .topNews .words dl {
  margin-top: -20px;
  height: 370px;
  overflow: hidden;
}
.nycontent .nynews1 .topNews .words dd {
  border-bottom: 1px solid #D6D6D6;
  padding: 18px 0;
}
.nycontent .nynews1 .topNews .words dd:hover a, .nycontent .nynews1 .topNews .words dd:hover .time {
  color: #F08200;
}
.nycontent .nynews1 .topNews .words .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nynews1 .topNews .words .time {
  color: #8E8E8E;
  font-size: 14px;
  margin: 5px 0;
}
.nycontent .nynews1 .topNews .words .info {
  line-height: 24px;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  background: #fff;
}
.nycontent .nynews1 ul {
  overflow: hidden;
  margin: 0 -3%;
}
.nycontent .nynews1 li {
  float: left;
  width: 27.3%;
  margin: 0 3%;
  margin-top: 40px;
  border: 3px solid #E5E5E5;
  padding: 20px;
}
.nycontent .nynews1 li .name {
  font-size: 18px;
  color: #5F4B36;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nynews1 li .time {
  font-size: 14px;
  color: #595857;
  margin: 20px 0 15px;
}
.nycontent .nynews1 li .padding_img {
  padding-top: 70%;
}
.nycontent .nynews1 li .info {
  color: #666;
  margin: 15px 0 20px;
  line-height: 24px;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nycontent .nynews1 li .more {
  text-align: right;
  font-size: 14px;
  color: #666;
}
.nycontent .nynews1 li:hover {
  background: #F6A61B;
  border-color: #F6A61B;
}
.nycontent .nynews1 li:hover .name, .nycontent .nynews1 li:hover .time, .nycontent .nynews1 li:hover .info, .nycontent .nynews1 li:hover .more {
  color: #fff;
}
.nycontent .nynewsdetail1 {
  text-align: center;
}
.nycontent .nynewsdetail1 .name {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
}
.nycontent .nynewsdetail1 .time {
  font-size: 14px;
  color: #8E8E8E;
  margin: 10px 0 20px;
}
.nycontent .nynewsdetail1 .content {
  text-align: left;
  line-height: 30px;
  font-size: 16.5px;
}
.nycontent .nynewsdetail1 img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.nycontent .nynews2 li {
  margin-bottom: 15px;
  border: 1px solid #A6937C;
  padding: 20px;
  overflow: hidden;
}
.nycontent .nynews2 li .padding_img {
  padding-top: 65%;
}
.nycontent .nynews2 li .lf {
  width: 280px;
}
.nycontent .nynews2 li .rt {
  width: 535px;
}
.nycontent .nynews2 li .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.nycontent .nynews2 li .time {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
}
.nycontent .nynews2 li .info {
  line-height: 26px;
  height: 78px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nycontent .nynews2 li .more {
  font-size: 14px;
  text-align: right;
  color: #999999;
}
.nycontent .nynews2 li:hover {
  background: #F6A61B;
  border-color: #F6A61B;
}
.nycontent .nynews2 li:hover .time {
  border-color: #fff;
}
.nycontent .nynews2 li:hover .name, .nycontent .nynews2 li:hover .time, .nycontent .nynews2 li:hover .info, .nycontent .nynews2 li:hover .more {
  color: #fff;
}
.nycontent .nynews3 li {
  border-color: #D1C0A5;
}
.nycontent .nynews3 li .lf {
  width: 300px;
  padding-right: 20px;
  border-right: 1px solid #D1C0A5;
}
.nycontent .nynews3 li .time {
  margin-bottom: 0;
  border: 0;
}
.nycontent .nynews3 li .info {
  height: 101px;
  -webkit-line-clamp: 4;
}
.nycontent .nynews3 li:hover .lf {
  border-color: #fff;
}
.nycontent .nynews4 ul {
  overflow: hidden;
  margin-bottom: -40px;
  margin-left: -2.7%;
  margin-right: -2.8%;
}
.nycontent .nynews4 .padding_img {
  padding-top: 59%;
}
.nycontent .nynews4 li {
  float: left;
  width: 28.3%;
  margin: 0 2.5%;
  margin-bottom: 40px;
}
.nycontent .nynews4 li a {
  display: block;
  position: relative;
}
.nycontent .nynews4 li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nycontent .nynews4 .time {
  position: absolute;
  left: 1px;
  top: 75%;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #F08200;
  font-family: arial;
}
.nycontent .nynews4 .dec {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  padding: 0 10px;
  margin-top: 20px;
}
.nycontent .nynews5 .time {
  top: 69%;
}
.nycontent .nynews5 .dec {
  white-space: normal;
  margin-top: 25px;
  height: 42px;
  overflow: hidden;
}
.nycontent .nyindus ul {
  overflow: hidden;
  margin-bottom: -25px;
  margin-left: -16px;
  margin-right: -19px;
}
.nycontent .nyindus .padding_img {
  padding-top: 71.5%;
}
.nycontent .nyindus li {
  float: left;
  width: 30.3%;
  margin: 0 1.5%;
  margin-bottom: 25px;
}
.nycontent .nyindus li a {
  color: #444;
}
.nycontent .nyindus li .name {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyindus li .content {
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin: 15px 0;
}
.nycontent .nyindus li .more {
  text-align: right;
  margin-top: 20px;
}
.nycontent .nyindus li .more b {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/moress.png) no-repeat center;
  margin-left: 10px;
}
.nycontent .nyindus li:hover .infos {
  background: #F09E00;
  border-color: #F09E00;
}
.nycontent .nyindus li:hover a {
  color: #fff;
}
.nycontent .nyindus li:hover .more b {
  background: url(../images/morescur.png) no-repeat center;
}
.nycontent .nyindus .infos {
  border: 1px solid #A6937C;
  padding: 15px;
}
.nycontent .nyindustry6 li {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.nycontent .nyindustry6 li:hover .lf {
  background: #F09E00;
}
.nycontent .nyindustry6 li:hover .lf .name, .nycontent .nyindustry6 li:hover .lf .infos {
  color: #fff;
}
.nycontent .nyindustry6 li:hover .lf .more span {
  background: #fff;
  color: #F09E00;
}
.nycontent .nyindustry6 li:hover .lf .more b {
  background: url(../images/n6jtc.png) no-repeat;
}
.nycontent .nyindustry6 li:hover .padding_img img {
  transform: scale(1.1);
}
.nycontent .nyindustry6 li.fan .lf {
  left: inherit;
  right: 0;
  border: 1px solid #DED2BF;
  border-left: 0;
}
.nycontent .nyindustry6 li.fan .rt {
  float: left;
}
.nycontent .nyindustry6 .lf {
  width: 37%;
  border: 1px solid #DED2BF;
  border-right: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.nycontent .nyindustry6 .padding_img {
  padding-top: 57.1%;
}
.nycontent .nyindustry6 .rt {
  width: 63%;
}
.nycontent .nyindustry6 .name {
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #E47600;
}
.nycontent .nyindustry6 .infos {
  color: #444444;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 30px;
  height: 135px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.nycontent .nyindustry6 .more span {
  text-align: center;
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #F08200;
  color: #fff;
  font-size: 14px;
}
.nycontent .nyindustry6 .more span b {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  background: url(../images/n6jt.png) no-repeat;
  margin-left: 10px;
}
.nycontent .nyprise li {
  border: 1px solid #A6937C;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.nycontent .nyprise li:hover {
  background: #F2EDE9;
  border-color: #F2EDE9;
}
.nycontent .nyprise li:hover .name, .nycontent .nyprise li:hover .info, .nycontent .nyprise li:hover .more {
  color: #E47600;
}
.nycontent .nyprise .name {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyprise .info {
  line-height: 28px;
  color: #333;
  height: 56px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.nycontent .nyprise .more {
  text-align: right;
  color: #666666;
}
.nycontent .nyculture {
  line-height: 28px;
}
.nycontent .nyculture .cultureImg {
  width: 200px;
  margin: 45px;
  margin-top: 0;
  float: left;
}
.nycontent .nymap ul {
  margin-top: -15px;
}
.nycontent .nymap li {
  padding-top: 15px;
  border-bottom: 2px solid #E7E7E7;
}
.nycontent .nymap li .name {
  color: #E47600;
  font-size: 24px;
  margin-bottom: 15px;
}
.nycontent .nymap li .name i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 8px;
  background: #E47600;
  margin-right: 10px;
}
.nycontent .nymap li .as a {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 25px;
  color: #2E1C00;
  height: 19px;
  line-height: 18px;
  border-right: 1px solid #2E1C00;
}
.nycontent .nycontacts {
  overflow: hidden;
}
.nycontent .nycontacts .lf {
  line-height: 32px;
  color: #000;
  width: 30%;
}
.nycontent .nycontacts .lf a {
  color: #000;
}
.nycontent .nycontacts .rt {
  width: 70%;
}
.nycontent .nylearning li .name {
  font-size: 18px;
  color: #5F4B36;
}
.nycontent .nylearning li .time {
  color: #595857;
}
.nycontent .nylearning li .info {
  color: #666666;
  height: 78px;
  -webkit-line-clamp: 3;
}
.nycontent .nylearning li .more {
  color: #999;
  margin-top: 19px;
  text-align: right;
}
.nycontent .nylearning li:hover {
  background: #F2EDE9;
  border-color: #F2EDE9;
}
.nycontent .nylearning li:hover .lf {
  border-color: #D1C0A5;
}
.nycontent .nylearning li:hover .name, .nycontent .nylearning li:hover .time, .nycontent .nylearning li:hover .info, .nycontent .nylearning li:hover .more {
  color: #E47600;
}
.nycontent .nysub_1 ul {
  overflow: hidden;
  margin-bottom: -25px;
  margin-left: -20px;
  margin-right: -23px;
}
.nycontent .nysub_1 li {
  float: left;
  width: 33.3%;
  margin-bottom: 25px;
}
.nycontent .nysub_1 li .imgbox {
  display: block;
  width: 89%;
  margin: auto;
  border: 1px solid #D1C0A5;
  padding: 20px;
  padding-bottom: 0;
}
.nycontent .nysub_1 li .padding_img {
  border: 1px solid #D1C0A5;
  padding-top: 141%;
}
.nycontent .nysub_1 li .info {
  font-size: 20px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
}
.nycontent .nysub_1 li:hover .imgbox {
  background: #F6A61B;
}
.nycontent .nysub_1 li:hover .info {
  color: #fff;
}
.nycontent .nydisclose li {
  margin-bottom: 25px;
  border: 1px solid #A6937C;
  padding: 20px;
  overflow: hidden;
}
.nycontent .nydisclose li .time {
  float: left;
  height: 114px;
  background: #DDD4C6;
  font-family: arial;
  font-weight: bold;
  color: #5F4B36;
  text-align: center;
  width: 13%;
  padding: 0 12px;
  font-size: 20px;
  padding-top: 25px;
}
.nycontent .nydisclose li .day {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  margin-bottom: 8px;
}
.nycontent .nydisclose li .infos {
  padding: 0 15px;
  float: left;
  border-right: 1px solid #A6937C;
  width: 82%;
}
.nycontent .nydisclose li .name {
  font-size: 18px;
  color: #1B0E00;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nydisclose li .words {
  height: 80px;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  color: #333333;
}
.nycontent .nydisclose li .more {
  float: left;
  width: 5%;
  height: 114px;
  line-height: 125px;
  text-align: right;
}
.nycontent .nydisclose li .more b {
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../images/more3.png) no-repeat;
}
.nycontent .nydisclose li:hover {
  background: #F6A61B;
  border-color: #F6A61B;
}
.nycontent .nydisclose li:hover .time {
  background: #fff;
  color: #E47600;
}
.nycontent .nydisclose li:hover .day {
  border-color: #E47600;
}
.nycontent .nydisclose li:hover .name, .nycontent .nydisclose li:hover .words {
  color: #fff;
}
.nycontent .nydisclose li:hover .more b {
  background: url(../images/more3cur.png) no-repeat;
}
.nycontent .nyrecruit {
  font-size: 16.5px;
}
.nycontent .nyrecruit li {
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  background: url(../images/SJ.png) no-repeat left center;
  border-bottom: 1px solid #5F4B36;
}
.nycontent .nyrecruit li a {
  color: #5F4B36;
}
.nycontent .nyrecruit li a:hover {
  color: #F08200;
}
.nycontent .nyrecruit li .word {
  float: left;
  width: 88%;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nycontent .nyrecruit li .time {
  float: left;
  width: 12%;
  vertical-align: middle;
  text-align: right;
}
.nycontent .nyrecruit_1 .reTitle {
  padding-left: 10px;
  border-left: 8px solid #F08200;
  font-size: 24px;
  color: #5F4B36;
}
.nycontent .nyrecruit_1 .reDetail {
  line-height: 28px;
  color: #5F4B36;
  margin: 15px 0;
}
.nycontent .nyrecruit_1 .downB {
  margin-bottom: 25px;
}

.pcback {
  text-align: center;
  border-top: 2px solid #D6D6D6;
  padding-top: 40px;
}
.pcback a {
  width: 200px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  background: #7E6B5A;
  color: #fff;
}
.pcback a b {
  display: inline-block;
  width: 35px;
  height: 29px;
  background: url(../images/gs.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.pages {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.pages span {
  display: inline-block;
  width: 60px;
  height: 30px;
  border: 1px solid #D1C0A5;
  line-height: 30px;
  color: #5F4B36;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}
.pages span:hover {
  background: #5F4B36;
  color: #fff;
}
.pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #5F4B36;
  border: 1px solid #D1C0A5;
  margin: 0 5px;
  vertical-align: middle;
}
.pages a:hover, .pages a.cur {
  background: #5F4B36;
  color: #fff;
}

.ssbg {
  background: url(../images/bg7.jpg) no-repeat center;
  padding: 70px 0;
}
.ssbg input {
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  border: 1px solid #E5E5E5;
  width: 88%;
  color: #999999;
}
.ssbg input::-webkit-input-placeholder {
  color: #999999;
}
.ssbg input::-moz-placeholder {
  
  color: #999999;
}
.ssbg input:-moz-placeholder {
  
  color: #999999;
}
.ssbg input:-ms-input-placeholder {
  
  color: #999999;
}
.ssbg .icon {
  float: left;
  width: 12%;
  height: 80px;
  background: #2E1C00;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  line-height: 80px;
}

.serchResult li {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 2px solid #C3C3C3;
  overflow: hidden;
}
.serchResult li .rt {
  padding-top: 20px;
  width: 150px;
  height: 120px;
  background: #FFA340;
  color: #fff;
  text-align: center;
}
.serchResult li .laiyuan {
  font-size: 16px;
}
.serchResult li .name {
  font-size: 24px;
}
.serchResult li .lf {
  width: 86%;
}
.serchResult li .title {
  color: #FF8400;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.serchResult li .dec {
  line-height: 28px;
  color: #000;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
  margin-top: 15px;
}
.serchResult li:hover .dec {
  color: #FFA340;
}

.mnyNav {
  padding: 10px;
  padding-bottom: 0;
}
.mnyNav dl {
  overflow: hidden;
  margin: 0 -1%;
}
.mnyNav a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnyNav dd {
  float: left;
  width: 31.3%;
  margin: 0 1%;
  margin-bottom: 10px;
  text-align: center;
  background: #DDDDDD;
}
.mnyNav dd:hover, .mnyNav dd.cur {
  background: #F08200;
}
.mnyNav dd:hover a, .mnyNav dd.cur a {
  color: #fff;
}

.mnytitle {
  padding: 0 10px;
  font-size: 24px;
  margin-bottom: 10px;
}
.mnytitle .ch {
  color: #F08200;
}
.mnytitle .en {
  color: #7D7069;
  padding-bottom: 5px;
  border-bottom: 2px solid #DDDDDD;
}

.mnycontent:after {
  content: '';
  display: block;
  clear: both;
}

.mnycontent {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0;
  color: #000;
}
.mnycontent .mnyprofile {
  line-height: 28px;
}
.mnycontent .mnyprofile img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.mnycontent .nyleader ul {
  overflow: hidden;
  margin: 0 -2%;
  margin-bottom: -10px;
}
.mnycontent .nyleader li {
  float: left;
  width: 46%;
  margin: 0 2%;
  padding: 10px;
  border: 1px solid #D1C0A5;
  margin-bottom: 10px;
}
.mnycontent .nyleader li a {
  color: #000;
}
.mnycontent .nyleader .padding_img {
  border: 1px solid #D1C0A5;
}
.mnycontent .nyleader .name {
  font-size: 20px;
  margin-top: 5px;
}
.mnycontent .nyleader .zhiwei {
  font-size: 15px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .nyleader .dec {
  line-height: 24px;
  font-size: 15px;
  height: 142px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.mnycontent .nyleader .more {
  margin-top: 5px;
  text-align: right;
}
.mnycontent .nyleader .more a {
  color: #A6937C;
}
.mnycontent .nyleader .more a b {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/more1.png) no-repeat center;
  vertical-align: middle;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.mnycontent .nyleader .more a:hover {
  color: #F08200;
}
.mnycontent .nyleader .more a:hover b {
  background: url(../images/more2.png) no-repeat center;
}
.mnycontent .mnyleader_1 {
  padding: 0 25px;
}
.mnycontent .mnyleader_1 .imgbox {
  border: 1px solid #D1C0A5;
  margin-bottom: 15px;
}
.mnycontent .mnyleader_1 .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.mnycontent .mnyleader_1 .title b {
  display: inline-block;
  width: 7px;
  height: 38px;
  background: #F08200;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
}
.mnycontent .mnyleader_1 .content {
  margin-bottom: 10px;
  line-height: 28px;
}
.mnycontent .mnyorg {
  position: relative;
}
.mnycontent .mnyorg .line {
  position: absolute;
  top: 63px;
  left: 50%;
  margin-left: -26%;
  width: 52%;
  height: 100px;
  border: 2px solid #F08200;
  border-radius: 4px;
  z-index: -1;
  border-bottom: 0;
}
.mnycontent .mnyorg .hline {
  position: absolute;
  width: 2px;
  background: #F08200;
  top: 5px;
  left: 50%;
  height: 100px;
  margin-left: -1px;
  z-index: -1;
}
.mnycontent .mnyorg .name {
  width: 85%;
  background: #F08200;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  font-size: 17px;
}
.mnycontent .mnyorg .erjiname {
  overflow: hidden;
  margin: 25px -2%;
}
.mnycontent .mnyorg .erjiname ul {
  float: left;
  width: 46%;
  background: #E79F49;
  border-radius: 7px;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 2%;
}
.mnycontent .mnyorg .erjiname li {
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
}
.mnycontent .mnyorg .sanjiname {
  background: #EDC697;
  border-radius: 7px;
  padding: 10px;
  padding-bottom: 0;
}
.mnycontent .mnyorg .sanjiname li {
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  padding-right: 26px;
}
.mnycontent .mnyorg .sanjiname .rap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .mnyorg .sanjiname .yjt {
  position: absolute;
  top: 14px;
  right: 9px;
}
.mnycontent .mnyorg .sanjiname dl {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background: #E79F49;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 7px;
  display: none;
  z-index: 50;
}
.mnycontent .mnyorg .sanjiname dd {
  padding: 0 15px;
  background: #fff;
  border-radius: 7px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.mnycontent .mnycourse .lun {
  margin: 15px 0;
}
.mnycontent .mnycourse li {
  position: relative;
  overflow: hidden;
}
.mnycontent .mnycourse li:hover {
  border-color: #F08200;
  color: #F08200;
}
.mnycontent .mnycourse li:hover .time, .mnycontent .mnycourse li:hover .circle {
  background: #F08200;
}
.mnycontent .mnycourse li:hover .word > div {
  color: #F08200;
}
.mnycontent .mnycourse li:hover .fl {
  display: block;
}
.mnycontent .mnycourse .fl {
  position: absolute;
  top: 37px;
  left: -9px;
  display: none;
}
.mnycontent .mnycourse .time {
  float: left;
  width: 70px;
  text-align: center;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #7E6B5A;
  font-weight: bold;
  margin-top: 37px;
}
.mnycontent .mnycourse .circle {
  float: left;
  width: 15px;
  height: 15px;
  background: #5F4B36;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 49px;
}
.mnycontent .mnycourse .word {
  position: relative;
  float: left;
  border: 1px solid #D1C0A5;
  padding: 8px;
  width: calc(100% - 115px);
  font-size: 14px;
  margin: 10px 0;
}
.mnycontent .mnycourse .word > div {
  height: 69px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.mnycontent .mnycourse .prev, .mnycontent .mnycourse .next {
  margin-left: 66px;
}
.mnycontent .mnycourse .line {
  position: absolute;
  top: 0;
  left: 87px;
  width: 1px;
  height: 100%;
  background: #867565;
  z-index: -1;
}
.mnycontent .mnycourse_1 .timeCut {
  overflow: hidden;
}
.mnycontent .mnycourse_1 .timeCut a {
  float: left;
  width: 46%;
  height: 50px;
  line-height: 46px;
  border-top: 2px solid #867565;
  border-bottom: 2px solid #867565;
  color: #5F4B36;
  font-family: arial;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  position: relative;
  margin: 0 2%;
  overflow: hidden;
  margin-bottom: 10px;
}
.mnycontent .mnycourse_1 .timeCut a:hover, .mnycontent .mnycourse_1 .timeCut a.cur {
  border-color: #F18E19;
  color: #F18E19;
}
.mnycontent .mnycourse_1 .timeCut a:hover .i1, .mnycontent .mnycourse_1 .timeCut a.cur .i1 {
  left: 4px;
}
.mnycontent .mnycourse_1 .timeCut a:hover .i2, .mnycontent .mnycourse_1 .timeCut a.cur .i2 {
  right: 4px;
}
.mnycontent .mnycourse_1 .timeCut i {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #F08200;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mnycontent .mnycourse_1 .timeCut .i1 {
  left: -15px;
}
.mnycontent .mnycourse_1 .timeCut .i2 {
  right: -15px;
}
.mnycontent .mnycourse_1 .bname {
  height: 45px;
  line-height: 45px;
  background: #7E6B5A;
  border-radius: 5px;
  color: #fff;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}
.mnycontent .mnycourse_1 li {
  position: relative;
  overflow: hidden;
}
.mnycontent .mnycourse_1 li:hover {
  border-color: #F08200;
  color: #F08200;
}
.mnycontent .mnycourse_1 li:hover .time, .mnycontent .mnycourse_1 li:hover .circle {
  background: #F08200;
}
.mnycontent .mnycourse_1 li:hover .word {
  border-color: #F08200;
}
.mnycontent .mnycourse_1 li:hover .word > div {
  color: #F08200;
}
.mnycontent .mnycourse_1 li:hover .fl {
  display: block;
}
.mnycontent .mnycourse_1 .fl {
  position: absolute;
  top: 37px;
  left: -9px;
  display: none;
}
.mnycontent .mnycourse_1 .time {
  float: left;
  width: 70px;
  text-align: center;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #7E6B5A;
  font-weight: bold;
  margin-top: 37px;
}
.mnycontent .mnycourse_1 .circle {
  float: left;
  width: 15px;
  height: 15px;
  background: #5F4B36;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 49px;
}
.mnycontent .mnycourse_1 .word {
  position: relative;
  float: left;
  border: 1px solid #D1C0A5;
  padding: 8px;
  width: calc(100% - 115px);
  font-size: 14px;
  margin: 10px 0;
}
.mnycontent .mnycourse_1 .word > div {
  height: 69px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.mnycontent .mnycourse_1 .line {
  position: absolute;
  top: 0;
  left: 87px;
  width: 1px;
  height: 100%;
  background: #867565;
  z-index: -1;
}
.mnycontent .mnycourse_1 .modals {
  position: fixed;
  top: 30%;
  left: 10px;
  width: calc(100% - 20px);
  background: rgba(56, 40, 24, 0.9);
  padding: 30px 25px;
  border-radius: 5px;
  z-index: 9999;
  color: #fff;
  display: none;
}
.mnycontent .mnycourse_1 .modals .closer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 21px;
  background: #fff;
  color: #4C3D2F;
}
.mnycontent .mnycourse_1 .modals .date {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.mnycontent .mnycourse_1 .modals .liner {
  height: 3px;
  background: #F08200;
  border-radius: 5px;
  margin: 10px 0;
}
.mnycontent .mnycourse_1 .modals .words {
  line-height: 28px;
  max-height: 252px;
  overflow: auto;
}
.mnycontent .mnyhonor ul, .mnycontent .mnyindustry1 ul, .mnycontent .mnyindustry6 ul {
  overflow: hidden;
  margin: 0 -2.5%;
  margin-bottom: -15px;
}
.mnycontent .mnyhonor li, .mnycontent .mnyindustry1 li, .mnycontent .mnyindustry6 li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.mnycontent .mnyhonor .box, .mnycontent .mnyindustry1 .box, .mnycontent .mnyindustry6 .box {
  width: 90%;
  margin: auto;
  position: relative;
}
.mnycontent .mnyhonor .border, .mnycontent .mnyindustry1 .border, .mnycontent .mnyindustry6 .border {
  border: 2px solid #DFDBD7;
  padding: 5px;
}
.mnycontent .mnyhonor .padding_img, .mnycontent .mnyindustry1 .padding_img, .mnycontent .mnyindustry6 .padding_img {
  padding-top: 70%;
}
.mnycontent .mnyhonor .name, .mnycontent .mnyindustry1 .name, .mnycontent .mnyindustry6 .name {
  padding: 3px 0;
  font-size: 15px;
  color: #5F4B36;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 3px solid #F08200;
}
.mnycontent .mnyhonor .modals, .mnycontent .mnyindustry1 .modals, .mnycontent .mnyindustry6 .modals {
  position: fixed;
  top: 30%;
  left: 10px;
  width: calc(100% - 20px);
  background: rgba(56, 40, 24, 0.9);
  padding: 30px 25px;
  border-radius: 5px;
  z-index: 9999;
  color: #fff;
  display: none;
}
.mnycontent .mnyhonor .modals .closer, .mnycontent .mnyindustry1 .modals .closer, .mnycontent .mnyindustry6 .modals .closer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 21px;
  background: #fff;
  color: #4C3D2F;
}
.mnycontent .mnyhonor .modals .mama, .mnycontent .mnyindustry1 .modals .mama, .mnycontent .mnyindustry6 .modals .mama {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .mnyhonor .modals .imgbox, .mnycontent .mnyindustry1 .modals .imgbox, .mnycontent .mnyindustry6 .modals .imgbox {
  margin-top: 15px;
  border: 2px solid #7E6B5A;
  border-radius: 5px;
}
.mnycontent .mnynews1 ul {
  overflow: hidden;
  margin: 0 -2%;
  margin-bottom: -15px;
}
.mnycontent .mnynews1 .padding_img {
  padding-top: 69%;
}
.mnycontent .mnynews1 li {
  float: left;
  width: 46%;
  margin: 0 2%;
  border: 2px solid #E5E5E5;
  padding: 10px;
  margin-bottom: 15px;
}
.mnycontent .mnynews1 .info {
  color: #666666;
  height: 94px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.mnycontent .mnynews1 .time {
  font-size: 12px;
  margin: 5px 0;
}
.mnycontent .mnynews1 .more {
  text-align: right;
  font-size: 12px;
}
.mnycontent .mnynews1 .name {
  color: #382818;
  height: 46px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mnycontent .mnynews_1 img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.mnycontent .mnynews_1 .name {
  color: #000;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}
.mnycontent .mnynews_1 .words {
  line-height: 28px;
}
.mnycontent .mnynews2 li, .mnycontent .mnyculture li {
  border: 1px solid #A6937C;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.mnycontent .mnynews2 .padding_img, .mnycontent .mnyculture .padding_img {
  padding-top: 64%;
}
.mnycontent .mnynews2 .lf, .mnycontent .mnyculture .lf {
  width: 40%;
}
.mnycontent .mnynews2 .rt, .mnycontent .mnyculture .rt {
  width: 58%;
}
.mnycontent .mnynews2 .name, .mnycontent .mnyculture .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.mnycontent .mnynews2 .infos, .mnycontent .mnyculture .infos {
  height: 46px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}
.mnycontent .mnynews_2 img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.mnycontent .mnynews_2 .time {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}
.mnycontent .mnynews_2 .name {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.mnycontent .mnynews_2 .words {
  line-height: 28px;
}
.mnycontent .mnyindustry1 .name {
  border-width: 2px;
}
.mnycontent .mnyindustry6 .border {
  border: 0;
  padding: 0;
}
.mnycontent .mnyindustry6 .padding_img {
  padding-top: 100%;
}
.mnycontent .mnyindustry6 .box {
  padding: 10px;
  border: 1px solid #D1C0A5;
}
.mnycontent .mnyindustry6 .mama {
  color: #E47600;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 0;
}
.mnycontent .mnyindustry6 .intro {
  color: #444;
  font-size: 14px;
  height: 70px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mnycontent .mnyindustry6 .lik {
  background: #F08200;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}
.mnycontent .mnyindustry6 .lik img {
  width: 15px;
}
.mnycontent .mnyenterprise li {
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #A6937C;
}
.mnycontent .mnyenterprise li:hover {
  background: #F2EDE9;
  border-color: #F2EDE9;
}
.mnycontent .mnyenterprise li:hover .name {
  color: #000;
}
.mnycontent .mnyenterprise .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
}
.mnycontent .mnyenterprise .info {
  height: 70px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  margin-top: 5px;
}
.mnycontent .mnycommunistwork .info {
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mnycontent .mnycommunistwork .more {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
}
.mnycontent .mnyculture .mnylogo {
  margin-bottom: 10px;
  text-align: center;
}
.mnycontent .mnyculture .mnylogo img {
  width: 150px;
}
.mnycontent .mnyculture .name {
  padding: 0;
  border: 0;
  margin: 0;
}
.mnycontent .mnyculture .time {
  font-size: 12px;
}
.mnycontent .mnyculture .rt {
  width: 57%;
  padding-left: 8px;
  border-left: 1px solid #D1C0A5;
}
.mnycontent .mnyculture .padding_img {
  padding-top: 84%;
}
.mnycontent .mnyculture .infos {
  font-size: 14px;
}
.mnycontent .mnynongfa ul {
  overflow: hidden;
  margin: 0 -2%;
  margin-bottom: -15px;
}
.mnycontent .mnynongfa .padding_img {
  padding-top: 142%;
  margin-bottom: 10px;
}
.mnycontent .mnynongfa li {
  float: left;
  width: 46%;
  margin: 0 2%;
  margin-bottom: 15px;
  border: 1px solid #DCD0BB;
  padding: 10px;
}
.mnycontent .mnynongfa li:hover {
  background: #F6A61B;
}
.mnycontent .mnynongfa li:hover a {
  color: #fff;
}
.mnycontent .mnynongfa .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .mnydisclo li {
  border: 1px solid #A6937C;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mnycontent .mnydisclo .lf {
  width: 85px;
  background: #DDD4C6;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  color: #5F4B36;
  padding: 0 5px;
  height: 80px;
  font-size: 18px;
  padding-top: 13px;
}
.mnycontent .mnydisclo .lf i {
  display: block;
  height: 2px;
  margin: 2px 0;
  background: #5F4B36;
}
.mnycontent .mnydisclo .rt {
  width: calc(100% - 130px);
  padding-left: 10px;
}
.mnycontent .mnydisclo .rt .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .mnydisclo .rt .infos {
  height: 46px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.mnycontent .mnydisclo .jt {
  text-align: right;
  float: right;
  width: 45px;
  height: 80px;
  line-height: 80px;
}
.mnycontent .mnyrecruitment li {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  background: url(../images/SJ.png) no-repeat left center;
  border-bottom: 1px solid #5F4B36;
}
.mnycontent .mnyrecruitment a {
  color: #5F4B36;
}
.mnycontent .mnyrecruitment a:hover {
  color: #F08200;
}
.mnycontent .mnyrecruitment .word {
  float: left;
  width: calc(100% - 100px);
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mnycontent .mnyrecruitment .time {
  float: left;
  width: 100px;
  vertical-align: middle;
  text-align: right;
}
.mnycontent .nyrecruit_1 .reTitle {
  padding-left: 10px;
  border-left: 8px solid #F08200;
  font-size: 24px;
  color: #5F4B36;
}
.mnycontent .nyrecruit_1 .reDetail {
  line-height: 28px;
  color: #5F4B36;
  margin: 15px 0;
}
.mnycontent .nyrecruit_1 .downB {
  margin-bottom: 25px;
}
.mnycontent .mnytender li {
  padding: 5px 0;
  border-bottom: 1px solid #5F4B36;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.mnycontent .mnytender li .name {
  line-height: 22px;
  max-height: 44px;
  height: auto;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #382818;
}
.mnycontent .mnytender li .icon {
  position: absolute;
  width: 16px;
  height: 6px;
  top: 11px;
  left: 0;
  background: #F08200;
}
.mnycontent .nynewsdetail1 {
  text-align: center;
}
.mnycontent .nynewsdetail1 .name {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
}
.mnycontent .nynewsdetail1 .time {
  font-size: 14px;
  color: #8E8E8E;
  margin: 10px 0 20px;
}
.mnycontent .nynewsdetail1 .content {
  text-align: left;
  line-height: 30px;
}
.mnycontent .nynewsdetail1 img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.mnycontent .mnynews4 ul {
  overflow: hidden;
  margin: 0 -2.5%;
  margin-bottom: -15px;
}
.mnycontent .mnynews4 li {
  float: left;
  width: 46%;
  margin: 0 2%;
  margin-bottom: 15px;
}
.mnycontent .mnynews4 a {
  display: block;
  position: relative;
}
.mnycontent .mnynews4 .padding_img {
  padding-top: 59%;
}
.mnycontent .mnynews4 .time {
  position: absolute;
  left: 1px;
  bottom: 24px;
  width: 90px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #F08200;
  font-family: arial;
}
.mnycontent .mnynews4 .dec {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  margin-top: 10px;
}
.mnycontent .nymap ul {
  margin-top: -15px;
}
.mnycontent .nymap li {
  padding-top: 15px;
  border-bottom: 2px solid #E7E7E7;
}
.mnycontent .nymap li .name {
  color: #E47600;
  font-size: 20px;
  margin-bottom: 15px;
}
.mnycontent .nymap li .name i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 23px;
  background: #E47600;
  margin-right: 10px;
}
.mnycontent .nymap li .as a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #2E1C00;
  height: 19px;
  line-height: 18px;
  border-right: 1px solid #2E1C00;
}
.mnycontent .nymap li .as a:first-child {
  border-left: 1px solid #2E1C00;
}
.mnycontent .mnycontact .topw {
  line-height: 30px;
  margin-bottom: 10px;
}

.mssbg {
  background: url(../images/bg7.jpg) no-repeat center;
  padding: 20px 10px;
  overflow: hidden;
  margin-top: 60px;
}
.mssbg input {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #E5E5E5;
  width: calc(100% - 75px);
  color: #999999;
}
.mssbg input input::-webkit-input-placeholder {
  color: #999999;
}
.mssbg input input::-moz-placeholder {
  
  color: #999999;
}
.mssbg input input:-moz-placeholder {
  
  color: #999999;
}
.mssbg input input:-ms-input-placeholder {
  
  color: #999999;
}
.mssbg .icon {
  float: left;
  width: 75px;
  height: 30px;
  background: #2E1C00;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}
.mssbg .icon img {
  width: 24px;
}

.msearchResult li {
  margin-bottom: 15px;
  margin-top: 25px;
  overflow: hidden;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #C3C3C3;
}
.msearchResult .lf {
  width: 65%;
}
.msearchResult .rt {
  width: 30%;
  height: 106px;
  background: #FFA340;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.msearchResult .rt .name {
  font-size: 17px;
}
.msearchResult .title {
  color: #FF8400;
  font-size: 16px;
  max-height: 44px;
  height: auto;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.msearchResult .dec {
  max-height: 64px;
  height: auto;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


