.content{
    margin-top:50px;
}
.content .left{
    width:200px;
    float:left;
}
.content .left h2{
    font-size:28px;
    color:#212121;
    border-bottom:3px solid #0d62bd;
    padding-bottom:10px;
    margin-bottom:20px;
}
.content .left>ul>li{
    width:100%;
    height:auto;
    line-height:60px;
    font-size:22px;
    text-indent: 24px;
    /* border-bottom:1px solid #e5e5e5; */
    cursor: pointer;
    position: relative;
}
.content .left>ul>li::after{
    content:'';
    width:100%;
    height:1px;
    border-bottom:1px solid #e5e5e5;
    position: absolute;
    left:0;
    bottom:0;
}
.content .left>ul>li.active{
    margin-top:-1px;
}
.content .left>ul>li.active::after{
    display:none;
}
.content .left>ul>li.active>a{
    background:#f2f2f2 url(active_jt.png) 160px center no-repeat;
    color:#0d62bd;
    font-weight: bold;
    border-left:2px solid #0d62bd;
    border-bottom:0;
    border-top: none;
    display:block;
}
.content .left div.level2{
    margin:10px auto;
}
.content .left div.level2>ul>li{
    font-size:18px;
    text-indent: 0;
    width:100%;
    line-height:40px;
    overflow: hidden;
}
.content .left div.level2>ul>li>i{
    width:10px;
    height:18px;
    background:url(arrow-rights.png);
    float:left;
    margin-top:10px;
}
.content .left div.level2>ul>li>a{
    width:180px;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#232323;
}
.content .left div.level2>ul>li.active>i{
    background:url(arrow-right-active.png);
}
.content .left div.level2>ul>li.active>a{
    width:180px;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#0d62bd;
    font-weight:bold;
}



