/******页面主体******/
#main{
    background: url("../img/file_bg.jpg") repeat-y;
    background-size: 100%;
}
/****最新公告****/
#notice{
}
#notice>.title{
    font-size: 18px;
    color: #ca141d;
    float: left;
    line-height: 80px;
}
#notice .notice-content{
    float: right;
    width: 1100px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
#notice .notice-content{}
#notice .notice-content>div{
    height: 80px;
}
#notice .notice-content a{
    font-size: 14px;
    margin-right: 30px;
}
#scroll_begin,#scroll_end{
    display: inline;
}
#notice-content{
    padding: 20px;
}
#notice-content img{
    max-width: 90%!important;
}

/***搜索***/
#search{}
#search>.left{
    float: left;
    width: 900px;
    height: 290px;
    background: url("../img/file_03.jpg") no-repeat center center;
    background-size: 100% 100%;
    padding: 57px 70px 0px;
}
#search>.left .my-select-parent{
    float: left;
    margin-right: 15px;
}
#search>.left .my-select-parent:last-child{
    margin-right: 0;
}
.my-select-parent{
    position: relative;
    display: inline-block;
    /*padding-right: 15px;*/
    background: #fff;
}
.my-select{
    height:40px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    font-size:24px;
    color:#666;
    outline:none;
    border: 0;
    border-right: 15px solid transparent;
    cursor: pointer;
    padding: 0 35px 0 15px;
    color: #ca141d;
    background: #fff url("../img/arrow-down.png") no-repeat center right;
    text-indent: 0.01px;
    text-overflow: "";
}
.my-select:active,.my-select:hover{
    background-color: #ca141d;
    color: #fff;
    background-image: url("../img/arrow-down-active.png");
}
.my-select option{
    background: #fff!important;
    color: #ca141d!important;
}
.my-select option:hover{
    background: #ca141d!important;
}
.my-select::-ms-expand { display: none; }

#search .left .search-box{
    margin-top: 34px;
}
#search .left .search-box>input{
    height: 60px;
    width: 616px;
    border: 1px solid #ca141d;
    background: #fff;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 20px;
}
#search .left .search-box>a{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 14px 0px 50px;
    background: #ca141d url("../img/search.png") no-repeat 10px center;
}

#search .left .links{
    color: #fff;
    margin-top: 15px;
}
#search .left .links>span{
    font-size: 24px;
}
#search .left .links>a{
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

#search .right{
    float: right;
    width: 260px;
    height: 290px;
    background: #fff;
    display: none;
}
#search .right.show{
    display: block;
}
#search .right>.title{
    font-size: 18px;
    /*line-height: 40px;*/
    /*height: 40px;*/
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}
#search .right>.title>span{
    display: inline-block;
    width: 130px;
    text-align: center;
    cursor: pointer;
}
#search .right>.title>span:first-child{
    color: #ca141d;
    border-right: 1px solid #eee;
    width: 129px;
}
/*登陆后*/
#center-right ul>li{
    font-size: 16px;
    text-align: center;
}
#center-right ul>li:first-child{
    border-bottom: 1px solid #ddd;
}
#center-right ul>li:last-child{
    border-top: 1px solid #ddd;
}
#center-right ul>li>a{
    display: block;
    padding: 18px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#center-right ul>li img{
    vertical-align: middle;
    max-width: 120px!important;
    max-height: 120px!important;
}
/*登录框*/
#search .right>.content>.login-form{
    padding-top: 15px;
}
#search .right>.content>.login-form>.login-form-control.border-none{
    border: 0;
}
#search .right>.content>.login-form>.login-form-control>label.error{
    font-size: 12px;
    color: #ca141d;
    position: absolute;
    bottom: -18px;
    left: 0;
    z-index: 50;
}
#search .right>.content>.login-form>.login-form-control{
    width: 232px;
    height: 34px;
    margin: 0 auto 20px;
    position: relative;
    border: 1px solid #999999;
}
#search .right>.content>.login-form>.login-form-control>.icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url("../img/user-icon.png") no-repeat center center;
    border-right: 1px solid #999999;
}
#search .right>.content>.login-form>.login-form-control>.valid-icon{
    background-image: url("../img/valid-icon.png");
}
#search .right>.content>.login-form>.login-form-control>.lock-icon{
    background-image: url("../img/lock-icon.png");
}
#search .right>.content>.login-form>.login-form-control>input{
    vertical-align: middle;
    width: 197px;
    height: 32px;
    border: 0;
    outline: 0;
    padding: 0 8px;
}
#search .right>.content>.login-form>.login-form-control.short>input{
    width: 98px;
}
#search .right>.content>.login-form>.login-form-control.short>img{
    width: 99px;
    height: 32px;
    vertical-align: middle;
}
#search .right>.content>.login-form>.login-form-control>.form-button{
    display: inline-block;
    background: #ca141d;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    letter-spacing: 5px;
}
#search .right>.content>.login-form>.login-form-control>.form-button.button-block{
    display: block;
}

