.w1200{
    width:1202px;
    margin:0 auto;
}
.l{float:left;}
.r{float:right;}
.h10 {height: 10px;display:block; overflow: hidden;}
.h20 {height: 20px;display:block; overflow: hidden;}
.w890{
    width: 840px;
}
.w300{
    width: 350px;
}
.ml10{margin-left: 10px;}
.sort-box{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #FFF;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
}
.sort-box .box-item{
    float: left;
}
.sort-box .box-item dd {
    text-align: center;
    float: left;
}
.sort-box .box-item dd{
    height: 38px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    border-bottom: 2px solid #f9f9f9;
}
.sort-box .box-item dd i{
    width: 9px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
}
.sort-box .box-item dd.asc i{
    background-position: -9px -10px;
}
.sort-box .box-item dd.desc i{
    background-position: 0 -10px;
}
.sort-box .box-item dd.active, .sort-box .box-item dd:hover {
    color: #008fcc;
    background-color: #fff;
    border-bottom: 2px solid #008fcc;
}
.sort-box .box-item dd.active i, .sort-box .box-item dd.asc:hover i{
    background-position: -9px 0;
}
.sort-box .box-item dd.active i, .sort-box .box-item dd.desc:hover i{
    background-position: 0 0;
}
.sort-box .box-but{
    float: right;
}
.sort-box .box-but li{
    text-align: center;
    margin-right: 15px;
    float: left;
}
.sort-box .box-but a{
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    color: #008fcc;
    display: inline-block;
    border: 1px solid #008fcc;
}
.sort-box .box-but a.active, .sort-box .box-but a:hover{
    background:#008fcc;
    border-color:#008fcc;
    color:#fff;
}

.sort-box .box-but .form{
    margin: 0;
    margin-right: 150px;
}
.sort-box .box-but .form input{
    height: 25px;
    line-height: 25px;
    width: 250px;
    padding: 0 5px;
    border: 1px solid #008fcc;
}
.sort-box .box-but .form a{
    height: 25px;
    line-height: 25px;
}
.after-clear::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.preview-box {
    border: 1px solid #eaeaea;
    position: relative;
}
.preview-box .box-image {
    height: 465px;
    overflow:hidden;
}
.preview-box .box-image .preview{
    position: relative;
    width:350px;
    height:465px;
    overflow: hidden;
}
.preview-box .box-image .preview img{
    width:350px;
    height:465px;
}
.preview-box .box-image .zoomdiv img{
    width: auto;
    height: auto;
    margin: 0;
}
.preview-box .preview-title{
    display: none;
    position: absolute;
    top:350px;
    right: 0;
    max-width: 260px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    opacity:0.4; filter:alpha(opacity:40);
    overflow: hidden;
    z-index: 9999;
    font-size: 18px;
    padding: 0 20px;
    color: #ff0;
}

.preview-box .box-share-item {
    height:58px;
}
.preview-box .box-share-item .item-l {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#999;
    float:left;
}
.preview-box .box-share-item .item-l i{
    width:16px;
    height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../images/preview.png);
    background-position: 0 -140px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-c {
    width:170px;
    height:16px;
    margin:14px 0 26px 0;
    float:left;
}
.preview-box .box-share-item .item-r {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#333;
    float:left;
}
.preview-box .box-share-item .item-r i{
    width:16px;
    height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../images/preview.png);
    background-position: 0 -160px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-r a:hover {
    text-decoration:none;
}

