body.show a, body.show .transition, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
body{
	overflow-x:hidden;}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-research .dots, .g-nav2 .btn-list .language .name, .p-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn, .index-flow .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .g-nav2 .btn-list .language .name, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-flow .title dl, .index-flow .title, .index-research .dots, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .foot-link .list ul, .index-flow .container .list ul, .index-research .wal, .index-events .wal, .g-foot .info div {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .index-flow .container .list ul, .index-flow .container, .index-research .wal, .g-foot .info, .g-nav2 .btn-list ul, .g-nav2 .scroll li .list dl, .g-nav2 .scroll ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.bsBox {
  box-sizing: content-box;
}

.p-ico {
  font-family: "icon";
  font-size: 0.2rem;
}

.p-more {
  display: inline-block;
  font-size: 0.12rem;
  color: #2a9b89;
  padding: 0 0.05rem;
  line-height: 0.25rem;
  border-bottom: #2a9b89 solid 0.02rem;
}

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.p-layer.show {
  opacity: 1;
  visibility: visible;
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

.p-more {
  font-size: 0.24rem;
  padding: 0 0.1rem;
  line-height: 0.5rem;
  border-bottom: #2a9b89 solid 0.04rem;
}

/*-------------------------*/
html {
  font-size: 50px;
}

body {
  font-size: 0.24rem;
}

.wal {
  max-width: 800px;
  margin: 0 0.5rem;
}

.g-head:before {
  height: 1.45rem;
}
.g-head .wal {
  min-height: 1.37rem;
  margin: 0 0.5rem;
}
.g-head a.logo {
  width: 2.9rem;
}
.g-head .btn-list {
  display: none;
}
.g-head a.navA {
  right: -0.5rem;
  width: 1.23rem;
  height: 1.02rem;
  display:block;
}
.g-head a.navA:after {
  background-size: 0.4rem;
}

.g-nav {
  display: none;
}

.g-nav2 {
  background: #126d5f;
  overflow-y: auto;
}
.g-nav2 .scroll {
  position: static;
  padding-top: 1.37rem;
}
.g-nav2 .scroll li {
  width: 100%;
  text-align: left;
  padding-top: 0;
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li h2 {
  font-size: 0.31rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  position: relative;
}
.g-nav2 .scroll li h2.h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-size: 0.3rem;
  font-family: "icon";
  content: "\eaed";
  color: #fff;
}
.g-nav2 .scroll li.on h2.h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.g-nav2 .scroll li .list {
  padding: 0 0 0 0.5rem;
  display: none;
}
.g-nav2 .scroll li .list h3 {
  font-size: 0.3rem;
  line-height: 0.96rem;
  border-top: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li .list h3:nth-child(1) {
  border: 0;
}
.g-nav2 .scroll li .list dl {
  margin-left: -0.5rem;
  padding: 0 0.2rem 0.3rem 0;
  margin-top: -0.1rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.24rem;
  line-height: 0.6rem;
  min-width: 25%;
  padding-left: 0.5rem;
}
.g-nav2 .scroll li .list dd a {
  display: block;
  height: 0.6rem;
}
.g-nav2 .btn-list a {
  color: #fff;
}
.g-nav2 .btn-list ul {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.g-nav2 .btn-list ul li {
  width: 25%;
}
.g-nav2 .btn-list ul a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.64rem;
}
.g-nav2 .btn-list .language {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .btn-list .language .name {
  height: 1rem;
  padding-left: 0.5rem;
  font-size: 0.24rem;
}
.g-nav2 .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.24rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-nav2 .btn-list .search {
  position: relative;
  padding: 0.4rem 0.5rem;
}
.g-nav2 .btn-list .search .btn {
  font-size: 0.36rem;
  color: #2a9b89;
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  bottom: 0.4rem;
  z-index: 5;
  line-height: 0.9rem;
  width: 1rem;
  text-align: center;
}
.g-nav2 .btn-list .search .btn input {
  width: 100%;
  height: 0.9rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.g-nav2 .btn-list .search .input {
  height: 0.9rem;
  background: #fff;
}
.g-nav2 .btn-list .search .input input {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
}

.g-foot {
  font-size: 0.24rem;
}
.g-foot:before {
  left: 0;
  height: 8.57rem;
}
.g-foot:after {
  left: 0.5rem;
}
.g-foot .wal {
  min-height: 8.96rem;
  padding: 3.22rem 0 0 0;
}
.g-foot .logo {
  position: static;
  width: 3.18rem;
  margin: 0 auto;
}
.g-foot .list {
  position: static;
  width: 100%;
  padding: 0.5rem 0 0.4rem 0;
}
.g-foot .list li {
  height: 0.48rem;
  padding-right: 0;
  width: 100%;
}
.g-foot .list li .p-ico {
  font-size: 0.28rem;
}
.g-foot .info {
  position: relative;
  height: auto;
  border-top: 0;
}
.g-foot .info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.9rem;
  top: 0;
  right: -0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
}
.g-foot .info div {
  padding-top: 0.4rem;
  width: 4.8rem;
}
.g-foot .info div p {
  line-height: 0.48rem;
  text-align: center;
  padding: 0;
}
.g-foot .info div p:nth-child(3) {
  width: 100%;
}
.g-foot .info .tel {
  height: 0.9rem;
  width: 100%;
}
.g-foot .info .tel i {
  font-size: 0.24rem;
  margin-right: 0.1rem;
}

/*index*/
.index-video {
  height: auto;
}
.index-video video, .index-video img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate(0, 0);
}
.index-video .btn {
  display: none;
}

.index-flash li {
  height: 6rem;
}
.index-flash li .img a {
  height: 6rem;
}
.index-flash li .name a {
  bottom: 1.04rem;
  font-size: 0.26rem;
}
.index-flash .btn .dots span {
  margin: 0 0.08rem;
  width: 0.1rem;
  height: 0.1rem;
}
.index-flash .arrow {
  display: none;
}

@media screen and (orientation: landscape) {
  .index-flash li {
    height: 100vh;
  }
  .index-flash li .img a {
    height: 100vh;
  }
}
.index-search {
  height: 1.12rem;
}
.index-search .wal {
  background-position: right center;
  background-size: auto 100%;
  min-height: 1rem;
  padding: 0 0.4rem;
}
.index-search .form .name {
  font-size: 0.24rem;
  margin-right: 0.24rem;
}
.index-search .form .name em {
  font-size: 0.2rem;
}
.index-search .hot-words {
  display: none;
}
.index-search .search-result {
  padding: 0.3rem 0.4rem 0.44rem 0.4rem;
}
.index-search .search-result .name h3 {
  font-size: 0.28rem;
}
.index-search .search-result .name a {
  font-size: 0.2rem;
}
.index-search .search-result li {
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.index-search .search-result li a {
  padding-right: 0.32rem;
}
.index-search .search-result li a i {
  font-size: 0.28rem;
}
.index-search .search-result .btn a {
  line-height: 0.8rem;
}

.index-news .col-1 {
  width: 100%;
  padding-bottom: 1rem;
}
.index-news .col-1 .title {
  font-size: 0.32rem;
  padding: 0 0 0.25rem 0;
  line-height: 1em;
}
.index-news .col-1 .title span {
  padding-left: 0.2rem;
}
.index-news .col-1 li a .name {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: 400;
  padding: 0.4rem 0;
}
.index-news .col-2 {
  width: 100%;
  min-height: 1rem;
  order: -1;
}
.index-news .col-2:before {
  display: none;
}
.index-news .col-2 .list li .title {
  font-size: 0.24rem;
  padding-top: 0.3rem;
}
.index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
  width: 0.3rem;
  height: 0.02rem;
  margin: 0 0.28rem;
}
.index-news .col-2 .list li .name a {
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-align: left;
  padding: 0.25rem 0 0.5rem 0;
}
.index-news .col-2 .list li p {
  display: none;
}
.index-news .col-2 .arrow {
  position: static;
  padding-bottom: 1rem;
}
.index-news .col-2 .arrow a {
  display: none;
}
.index-news .col-2 .arrow .dots {
  width: 100%;
}
.index-news .col-2 .arrow .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}

.index-events:before {
  bottom: auto;
  height: 5.66rem;
  right: 0;
  margin-right: 0;
}
.index-events .wal {
  height: 2.4rem;
}
.index-events .wal .title {
  padding-right: 0;
  font-size: 0.36rem;
}
.index-events .wal .title:after {
  display: none;
}
.index-events .wal .title h2 {
  font-size: 0.54rem;
}
.index-events .wal p {
  display: none;
}
.index-events .wal .more {
  margin-right: 0;
}
.index-events .wal .arrow {
  display: none;
}
.index-events .list-wrapper {
  width: 18.3rem;
  margin-left: -9.15rem;
}
.index-events .list-wrapper dd.li-dd {
  padding: 0 0.2rem;
  width: 100%;
}
.index-events .list-wrapper dd.li-dd:nth-child(2), .index-events .list-wrapper dd.li-dd:nth-child(3) {
  display: none;
}
.index-events .list-wrapper dd.li-dd .name a {
  font-size: 0.28rem;
}
.index-events .list-wrapper dd.li-dd .name2 {
  padding: 0.3rem 0;
}
.index-events .list-wrapper dd.li-dd .name2 a {
  font-size: 0.34rem;
  line-height: 0.48rem;
  font-weight: 400;
  height: 0.96rem;
}
.index-events .list-wrapper dd.li-dd dl.info {
  font-size: 0.24rem;
}
.index-events .list-wrapper dd.li-dd dl.info:before {
  height: 0.76rem;
  margin-top: -0.38rem;
}
.index-events .list-wrapper dd.li-dd dl.info dd {
  height: 0.48rem;
}
.index-events .list-wrapper dd.li-dd dl.info em {
  font-size: 0.3rem;
  width: 0.74rem;
}

.index-research .wal {
  min-height: 1rem;
  margin: 0;
}
.index-research .title {
  padding: 1.4rem 0 0.55rem 0.5rem;
  font-size: 0.36rem;
}
.index-research .title:after {
  display: none;
}
.index-research .title h2 {
  font-size: 0.54rem;
}
.index-research .content {
  display: none;
}
.index-research .more {
  padding: 1.8rem 0.5rem 0 0;
}
.index-research .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-research .list li {
  padding: 0 0 0 0.5rem;
  border: 0;
}
.index-research .list li:before, .index-research .list li:after {
  display: none;
}
.index-research .list li .img {
  display: block;
  position: relative;
  padding-top: 0.3rem;
}
.index-research .list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.7rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/img1080.jpg") center top no-repeat;
  background-size: 100%;
}
.index-research .list li .img img {
  position: relative;
}
.index-research .list li a.name {
  font-size: 0.34rem;
  line-height: 0.52rem;
  font-weight: 400;
  padding: 0.3rem 0.5rem 0.7rem 0;
}
.index-research .list li:hover a.name, .index-research .list li.on a.name {
  left: 0;
}
.index-research .dots {
  padding-bottom: 0.8rem;
  border-bottom: #F2F2F2 solid 1px;
  position: relative;
  z-index: 20;
  width: 100%;
}
.index-research .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-research .dots span.swiper-pagination-bullet-active {
  background: #2a9b89;
}
.index-research .big-img {
  display: none;
}

.index-admissions.wal {
  margin: 0;
}
.index-admissions .title {
  padding: 0.9rem 0 0.4rem 0;
  font-size: 0.36rem;
}
.index-admissions .title:after {
  display: none;
}
.index-admissions .title h2 {
  font-size: 0.54rem;
}
.index-admissions .content {
  display: none;
}
.index-admissions .list dd {
  width: 33.333%;
  max-width: 33.333%;
  padding-bottom: 0.4rem;
}
.index-admissions .list dd .info {
  font-size: 0.2rem;
  padding: 0.2rem 0 0 0.1rem;
}
.index-admissions .list dd .info b {
  font-size: 0.36rem;
}
.index-admissions .list dd p {
  line-height: 0.3rem;
  font-size: 0.2rem;
  padding: 0 0.3rem;
}
.index-admissions .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}

