@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:905px;
    margin-top:50px;
    margin-left:70px;
    font-family:"宋体";
}

.text .location{
    width:910px;
    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 ul{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.text ul a{
    display:block;
    width:270px;
}
.text ul li{
    width:270px;
    background:#FFF;
    border:1px solid #FFF;
    margin-right:30px;
    margin-bottom:30px
}
.text ul li:nth-child(3n){
    margin-right:0;
}

.text ul li h2{
    font-size:16px;
    font-weight:normal;
    color: #c71c22;
    margin:13px 0 5px 0px;
    text-align:center;
}
.text li h2 a{
    color: #c71c22;
}
.text ul li p{
    font-size:12px;
    line-height:19px;
}


.page{
    text-align: center;
    margin:0px auto;
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left:300px;
    padding: 10px 0px;
}
.page li a{
    display:inline-block;
    padding:5px 12px;
    box-shadow: 0px 0px 2px #c71c22;
    margin-left:10px;
}
.page li a:hover{
    background: #c71c22;
    color:#fff;
}
.page li.on a{
    background:#c71c22;
    color:#fff;
}



/*footer*/
.footer{ clear:both}