@charset "gb2312";
body,html{
    margin: 0;
    padding: 0;
    font-size: 100px;
}
body{
    overflow-x: hidden;
    font-family:"microsoft yahei",Arial,Helvetica,sans-serif;
    color:#000;
    font-size: .16rem;
    line-height: .22rem;
    background: #ffffff;
}
a{
    color: #000;
    font-family: 'microsoft yahei',Arial,Helvetica,sans-serif;
}
ul,ol,li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul li {
}
ul li ul li{
    line-height: .36rem;
    overflow:  hidden;
    text-overflow:  ellipsis;
    white-space: nowrap;
}
ul li ul li a {
    color: #333;
}

div{
    padding: 0;
    margin: 0}
.margin-t-10{
    margin-top: 10px;
}
.margin-b-10{
    margin-bottom: 10px;
}
.margin-l-10{
    margin-left: 10px;
}
.margin-r-10{
    margin-right: 10px;
}
.header a{
    color: #fff;
    font-size: .16rem;
}
.header .glyphicon{
    font-size: .32rem;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
h1{
    font-size: .2rem;
    line-height: .28rem;
    font-weight: bold;
}
h2{font-size:.18rem;font-weight: bold;line-height: .28rem }
h3{font-size: .16rem;line-height: .26rem}
.list-group{
    margin-bottom: 0;
}
.bg-black-opacity{
    left:0;
    right:0;
    background-color: rgba(0,0,0,0.5);
    font-size: .22rem;
}
.bg-black-opacity a{
    color: #fff;
}
img{
    width: auto;
    height: auto;
    max-width: 100%;
}
#back-to-top{
    display: block;
    width: 30px;
    text-align: center;
    position: fixed;bottom: 30px;
    right: 0;
}
.imgNewsList{
    position: relative;
    height: auto;
    clear: both;
}
.imgnews-item-container{
    position: absolute;
    width: 50%;
    height: auto;
    font-size: .14rem;
    text-align: center;

}
.imgnews-img-container{
    display: block;
    height: auto;
    overflow: hidden;margin: 5px;
    background: #fff;
}
.imgnews-img-container p{
    margin-top: 5px;
    padding: 0 5px;
}