.index-flow .container {
  margin-top: 0;
  padding-bottom: 1.57rem;
}
.index-flow .container .list {
  width: 100%;
  height: 2.9rem;
  background: #F2F3F9;
  padding: 0.3rem 0.5rem;
  position: static;
}
.index-flow .container .list ul {
  margin-bottom: 0;
}
.index-flow .container .list li {
  width: 45%;
}
.index-flow .container .list a {
  line-height: 0.72rem;
  font-size: 0.32rem;
  border: 0;
  font-weight: 400;
}
.index-flow .container .list a i {
  font-size: 0.36rem;
}
.index-flow .container .video {
  width: 100%;
  order: -1;
}
.index-flow .title {
  padding: 0.35rem 0 0.8rem 0;
  font-size: 0.36rem;
  text-align: center;
}
.index-flow .title:after {
  left: 50%;
  width: 5.26rem;
  margin-left: -2.63rem;
}
.index-flow .title h2 {
  font-size: 0.34rem;
  margin-bottom: 0.3rem;
}
.index-flow .title a.more {
  position: static;
  border-width: 1px;
  width: 1.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  margin: 0 auto;
}
.index-flow .title dl {
  padding-top: 0.6rem;
  position: static;
}
.index-flow .title dl dd {
  margin: 0 0.2rem;
}
.index-flow .title dl dd a {
  width: 0.66rem;
}
.index-flow .title dl dd .layer {
  width: 3.4rem;
  margin-left: -2.95rem;
}
.index-flow .title dl dd .layer:after {
  top: -0.1rem;
}
.index-flow .title dl dd .layer .ewm img {
  width: 1.3rem;
}

