body{
    background-color: #f5f7f9;
    color: #5c6975;
    font-family: -apple-system,PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Helvetica Neue,sans-serif;
 }


a, a:focus, a:hover, button:focus, button:hover {
    text-decoration: none;
    box-shadow: none !important;
}


.poetry-author a{
    color: #9eaab6;
}

.poetry-details-title a {
  /* color: #183055;*/
}


a:hover {
    color: #f08638;
    background-color: transparent;
}

.container {
    max-width: 960px;
}

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

 .header {
    width: 100%;
    font-size: 14px;
    background-color: #163055;
   /* border-bottom: 1px solid #082e5c;*/
    /*background: #082e5c;*/
   /* border-bottom: 4px solid #950625;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);

    margin-bottom: 10px;
}

.header .left {
    float: left;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    /*background-color: #950625;*/
    height: 60px;
}

.logo{
    color: #fff;
}

.logo:hover{
    color: #fff;
}

.logo:visited{
    color: #fff;
}



.header .right {
    float: right;
    line-height: 60px;
    color: #d1cbca;
    margin-right: 10px;
}

.header .middle {
    float: left;
    line-height: 60px;   
}
.header .nav .current{
    color: #fff;
}
.header .middle .current{
    color: #fff;
    /*font-weight: 500;
    text-align: center;
    
    
    padding: 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;*/
   /* border-bottom: 2px solid #b03720;*/
}

.header .header-item{
    display: inline-block;
    cursor: pointer;
    color: #9caab5;
    /*border-left: 8px solid #950625;*/
    
    
    line-height: 30px;
    margin-left: 40px;
    font-weight: 500;
    text-align: center;
}

.header-item:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #9caab5;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.wrapper {
    margin: 20px 0 50px 0;
}



.content-box {
    background: #fff;
    /*border: 1px solid rgba(28,60,106,0.9);*/
    /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.02),0 16px 32px 0 rgba(0,0,0,.07);*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 10px;
}

.sidebar-box {
    margin-bottom: 20px;
    background: #fff;
    /*border: 1px solid rgba(28,60,106,0.9);*/
   /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.02),0 16px 32px 0 rgba(0,0,0,.07);*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); 
    padding: 10px;
}

.sidebar-box .sidebar-title {
    /*border-bottom: 1px solid #082e5c;*/
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #183055;
    margin-bottom: 10px;
    margin-top: 0px;
    
}

.sidebar-line {
    display: inline-block;
    width: 8px;
    
    border-radius: 1px;
    height: 18px;
    margin-right: 5px;
    background-color:  #b03720;
    position: relative;
    top: 3px;
    
}

.footer {
    padding: 30px 0;
    background: #163055;
    border-top: 1px solid #d7d7d7;
    color: #9caab5;
    text-align: center;
    /*bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;*/
}

.footerlink:hover {
    color: #fff;
}

.footerlink {
    display: inline-block;
    margin-left: 32px;
    
    color: #9daab6;
    font-size: 14px;
    text-decoration: none;
}



/*分页*/
.page-box {
    padding: 1px;
}
.paginator-full{
    padding-top: 5px;
    margin: 5px auto;
    
}
.paginator-full li{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.paginator-full .page-prev {
    margin-right: 15px;
}


.paginator-full .page-prev, .paginator-full .page-next {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 3px 0  rgba(0,0,0,0.1);
    border-radius: 2px;
}

.paginator-full .page-prev.disabled,.paginator-full .page-next.disabled {
    cursor: default;
    background: rgb(95, 124, 167,0.1);
}


.paginator-full li a.page{
    display: block;
    margin: 0 3px;
    padding: 0 12px;
    color: var(--grayBlack);
    border-radius: 2px;
}

.paginator-full li .page.active {
    background:  #b03720;
    color: #fff;
}


/*首页feed*/
.feed-title {
    margin-top: 0px;
    color: #183055;
    font-size: 16px;

    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
}

.feed-item{
    border-bottom: 1px solid #e1e4e8;
    margin-bottom: 30px;
}

.feed-who,.feed-what{
    color: #b03720;
    padding-right: 5px;
}

.feed-time {
    color: #9eaab6;
    font-size: 12px;
    text-align: right;
}

.poetry-translate{
    color: #9baac4;
    display: inline-block;
    *display:inline;
    *zoom:1;
    _zoom:1;
    _display:inline;
    width: 100%;
    font-size: 14px;
}

.poetry-note{
    color: #b8a68d;
    font-size: 14px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    _zoom:1;
    width: 100%;
    _display:inline;

}

.poetry-phonetic{
    color: #b8a68d;
    font-size: 14px;
}

.feed-content{
    background-color: #f6f8fa;
    padding: 20px;
    font-size: 14px;
    line-height: 27px;
    border: 1px solid #ecf2f8;
    margin-bottom: 30px;
    
}

.feed-content h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;
}

.feed-author-item-title {
    display: inline-block;
    font-weight: 400;
    margin-right:5px;
}
.feed-author-item-content{
    margin-right: 10px;
    color: #7d8a96;
}

