html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    position: relative;
}

.header{
    width: 100%;
    height: 98px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .logo{
    /* margin-top: 21px; */
}
.header .logo img{
    margin-top: 24px;
    height: 49px;
}
.header .nav .menu li{
    float: left;
    width: 120px;
    height: 98px;
    text-align: center;
    position: relative;
}
.header .nav .menu li a{
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 550;
    line-height: 98px;
    position: relative;
}
.header .nav .menu li a.active{
    color: #C80D08;
}
.header .nav .menu li a:hover{
    color: #C80D08;
    transition: all .5s;
}
.header .nav .menu li .list{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 98px; 
    left: 0;
}
.header .nav .menu li .list div{
    height: 48px;
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
}
.header .nav .menu li .list div a{
    width: 100px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    line-height: 47px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;
    
}
.header .nav .menu li .list div a:hover{
    color: #457ff6;
    background: #f2f2f2;
    border: none;
}

.s1{
    min-height: 640px;
    background-color: #fff;
    padding-top: 148px;
    box-sizing: content-box;
    padding-bottom: 30px;
}
.s1 #openInfo .title{
    font-size: 32px;
    line-height: 32px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.s1 #openInfo .nr{
    border-bottom: 1px solid #e7e6e4;
    height: 50px;
    margin-bottom: 30px;
}
.s1 #openInfo .nr .time{
    margin-right: 20px;
}
.s1 #openInfo .nr .time,
.s1 #openInfo .nr .sourceunit{
    font-size: 16px;
    line-height: 16px;
    color: #777;
}

.footer{
    width: 100%;
    height: 100px;
    background: #F2F2F2;
    padding-top: 30px;
}
.footer p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.footer p a{
    font-size: 14px;
    color: #333 !important;
}
.footer p img{
    margin-top: 8px;
    margin-right: 5px;
}

.nobor {
    border: none!important;
}

.pr {
    position: relative;
}
.hide {
    display: none;
}
.marginR0{
    margin-right: 0 !important;
}
.marginB0{
    margin-bottom: 0 !important;
}