
/*二级栏目导航*/
.gongkaixinxipilu-content {
    width: 1200px;
    margin: -30px auto 0;
}
.gongkaixinxipilu-content .item-list{
    width: 100%;
    height: 80px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 19px 2px rgba(114, 114, 114, 0.09);
    behavior: url(/r/cms/www/default/pie/PIE.htc);
    border-radius: 6px;
}
.gongkaixinxipilu-content .item-list li{
    width:160px ;
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 50px;
    margin:15px 60px;
    text-align: center;
}
.gongkaixinxipilu-content .item-list li.active,.gongkaixinxipilu-content .item-list li:hover{
    background: #F9632C;
    background: linear-gradient(89deg, #F9632C, #FF7F39) !important;
    border-radius: 25px;
}
.gongkaixinxipilu-content .item-list li.active a,.gongkaixinxipilu-content .item-list li:hover a{
    color: #fff;
}

/*三级栏目导航*/
.pitem-list ul{
    width: 100%;
    margin-top: 30px;
    border-bottom:1px solid #EAEAEA; ;
}
.pitem-list li{
    display: inline-block;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 44px;
}
.pitem-list li+li{
    margin-left: 80px;
}
.pitem-list li a{
    color: #123B8A;
}
.pitem-list li.active:after{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #F9642D;
    border-radius: 2px;
    margin-top: 16px;
}

/*三级栏目内容*/
.pitem-content{
    width: 100%;
    margin:40px auto 90px;
}
/*--公司概况*/
.pitem-content-base .update-time{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 24px;
    padding-left: 2em;
}
.pitem-content-base .content-title{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.pitem-content-base .content-title2{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding-left: 2em;
}
.pitem-content-base .content-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    margin: 10px 0 30px;
    padding-left: 2em;
}
.pitem-content-base a{
    color: #133C8B;
}
/*公司治理概要*/
.pitem-content-gszlgy{
    margin:-40px 0 30px;
}
.pitem-content-gszlgy li{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
    border-bottom:1px dashed #E6E6E6;
}
.pitem-content-gszlgy .footer-pagination{
    margin-top: 25px;
    float: right;
}
.content-detail-gszlgy{
    margin:30px 0;
}
.content-detail-gszlgy a{
    line-height: 50px;
    color: #123B8A;
}

/*年度信息披露*/
.year-list{
    margin-bottom: 30px;
}
.year-list .title-box{
    line-height: 60px;
    border-bottom:1px solid #E6E6E6;
    margin-top: 30px;
}
.year-list .title-box .title{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #123B8A;
    display: inline-block;
}
.year-list .title-box .date{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    float: right;
}
.year-list li{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    padding-left: 23px;
}
.year-list .footer-pagination{
    margin-top: 25px;
    text-align: right;
}
/*产品基本信息*/
.pitem-content-cpjbxx{
    position: relative;
}
.pitem-content-cpjbxx .loading-modal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(200,200,200,0.5);*/
    display: none;
}
.pitem-content-cpjbxx .loading-modal img{
    display: block;
    margin: 400px auto 0;
}
.pitem-content-cpjbxx .table-list{
    width: 100%;
    margin:40px auto 20px;
}
.pitem-content-cpjbxx .table-list thead tr{
    background: #FFF2EB;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    height: 60px;
}
.pitem-content-cpjbxx .table-list tbody tr{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    height: 60px;
    background: #fff;
}
.pitem-content-cpjbxx .table-list tr td{
    /*max-width: 200px;*/
    line-height: 30px;
    vertical-align: middle;
    padding: 0 10px;
}
.pitem-content-cpjbxx .table-list tbody tr td{
    border-bottom: 1px dashed #E6E6E6;
}
.pitem-content-cpjbxx .table-list tbody tr a,.pitem-content-cpjbxx .table-list tbody tr span.blue{
    cursor: pointer;
    color: #133C8B;
}
.pitem-content-cpjbxx .table-list tr td:first-child{
    text-align: center;
    width: 25%;
}
.pitem-content-cpjbxx .table-list tr td:first-child+td{
    width: 40%;
}
.pitem-content-cpjbxx .search-area{
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.pitem-content-cpjbxx .search-area input{
    width: 650px;
    height:60px;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    padding-left: 16px;
}
.pitem-content-cpjbxx .search-area select{
    width: 358px;
    height:60px;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    padding-left: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/zjca/select.png') no-repeat right 10px center;
}
.pitem-content-cpjbxx .select-img{
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top:  -8px;
}

.pitem-content-cpjbxx .search-area button{
    width: 160px;
    height: 60px;
    background: linear-gradient(89deg, #F9632C, #FF7F39);
    border-radius: 6px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.pitem-content-cpjbxx .search-area button.disabled-btn{
    opacity: 0.5;
    cursor: inherit;
}
.pitem-content-cpjbxx .footer-pagination{
  text-align: right;
}

#search-list{
    display: none;
}
#search-list .news-page a{
    margin-left: 5px;
}

/*专项信息*/
.pitem-list-zxxx{
    margin-bottom: 30px;
    width: 100%;
}
.pitem-list-zxxx li{
    font-size: 20px;
}
.pitem-list-zxxx li+li{
    margin-left:68px;
}
.gongkaixinxipilu-content-detail{
    width: 100%;
    min-height: 460px;
    position: relative;
}
.sitem-list{
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 30px;
}
.sitem-list li{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.sitem-list li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #666666;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
}
.sitem-list li.active a{
    color: #F25822;
}
.sitem-list li.active:before{
    background: #F25822;
}
/*关联交易 资金运用*/
.content-right{
    width: 930px;
    margin-left: 270px;
}
.content-right-title{
    height: 60px;
}
.content-right .title{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #133C8B;
    line-height: 30px;
    display: inline-block;
}
.content-right .date{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    float: right;
    line-height: 30px;
}
.content-right ul{
    border-top:1px solid #E6E6E6;
}
.content-right li{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    padding-left: 23px;
}
.content-right .footer-pagination{
    margin: 25px 0;
    text-align: right;
}

/*互联网保险*/
.content-right .description{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 30px;
    padding: 25px 0;
    border-top:1px solid #E6E6E6;
}
.content-right .table-list{
    width: 100%;
    margin:0 auto 20px;
}
.content-right .table-list thead tr{
    background: #FFF2EB;
    font-size: 14px;
    font-family: PingFang SC;
    color: #333333;
    height: 60px;
}
.content-right .table-list tbody tr{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    height: 60px;
    background: #fff;
}
.content-right .table-list tr td{
    min-width: 80px;
    max-width: 300px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 10px;
}
.content-right .table-list tr td:first-child{
    padding-left: 16px;
}
.content-right .table-list tr td:last-child{
    /*ie8看不出来*/
    padding-right: 16px;
}
.content-right .table-list tbody tr td{
    border-bottom: 1px dashed #E6E6E6;
}
.content-right .table-list tbody tr a{
    color: #133C8B;
}
/*股东股权*/
.content-gdgq{
    text-align: center;
    margin:60px auto 40px;
}
.content-gdgq img{
    max-width: 755px;
    border: 1px dashed #E6E6E6;
}
.content-gdgq p{
    margin-top: 23px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #133C8B;
    cursor: pointer;
}
.content-gdgq #outerdiv{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:2;
    width:100%;
    height:100%;
    display:none;
}