/*右侧用户排行榜*/
.top-user-list {
    list-style:none;
    margin-left: 0px;
    padding: 0;
}
.top-user-list li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #e1e4e8;
}

.top-user-list .nickname {
    text-align: left;
    display: inline-block;
    width: 80px;
}

.top-user-list .contribute-num {
   color: #9eaab6;
  
}


/*诗词大全*/
.poetry-fliter{
    margin-bottom: 10px;
}

.poetry-fliter a{
    display: inline-block;
    /*margin-left: 15px;*/
    margin-top: 4px;
    width: 45px;
}

.poetry-fliter b{
    display: inline-block;
    /*margin-left: 15px;*/

    width: 45px;
}

.poetry-fliter .active{
    color: #b03720;
}


/*诗人css*/
.poet-title {
    
    text-align: center;
    
    
    float: left;
    
    
    margin-right: 5px;
    padding-right: 10px;
    background-color: #fff;

}

.poet-title img{
    width: 120px;
    height: 180px;
}

.poet-intro h3,.poet-intro h1,.poet-intro h2{
    
    font-size: 22px;
    line-height: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.poet-info{    
    margin-top: 10px;
}

.poet-info span{
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 400;
}

.poet-intro{
    float: left;
    padding: 10px;
    min-height: 190px;
    border: 1px solid #d7d7d7;
    /*border-left: 0px;*/
    line-height: 24px;
    /*width: 632px;*/
    width: 100%;
}

.poet-intro-title{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f6f8fa;
    padding-left: 10px;
    font-weight: 500;

}

.poet-intro p{
    padding-left: 10px;
    color: #9ca8b4;
}

.poet-info-items {
    list-style:none;
    margin: 0px;
    padding: 0;
}

.poet-info-items li{
    display: inline-block;
    text-align: center;

    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: rgb(245, 247, 249);
    border: 1px solid rgb(230, 236, 241);
    line-height: 20px;
    border-radius: 2px;
}

.poet-info-items li b{
    font-size: 14px;
    font-weight: 500;
}

.poet-info-items li span{
    font-size: 14px;
    font-weight: 300;
}


.poet-list-title h2{
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
}

.poet-works{
    float: right;
    background-color: rgb(245, 247, 249);
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-right: -11px;
    margin-top: -11px;
    width: 160px;
    height: 30px;
    
    /*border-top-left-radius: 100px;*/
    border-bottom-left-radius:  2px;
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 100px;*/
    margin-bottom: 15px;
}

.poet-works-num{
    color: #b03720;
}


/*诗人朝代*/
.poet-chao{
    font-size: 14px;
    margin-left: 10px;
}

/*诗人右侧编辑信息*/
.poet-edit-item{
    padding: 10px;
    background-color: #f6f8fa;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}
/*诗人右侧编辑信息时间*/
.poet-edit-item-time{
    font-size: 12px;
    color: #9eaab6;
}

/*右侧热门诗人*/
.top-poet{
    list-style:none;
    margin-left: 0px;
    padding: 0;
}

.top-poet li{
    text-align: center;
    display: inline-block;
    width: 55px;
    background-color: rgb(245, 247, 249);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 4px;
    border: 1px solid rgb(230, 236, 241);
}

.top-poet li a{
    color: #183055;
    font-size: 13px;
    font-weight: 300;
}

/*诗人列表 筛选*/



.poet-fliter{

}

.poet-fliter a{
    display: inline-block;
    margin-top: 4px;
    width: 45px;
}



.poet-fliter b{
    display: inline-block;

    width: 45px;
}

.poet-fliter .active{
    color: #b03720;
}


/*榜单*/
.top-box{
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); 
    
    
  }

  .top-head{
    border-bottom: 1px solid #b03720;
    padding: 10px;
    text-align: center;
    background-color: #b03720;
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }


  .top-content{
    list-style:none;
    margin-left: 0px;
    padding: 0;
  }

  .top-content li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e1e4e8;
}


.top-title{
    background-color: #f6f8fa;
}
  .top-title span{
    background-color: #f6f8fa;
  }

  .top-content span{
      display: inline-block;
      font-size: 14px;
      padding-left: 15px;
      padding-right: 2px;
      
      text-align: left;
  }

  .top-title span{
      display: inline-block;
      font-size: 12px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 15px;
      padding-right: 0px;
      text-align: left;
  }

  .top-title-index{
      width: 50px;
      border-right: 1px solid #fff;
  }

  .top-title-content{
      width: 87px;
      border-right: 1px solid #fff;
  }

  .top-title-nums{
      width: 70px;
  }

  .top-content-index{
      width: 50px;
      
  }

  .top-content-content{
      width: 87px;
      
  }

  .top-content-nums{
      width: 70px;
  }



/*诗歌列表*/



.poetry-info{
    
    /*background-color: #e9eaeb74;*/
    color: #9eaab6;
    border-top: 1px solid #ecf2f8;
    
    padding-top: 20px;
   /* height: 220px;*/
    line-height: 20px;
    
}