.info-box {
    min-height:465px;
    position: relative;
    /*overflow:hidden;*/
}
.info-box .box-title{
    height: 65px;
    /*overflow: hidden;*/
    margin: 0 20px;
}
.info-box .box-title .w250-500{
    min-width: 250px;
    max-width: 500px;
    float: left;
}
.info-box .box-title .w350{
    /*width: 350px;*/
    float: left;
}
.info-box .box-title h3 {
    height:28px;
    line-height:28px;
    font-family: "Microsoft YaHei";
    font-size:26px;
    color:#333;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right:30px;
}
.info-box .box-title h4 {
    height:40px;
    line-height:40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#666;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-qkjb{
    height:28px;
    line-height:28px;
}
.info-box .box-qkjb span{
    padding-left: 20px;
    margin-right: 20px;
    color: #f00;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    background-image: url(../images/qkjb.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    white-space:nowrap;
}
.info-box .box-qkjb span:hover{
    color:#008fcc;
}
.info-box .box-qksl{
    line-height: 33px;
    font-size: 14px;
    color: #999;
}
.info-box .box-qksl .l{
    margin-left: 20px;
    width: 72px;
}
.info-box .box-qksl .r{
    width: 720px;
    float: left;
}
.info-box .box-qksl ul li{
    margin-right: 10px;
    float: left;
    white-space:nowrap;
}
.info-box .box-qksl a{
    color: #00a1cc;
}
.info-box .box-qksl a:hover{
    color:#008fcc;
}
.info-box .box-field {
    margin:20px 20px 0 20px;
    color:#666;
}
.info-box .box-field dl{
    width: 250px;
    float: left;
}
.info-box .box-field dl.w300{
    width: 300px;
}
.info-box .box-field dl dd{
    height:33px;
    line-height:33px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:14px;
}
.info-box .box-field dl dd span {
    /*width: 70px;*/
    display: inline-block;
    text-align: right;
    color:#999;
    margin-right:3px;
}
.info-box .box-field dl dd a {
    color: #00a1cc;
}
.info-box .box-field dl dd a:hover {
    color:#008fcc;
}
.info-box .box-description {
    margin: 0 20px;
    line-height:25px;
    font-size: 14px;
    color: #666;
}
.info-box .box-price{
    margin: 10px 0 0 10px;
    padding: 10px 20px;
    background-color: #fff2e8;
    font-size: 14px;
}
.info-box .box-price dl dt{
    width: 80px;
    float: left;
    color: #999;
}
.info-box .box-price dl dd{
    float: left;
}
.info-box .box-price i{
    font-style: normal;
}
.info-box .box-price .price-market{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color:#333;
}
.info-box .box-price .price-market i{
    font-family: verdana,arial;
    font-size:14px;
    font-weight: 400;
    margin-right: 5px;
    color:#333;
}
.info-box .box-price .price-market .market-val{
    font-family: verdana,arial;
    font-size: 18px;
    font-weight: 400;
}
.info-box .box-price .price-sell{
    height: 25px;
    line-height: 25px;
    font-size:14px;
    color:#333;
}
.info-box .box-price .price-sell i{
    font-size:20px;
    margin-right: 5px;
    color:#cc0001;
}
.info-box .box-price .price-sell span {
    font-family: verdana,arial;
    font-size: 22px;
    font-weight: 700;
    color:#cc0001;
}
.info-box .box-price .price-sell span.sell-discount {
    margin-left: 20px;
    font-size: 24px;
}
.info-box .paper-box .box-down{
    margin: 30px 0;
    text-align: left;
}
.info-box .box-price .price-sell .sell-time {
    margin-left: 50px;
    line-height: 24px;
    color:#333;
}
.info-box .box-price .price-sell .sell-time i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block;
    margin-right:5px;
    background-image: url(../images/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;
}
.info-box .box-price .price-sell .sell-time span {
    margin: 0 2px;
    font-size: 14px;
    font-weight: bold;
}
.info-box .box-sell{
    height: 37px;
    margin: 15px 0 5px 10px;
    border-top:1px dotted #c9c9c9;
    border-bottom:1px dotted #c9c9c9;
}
.info-box .box-sell ul li{
    margin: 5px 0;
    width: 30%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #666;
    float: left;
}
.info-box .box-sell ul li.line{
    width: 1px;
    background-color: #fff;
    border-right: 1px dotted #c9c9c9;
}
.info-box .box-sell ul li.clear{
    width: auto;
}
.info-box .box-sell ul li font{
    margin-left: 4px;
}

.info-box .box-memo{
    line-height: 20px;
    margin: 15px 0 5px 30px;
}

