[v-cloak] {
    display: none;
}

body {
    min-width: 1200px;
}

.layout {
    background: #f5f7f9;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

ul li {
    list-style-type: none;
}

.navbar {
    background-color: #5D6146;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.navbar .menud {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    width: 1100px;
}

.navbar .menud .webName {
    text-align: left;
    font-size: 20px;
    color: #F0EFE2;
    font-weight: bold;

}

.navbar .menud .webName a {
    color: #F0EFE2;
}

.navbar .content {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 600px;
}

.navbar .content li {
    font-size: 15px;
    float: left;
    line-height: 45px;
    height: 45px;
    width: 80px;
    text-align: center;
    color: #F0EFE2;
}

.navbar .content li a {
    color: #f9f9f9;
}

.navbar .content .current {
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    line-height: 43px;
    height: 43px;
}

.copyright {
    text-align: center;
    margin-top: 15px;
}

.ivu-layout-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0px auto;
    width: 1100px;
}

.right {
    margin: 0px 0px 10px 15px;
    border-radius: 5px;
    border: 1px #d7d5bc solid;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F0EFE2
}

.right .title {
    border-left: 3px #A2C241 solid;
    padding-left: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 15px;
}

.tab {
    width: 72px;
    text-align: center;
    font-size: 14px
}

.tab a {
    color: #19537D
}

.list {
    border-radius: 5px;
    border: 1px #d7d5bc solid;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #F0EFE2;
    box-shadow: 0 2px 12px rgb(14 27 109 / 16%);
}

.list .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.list .author a {
    color: #65645F;
}

.list .content {
    line-height: 200%;
    padding-top: 14px;
    color: #0F0F0F;
    font-size: 16px;
    color: #515a6e;;
}


.si_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.home_nav {
    border-radius: 5px;
    border: 1px #d7d5bc solid;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #F0EFE2;
    font-weight: bold;
    font-size: 18px;
}

.top_nav {
    display: flex;
    flex-direction: row;
    line-height: 30px
}

.top_nav a {
    margin: 0px 8px;
    font-size: 14px;
    color: #19537D;
    font-weight: bold
}

.top_nav .ahref {
    color: red
}

.cont {
    /*height: auto;*/
    clear: both;
    /*margin-top: 15px;*/
    font-size: 14px;
    line-height: 200%;
    overflow: hidden;
}

.cont .divimg {
    float: left;
    width: 105px;
    height: 150px;
    margin-right: 20px;
}

.cont p {
    font-size: 16px;
    /*margin-bottom: 10px;*/
    line-height: 200%;
}

.cont a {
    font-size: 16px;
    line-height: 200%;
}

.cont span {
    line-height: 200%;
}

.tags {
    border-bottom: 1px solid #c4c4c4;
    line-height: 31px;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 5px;
    font-weight: bold;
}

.right .author_r {
    display: flex;
    flex-wrap: wrap
}

.author_r .tag {
    padding: 0.30rem !important;
}

.author_r .tag a {
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.125rem;
    color: #19537D;
}
.author_r .tag a:hover {
    color: red;
}

.titletype{ height:auto;clear:both; background-color:#F0EFE2;margin-bottom: 15px; overflow:hidden; border:1px solid #d7d5bc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.titletype .son2{ margin-left:20px; clear:both; border-bottom:1px dashed #DAD9D1; overflow:hidden; padding-bottom:10px;}
.titletype .sleft{ width:50px; float:left; color:#515a6e;}
.titletype .sleft span{ float:left; margin-top:14px; font-size:14px; font-weight: bold;}
.titletype .sleft a{ float:left; margin-top:14px; font-size:14px;}
.titletype .sright{ width:700px; float:left;}
.titletype .sright a{ float:left;  margin: 14px 8px 0px 8px;font-size:14px;color: #19537D; font-weight: bold;}
.titletype .sright span{float:left; margin: 14px 8px 0px 8px; color:red; font-size:14px; font-weight: bold;}
.titletype .sright2{ width:15px; float:right; margin-top:14px; margin-right: 15px;}
.titletype .sright2 img{cursor:pointer;}

#addClass {
    height: 400px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left, bottom, from(#000), color-stop(#000), color-stop(#000), to(transparent));
    -webkit-mask-image: linear-gradient(#000, #000, #000, transparent)
}

.indent{text-indent: 2em;}

#box {
    width: 263px;
    margin-top: 1px;
    background: #FBFAF6;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    border: 1px #d7d5bc solid;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.neibox {
    width: 263px;
    clear: both;
    background-color: #FBFAF6;
}

.neibox .main {
    clear: both;
    width: 298px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-bottom: 1px #C5C5C5 solid;
}

.neibox .main .mleft {
    width: 39px;
    float: left;
    clear: left;
}

.neibox .main .mleft span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 7px;
    color: #65645F;
}

.neibox .main .mright {
    width: 258px;
    float: left;
    clear: right;
    background-color: #FBFAF6;
    border-left: 1px #C5C5C5 solid;
}

.neibox .main .mright .adiv {
    height: 30px;
    width: 258px;
    clear: both;
    overflow: hidden;
}

.neibox .main .mright a {
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #212121;
    margin-left: 10px;
    width: 248px;
}

.neibox .main .mright a:hover {
    text-decoration: none;
}

.neibox .main .mright span {
    height: 30px;
    line-height: 30px;
    color: #65645F;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444c69;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #262a3b;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #444c69;
    border-color: #444c69;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.detail_list {
    border-radius: 5px;
    border: 1px #d7d5bc solid;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #F0EFE2;
    box-shadow: 0 2px 12px rgb(14 27 109 / 16%);
}

.detail_list .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.detail_list .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 2;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.about_author{
    line-height: 180%;
    font-size: 13px;
}
.about_author .divimg{
    float: left;
    width: 105px;
    height: 150px;
    margin-right: 20px;
}

.home_author {
    width: 12.5%;
    float: left
}

.home_author a {
    color: #19537D;
    text-decoration: none;
}

.home_author a:hover {
    color: red;
}

.home_shici {
    width: 33%;
    float: left;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.home_shici a {
    color: #19537D;
    text-decoration: none;
}

.home_shici a:hover {
    color: red;
}

.sent_list{
    margin-top: 12px;
    border-bottom: 1px dashed #DAD9D1;
    padding-bottom: 7px;
    color: #19537D;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sent_list a {
    color: #19537D;
    text-decoration: none;
    font-size: 16px;
}
.home_sentences {
     width: 50%;
     float: left;
     overflow:hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     -o-text-overflow:ellipsis;
    display: flex;
    flex-direction: column;
 }
.home_sentences a {
    color: #19537D;
    text-decoration: none;
}
.home_sentences_dd1{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0px 10px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    float: left;
    clear: both;
}
.home_sentences_dd1 a{
    color: rgb(153, 153, 153);
    text-decoration: none;
}
.bookcont{ background-color: #F0EFE2;  border-radius: 5px; clear:both; border: 1px #d7d5bc solid;overflow:hidden; padding:20px;}
.bookcont .bookMl{ clear:both; font-size:14px; color:#65645F; margin-top:10px;}
.bookcont span{ width:25%; background-image:url(https://song.gushiwen.cn/siteimg/bookdoc.jpg); background-repeat:no-repeat; background-position:left center; margin-top:7px;float:left;}
.bookcont a{ margin-left:10px; font-size:14px; float:left;color:#19537D;}

