/*body{*/
    /*background-color: rgba(125, 223, 108, 0.6);*/

/*}*/
.all{
    width: 100%;
    height: 100%;
}
.all:before{
    background: url("../images/讨论背景1.jpg")no-repeat;
    background-size: cover;
    width: 100%;
    height: 1026px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;/*-1 可以当背景*/
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@font-face {
    font-family: myFont1;
    src: url("../tools/ziti.ttf");
}
header{
    font-family: myFont1;
    font-size: 30px;
    width: 100%;
    padding: 5px;
}
.h a{
    font-size: 30px;
}

.glyphicon{
    float: left;
    line-height: 40px;
    font-size: 1.6em;
}
.btn{

    width:100%;
    background-color: #204d74;
}
.btn a{
    color: white;
}
.index{
    width:100%;
    padding: 10px;
}
.container{
    padding: 0px;
}
.side{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    height: 80px;
    border: 4px solid #204d74;
    border-radius: 20px;
}

.box{
    display: inline-block;
    font-family: "Bodoni MT";
    font-size: 50px;

    font-weight: bold;
}
.name{
    font-family: "Bodoni MT";
    color: black;
    font-size: 2.5em;
}
.show{
    border-radius: 5px;
    margin-top: 10px;
    border: 4px solid white;
    box-shadow:inset 0px 0px 20px 1px rgba(0,0,0,0.3);
}
.neirong{
    padding: 10px;
    margin: 10px;
    height: 600px;
    overflow-y:scroll;
}
img{
    height: 100%;
    border-radius: 50px;
}
.neirong img{
    height: 70px;
}

ul{
    list-style: none;
}
.p{

    border-radius: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    font-size:25px;
    font-family: myFont1;
    display: inline-block;
}
.my{
    text-align: right;
}
.neirong img{
    display: inline-block;
}

.show2{
    width: 100%;
    padding: 10px;
}
.in{
    border-radius: 10px;
    width: 100%;
    height: 100px;

}
#btn{
    font-family: 幼圆;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 2em;
}
.footer-left{
    text-align: center;
    line-height: 50px;
}