.poetry-detail-translate{
    color: #007161;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.poetry-detail-note{
    color: #d47632;
    font-size: 14px;
    display: inline-block;
    width: 100%;

}

.poetry-detail-phonetic{
    color: #d47632;
    font-size: 14px;
}


.poetry-info span{
    padding-right: 10px;
    border-right: 1px solid #9eaab6;
    padding-left: 10px;
    font-size: 13px;
}

.poetry-info span:last-child{
    border: none;
}

.poetry-info b{
    margin-right: 5px;
    font-weight: 400;
    color: #929dad;
}

.poetry-author {
    font-size: 13px;
    margin-bottom: 5px;
    color: #9eaab6;
}

.poetry-content{
    
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
    
    /*margin-bottom: 30px;*/
    
    padding-bottom: 20px;
    /*min-height: 220px;*/
    text-align: left;
    
}

/*诗词详情*/
.poetry-details-icon{
    float: right;
    
}

.poetry-details-icon span{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background-color: #c4c4c4;
    /*background-color: #b03720;*/
    margin-right: 10px;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer; 
    cursor: hand; 
}

.poetry-details-icon .selectspan {
    background-color: #b03720;
}

.poetry-details-title{
    margin-top: 0px;
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 0px;
    color: #183055;
}

.poetry-details-widget-box {
  /*border-bottom: 1px solid #082e5c;*/
  font-size: 14px;
  
  text-align: left;
  
  margin-bottom: 10px;  
  
}

.widget-box-line {
  display: inline-block;
  width: 8px;
  
  border-radius: 1px;
  height: 24px;
  margin-right: 5px;
  background-color:  #b03720;
  position: relative;
  top: 3px;
  
}

.widget-box-title{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.widget-box-content{
  line-height: 30px;
  padding: 10px;
}


/*导航*/
.header-user{
    cursor: pointer;
    color: #9caab5;
    margin-left: 10px;
    margin-top: 5px;
}
.navbar-brand > img {
    display: inline-block;

}

.navbar-brand {
    padding-top: 11px;
    margin-left: 0px !important;
}

.nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {

    margin-left: -15px;
}

.header .right {
    margin-right: 0px;
}

.navbar-collapse {
    padding-right: -5px;
    padding-left: -5px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand {
    color: #fff;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {

    margin-left: 0px;
}



.navbar-toggle{
    margin-top: 12px;
    margin-right: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

#bs-navbar-collapse{
    /*
                position: relative;
                z-index: 10000;
                top:5px;*/
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-collapse .collapse .in{
    background-color: transparent;
}

.navbar {

    margin-bottom: 0px;

}



/*面包屑*/
#breadcrumbs {
    list-style: none;
    margin-left: 0px;

    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.02),0 16px 32px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

#breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
}


.word-list li{
    display: inline-block;
    max-width: 160px;
    height: 40px;
    font-size: 16px;
    padding-right: 20px;
}

.first-cap .active {
    color: red;
}

.first-cap a {
    display: inline-block;
    width: 25px;
    font-size: 18px;
    font-weight: 500;
}

.first-cap b {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;


}


.word-item {
    padding: 10px;
    background-color: #f6f8fa;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.word-item a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.word-detail-title{
    text-align: center;
    margin-bottom: 30px;
}

.word-detail-item{

    padding: 10px;
    /* border-bottom: 1px solid #ccc;*/

}

.word-detail-item .word-detail-explain {
    font-size: 18px;
    background-color: #f6f8fa;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #ecf2f8;
    color: #b03720;

}

.word-detail-explain span {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 500;
}
.word-detail-ju{
    padding: 10px;
    font-size: 15px;
}

.word-detail-shi{
    padding: 10px;
    font-size: 15px;
}

.word-detai-author{
    color: #999;
    font-size: 14px;
}

.word-detail-ju .highLight {

    font-size: 16px;
    background: #ede7da;
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.word-detail-yin{
    padding: 10px;
}

.word-detail-item .word-tips{
    font-size: 14px;
    font-weight: 500;
    color: #999;
    display: inline-block;

    text-align: right;
    margin-right: 5px;
}

.search-result-item {
    border-bottom: 1px solid #e1e4e8;
    margin-bottom: 30px;
}
.s-re-title{
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.s-poet-list{
    padding: 10px;
}

.s-poet-list li{
    list-style-type:none;
    height: 30px;
}
.s-poet-title{
    font-size: 18px;
    line-height: 20px;
    margin-right: 5px;
}

.s-poet-dynasty{
    font-size: 16px;
}

.s-search-word {
    color: #b03720;
    font-weight: 600;
}

.s-poetry-content{
    background-color: #f6f8fa;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #ecf2f8;
    margin-bottom: 40px;
    margin-top: 10px;
}

.s-poetry-title {
    font-size: 18px;
}

.s-poetry-dynasty{
    font-size: 14px;
}
.view_poetry{
    color: #a7b7c5;
    font-size: 15px;
}
.read-more{
    text-align: center;
}
.search-result-item{
    text-align: center;
}
