* {
    box-sizing: border-box;
}

.zfgb-body {
    background-color: #fcfcfc;
}

.zfgb-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    background:white;
    /* padding-bottom: 0; */
    /* background-color: #fff; */
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.path{
    font-size:16px;
    height:40px;
    color:#484789;
    line-height:40px;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:20px;
}

.zfgb-title {
    /* height: 166px; */
    font-size: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.zfgb-title::before {
    content: '';
    display: block;
    width: 17px;
    height: 183px;
    position: absolute;
    left: -17px;
    top: 0;
    background-image: url(/zfgb2020/banner-l.png);

}

.zfgb-title::after {
    content: '';
    display: block;
    width: 16px;
    height: 182px;
    position: absolute;
    top: 0;
    right: -16px;
    background-image: url(/zfgb2020/banner-r.png);

}



.list-title{
    height: 50px;
    background: #cee6ff;
    line-height: 50px;
    font-size: 16px;
}
.list-content  ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 662px;
    display: inline-block;

}

.zfgb-left {
    /* padding: 20px; */
    width: 783px;
    /* background: #f8f8f8;
    border: solid 1px #d5d5d5; */
}

.zfgb-right {
    width: 330px;
    /* background: #faf8f9;
    padding:10px 30px; */
    height:740px;
}

.zfgb-left .title {
    border-left: solid 5px #015293;
    color: #015293;
    font-size: 20px;
    font-weight: bold;
    padding-left: 14px;
}

.zfgb-search {
    padding: 20px 30px;
    background: #dbecff;
}

.zfgb-search .row-1 select {
    width: 47%;
    height: 40px;
    float: left;
    border-radius: 4px;
    font-size: 20px;
}

.zfgb-search .row-1 select+select {
    margin-left: 6%;
}


.zfgb-search .row-2 span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    color: #1183f6;
}

.zfgb-search .row-2 input {
    width: 510px;
    height: 40px;
    /* float: right; */
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #e6e6e6;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 16px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
}

.zfgb-search button {
    line-height: 40px;
    width: 11%;
    background-color: #1183f6;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 4px;
}

.zfgb-book-select select{
    width:100%;
    padding-left:40%;
    height:30px;
    line-height:30px;
}

.zfgb-book-slide {
    margin-bottom:20px;
}

.zfgb-book-list {
    margin-top: 25px;
}

.zfgb-book-list li {
    width: 58px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    float: left;
    margin: 0 7px 14px 7px;
    position: relative;

}

.zfgb-book-list li.new a::after {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 9px;
    background-image: url(/zfgb2020/new.png);
    top: -3px;
    right: -3px;
}

.zfgb-book-list a {
    display: block;
}

.zfgb-detail-select {
    text-align: center;
    margin-top: 20px;
}

.zfgb-detail-select select {
    padding: 0 10px;
    height: 40px;
    float: left;
}

/* .zfgb-detail-select *{
    margin: 0 8px;
} */
.zfgb-detail-select>* {
    float: left;
}

.zfgb-detail-select>div {
    width: 71%;
}

.zfgb-detail-select a {
    width: 80px;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #1183f6;
    background-color: #1183f6;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
}

#prevQs {
    margin-right: 23px;
}

#prevQs img {
    height: 24px;
    margin-top: 7px;
}

#nextQs {
    margin-left: 23px;
}

#nextQs img {
    height: 24px;
    margin-top: 7px;
}

.zfgb-detail-select div {
    /* margin: 0 -8px; */
}

.zfgb-detail-select div select {
    width: 54%;
    /* margin: 0 8px; */
}

.zfgb-detail-select div select+select {
    width: 44%;
    margin-left: 2%;
}

.zfgb-detail-hr {
    display: block;
    /* margin-top: 30px; */
}

.zfgb-detail-title {
    text-align: center;
    /* margin-top: 20px; */
    height: 58px;
    line-height: 58px;
    background-color: #f5f5f5;
}

