@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time,button{margin:0;padding:0;font-size:12px;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption {font-weight: normal;font-style:normal;word-wrap:break-word;}
ul,li,dl,dt,dd {list-style:none;}
fieldset,iframe,img{border:0;}
i,cite,em,var,address{font-style:normal;}
caption,th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption,video{display: block;}
a{text-decoration:none;color:#333;}
input{outline:0;border:0;}
body{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:#ffffff;line-height:18px;-webkit-user-select:none}

html body{
    background: #f1f1f1;
    font-family: "Microsoft YaHei", sans-serif;
}

.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table;
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}

/*header 样式*/
.banner_wrap{
    background-color: #4285f3;
}
.banner{
    text-align: center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    vertical-align: top;
}
.banner img{
    vertical-align: top;
}

/*content 内容页样式*/
.content_wrap{
    width: 1200px;
    margin: 0 auto;
}

/*导语*/
h2,small{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lead_block{
    margin: 30px 0;
    border-top: 3px solid #ffa103;
    color: #ffa103;
    background-color: #fff;
}
.top_part{
    padding: 29px 60px 0 22px;
    background: url(../images/wl_dy_bj1.png) right top no-repeat;
}
.bottom_part{
    padding: 0 60px 85px 22px;
    background: url(../images/wl_dy_bj2.png) right bottom no-repeat;
}
.lead_block h2{
    font-size: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-bottom: 22px;
}
.lead_block i{
    display: inline-block;
    width: 6px;
    height: 35px;
    background-color: #ffa103;
    vertical-align: bottom;
    margin-right: 19px;
}
.p_line{
    padding-left: 28px;
    line-height: 42px;
    font-size: 18px;
    text-indent: 34px;
}
.p_desc{
    padding-left: 28px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-bottom: 5px;
    text-indent: 34px;
}

/*获奖信息列表*/
.top_img, .middle_img, .bottom_img{
    width:100%;
    vertical-align: top;
}
.prize_list{
    background-color: #ffa103;
}

.title{
    text-align: center;
    position: relative;
    padding-bottom: 17px;
}
.title img{
    width: 525px;
    height: 58px;
    text-align: center;
    margin-top: 30px;
    vertical-align: bottom;
}
.title span{
    position: absolute;
    top: 28px;
    left: 432px;
    font-size: 24px;
    color: #fff;
    line-height: 47px;
}
.book_content{
    background-color: #fff;
    margin: 0 10px;
    overflow: hidden;
    padding-left: 57px;
    padding-right: 72px;
    padding-bottom: 44px;
}
.one_book .left_img{
    float: left;
    display: block;
    overflow: hidden;
}
.one_book .left_img img{
    width: 220px;
    height: 296px;
    vertical-align: top;
}
.one_book .right_desc{
    overflow: hidden;
    padding-left: 42px;
}
.one_book .right_desc h2{
    font-size: 24px;
    line-height: 24px;
    padding-top: 33px;
    padding-bottom: 22px;
}
small{
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    color: #999;
}
.one_book .right_desc p{
    /*display: -webkit-box;
    display: box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    height: 96px;
    text-indent: 34px;
    /*position: relative;*/
}
/*.one_book .right_desc p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
}*/
.one_book .right_desc .btn_link{
    display: block;
    padding-top: 22px;
}
.reading_btn{
    display: inline-block;
    width: 140px;
    height: 36px;
    background-color: #ff7264;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}

/*二等奖*/
.three_book{
    background-color: #fff;
    margin: 0 10px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
.three_book ul{ 
    overflow: hidden;
}
.three_book li{
    float: left;
    width: 334px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 34px;
 }
.three_book .left_img{
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}
.three_book .left_img img{
    width: 150px;
    height: 202px;
    vertical-align: top;
}
.three_book .right_desc{
    overflow: hidden;
}
.three_book .right_desc h2{
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 14px;
}
.three_book .right_desc p{
    /*display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
    overflow: hidden;
    height: 78px;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    text-indent: 34px;
}
.three_book .right_desc .btn_link{
    display: block;
    padding-top: 12px;
}

.five_book{ margin: 0 10px;}
.five_book ul{
    background-color: #fff;
    overflow: hidden;
    padding-top: 43px;
}
.five_book li{
    width: 150px;
    height: 270px;
    float: left;
    margin-left: 50px;
    margin-right: 30px;
    padding-bottom: 40px;
}
.excellence_prize_ul li{
    margin-left: 30px;
    margin-right: 14px;
}
.top_img{
    overflow: hidden;
    display: block;
}
.top_img img{
    width: 150px;
    height: 202px;
    vertical-align: top;
}
.bottom_desc h2{
    font-size: 18px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 14px;
    text-align: center;
}
.bottom_desc small{
    display: block;
    text-align: center;
}

/*最具人气奖*/
.popularity{
    background-color: #fff7ea;
    margin: 0 10px;
    position: relative;
    padding-bottom: 42px;
}
.popularity .title{
    height: 66px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
.popularity .title img{
    width: 397px;
    height: 58px;
    text-align: center;
    margin-top: 30px;
    vertical-align: bottom;
}
.popularity .title span{
    position: absolute;
    top: 28px;
    left: 530px;
    font-size: 24px;
    color: #fff;
    line-height: 47px;
}
.popular_book{
    width: 702px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 44px;
    padding: 50px 50px 35px;
}

.popular_book .left_img{
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}
.popular_book .left_img img{
    width: 170px;
    height: 228px;
    vertical-align: top;
}
.popular_book .right_desc{
    overflow: hidden;
}
.popular_book .right_desc h2{
    font-size: 18px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 15px;
}


.popular_book .right_desc p{
    position: relative;
    /*display: -webkit-box;
    display: box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    height: 96px;
    text-indent: 34px;
}
/*.popular_book .right_desc p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
}*/
.popular_book .right_desc .btn_link{
    display: block;
    padding-top: 12px;
}
.tiezhi{
    width: 180px;
    height: 163px;
    position: absolute;
    top: 4px;
    left: 103px;
}

.last_item{
    background-color: #fff;
    margin: 0 10px;
    padding: 0 102px 60px;
    overflow: hidden;
}
.originality{
    width: 397px;
    float: left; 
    padding: 0 45px;
    overflow: hidden;
}
.originality .title{
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
.originality .title img{
    width: 100%;
    height: 58px;
    text-align: center;
    margin-top: 40px;
    vertical-align: bottom;
}
.originality .title span{
    position: absolute;
    top: 38px;
    left: 138px;
    font-size: 24px;
    color: #fff;
    line-height: 47px;
}
.two_book ul{
    overflow: hidden;
    padding-top: 40px;
}
.two_book li{
    width: 150px;
    float: left;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
}

/*footer 底部样式*/
.footer{
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
}

/*footer 内公用页脚*/
.public_footerfun_module {
    /*padding-top: 110px*/
    padding-top: 30px
}

.public_footerfun_module .inner {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;

}

.public_footerfun_module .inner .func {
    width: 252px;
    float: left;
    margin-left: 125px
}

.public_footerfun_module .inner .func .left {
    width: 45px;
    padding-right: 10px;
    float: left
}

.public_footerfun_module .inner .func .left .icon {
    width: 40px;
    height: 40px;
    background: url(../images/footer_share.jpg) no-repeat
}

.public_footerfun_module .inner .func .right {
    float: left
}

.public_footerfun_module .inner .func .right .title {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #000
}

.public_footerfun_module .inner .func .right .desc {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666
}

.public_footerfun_module .inner .func .right .subtitle {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666
}

.public_footerfun_module .inner .func .right .btn {
    margin: 20px 0 30px
}

.public_footerfun_module .inner .func .right .btn a {
    height: 22px;
    line-height: 22px;
    border: 1px solid #918f8f;
    padding: 0 20px;
    display: inline-block;
    overflow: hidden;
    color: #666
}

.public_footerfun_module .inner .func .right .btn a i {
    background: url(../images/footer_btn_arrow.png) no-repeat;
    width: 11px;
    height: 24px;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle
}

.public_footerfun_module .inner .func .right .btn a:hover {
    border: 1px solid #444;
    color: #444
}

.public_footerfun_module .inner .func .right .btn a:hover i {
    background-position: 0 -22px
}

.public_footerfun_module .inner .func .right .share_link li {
    height: 34px;
    line-height: 34px
}

.public_footerfun_module .inner .func .right .share_link li a {
    display: block;
    height: 34px;
    position: relative;
    color: #666
}

.public_footerfun_module .inner .func .right .share_link li a i {
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.public_footerfun_module .inner .func .right .share_link li a i.weibo {
    background-position: 0 -336px
}

.public_footerfun_module .inner .func .right .share_link li a i.weixin {
    background-position: 0 -380px
}

.public_footerfun_module .inner .func .right .share_link li a .ecode {
    display: none;
    position: absolute;
    top: -46px;
    left: 83px;
    width: 98px;
    height: 98px;
    padding: 14px;
    border: 1px solid #e1e1e1;
    background: #fff
}

.public_footerfun_module .inner .func .right .share_link li a .ecode images,.public_footerfun_module .inner .func .right .share_link li a:hover .ecode {
    display: block
}

.public_footerfun_module .inner .func .right .share_link li a .ecode .arrow {
    position: absolute;
    top: 55px;
    left: -10px;
    width: 10px;
    height: 13px;
    background: url(../images/weixin_ecode_arrow.png)
}

.public_footerfun_module .inner .func .right .share_link li a:hover .weibo {
    background-position: 0 -424px
}

.public_footerfun_module .inner .func .right .share_link li a:hover .weixin {
    background-position: 0 -468px
}

.public_footerfun_module .inner .focusOn {
    margin-left: 92px
}

.public_footerfun_module .inner .about_us,.public_footerfun_module .inner .author {
    margin-left: 130px
}

.public_footermes_module {
    text-align: center;
    padding: 15px 0 60px;
    color: #666
}

.public_footermes_module .footer_copyright a,.public_footermes_module .footer_copyright span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #666
}

.public_footermes_module .footer_copyright span.sep {
    margin: 0 17px 0 19px;
    color: #666
}

.public_footerfun_module .inner .func .right .share_link li a i.weibo,.public_footerfun_module .inner .func .right .share_link li a i.weixin,.public_footerfun_module .inner .func .right .share_link li a:hover .weibo,.public_footerfun_module .inner .func .right .share_link li a:hover .weixin,.public_headerchildnav_module .childrennav .yuanchuang .inner .boy i,.public_headerchildnav_module .childrennav .yuanchuang .inner .boy i.on,.public_headerchildnav_module .childrennav .yuanchuang .inner .girl i,.public_headerchildnav_module .childrennav .yuanchuang .inner .girl i.on,.public_headersearch_module .header_fun li.header_cart a .icon,.public_headersearch_module .header_fun li.header_cart a:hover .icon,.public_headersearch_module .header_fun li.header_my a .icon,.public_headersearch_module .header_fun li.header_my a:hover .icon,.public_headersearch_module .header_fun li.header_order a .icon,.public_headersearch_module .header_fun li.header_order a:hover .icon,.zhuigengNotice .title .closeBtn {
    background-image: url(../images/common.png)
}

/*back_to_top 样式*/

.returntop {
    position: fixed;
    left: 50%;
    margin-left: 605px;
    bottom: 50px;
    z-index: 999
}
.public_totop_module {
    display: none;
    width: 39px;
    height: 113px;
    background: url(../images/wl_top.png) no-repeat;
    cursor: pointer
}