.content {
    height: 100%;
    width: 1200px;
    margin-bottom: 40px;
}

.position_nav {
    height: 48px;
    width: 100%;
    border-bottom: 2px solid #6f6f6f;
}

.wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 6px
}

.current{
    width: 100%;
    height: 50px;
}

.current img {
    position: relative;
    top: 4px;
    left: 0;
    height: 16px;
}

.current a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    font-family: '宋体';
}

.current a:hover{
    color:#f25a1b;
}

.wrapper .current ul {
    margin-left: 22px;
}

.wrapper .current ul li {
    float: left;
    padding: 0 10px;
}

.wrapper .current ul li a {
    color: #333;
    font-size: 14px;
    font-family: '宋体';
    line-height: 184%;
}
.wrapper .current ul li a:hover{
    color:  #f25a1b;
}
.content_title {
    height: 102px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.content_title h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 38px 0 10px 0;
    text-align: center;

}

.release ul {
    text-align: center;
}
.release ul li{
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 100%;



}
.article {
    line-height: 180%;
    font-size: 16px;
    font-family: '微软雅黑';
    text-indent: 2em;
    color: #333333;
    margin-top: 28px;
}

.article > img {
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 20px;
}

.article img{
  display: block;
  max-width: 100%;
}

/*打印 S*/

.subsce_Print {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;

}

.subsce_Print ul {

    width: 263px;
    margin-left: 50%;
    transform: translateX(-50%);

}

.subsce_Print ul li {
    float: left;
    line-height: 40px;
    text-align: center;
}

.subsce_Print ul li a {
    font-size: 14px;
    font-family: "宋体";
    color: #8a8a8a;
}

.line {
    border-right: 1px solid #8a8a8a;
    padding-right: 10px;
}

.subsce_Print ul li a:hover {
    /* color: #990000;*/
}

.subsce_Print ul li img {
    height: 20px;
    margin-bottom: -6px !important;
}


/*打印 E*/
.nexts {
    width: 100%;
    overflow: hidden;
}

.nexts p {
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
    padding: 10px 0;
}

.nexts p a {
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a:hover {
    color: #990000;
}

.blnum_nav{
    width:906px!important;
    position: absolute;
    top: 0;
    right: 0;
}
.top{
    top: 69px!important;
    margin-bottom: 40px;
}
.mb{
    margin-bottom: 20px;
}

.page{
    height: 22px;
    border: 1px solid;
    margin:16px 0;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-family: 宋体;
    text-align: center;
}

.page_page{
    display: inline-block;
    height: 100% ;
    padding: 0 10px;
    background: #7d7d7d;
    color: white;
}
.page_num{
    display: inline-block;
    height: 100%;
    width: 34px;
    background: #bfbfbf;
    color: white;
    margin: 0 5px;
}
.page .page_num.oncolor{
    background: #f25a1b;
}