nav.stickynav {
   position: absolute;
   border: 1px solid #E7E7E7;
   height: 100%;
   overflow: auto;
}

.wy-nav-content-wrap {
    background: #FFF;
    height: 100%;
    width: 900px;
}

.wy-side-nav-search {
   background: #F6F6F6;
}
.wy-side-nav-search input[type=text] {
    width: 100%;
    /*border-radius: 50px;*/
    /*padding: 6px 12px;*/
    border: 0px;
    padding-left: 40px;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.wy-side-nav-search .search-bar{
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    line-height: 22px;
}

.wy-side-nav-search  .btn-search {
	 display: inline-block;
    position: absolute;
    top: 25px;
    margin-top: -2px;
    left: 25px;
}
.wy-nav-side {
   background: #FFF;
}




/*  首页  */
.home-index .wrapper {
  top: 60px;
}
.home-index .wrapper .main {
  margin-top: 30px;
  height: 1890px;
}
.home-index .wrapper .main .left-sideBar {
  width: 230px;
}
.home-index .wrapper .main .sidebar_right {
  margin-left: 30px;
  width: 940px;
}
.home-index .wrapper .main .sidebar_right .item {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.home-index .wrapper .main .sidebar_right .item .title {
  font-family: OpenSans-Bold;
  font-size: 24px;
  color: #707070;
  margin: 0px;
}
.home-index .wrapper .main .sidebar_right .item .list {
  margin-right: 30px;
  height: 140px;
  width: 440px;
  border-bottom: 2px solid #E7E7E7;
  margin-top: 15px;
}
.home-index .wrapper .main .sidebar_right .item .list .p-img {
/*  height: 120px;
  object-fit: cover;*/
  width: 120px;
}
.home-index .wrapper .main .sidebar_right .item .list .desc {
  width: 320px;
}
.home-index .wrapper .main .sidebar_right .item .list .desc .p-title {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 0px;
}
.home-index .wrapper .main .sidebar_right .item .list .desc .see-more {
  position: absolute;
  top:0px;
  right: 0px;
}

.home-index .wrapper .main .sidebar_right .item .list .desc .see-more a{
  font-size: 12px;
  color: #4a4a4a;
  cursor: pointer;
}
.home-index .wrapper .main .sidebar_right .item .list .desc .see-more a:hover{
  text-decoration: underline;
}


.home-index .wrapper .main .sidebar_right .item .list .desc .keyword {
  margin-top: 10px;
}

.home-index .wrapper .main .sidebar_right .item .list .desc .keyword .p-text {
  font-size: 12px;
  margin: 0px;
  width: 50%;
  cursor: pointer;
  color: #0D926E;
}

.home-index .wrapper .main .sidebar_right .item .list .desc .keyword .p-width{
   width: 100%;
}

.home-index .wrapper .main .sidebar_right .item .list .desc .keyword .p-text a{
  color: #0D926E;
}

.home-index .wrapper .main .sidebar_right .item .list .desc .keyword .p-text a:hover{
  text-decoration: underline;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 50px;
    bottom: 50px;
    width: 40px;
    z-index: 3;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #dfdfdf;
    transition: all 0.5s;
}
.back-to-top:hover {
    background-color: #0d926e;
}


/*
  左边
 */

.wy-menu-vertical li.current .sub-title{
   font-family: OpenSans;
    font-size: 12px;
    color: #4A4A4A;
    line-height: 27px;
    background: #f9f9f9;
    padding-left: 50px;
}

.wy-nav-content  a{
  color: #2980b9;
}


/**
 * 新增折叠功能
 * by longfei
 * @2016-12-02
 */
.wy-menu-vertical .main-title{
  background: #F7F7F7;
  line-height: 40px;
  padding: 0px;
  padding-left: 17px;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #dfdfdf;
}
.wy-menu-vertical .main-title:last-child{
  border-bottom: 1px solid #dfdfdf;
}
.wy-menu-vertical .nav-item-title{
  background: #fff;
  line-height: 40px;
  padding: 0px;
  padding-left: 20px;
  font-size: 14px;
  color: #000000;
}
.wy-menu-vertical .b-hide{
  display: none;
}
.wy-menu-vertical .manipulate{
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 41px;
  font-size: 14px;
  color: #000000;
}


/**
 * 移动端
 */
@media only screen and (max-width: 568px) {
   .home-index .wrapper .main .left-sideBar {
      display: none;
   }
   .home-index .wrapper .main .sidebar_right {
      margin: 0px;
      width: 100%;
   }

}