@charset "utf-8";
/* CSS Document */
/*content*/
.content{
    width:1180px;
    margin:0 auto;
    overflow:hidden
}

.sidebar{
    float:left;
    width:200px
}
.sidebar h2{
    width:200px;
    height:80px;
    color:#FFF;
    background:url(../images/H2-bg.jpg) no-repeat;
    text-align:center;
    line-height:80px;
    margin-top:50px;
    font-size:30px;
    font-family:"宋体";
    font-weight:normal;
}
.sidebar ul{
    width:200px;
}
.sidebar ul li{
    width:200px;
    height:47px;
    text-align:center;
    line-height:47px;
    background:#eeeeee;
    border-bottom:#dad4d4 solid 1px;
}
.sidebar ul li a{
    display:block;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal
}
.sidebar ul li a.on{
    background:url(../images/ul-bg.png);
    color:#c71c22;
}
.sidebar ul li:hover{
    background:url(../images/ul-bg.png);
}
.sidebar ul li:hover a{
    color:#c71c22;
}


.text{
    float:left;
    width:846px;
    margin-top:50px;
    margin-left:70px;
    font-family:"宋体";
    padding-right:50px
}

.text .location {
    width:881px;
    border-bottom:#eeeeee 1px solid;
    font-size:14px; font-weight:normal;
    padding-bottom:7px;
    color:#333333;
    margin-bottom:40px
}
.text .location a{
    color:#333333;
}
.text .location a.on{
    color:#323d8d
}
.text .location a:hover{
    color:#323d8d
}

.text img{
    float:left;
    margin:0 18px 0 0
}
.text h3{
    font-size:24px;
    font-weight:normal;
    margin-bottom:32px;
    width:881px;
}

.text .imglist{
    width:880px;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.text .imglist li{
    width:285px;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-shadow: 0px 0px 2px #ddd;
    margin:20px 0px;
}
.text .imglist p{
    display:block;/*内联对象需加*/
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden !important;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis !important;;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    line-height:50px;
    text-align: center;
    padding:0px 5px;
    height:50px;
    background:#aaa;
    color:#fff;
}
.text .imglist img{
    width: 285px;
    margin: 0px auto;
}
.bigimg{
    position:fixed;
    width:100%;
    height:600px;
    left:0px;
    background:rgba(0,0,0,255);
    top:0px;
    display:none;
}
.bigimg img{
    position:absolute;
    left:40%;
    top:150px;
    width:500px !important;
}
.false{
    font-size:40px;
    color:#fff;
    position:absolute;
    z-index: 111;
    right:100px;
    top:40px;
}
/*footer*/
.footer{
    clear:both
}