/*偿付能力 交强险专题*/
.content-cfnl{
    margin-bottom: 30px;
}
.content-cfnl-title{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #133C8B;
    line-height: 60px;
    margin-top: 30px;
    border-bottom:1px solid #E6E6E6;
}
.content-cfnl-title .title{
    display: inline-block;
}
.content-cfnl-title .date{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    float: right;
}
.content-cfnl li{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    padding-left: 23px;
}
.content-cfnl .footer-pagination{
    margin-top: 25px;
    text-align: right;
}

/*底部分页条 .footer-pagination*/
.news-page{
    text-align: center;
    display: inline-block;
}
.news-page a{
    display: inline-block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}
.news-page a.abled-btn:hover{
    cursor: pointer;
    background-color: #f25822;
    color: white;
    border: 1px solid #f25822;
}
.news-page a.pre-btn, .news-page a.next-btn{
    width: 84px;
}
.news-page a.active{
    background-color: #f25822;
    color: white;
    border: 1px solid #f25822;
}
.news-page a.disabled-btn{
    color: #999999 !important;
}
/*所有列表样式调整*/
.year-list li.li-item:before,.content-right li.li-item:before,.content-cfnl li.li-item:before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #F25822;
    border-radius: 2px;
    margin-right: 8px;
}
/*所有表格标题加粗*/
table thead tr td{
    font-weight: bold;
}

