.ui-pagination-container {
  height: 30px;
  line-height: 30px;
}
.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #e9e9e9;
  margin: 0 3px;
  text-decoration: none;
  width: auto !important;
  display: inline;
  border-radius: 2px;
}
.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #0642a6;
  color: #0642a6;
  text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
  background: #0642a6;
  border-color: #0642a6;
  color: #fff;
  cursor: default;
}
@media screen and (max-width: 800px) {
  .ui-pagination-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 0.8rem;
    white-space: nowrap;
    line-height: 0.8rem;
  }
  .ui-pagination-container .ui-pagination-page-item {
    font-size: 0.32rem;
    padding: 0.1066666667rem 0.2666666667rem;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 0.08rem;
    text-decoration: none;
    border-radius: 0.0533333333rem;
  }
  .ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #0642a6;
    color: #0642a6;
    text-decoration: none;
  }
  .ui-pagination-container .ui-pagination-page-item.active {
    background: #0642a6;
    border-color: #0642a6;
    color: #fff;
    cursor: default;
  }
}
.banner {
  width: 100%;
  height: 420px;
  margin-top: 150px;
}
.banner img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}
#pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.body {
  width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.body .left .box {
  width: 300px;
  background-image: url(../img/gywm-znbm/leftbg.png);
  background-repeat: no-repeat;
  border-radius: 0 50px 0 0;
  -webkit-transform: translateY(-118px);
  -ms-transform: translateY(-118px);
  transform: translateY(-118px);
  padding-bottom: 22px;
  position: relative;
}
.body .left .box .breadcrumb {
  position: absolute;
  left: 392px;
  top: 64px;
  font-size: 14px;
  color: #fdffff;
  width: 600px;
}
.body .left .box .breadcrumb span {
  cursor: pointer;
}
.body .left .box .name {
  font-size: 40px;
  color: #fff;
  padding: 33px 0;
  text-align: center;
}
.body .left .box .items {
  width: 300px;
  background: #f0f8f3;
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.body .left .box .items .item {
  font-size: 18px;
  padding: 19px 48px;
  border-bottom: 1px solid #d1e3e1;
  cursor: pointer;
}
.body .left .box .items .active {
  background-color: #fff;
  color: #1f6e78;
  font-weight: 700;
  position: relative;
}
.body .left .box .items .active::after {
  content: "";
  width: 36px;
  height: 11px;
  background: url(../img/gywm-znbm/active.png);
  position: absolute;
  left: 145px;
  top: 25px;
}
.body .left {
  width: 18%;
}
.body .left .list {
  position: relative;

}
.body .left .list a {
/*  display: block;
  padding: 15px 0 15px 20px;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #0642a6;
  color: #333;*/
    border-bottom: 1px solid #D3D3D3;
    display: block;
    height: 50px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: all 0.5s ease-in-out;
}

.list a .arrow{
    float: right;
   
    font-size: 14px;
    line-height: 50px;
    padding-right: 20px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;}
.body .left .list a:hover{
   padding-left: 30px;
 transition: all 0.5s ease-in-out;
}

.body .left .last2 {
  padding-left: 20px;
}
.body .left .list:last-child {
  border-bottom: none;
}
.body .left .act a {
  color: #0642a6;
  font-weight: 700;
}
.body .left .act::after {
  content: "";
  height: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 5px;
  background-color: #0642a6;
  position: absolute;
  left: 0;
  top: 0;
}
.body .right {
  width: 78%;
}
.body .right .name {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
 
}
.body .right .items .item {
 display:block;
  cursor: pointer;
  position: relative;
}
.body .right .items .item::after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0642a6),
    to(#5579b2)
  );
  background: -webkit-linear-gradient(left, #0642a6 0, #5579b2 100%);
  background: linear-gradient(90deg, #0642a6 0, #5579b2 100%);
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0 15px 0 15px;
}
.body .right .items .item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d0d7e1;
  padding: 10px;
align-items: center;
}
.body .right .items .item .l {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.body .right .items .item .l .year {
  font-size: 18px;
  color: #999;
}
.body .right .items .item .l .mouth > span:nth-child(1) {
  font-size: 24px;
  color: #1f6e78;
}
.body .right .items .item .l .mouth > span:nth-child(2) {
  font-size: 24px;
  color: #333;
}
.body .right .items .item .r {
  /*width: calc(100% - 150px);*/

}
.body .right .items .item .r .title {
  font-size: 16px;
  /*font-weight: 700;*/
  color: #000;
  margin: 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.claer{clear:both;}
.body .right .items .item .r .des {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.body .right .items .item:hover::after {
  width: 102%;
  height: 100%;
  left: -1%;
  top: 0;
  content: "";
  -webkit-box-shadow: 10px 11px 20px 4px rgba(58, 68, 66, 0.28);
  box-shadow: 10px 11px 20px 4px rgba(58, 68, 66, 0.28);
}
.body .right .items .item:hover .box {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #1c9da7;
}
.body .right .items .item:hover .l .year {
  color: #fff;
}
.body .right .items .item:hover .l .mouth > span:nth-child(1) {
  color: #fff;
}
.body .right .items .item:hover .l .mouth > span:nth-child(2) {
  color: #fff;
}
.body .right .items .item:hover .r .title {
  color: #fff;
}
.body .right .items .item:hover .r .des {
  color: #fff;
}
#projectlist {  float:right; width:100%;margin-top: 20px; }
#projectlist .wrapper {  display:inline-block; width:100%; }
#projectlist .projectitem {width:33%;margin:0 0px 20px 0; padding:0px 20px; /* height:277px;*/background:none;display:inline-block;transition: all 0.3s ease-out 0s;}
#projectlist .projectitem a:hover .project_info { background:none }
#projectlist .projectitem a .project_info div { height:80px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position:absolute; bottom:0px; top:auto; width:100%; background:#fff; border-top: 1px solid rgba(0, 0, 0, .08); }
#projectlist .projectitem a .project_info p { width:auto; text-align:left; }
#projectlist .projectitem a .project_info .title { font-size: 15px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; /*height:24px; */line-height:24px; margin:0px; padding:14px 70px 0px 0px; }
#projectlist .projectitem a .project_info .subtitle { color: #999; display: block; height: 20px; line-height: 20px; overflow: hidden; margin:0px; padding:0px 70px 0px 0px; }
#projectlist .projectitem a .project_info div:after { content:''; width:37px; height:20px; display:block; position:absolute; top:50%; right:0; background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top:-13px; border-left: 1px solid rgba(0, 0, 0, 0); }
#projectlist .projectitem:hover a .project_info div { padding:5px 0; }
#projectlist .projectitem:hover a .project_info div:after { background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 16px -66px; border-left:1px solid rgba(0, 0, 0, .1); }
#projectlist .projectitem a:hover .project_info p.title { color: #666; font-size:15px; }
#projectlist .projectitem a {
    display: block;
    overflow: hidden;
}

#projectlist .projectitem a .project_info div::before {content:'';position:absolute;width:100%;height: 90%;border-bottom: 1px solid rgba(0, 0, 0, .1);left:0;
top:0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
 #projectlist .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4);top:11px;border-color:transparent;}
#projectlist .projectitem a img {
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hide,#projectlist .projectitem a.details{display: none;}
#projectlist .projectitem a:hover img {
    transform: scale(1.2, 1.2);
}

#projectlist .projectitem a .project_info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);

    transition: all ease-out 0.3s;
}