.index-flow .title dl dd.more .layer {
  right: -50%;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.index-flow .img-list {
  padding: 0 0.5rem;
}
.index-flow .img-list li {
  width: 100%;
}
.index-flow .img-list li a .layer {
  padding: 0 0.5rem;
}
.index-flow .img-list li a .layer .time {
  font-size: 0.2rem;
}
.index-flow .img-list li a .layer p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  max-height: 1.08rem;
  overflow: hidden;
}
.index-flow .img-list li a .layer .info {
  font-size: 0.24rem;
  padding: 0.3rem 0;
}
.index-flow .img-list li a .layer .info img {
  height: 0.3rem;
}
.index-flow .img-list li.li_01 {
  width: 100%;
}
.index-flow .img-list li.li_01 a .layer p {
  max-height: 0.72rem;
}

.foot-link {
  padding-bottom: 3.7rem;
}
.foot-link .title {
  font-size: 0.54rem;
  text-align: center;
  padding: 1.1rem 0 0.5rem 0;
}
.foot-link .list {
  margin: 0 auto;
}
.foot-link .list li {
  width: 2.87rem;
  padding: 0;
}
.foot-link .list a {
  font-size: 0.32rem;
  line-height: 1rem;
}
.foot-link .ewm {
  width: 4rem;
  left: 50%;
  bottom: -2.3rem;
  margin-left: -2rem;
}
.foot-link .ewm p {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.35rem;
}