/*族谱列表*/
#book-list{
    margin-top: 55px;
}
#book-list>.title{
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ca141d;
    padding-bottom: 20px;
    margin-bottom: 32px;
}
#book-list .list-item{
    float: left;
    width: 590px;
    height: 328px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 15px;
}
#book-list .list-item:nth-child(2n){
    margin-left: 20px;
}
#book-list .list-item>.item-title{
    width: 590px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 22px;
    background: url("../img/file-title.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
#book-list .list-item>.item-title>.index{
    color: #ca141d;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
}
#book-list .list-item>.item-content{
    height: 100%;
    background: #fff;
    padding-top: 65px;
}
#book-list .list-item>.item-content>.main{
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
#book-list .list-item>.item-content>.main>div{
    float: left;
}
#book-list .list-item>.item-content>.main>.img>img{
    width: 90px;
    height: 126px;
    vertical-align: middle;
}
#book-list .list-item>.item-content>.main>.intro{
    margin-left: 40px;
    font-size: 20px;
    line-height: 30px;
    width: 420px;
}
#book-list .list-item>.item-content>.main>.intro>p{
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
#book-list .list-item>.item-content>.main>.btn{
    position: absolute;
    bottom: 60px;
    right: 20px;
    z-index: 50;
}
#book-list .list-item>.item-content>.info{
    font-size: 18px;
    margin: 10px 20px;
    height: 61px;
    line-height: 30.5px;
    overflow: hidden;
    text-align: justify;
}

/*********详情页*********/
/****标题****/
.detail-title{
    line-height: 90px;
}
.detail-title>div img{
    vertical-align: middle;
}
.detail-title>div{
    float: left;
}
.detail-title>.title{
    width: 1030px;
    float: right;
    text-align: center;
}
.detail-title>.title>.bg{
    display: inline-block;
    width: 60px;
    height: 44px;
    background: url("../img/hua-left.png") no-repeat center center;
    vertical-align: middle;
}
.detail-title>.title>.bg-right{
    background-image: url("../img/hua-right.png");
}
.detail-title>.title>span{
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    max-width: 930px;
    padding: 0 40px;
}
/*信息****/
.detail-info{
    margin-top: 30px;
}
.detail-info ul{
    border-bottom: 1px solid #ca141d;
}
.detail-info li{
    float: left;
    width: 20%;
    font-size: 18px;
    border-left: 1px solid #ca141d;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-info li:first-child{
    border-left: 0;
    padding-left: 0;
}
/*简介*/
.detail-intro{
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
}
/*pdf*/
#pdf{
    margin-top: 30px;
}
/*申请下载窗*/
#download-window{
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    display: none;
}
#download-window>.content{
    width: 400px;
    height: 400px;
    margin: 200px auto 0;
    background: #fff;
    position: relative;
}
#download-window>.content>h1{
    font-size: 24px;
    color: #ca141d;
    text-align: center;
    padding: 30px 0 36px;
    border-bottom: 1px solid #999999;
}
#download-window>.content>.tips{
    font-size: 12px;
    color: #999999;
    position: absolute;
    top: 87px;
    left: 120px;
    background: #fff;
    padding: 0 30px;
}
#download-window>.content>ul>li{
    border-bottom: 1px dashed #eeeeee;
    font-size: 20px;
    line-height: 80px;
    padding:0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*注册*/
.mask-parent{
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.5);
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.mask-parent .close{
    color: #ca141d;
    cursor: pointer;
    padding: 0 10px;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.mask-body{
    background: #fff;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
.mask-body>.title>h1{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #333333;
    padding: 50px 0 20px;
}
.mask-body .reg-step.show{
    display: block;
}
.mask-body .reg-step{
    display: none;
}
.mask-body .reg-step>.title-img{
    display: block;
    margin: 90px auto;
}
.mask-body .form{
    width: 460px;
    margin: 0 auto;
    font-size: 18px;
}
.mask-body .form>.form-control>label.error{
    font-size: 12px;
    color: #ca141d;
    position: absolute;
    bottom: -20px;
    left: 200px;
}
.mask-body .form>.form-control{
    margin-bottom: 30px;
    position: relative;
}
.mask-body .form>.form-control>span{
    display: inline-block;
    width: 200px;
}
.mask-body .form>.form-control>.imgCode{
    vertical-align: middle;
    width: 120px;
    height: 34px;
    margin-left: 10px;
}
.mask-body .form>.form-control>input{
    width: 240px;
    height: 34px;
    border: 1px solid #999999;
    padding: 0 10px;
    vertical-align: middle;
}
.mask-body .form>.form-control.short>input{
    width: 110px;
}
.mask-body .form>.form-control>.getPhoneCode{
    color: #fff;
    border: 0;
    outline: 0;
    background: #ca141d;
    width: 120px;
    height: 34px;
    vertical-align: middle;
    margin-left: 10px;
}
.mask-body .form>.form-control>.getPhoneCode:disabled{
    background: #999;
    cursor: not-allowed;
}
.mask-body .form>.form-control>.submit-btn{
    display: block;
    background: #ca141d;
    color: #fff;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.mask-body .form>.form-control>input[type="radio"]{
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}
.mask-body .form>.form-control>.my-label{
    margin-right: 30px;
}