.zfgb-detail-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #0e4f8e;
}

.zfgb-detail-title .date {
    font-size: 20px;
}

.zfgb-detail-log {
    border: 1px solid #ededed;
    margin-top: 30px;
    margin-bottom:30px;
}

.zfgb-detail-log-title {
    color: #434343;
    font-size: 30px;
    font-weight: bold;
    /* background-image: url(/zfgb2020/ml-bar.jpg); */
    /* background-repeat: repeat-x;
    background-position: center; */
    text-align: center;
    margin-top: 30px;
}

.zfgb-detail-log-title div {
    background-color: #fff;
    display: inline-block;
    padding: 0 50px;
    position: relative;
}

.zfgb-detail-log-title div span+span {
    margin-left: 20px;
}

.zfgb-detail-log-list {
    /* margin-top: 30px; */
    padding: 0px 20px 20px 30px;
    box-sizing: content-box;
    height:480px;
}

.zfgb-detail-log-list .list-container {
    overflow: hidden;
}

.list-abstract {
    height: 50px;
    border-bottom: 2px solid #e2e2e2;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.list-abstract-qs {
    float: left;

}

.list-abstract-zqs {
    float: right;

}

.zfgb-detail-log-list li {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
    background-image: url(/zfgb2020/point.png);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    border-bottom: 1px dashed gray;
}

.zfgb-detail-log-list li:last-child {
    border-bottom: none;
}

.zfgb-detail-log-list ul {
    margin-bottom: 20px;
    height:360px;
}

.zfgb-detail-log-list li a:hover {
    color: #0b58b7;

}

.gradient {
    position: relative;
    box-sizing: border-box;
    padding: 10%;
}

.gradient .content {
    height: 100%;
}

.gradient h1 {
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 10px 0px 14px 0px;
    font-size: 28px;
    padding-bottom: 7px;
}

.gradient p {
    font-size: 16px;
    padding: 12px 0 8px 0;
}

.gradient h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #08c;
}

.magazine-viewport {
    background-image: url('/images2019/bcgBook.jpg');
}

.pageNum {
    width: 30px;
    bottom: 20px;
    left: 50%;
    position: absolute;
    text-align: center;
    margin-left: -15px;
}

.zfgb-detail-log-list .more {
    width: 100%;
    border: 1px solid #dadada;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: none;
    display: block;
    border-radius:2px;
    /* border-top: 1px solid #bababa; */
    font-size: 18px;
}

.zfgb-detail-log-list .more:hover {
    background-color: #1183f6;
    color: #fff;
    border-color: #1183f6;
}

.zfgb-info {
    text-align: center;
    position: absolute;
    width: 100%;
    color: #000;
    bottom: 20%;
    font-size: 24px;
    font-weight: bold;
}

/* .gradient:last-child{
    background-color: #ebf6fc !important;
} */


/* 响应 */
@media screen and (max-width: 1199px) {
    .main {
        width: 1002px;
        padding:0px 15px;
    }

    .zfgb-left {
        width: 569px;
    }

    .zfgb-search .row-2 input {
        width: 322px;
    }

    .zfgb-book-list li {
        width: 72px;
    }
    .zfgb-detail-select a{
        width:50px;
    }
    .list-content ul li a{
        width:465px;
    }

    .zfgb-right {
        width: 384px;
        height:473px;
    }

    .zfgb-title::before {
        background-size: 100%;
        width: 14.2px;
        height: 152px;
        left: -14px;
    }

    .zfgb-title::after {
        background-size: 100%;
        width: 13.4px;
        height: 152px;
        right: -13.4px;
    }

    .zfgb-detail-select a {
        width: 36px;
    }
     .list-content ul li a{
        width:267px;
    }
}