.indexicon ul li{
  height: 1.2rem;
  width:20%;
  text-align:center;
  float:left;
  padding-top:0.2rem;
  margin-top:0.1rem;
  }
.indexicon{
	  height: 3.5rem;}
	  
.indexicon ul li img{
	width:60%;}	  

#scroll .item{position:relative;max-width:100%;height:339px;margin:0 auto; margin-right:0.2rem;background-color:#fff;overflow:hidden;}

	
.txt h3{
	font-size: 0.32rem;
	color:#000;
	font-weight:500;
	line-height:0.6rem;}	


#scroll .date {
    width: 100%;
    line-height: 45px;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    border-bottom: 1px solid #bfbfbf;
}

#scroll p {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #333;
}

.index_tong{
	width:100%;
	height:auto;
	}  
  

.index_mei {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    float: right;
}

.index_tonglist ul li .riqi{
	width:1.1rem;
	height:1.1rem;}


.index_tonglist ul li .riqi h3 {
    width: 100%;
    height: 0.55rem;
	line-height:0.55rem;
	font-size:0.3rem;}

.index_tonglist ul li .riqi p {
    width: 100%;
    height: 0.55rem;
	line-height:0.55rem;
	font-size:0.3rem;}
	
.index_tongtitle{
	font-size:0.4rem;}	
	
	
