/* 筛选 start  */
.container {
    width: 1400px;
    margin: 0 auto;
}

.c-333 {
    color: #333;
}

.bg-ff {
    background-color: #fff;
}

.f500 {
    font-weight: 500;
}

.fs14 {
    font-size: 14px;
}

.pt10 {
    padding-top: 10px;
}

.pt13 {
    padding-top: 13px;
}

.header {
    padding: 5px 20px 15px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.header>.headerItem {
    border-bottom: 1px solid #eeeeee;
}

.header>.headerItem:last-child {
    border: none;
}

.header .flexBox,
.header .flexBoxWrap {
    display: flex;
}

.header .flexBoxWrap {
    flex-wrap: wrap;
}

.header .itemSelect,
.header .header_item:hover {
    color: #fff !important;
    background: #043a48;
    border-radius: 2px;
}

.header .header_item {
    color: #505B65;
    padding: 2px 12px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
}

.header .header_title {
    white-space: nowrap;
    padding: 2px 12px;
}

.header .keyword {
    display: flex;
    align-items: center;
}

.header .keyword .keyword_input {
    position: relative;
}

.keyword .searchBtn {
    background: #043a48;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 40px;
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
    border: none;
}

.header {
    padding: 5px 20px 15px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.header .headerItem {
    border-bottom: 1px solid #eeeeee;
}

.header .headerItem:last-child {
    border: none;
}

.header .flexBox {
    display: flex;
    align-items: baseline;
}

.header .flexBoxWrap {
    /*width: 60%;*/
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .itemSelect {
    color: #fff !important;
    background: #043a48;
    border-radius: 2px;
}

.header .header_item {
    color: #505B65;
    padding: 2px 12px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
}

.header .header_title {
    white-space: nowrap;
    padding: 2px 12px;
    min-width: 95px;
}

.header .keyword {
    display: flex;
    align-items: center;
}

.header .keyword .keyword_input {
    position: relative;
}

.header .keyword .keyword_input input {
    height: 30px !important;
    width: 308px !important;
    line-height: normal !important;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 12px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.header .keyword .searchBtn {
    background: #1F68AC;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
}

/* 筛选 ending   */

/* 投稿内容 start */


.mt30 {
    margin-top: 30px;
}


.c-8ac {
    color: var(--col);
}

.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.oneLine {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.vMiddle {
    vertical-align: middle;
}

.flex {
    display: flex;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 10px;
}

.mt30 {
    margin-top: 30px;
}

.journalWrap {
    display: flex;
    flex-wrap: wrap;
}

.journalWrap .pd2,
.journalWrap .pd4,
.journalWrap .pd6,
.journalWrap .pd8,
.journalWrap .pd10,
.journalWrap .pd12,
.journalWrap .pd14,
.journalWrap .pd16,
.journalWrap .pd18,
.journalWrap .pd20 {
    padding: 0 0 0 20px;
}

.journalWrap .item {
    width: 50%;
    box-sizing: border-box;
}

.JournalItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 236px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.JournalItem:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.JournalItem .topItem {
    display: flex;
    flex: 1;
}

.JournalItem .sign {
    background: #F0FFFE;
    text-align: center;
    display: block;
    flex: 0 0 40px;
    line-height: 40px;
    cursor: pointer;
}

.JournalItem .signCont {
    color: #399EB8;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.JournalItem .cover {
    flex: 0 0 120px;
    height: 160px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.JournalItem .coverImg {
    width: 100%;
    height: 100%;
    display: block;
}

.JournalItem .item_content {
    padding-left: 14px;
    flex: 1;
    overflow: hidden;
    width: 0;
}

.JournalItem .title {
    word-break: break-all;
    max-height: 46px;
    overflow: hidden;
}

.JournalItem .rows {
    border-top: 1px solid #F2F2F2;
}

.JournalItem .rows:last-child {
    border-bottom: 1px solid #F2F2F2;
}

.JournalItem .cols {
    padding: 3px 8px;
    border-left: 1px solid #F2F2F2;
}

.JournalItem .cols:last-child {
    border-right: 1px solid #F2F2F2;
}

.JournalItem .flex {
    display: flex;
    align-items: center;
}

.JournalItem .item24 {
    width: 0;
    flex: 1;
}

.JournalItem .item12 {
    width: 0;
    flex: 0 0 50%;
    box-sizing: border-box;
}

/* 投稿内容 ending */

/* 图书标题 start */
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.f600 {
    font-weight: 600;
}

.inlineBlock {
    display: inline-block;
}

.vMiddle {
    vertical-align: middle;
}

.fs14 {
    font-size: 14px;
}

.pt12 {
    padding-top: 12px;
}

.pt20 {
    padding-top: 20px;
}

.normalDetail .header {
    /* width: 1200px; */
    background: rgba(254, 254, 254, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 0px auto;
    padding: 30px 0px 23px 0px;
    box-sizing: border-box;
    display: flex;
}

.normalDetail .imgWrap {
    height: 257px;
    flex: 0 0 194px;
    box-shadow: 0px 16px 8px 0px rgba(0, 0, 0, .12);
    position: relative;
    top: 0;
}

.normalDetail .imgWrap .img {
    width: 100%;
    height: 100%;
    background: #fefefe;
}

.normalDetail .detail {
    flex: 1;
    padding-left: 43px;
}

.normalDetail .detail .title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.normalDetail .detail .rows {
    border-top: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
}

.flex24 {
    flex: 1;
    width: 0;
    box-sizing: border-box;
    word-break: break-all;
}

.flex12 {
    flex: 0 0 50%;
    width: 0;
    box-sizing: border-box;
    word-break: break-all;
}

.normalDetail .detail .rows:last-child {
    border-bottom: 1px solid #F2F2F2;
}

.normalDetail .cols {
    padding: 3px 8px;
    border-left: 1px solid #F2F2F2;
}

.normalDetail .cols:last-child {
    border-right: 1px solid #F2F2F2;
}

.normalDetail .button {
    display: flex;
}

.normalDetail .button_item {
    width: 175px;
    height: 36px;
    line-height: 36px;
    background: #61AEDE;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-right: 25px;
}

.normalDetail .button_img {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    margin-right: 7px;
}

.normalDetail .button_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: rgba(254, 254, 254, 1);
}

.normalDetail .orange {
    background: linear-gradient(90deg, #ff4431, #ef7000);
    border-radius: 50px;

}

.normalDetail .orange a,
.normalDetail .green a {
    color: #fff;
}

.normalDetail .green {
    background: linear-gradient(90deg, #7dd501, #56af01);
    border-radius: 50px;
}

/* 图书标题 ending */


/* 左侧部分 start */


.x_fl {
    float: left;
}

.clear {
    clear: both;
}

.tit06 {
    width: 100%;
    background: #E97523;
    height: 35px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

.tit06 h3 {
    font-size: 17px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.box {
    border: 1px solid #eeeeee;
    padding: 1px;
}

.box .news {
    border: 1px solid #eee;
    border-top: none;
    padding: 3px 9px 5px;
    width: 260px;
}

.box .news li {
    background: url(../images/ico.png) no-repeat 0px 12px;
    padding-left: 10px;
    margin-bottom: 4px;
}

.box .news li a {
    color: #366cb4;
    font-size: 14px;
    line-height: 200%;
}

.box .news li a:hover {
    text-decoration: underline;
}

.box .news02 {
    border: none;
}

.box .news02 li a {
    color: #666;
    font-size: 18px;
}

.box .news02 li a:hover {
    font-weight: bold;
    color: #E97523;
    text-decoration: none;
    font-weight: normal;
}

.share {
    margin: 17px 0px;
    text-align: center;
}

.share a {
    /* display: inline-block; */
    *zoom: 1;
    *display: inline;
    padding: 0px 10px;
    width: 32px;
    height: 32px;
}

.share a img {
    width: 100%;
    height: 100%;
}

.box_rad {
    border-radius: 4px;
    position: relative;
}

.box .new_line {
    padding: 4px 0px 0px;
    height: 254px;
    overflow: hidden;
    width: 100%;
}

.box .new_line li {
    border-bottom: 1px solid #eee;
    padding-left: 26px;
    background: transparent url(../images/ico.png) no-repeat scroll 12px 12px;
    padding-bottom: 4px;
}

.new_line li a {
    display: block;
}

.blank2 {
    height: 8px;
    height: 0px;
}


.con01 {
    width: 250px;
    margin-right: 30px;
}

.x_fl {
    float: left;
}

.clear {
    clear: both;
}

#qikancontent {
    display: flex;
}

#qikancontent .con01 {
    width: 20%;
}

#qikancontent .con02 {
    width: 80%;
}

#qikancontent .con02 h3 {
    font-size: 20px;
    color: #E97523;
    height: 42px;
    line-height: 24px;
    border-bottom: 1px dotted #eeeeee;
    margin-top: 14px;
    margin-bottom: 0px;
}

/* 左侧部分 ending */
/* 右侧详情 start */
/* 右侧详情 ending */