#projectlist .projectitem a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px;
}



#projectlist .projectitem a .project_info p.subtitle {
    /*margin-top: 16px;
    color: rgba(0, 0, 0, 0);*/
    font-size: 12px;
    transition: all ease-out 0.3s;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    margin-top: 0px;
    color: #b7b7b7;
}

#projectmore {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #343434;
    transition: all ease-out 0.3s;
    text-indent: 0px;
    position: relative;
    z-index: 1;
}

#projectmore:hover {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #838383;
    text-indent: -50px;
}
#projectlist ul.content_list:after {
    content: "";
    display: block;
    clear: both;
}
.clear{clear: both;}
/*more效果*/


@media screen and (max-width: 1600px) {
  .body {
    width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .body {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .body {
    width: 100%;
    display: block;
  }
  .pc{display: block!important;}
  .body .left,.body .right{width: 100%}
  #projectlist .projectitem{width:49%;}
  .body .right .name{padding:10px 0px;}

  .body .right .items .item{padding:0px 10px;}
  .body .right .items .item .l{width: 20%}
  .body .right .items .item .l .year{font-size: 16px;}
  .body .right .items .item .l .mouth span{font-size: 14px;}
  .body .right .items .item .r{width: 80%;}
}
@media screen and (max-width: 1000px) {
  div.select-main {
    width: 4.3866666667rem;
  }
  div.select-block {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 4.16rem;
    margin-top: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
    position: relative;
    height: 4.16rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mbody {
    width: 100%;
    margin: auto;
  }
  .mbody .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 9.0666666667rem;
  }
  .mbody .item .l {
    width: 1.7333333333rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.5333333333rem;
    padding-bottom: 0.5333333333rem;
  }
  .mbody .item .l .year {
    font-size: 0.2133333333rem;
    color: #666;
  }
  .mbody .item .l .mouth {
    font-size: 0.4rem;
    color: #206d73;
  }
  .mbody .item .r {
    width: 7.3333333333rem;
    color: #333;
    font-size: 0.3733333333rem;
    padding-top: 0.5333333333rem;
    padding-bottom: 0.5333333333rem;
    border-bottom: 1px dashed #ddd;
  }
  .mbody .item .r div {
    line-height: 0.5866666667rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
  }
}