.content{
    margin-top:0;
}
.content .left{
    width:100%;
    float:initial;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.content .left::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.content .left h2{
    font-size:28px;
    color:#212121;
    border-bottom:3px solid #0d62bd;
    padding-bottom:10px;
    margin-bottom:20px;
    display:none;
}
.content .left>ul{
    width:100%;
    height:60px;
    position: relative;
    border-bottom:2px solid #e5e5e5;
}
.content .left>ul>li{
    float:left;
    width:auto;
    height:auto;
    line-height:60px;
    font-size:30px;
    text-indent: 0;
    cursor: pointer;
    padding:0 14px;
}
.content .left>ul>li>a{
    height:60px;
    line-height:60px;
    display:block;
}
.content .left>ul>li.active{
    border-bottom:0;
    border-bottom:2px solid #0d62bd;
    background:#f2f2f2;
}
.content .left>ul>li.active>a{
    color:#0d62bd;
    font-weight: bold;
    border:0;
}
.content .left>ul>li.active .level2{
    display:none;
}
/* 二级 */
.content .left div.tabChild{
    width:100%;
    height:62px;
    overflow: hidden;
    margin:10px auto;
    padding:0 30px;
    box-sizing: border-box;
    margin-top:30px;
}
.content .left div.tabChild>.box{
    width:100%;
    height:80px;
    overflow: hidden;
    overflow-x: auto;
}
.content .left div.tabChild>.box>ul{
    width:5000px;
    height:60px;
    border-bottom:2px solid #e5e5e5;
}
.content .left div.tabChild>.box>ul>li{
    font-size:30px;
    text-indent: 0;
    width:auto;
    float:left;
    line-height:60px;
    overflow: hidden;
    padding:0 10px;
    margin-right:40px;
}
.content .left div.tabChild>.box>ul>li>i{
    display:none;
}
.content .left div.tabChild>.box>ul>li>a{
    width:auto;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#232323;
}
.content .left div.tabChild>.box>ul>li.active{
    border-bottom:2px solid #0d62bd;
}
.content .left div.tabChild>.box>ul>li.active>i{
    background:url(arrow-right-active.png);
}
.content .left div.tabChild>.box>ul>li.active>a{
    width:auto;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#0d62bd;
    font-weight:bold;
}
.content .right{
    width:100%;
    float:initial;
}
.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;
}
.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 0;
    border-bottom:0;
    padding:0 30px 0;
}
.content .right .list ul{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:2px solid #eee;
}
.content .right .list ul:last-child{
    border:0;
}
.content .right .list li{
    font-size:26px;
    line-height:60px;
}
.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:22px;
    color:#818181;
}
.content .right .list li a{
    width: 524px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}