.info-box .box-cart{
    height: 40px;
    margin: 20px 0;
    padding-left: 80px;
}
.info-box .box-cart a{
    background-color: #ffeded;
    border: 1px solid #c40000;
    text-decoration: none;
    color: #c40000;
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-family:"Microsoft YaHei";
    font-size:16px;
    margin: 0 10px;
    text-align:center;
}
.info-box .box-cart .cart-buy:hover{
    background-color: #fedfdf;
    border: 1px solid #c40000;
    color: #b40000;
}
.info-box .box-cart .cart-add{
    background-color: #c40000;
    border: 1px solid #c40000;
    color: #fff;
    position: relative;
    text-indent: 2em;
}
.info-box .box-cart .cart-add i{
    position: absolute;
    width: 24px;
    height:22px;
    display: inline-block;
    left: 30px;
    top:10px;
    background-image:url(../images/preview.png);
    background-repeat:no-repeat;
    background-position:-60px -200px;
}
.info-box .box-cart .cart-add:hover{
    background-color: #b40000;
    border: 1px solid #b40000;
    color: #fff;
}
.info-box .box-cart a:hover, .info-box .box-cart a.action{
    /*background-color: #c40000;
    border: 1px solid #c40000;
    color: #fff;*/
}
.w920{
    width: 920px;
}
.w270{
    width: 270px;
}
.content-box{
    color: #000;
    margin-top: 30px;
}
.content-box .box-title{
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.content-box .box-sub-title{
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    color: #008fcc;
    /*padding-left: 10px;
    border-left: 3px solid #ff5836;*/
}
.content-box .box-con{
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
}
.content-box .box-con p a{
    color: #000;
    text-decoration: none;
}
.content-box .box-con p a:hover{
    color: #008fcc;
}
.content-box .box-body{
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
}
.content-box .box-echarts{
    width: 900px;
    height: 450px;
}
.content-box .box-echarts .box-echarts-con{
    width: 900px;
    height: 450px;
}
.content-box .box-issue-list{
    /*border: 1px solid #eaeaea;*/
    font-size: 14px;
    margin-bottom: 20px;
}
.content-box .box-issue-list .box-issue-menu{
    width: 150px;
    /*margin: 5px 5px 0 5px;*/
    min-height: 720px;
    background-color: #fafafa;
}
.content-box .box-issue-list .box-issue-menu dl{
    height: 30px;
    /*margin-bottom: 5px;*/
    overflow: hidden;
}
.content-box .box-issue-list .box-issue-menu dl dt{
    text-align: center;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.content-box .box-issue-list .box-issue-menu dl.active{
    height: auto;
}
.content-box .box-issue-list .box-issue-menu dl.active dt{
    color: #00a1cc;
    /*background-color: #00a1cc;*/
}
.content-box .box-issue-list .box-issue-menu dl:hover dt{
    color: #008fcc;
    /*background-color: #008fcc;*/
}
.content-box .box-issue-list .box-issue-menu dl dd{
    line-height: 25px;
    margin: 5px;
    float: left;
}
.content-box .box-issue-list .box-issue-menu dl dd.null{
    width: 100%;
    clear: both;
}
.content-box .box-issue-list .box-issue-menu dl dd a{
    padding: 0 5px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
}
.content-box .box-issue-list .box-issue-menu dl dd a:hover{
    /*background-color: #00a1cc;*/
    color: #00a1cc;
}
.content-box .box-issue-list .box-issue-menu dl dd a.active{
    /*background-color: #00a1cc;*/
    color: #00a1cc;
}
.content-box .box-issue-list .box-issue-item{
    position: relative;
    overflow: hidden;
    /*width: 748px;*/
    color: #999;
    /*margin: 5px;*/
    width: 760px;
    margin-left: 10px;
}
.hfix .box-issue-list .box-issue-item{
    height: 720px;
}
.content-box .box-issue-list .box-issue-item dl{
    padding-top: 40px;
}
.content-box .box-issue-list .box-issue-item dl dt, .content-box .box-issue-list .box-issue-item dl dd{
    padding: 0 10px;
}
.content-box .box-issue-list .box-issue-item dl .title{
    width: 510px;
    margin-right: 20px;
    float: left;
}
.content-box .box-issue-list .box-issue-item dl .authors{
    width: 110px;
    margin-right: 20px;
    font-size: 12px;
    overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
    float: left;
}
.content-box .box-issue-list .box-issue-item dl .page{
    width: 80px;
    text-align: right;
    font-size: 12px;
    overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
    float: right;
}
.content-box .box-issue-list .box-issue-item dl dt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    border-bottom: 5px solid #fff;
    font-size: 14px;
    background-color: #f5f5f5;
}
.content-box .box-issue-list .box-issue-item dl dd{
    line-height: 40px;
    font-size: 14px;
    background-color: #f5f5f5;
}
.content-box .box-issue-list .box-issue-item dl dd.column{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.content-box .box-issue-list .box-issue-item dl dd.white{
    background-color: #fff;
}
.content-box .box-issue-list .box-issue-item .box-issue-page{
    width: 100%;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    text-align: center;
    position: absolute;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a{
    padding: 5px 10px;
    text-decoration: none;
    color: #00a1cc;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a.active{
    color: #fff;
    background-color: #00a1cc;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a:hover{
    color: #fff;
    background-color: #008fcc;
}

.content-box .box-year-list{
    font-size: 14px;
    margin-bottom: 20px;
}
.content-box .box-year-list ul li{
    line-height: 28px;
}
.content-box .box-year-list ul li .l{
    width: 100px;
    color: #999;
    text-align: center;
}
.content-box .box-year-list ul li .r{
    float: left;
    width: 800px;
}
.content-box .box-year-list ul li .r a{
    padding: 2px 5px;
    text-decoration: none;
    color: #00a1cc;
}
.content-box .box-year-list ul li .r a:hover{
    color: #fff;
    background-color: #008fcc;
}
.box-page{
    margin: 50px 0;
    text-align: center;
}
.box-page span{
    margin: 0 30px;
    border: 1px solid #666;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    padding: 5px 30px;
}
.box-page span:hover{
    text-decoration: none;
    border: 1px solid #008eb7;
    color: #008eb7;
}

.rmbq-box{
    background-color: #f9f9f9;
}
.rmbq-box .box-title{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}
.rmbq-box .box-con{
    margin: 0 30px;
    padding: 22px 0;
}
.rmbq-box .box-con li{
    height: 20px;
    line-height: 20px;
    margin: 8px 8px 8px 0;
    float: left;
}
.rmbq-box .box-con li a{
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    overflow: hidden;
    display: inline-block;
    color: #666;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    text-decoration: none;
}
.rmbq-box .box-con li a:hover{
    color: #fff;
    border: 1px solid #008fcc;
    background-color:#00a1cc;
}
.fwtj-box{
    background-color: #f9f9f9;
}
.fwtj-box .box-title{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}
.fwtj-box .box-con{
    padding: 0;
}
.fwtj-box .work-box{
    background: transparent;
}
.fwtj-box .work-box ul{
    width: auto;
}
.fwtj-box .work-box ul li{
    width: auto;
    float: none;
    margin: 20px 0;
}
.fwtj-box .work-box .item-con{
    width: 140px;
    margin: 20px;
}

.work-box {
    position: relative;
    overflow: hidden;
    font-style: normal;
    font: 12px Arial, Helvetica, sans-serif, "宋体";
    color: #000000;
    background: #FFF;
}
.work-box, .work-box div, .work-box ul, .work-box li, .work-box a, .work-box p, .work-box h2, .work-box i{
    margin: 0;
    padding: 0;
}
.work-box ul{
    width: 1222px;
    overflow: hidden;
}
.work-box ul li{
    width: 385px;
    height: 148px;
    margin-right: 20px;
    float: left;
    background-color: #fff;
    border: 1px solid #eaeaea;
    list-style: none;
    overflow: hidden;
}
.work-box ul li a{
    height: 148px;
    color: #333;
    text-decoration: none;
    display: block;
}
.work-box ul li:hover{
    border: 1px solid #008fcc;
}
.work-box ul li:hover h2{
    color: #008fcc;
}
.work-box .item-con{
    width: 220px;
    margin: 20px 30px;
    display: inline-block;
    float: left;
}
.work-box .item-con h2{
    font-family:"Microsoft Yahei";
    font-size:1.3em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.work-box .item-con p{
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
}
.work-box .item-con p.more{
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #008fcc;
}
.work-box i{
    width: 60px;
    height: 50px;
    background-image: url(/web/img/work.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 45px;
    float: left;
}
.work-box i.img1{
    background-position: 0 0;
}
.work-box i.img2{
    background-position: -60px 0;
}
.work-box i.img3{
    background-position: -120px 0;
}
.work-box i.img4{
    background-position: -180px 0;
}
.work-box ul li:hover i.img1{
    background-position: 0 -50px;
}
.work-box ul li:hover i.img2{
    background-position: -60px -50px;
}
.work-box ul li:hover i.img3{
    background-position: -120px -50px;
}
.work-box ul li:hover i.img4{
    background-position: -180px -50px;
}
.work-box .box-btn{
    margin: 40px auto;
    text-align: center;
    font-family:"Microsoft Yahei";
}
.work-box .box-btn a{
    width: 200px;
}