.content .right{
    width:935px;
    float:right;
}
.content .right .title{
    width:100%;
    height:50px;
    border-bottom:1px solid #d2d2d2;
}
.content .right .title h2{
    font-size:28px;
    float:left;
}
.content .right .title .route{
    float:right;
    margin-top:16px;
}
.content .right .title .route a{
    display:inline-block;
    font-size:16px;
}
.content .right .title .route a i{
    width:19px;
    height:17px;
    background:url(listico_03.jpg);
    display: block;
    float:left;
    margin-right:5px;
    margin-top:2px;
}
.content .right .title .route a.arrow::after{
    content:'>';
    width:19px;
    height:17px;
    display: block;
    float:right;
    margin-left:10px;
}
.content .right .list{
    margin:30px auto;
}
.content .right .list ul{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}
.content .right .list ul:last-child{
    border:0;
}
.content .right .list li{
    font-size:22px;
    line-height:50px;
}
.content .right .list li i{
    width:11px;
    height:11px;
    background:url(about-wk-list.png);
    display:block;
    margin-right:18px;
    margin-top:20px;
    float: left;
}
.content .right .list li span{
    float:right;
    font-size:16px;
    color:#818181;
}
.content .right .list li a{
    width:800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 带导航详情 */
.detailBox{
    width:100%;
    border-radius: 10px 10px 0 0;
    padding:26px;
    box-sizing: border-box;
    margin:36px auto;
    background-image: linear-gradient(#fff6ed 20px,#fff 100px, #fff);
    overflow: hidden;
}
.detailBox p{
    font-size:20px;
    color:#232323;
    font-weight:400;
    line-height:33px;
    margin-bottom:28px;
}
.detailBox p.b{
    font-weight:bold;
}
.detailBox .topic01{
    margin:60px auto;
}
.detailBox .topic01 li{
    height:220px;
    font-size:18px;
    color:#232323;
    float:left;
    text-align: center;
    padding-top:30px;
    box-sizing: border-box;
}
.detailBox .topic01 li span.title{
    border:0;
    height:55px;
    display:block;
}
.detailBox .topic01 li span.num{
    display:block;
    font-size:80px;
    color:#0d62bd;
}
.detailBox .topic01 li:nth-child(2) span.num{
    margin-top:0;
}
.detailBox .topic01 li span i{
    font-size:22px;
    margin-left:10px;
}
.detailBox .topic01 li.li01{
    width:260px;
    border-bottom:1px dotted #D2D2D2;
    border-right:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li02{
    width:320px;
    border-bottom:1px dotted #D2D2D2;
    border-right:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li03{
    width:300px;
    border-bottom:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li04{
    width:440px;
    border-right:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li05{
    width:440px;
}

/* 图文列表详情 */
.listBox{
    width:100%;
    margin:36px auto;
}
.listBox ul{
    width:980px;
}
.listBox li{
    width:285px;
    height:519px;
    float:left;
    margin-right:40px;
    margin-bottom:50px;
    border-bottom:1px dotted #c0c0c0;
}
.listBox li img{
    width: 285px;
    height: 376px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.08);
    margin-bottom:20px;
}
.listBox li .handle{
    text-align: center;
    width:100%;
}
.listBox li .handle a{
    display:inline-block;
    font-size:16px;
    color:#828282;
    font-weight:400;
    width:49%;
}
.listBox li .handle a i{
    width:20px;
    height:20px;
    display:inline-block;
    position: relative;
    top:5px;
    left:-4px;
}
.listBox li .handle a.detail{
    border-right:1px solid #c0c0c0;
}
.listBox li .handle a.detail i{
    background:url(searchIco.png) no-repeat center;
    background-size:15px 15px;
    top:4px;
}
.listBox li .handle a.download i{
    background:url(download.png) no-repeat center;
    background-size:12px 14px;
    top:5px;
}
.listBox li .txt{
    font-size:18px;
    color:#232323;
    line-height:24px;
    margin-top:20px;
}

/* 投资者关系 */
.detailBox .head{
    border-bottom:1px dotted #D2D2D2;
    margin-bottom:40px;
}
.detailBox .head h2{
    font-size:30px;
    margin-bottom:30px;
}
.detailBox .head h2 span{
    font-weight:normal;
}
.detailBox .head ul{
    width: 100%;
    height:70px;
}
.detailBox .head ul li{
    float:left;
    height:70px;
}
.detailBox .head ul li.i01{
    width:304px;
    font-size:20px;
    color:#535353;
    text-align: center;
}
.detailBox .head ul li.i01 i{
    width:24px;
    height:36px;
    display:inline-block;
}
.detailBox .head ul li.i01 span{
    font-size:50px;
    font-weight:bold;
}

.detailBox .head ul li.i01.down i{
    background:url(icon001.png);
    background-size:contain;
}
.detailBox .head ul li.i01.down span{
    color:#489A2E;
}
.detailBox .head ul li.i01.up i{
    background:url(arrowup.png);
    background-size:contain;
}
.detailBox .head ul li.i01.up span{
    color:#ff0000;
}

.detailBox .head ul li.i02{
    width:116px;
    font-size:30px;
    color:#232323;
}
.detailBox .head ul li.i02 span{
    font-size:18px;
    color:#232323;
    display:block;
    background:url(icon002.png) left repeat-y;
    background-size:contain;
    text-indent:7px;
    height:22px;
    line-height:22px;
}
.detailBox .head ul li.i03{
    width:147px;
}
.detailBox .head p{
    width:100%;
    text-align: right;
    font-size:16px;
    color:#8E8E8E;
    margin:0 auto 25px;
}
.detailBox .ctx{
    width:100%;
}
.detailBox .ctx>div{
    margin-bottom:40px;
    border-bottom:1px solid #eee;
    padding:0 60px 40px;
    box-sizing: border-box;
}
.detailBox .ctx>div.last{
    border:0;
}
.detailBox .ctx>div img{
    width:100%;
    height:auto;
}

 
/* 责任管理 */
.detailBox.duty .img img{
    width:100%;
    height:auto;
}
.detailBox.duty .fl1{
    width:400px;
    float:left;
}
.detailBox.duty .fr1{
    width:400px;
    float:right;
}
.detailBox.duty .fl1 h2, .detailBox.duty .fr1 h2{
    width:164px;
    height:51px;
    line-height:51px;
    background:url(titleBg.png);
    background-size:contain;
    color:#fff;
    font-size:20px;
    padding:0 20px;
    box-sizing: border-box;
    margin-bottom:38px;
}
.detailBox.duty .fl1 p{
    font-size:20px;
    padding-bottom:30px;
    margin-bottom:30px;
    line-height:35px;
    border-bottom:1px dotted #0d62bd;
}
.detailBox.duty .fl1 p span.title{
    color:#0d62bd;
    border:0;
}
.detailBox.duty .fl1 p.last{
    border:0;
    padding-bottom:0;
    margin-bottom:0;
}
.detailBox.duty .fr1 div{
    overflow: hidden;
    margin-bottom:20px;
    border-bottom:1px dotted #0d62bd;
    font-size:20px;
}
.detailBox.duty .fr1 div span.title{
    color:#0d62bd;
    border:0;
    float:left;
    display:block;
    width:100px;
}
.detailBox.duty .fr1 div p{
    width:290px;
    float:left;
    overflow: hidden;
    margin:0;
}
.detailBox.duty .fr1 p span{
    width:120px;
    float:left;
    display:block;
    line-height:normal;
    margin-bottom:17px;
}
.detailBox.duty .fr1 div.last p span{
    width:auto;
    float:left;
    display:block;
    margin-right:20px;
}

    .page {
        text-align: center;
        font-size: 12px;
        margin: 20px 0;
    }

    .page a {
        height: 30px;
        padding: 0 10px;
        background: #f4efe0;
        color: #333;
        margin: 0 5px;
        line-height: 30px;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
    }

    .page a.now,
    .page a:hover {
        background: #6e5145;
        color: #fff;
        border: 1px solid #6e5145;
    }

    .page * {
        display: inline-block;
    }

    .page span {
        margin: 0 5px;
    }

    .page_num {
        width: 34px;
        height: 28px;
        border: 1px solid #e4e4e4;
        background: #f4efe0;
        text-align: center;
        border-radius: 4px;
    }

    .page_btn {
        width: 34px;
        height: 32px;
        background: #f4efe0;
        color: #333;
        cursor: pointer;
        border: 1px solid #e4e4e4;
        margin-left: 10px;
        border-radius: 4px;
    }

    .page_center {
        display: inline-block;
    }

    .fy {
        height: 30px;
        /*padding: 0 10px;*/
        border: 1px solid #e4e4e4;
        /* background: #f4efe0; */
        color: #333;
        margin: 0 5px;
        line-height: 30px;
        display: inline-block;
    }

    #num {
        width: 34px;
        height: 28px;
        border: 1px solid #e4e4e4;
        background: #f4efe0;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .go {
        width: 34px;
        height: 32px;
        border: 1px solid #e4e4e4;
        background: #f4efe0;
        margin-left: 10px;
    }

.paginationa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    height: 50px;
    margin: 50px auto 60px auto;
    border-top: 4px solid #dbdbdb;
    padding-top: 40px;
    clear: both;
}

.paginationa span {
    display: inline-block;
}

.paginationa a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    margin: 0 4px;
    font-size: 16px;
}

.paginationa .active {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #005bac;
    margin: 0 4px;
    font-size: 16px;
}