body{overflow-y:scroll;font-family:'Microsoft YaHei','Pingfang CS','Helvetica','Arial';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
p,a{font-family:'Microsoft YaHei','Pingfang CS','Helvetica','Arial';
    text-decoration:none;
    color: #2E2E30;
}
table,td,th{
    border-spacing:0;
    border-collapse: collapse
}
img{vertical-align: middle;}

fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul,li {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
.mt40{margin-top:40px}
abbr,acronym { border: 0;
}
img{    vertical-align: middle;}
.mt60{margin-top: 60px !important;}
.blank40{height:10px;clear:both}
.left{float:left}
.right{float:right}
/* Custom CSS
 * --------------------------------------- */
body{
font-family:'Microsoft YaHei','Pingfang CS','Helvetica','Arial';

background: url(/res/zhishu/structure/19096416.jpg) #dfd8d2 repeat-x;}
#Body{width:1050px;margin:40px auto;position:relative;background:#fff;padding-top:25px;}


 .clear{clear:both}
 .clearfix:before, .clearfix:after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
 .mt60{margin-top: 60px !important;}
 .blank40{height:40px;clear:both}
 .blank20{height:20px;clear:both}
 .blank10{height:10px;clear:both}
img {
    vertical-align: bottom;
}
#Header{
    width: 1000px;
    margin: auto;
}
#Content{
    width: 1000px;
    margin: auto;
overflow:hidden;background:#fff;
}
#Content2{width:200px;float:left;margin-top:20px;}
#Content3{width:750px;float:right;margin-top:20px;}

.banner{
    width: 100%;
    position: relative;
}
.banner a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: 20px;
    top: 20px;
}
.banner img{
    width: 100%;
}
/*.nav{
    width: 100%;
    overflow: hidden;
}
.nav li{
    width: 25%;
    float: left;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #B80303 , #E94747); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #B80303 , #E94747); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #B80303 , #E94747); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #B80303 , #E94747); /* 标准的语法（必须放在最后） */
}
.nav li a{
    color: #fff;
}
*/
  /* 页脚 */
  #Footer{
      height: 15px;
    width: 1000px;
    margin: auto;
    background: #AD0E01;
  }

/*左侧导航*/
.le_nav {
    width: 170px;
    background: url(/res/zhishu/structure/19089867.png);
    padding-bottom: 30px;
}
.le_nav_tit {
    font-size: 20px;
    font-weight: bold;
    color: #d6001d;
    text-align: center;
    padding: 20px 0;
}
.le_nav ul span {
    display:block;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.le_nav ul span#CurrentlyNode,
.le_nav ul #CurrentlyPathNode {
    background: #fff;
    border-left: 10px solid #d6001d;
    padding-left: 20px;
}

/*图片新闻列表*/
.picList li {
    width: 230px;
    float: left;
    margin-left: 20px;
}
.picList li img {
    width: 100%;
    height: 145px;
}
.picList li #ReportIDname,.picList li #AlbumIDsubject {
    text-align: center;
    display: block;
    margin: 5px 0 20px;
}

/*列表头*/
.yp_tit {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background: #efefef;
    font-weight: bold;
    position: relative;
    padding-left:10px;
}
.yp_tit a {
    padding: 0px 10px;
    font-weight: 400;
    line-height: 30px;
    background: #d6001d;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*邮票博物馆列表*/
.bwg_list ul,.journey_list ul {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.bwg_list ul li,.journey_list ul li {
    padding: 5px 30px;
    position: relative;
}
.bwg_list ul li::before{
    content: '';
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #d6001d;
    position: absolute;
    top: 13px;
    left: 10px;
}
.journey_list ul li::before{
    content: '';
    display: block;
    width:5px;
    height:5px;
    background:#d6001d;
    position: absolute;
    top: 13px;
    left: 10px;
}
.bwg_list ul li a,.journey_list ul li a {
    color: #333;
}
/*页码*/
li#PageNum {
    margin-top: 30px;
    margin-bottom: 50px;width:100%;
}
li#PageNum::before {
    border: none;
}
li#PageNum span{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background:#d6001d;
    color:#fff;
    margin-right:10px;
}
li#PageNum a {
    margin-right: 10px;
}
li#PageNum a {
    margin-right: 10px;
}
li#PageNum span#go {
    display: none;
}
/*详细*/
.bwg_text {
    padding: 20px 10px 50px;
}
.bwg_text #ReportIDname {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bwg_text #ReportIDtext p {
    line-height: 200%;
    color: #333;
    margin-bottom: 20px;
}
/*页脚内容*/

.yq_list{width:1000px;margin:auto;border-bottom:1px solid #EAEAEE;}
.yq_list .zhong{padding:22px 0px 0px 423px;line-height: 20px;display:block;overflow:hidden;}
.yq_list .zhong span{font-size: 16px;
color: #8E8E92;float:left;
}
.yq_list .zhong li{float:left;border-right:1px solid #D8D8DC;font-size: 14px;
color: #2E2E30;padding:0 25px;}
.yq_list .zhong li a{color: #2E2E30;}
.zuox{display:block;text-align:right;padding-bottom:12px;margin-top: -10px;}
.zuox a{font-size: 12px;
color: #2E2E30;padding-left:24px;}
.foot{padding:20px 0;width:1000px;margin:auto;font-size: 12px;
color: #8E8E92;
line-height: 12px;
font-weight: 400;text-align:center;}
.foot p{padding-bottom:6px;color: #8E8E92;}
.foot a{color: #8E8E92;}