@media screen and (max-width: 1001px) {
    .main {
        width: 768px;
        padding:0px 15px;
    }

.zfgb-search{
    padding:10px;
}
.zfgb-search button{
    width:20%;
}

    .zfgb-left {
        width: 423px;
    }

    .zfgb-book-slide li {
        width: 140px;
        height: 176px;
        float: inherit !important;
        margin: 0 auto;
    }

    .zfgb-search .row-2 span {
        font-size: 16px;
    }

    .zfgb-search .row-2 input {
        width: 200px;
        font-size: 16px;
    }

    .zfgb-book-list li {
        width: 54px;
        margin: 0 3px 6px 3px;
    }

    .zfgb-right {
        width: 300px;
    }

    .zfgb-title::before {
        background-size: 100%;
        width: 10.9px;
        height: 117px;
        left: -10.9px;
    }

    .zfgb-title::after {
        background-size: 100%;
        width: 10.2px;
        height: 116px;
        right: -10.2px;
    }

    .zfgb-detail-select a {
        width: 35px;
    }

    .zfgb-detail-select>div {
        width: 325px;
    }

    #prevQs {
        margin-right: 4px;
    }

    #nextQs {
        margin-left: 4px;
    }
     .list-content ul li a{
        width:267px;
    }
}


@media screen and (max-width: 767px) {
  

    .zfgb-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .zfgb-search {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .main{
        width:100% !important;
        padding:0px 15px;
    }
    .path{
        font-size:12px;
        margin-bottom:0px;
    }
    .zfgb-search .row-2 {
        /* display: inline-block; */
        /* float: left; */
    }

    .zfgb-search .row-2 input {
        /* margin-left: 10px; */
        width: 100%;
        /* margin-right: 10px; */
    }

    .zfgb-search button {
        width: 100px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-top: 18px;
    }

    .zfgb-book-list li {
        width: 62px;
        margin: 0 7px 14px 7px;
    }

    .zfgb-right {
        width: 100%;
    }

    .zfgb-title::after {
        display: none;
    }

    .zfgb-title::before {
        display: none;
    }

    .zfgb-right {
        height: auto !important;
    }

    .zfgb-detail-log-list {
        height: auto !important;
    }

    .zfgb-detail-select a {
        width: 40px;
    }

    .zfgb-detail-select {
        display: flex;
    }

    .zfgb-detail-select>div {
        width: 74%;
        flex: 1;
    }

    #prevQs {
        margin-right: 2%;
    }

    #nextQs {
        margin-left: 2%;
    }
     .list-content ul li a{
        width:267px;
    }
}

@media screen and (max-width: 540px) {
    .main {
        width: 100%;
        padding:0px 15px;
    }

    .zfgb-search .row-2 {
        width: 100%;
        /* display: flex; */

    }

    .zfgb-search .row-2 input {
        flex: 1;
        margin-right: 0;
    }

    .zfgb-search button {
        width: 100%;
    }



    /* .zfgb-left {
        padding: 4%;
        margin-bottom: 10%;
    } */

    .zfgb-search {
        margin-top: 3%;
        margin-bottom: 8%;
    }

    .zfgb-book-list li {
        width: 25%;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        border: none;
        padding: 0 2%;
    }

    .zfgb-book-list a {
        background-color: #fff;
        border: solid 1px #e9e9e9;
    }

    .zfgb-detail-select {
        /* display: flex; */
    }

    .zfgb-detail-select select {
        padding: 0;
        flex: 1;
    }

    .zfgb-detail-hr {
        margin-top: 5%;
    }

    .zfgb-detail-title {
        margin-top: 7%;
    }

    .zfgb-detail-log-title {
        margin-top: 8%;
    }

    .zfgb-detail-log-list {
        /* margin-top: 8%; */
        padding: 4%;
    }

     .zfgb-detail-select>div {
        width: 71%;
        flex: 1;
    }
    .list-content ul li a{
        width:267px;
    }
    .zfgb-detail-select a{
        width:33px;
    }
    .zfgb-detail-select div select+select{
        width:48%;
    }
    .zfgb-detail-select div select{
        width:48%
    }
}