.index_tonglist ul li .wenzhang h4{
	font-size:0.32rem;
	height:0.5rem;
	line-height:0.5rem;
	overflow:hidden;}
	
	
.index_tonglist ul li .wenzhang p{
	font-size:0.26rem;
	line-height:0.5rem;
	height:0.5rem;
	overflow:hidden;}	
	
	
.index_tonglist ul li .baodao h4{
	width:100%;
	line-height:0.35rem;
	height:0.35rem;
	font-size:0.32rem;
	height:0.5rem;
	line-height:0.5rem;
	overflow:hidden;
	}
	
.index_tonglist ul li .baodao p{
	width:100%;
	line-height:0.35rem;
	height:0.35rem;
	font-size:0.26rem;
	line-height:0.5rem;
	height:0.5rem;
	overflow:hidden;
	
	}
	
	
	
	
	
.index_tonglist ul li{
	margin-top:0.4rem;}	
	
	
	
.index_tongmore a{
	
	color:#a8a8a8;
	font-size:0.3rem;

	} 	
	
.indexicon ul li{
	height:1.6rem;}	
	
#wenhua{
	display:none;
	}	
#shouwenhua{
	display:block;
	height:0.3rem;}	
	
	
	
	
.index_ztleft{
	width:100%;
	height:4rem;
	float:left;
	background:url(../images/baitou.png) repeat;
	border:1px solid #fff;
	padding:0.1rem;
	margin:0.3rem 0;}	
	
	
.index_ztleft img{
	width:100%;
	height:3.75rem;
	}	
	
.index_ztright{
	width:100%;
	height:4rem;
	float:right;	
	margin:0.3rem 0;}
	
	
	.index_ztright ul li{
		width:49%;
		}
	
.index_foot{
	height:6rem;
	background-size:cover;
	}	
	
.index_foottop{
	height:5rem;}
	
.index_footleft{
		width:1.8rem;
		margin-top:0.5rem;
		display:none;
		}
		
	
.index_footcenter{
		width:100%;
		
		}		
.index_footcenter p{
	font-size:0.26rem;
	text-align:left;
	}
	

.index_footright{
	width:100%;
	height:auto;
	padding-top:0.2rem;
	text-align:center;
	float:right;}	
	
	
.index_footright ul li{
	width:28%;
	height:auto;
	text-align:center;
	margin-left:7%;
	float:left;}
	
.index_footright ul li:nth-child(1){
	margin-left:0%;}	

.index_footright ul li p{
	text-align:center;
	line-height:30px;
	font-size:0.28rem;
	color:#a4a6a7;
}
	
.index_footdi{
	height:1rem;
	line-height:1rem;
	font-size:0.28rem;}	
	
	
.swiper-wrapper img{
	height:2.5rem;}
		
	
.Nlist_left{
	display:none;
	}	
	
.Nlist_rightM{
	width:100%;
	padding-left:0;}	
	
.mianbaoxie{
	height:0.8rem;}	
	
.mianbao{
	line-height:0.8rem;
	font-size:0.2rem;
	margin-left:15px;padding: 0 0 0 0.5rem;}	
	
	
.Nlist_rightM ul li{
	width:100%;
	padding-right:0;
	}	
	
.Nlist_rightM ul li a .con h4{
	font-size:0.3rem;}	
	
	
	
.Nlist_rightM ul li a .con h4 big{
	font-size:0.5rem;
	}	
	