/* 带导航详情 */
.detailBox{
    width:690px;
    border-radius: 10px 10px 0 0;
    padding:26px;
    box-sizing: border-box;
    margin:50px 30px;
    background-image: linear-gradient(#fff6ed 40px,#fff 400px, #fff);
}
.detailBox p{
    font-size:28px;
    color:#212121;
    font-weight:300;
    margin-bottom:28px;
    line-height: 56px;
}
.detailBox .topic01{
    margin:60px auto;
}
.detailBox .topic01 li{
    height:220px;
    font-size:24px;
    color:#212121;
    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:50%;
    border-bottom:1px dotted #D2D2D2;
    border-right:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li02{
    width:50%;
    border-bottom:1px dotted #D2D2D2;
    border-right:0;
}
.detailBox .topic01 li.li03{
    width:50%;
    border-bottom:1px dotted #D2D2D2;
    border-right:1px dotted #D2D2D2;
}
.detailBox .topic01 li.li04{
    width:50%;
    border-bottom:1px dotted #D2D2D2;
    border-right:0;
}
.detailBox .topic01 li.li05{
    width:100%;
}




/* 图文列表详情 */
.listBox{
    width:100%;
    margin:60px auto;
    padding:0px 60px;
    box-sizing: border-box;
}
.listBox ul{
    width:690px;
}
.listBox li{
    width:285px;
    height:596px;
    float:left;
    margin-right:58px;
    margin-bottom:60px;
    border-bottom:2px dotted #c0c0c0;
}
.listBox li img{
    width: 285px;
    height: 376px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23);
    margin-bottom:20px;
}
.listBox li .handle{
    text-align: center;
    width:100%;
}
.listBox li .handle a{
    display:inline-block;
    font-size:23px;
    color:#828282;
    font-weight:400;
    width:49%;
}
.listBox li .handle a i{
    width:28px;
    height:28px;
    display:inline-block;
    position: relative;
    top:4px;
    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:28px 28px;
}
.listBox li .handle a.download i{
    background:url(download.png) no-repeat center;
    background-size:24px 26px;
}
.listBox li .txt{
    font-size:28px;
    color:#232323;
    line-height:48px;
    margin-top:30px;
}



/* 投资者关系 */
.detailBox.noBg{
    background-image: none;
}
.detailBox .head{
    border-bottom:2px 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:280px;
    overflow: hidden;
}
.detailBox .head ul li{
    float:left;
    height:70px;
}
.detailBox .head ul li.i01{
    width:100%;
    font-size:28px;
    color:#535353;
    text-align: center;
    margin-bottom:70px;
}
.detailBox .head ul li.i01 i{
    background:url(icon001.png);
    background-size:contain;
    width:34px;
    height:50px;
    display:inline-block;
}
.detailBox .head ul li.i01 span{
    font-size:70px;
    color:#489A2E;
    font-weight:bold;
}
.detailBox .head ul li.i02{
    width:25%;
    font-size:42px;
    color:#232323;
}
.detailBox .head ul li.i02 span{
    font-size:24px;
    color:#232323;
    display:block;
    background:url(icon002.png) left repeat-y;
    background-size:contain;
    text-indent:14px;
    margin-bottom:30px;
    height:26px;
    line-height:26px;
}
.detailBox .head ul li.i03{
    width:186px;
}
.detailBox .head ul li.i04{
    width:130px;
}
.detailBox .head p{
    width:100%;
    text-align: right;
    font-size:20px;
    color:#8E8E8E;
    margin:0 auto 25px;
}
.detailBox .ctx{
    width:100%;
}
.detailBox .ctx>div{
    margin-bottom:40px;
    border-bottom:0;
    padding:0 0 40px;
    box-sizing: border-box;
}
.detailBox .ctx>div.last{
    border:0;
}
.detailBox .ctx>div img{
    width:100%;
    height:auto;
}


/* 责任管理 */
.detailBox.duty{
    padding:50px 0;
}
.detailBox.duty>p{
    padding:0 30px;
    margin-bottom:78px;
}
.detailBox.duty .img img{
    width:100%;
    height:auto;
}
.detailBox.duty .fl1{
    width:100%;
    float:initial;
    margin-bottom:87px;
}
.detailBox.duty .fr1{
    width:100%;
    float:initial;
}
.detailBox.duty .fl1 h2, .detailBox.duty .fr1 h2{
    width:230px;
    height:71px;
    line-height:71px;
    background:url(titleBg.png) no-repeat;
    background-size:contain;
    color:#fff;
    font-size:28px;
    padding:0 20px;
    box-sizing: border-box;
    margin-bottom:38px;
}
.detailBox.duty .fl1 p{
    font-size:28px;
    padding-bottom:30px;
    margin-bottom:30px;
    line-height:56px;
    border-bottom:2px dotted #0d62bd;
}
.detailBox.duty .fl1 p span.title{
    color:#0d62bd;
    border:0;
    font-weight:bold;
    margin-right:20px;
}
.detailBox.duty .fl1 p.last{
    border:0;
    padding-bottom:0;
    margin-bottom:0;
}
.detailBox.duty .fr1 div{
    overflow: hidden;
    border-bottom:2px dotted #0d62bd;
    font-size:28px;
    margin-bottom:36px;
    padding-bottom:28px;
}
.detailBox.duty .fr1 div span.title{
    color:#0d62bd;
    border:0;
    float:left;
    display:block;
    width:168px;
    font-weight:bold;
}
.detailBox.duty .fr1 div p{
    width:450px;
    float:left;
    overflow: hidden;
    margin:0;
}
.detailBox.duty .fr1 p span{
    width:150px;
    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;
}

   @media screen and (max-width:767px) and (orientation:portrait) {
        .fy {
            height: 50px;
            /*padding: 0 8px;*/
            margin: 30px 2px;
            line-height: 50px;
        }

        #num {
            height: 50px;
            margin-left: 2px;
            margin-right: 2px;
            font-size: 28px;
            padding: 0;
            width: 46px;
        }

        .go {
            width: 50px;
            height: 50px;
            margin-left: 2px;
            border-radius: 0px;
            outline: 0px;
            margin-top: 0;
            font-size: 24px;
            padding: 0;
            text-align: center;
            -webkit-appearance: none;
        }
        .paginationa a {
            width: 64px;
            height: 64px;
            line-height: 64px;
            border-radius: 8px;
            font-size: 28px;
        }

        .paginationa .active {
            width: 64px;
            height: 64px;
            line-height: 64px;
            border-radius: 8px;
            font-size: 28px;
        }

        .paginationa {
            width: 100%;
            height: 100px;
            text-align: center;
            margin: 50px auto 20px auto;
            border: 0;
        }
    }