.Nlist_rightM ul li a .con h5{
	height:1rem;
	line-height:0.5rem;
	font-size:0.28rem;}	
	
.Nlist_rightM ul li a .con{
	height:2.4rem;}
	
	
.Nlist_rightM ul li:nth-child(2n) {
   width:100%;
	padding-left:0;
}	
	
.Nlist_rightM ul li a .con h6 span{
	padding-right:0.3rem;
	font-size:0.24rem;}	
	
	
.Nlist_rightM ul li{
	margin-top:0.5rem;}	
	
	
	
.Nlist_right{
	width:100%;
	padding-left:0;}	
	
.Nlist_right ul li{
	height:1.3rem;
	}	
	
.Nlist_right ul li a{
	width:100%;
	line-height:0.5rem;
	height:0.5rem;
	font-size:0.28rem;
	overflow:hidden;
	}
	
	
.Nlist_right ul li span{
	line-height:0.5rem;
	font-size:0.25rem;
	width:100%;
	}	
.dpzw h3{
	font-size:0.38rem;
	line-height:1.1rem;}		
	
.dpzw p{
	font-size:0.27rem;
	line-height:0.5rem;}	
	
	
.dpzw h4{
	width:100%;
	text-align:center;
	line-height:0.7rem;
	font-weight:normal;
	boeder-bottom:1px solid #f8f8f8;
	margin-bottom:0.3rem;}	
	
.imglist{
	width:100%;
	padding-left:0;}	
	
	
.imglist ul li{
	width:47%;
	height:3.2rem;
	float:left;
	border-bottom:0px;
	margin-right:5%;

	}
.imglist ul li:nth-child(2n){
	margin-right:0px;
	}	
.imglist ul li a{
	width:auto;
	height:auto;
	
	}

.imglist ul li img{
	width:100%;
	height:1.9rem;
	float:left;
	}

.imglist ul li p{
	width:100%;
	height:0.8rem;
	float:left;
	text-align:center;
	font-size:0.28rem;
	line-height:0.8rem;
	border:1px dotted #bebfbf;
	border-top:0px;
	}

.imglist ul li:nth-child(7){
	margin-right:5%;}	
	
.imglist ul li:nth-child(10){
	margin-right:0;}
	
.imglist ul li:nth-child(12){
	margin-right:0%;}	
	
.imglist ul li:nth-child(20){
	margin-right:0;}	
	
.imglist ul li:nth-child(17){
	margin-right:5%;}	
	
.imglist ul li:nth-child(30){
	margin-right:0;}	
	
	
.imglist ul li:nth-child(22){
	margin-right:0%;}	
	
.imglist ul li:nth-child(40){
	margin-right:0;}	
	
	
.wenhua ul li{
	width:100%;
	height:auto;
	float:left;

	margin-top:3%;
	padding: 0 0;}	
.wenhuatitle{
	width:100%;
	height:0.7rem;
	background:#f2f2f2;}

.wenhuatitle h4{
	line-height:0.7rem;
	padding-left:20px;
	float:left;
	font-size:0.3rem;
}

.wenhuatitle p{
	line-height:0.7rem;
	float:right;
	padding-right:20px;
	font-size:0.15rem;}	
	
.tiaotiao{
	width:100%;
	height:auto;
	line-height:0.6rem;
	font-size:0.27rem;
	
	}
	
.tiaotiao a{
	width:100%;
	height:auto;
	line-height:0.6rem;
	font-size:0.27rem;
	height:0.6rem;
	overflow:hidden;
	
	}		
	
.jgszlist{
	width:100%;
	margin:1.5% 0;
	float:left;
	height:0.8rem;
	background:#f9f9f9;
	line-height:0.8rem;
	font-size:0.27rem;
	margin-top:0;
	
	}
	
.jgsztitle{
	width:100%;
	float:left;
	line-height:1rem;
	font-size:0.35rem;}				
	
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.5rem;
  }
}



/*美院结束*/
.g-nav2 .btn-list .search .input input{width:89%}