@charset "utf-8";
/* CSS Document */
/*content*/
.content{width:1180px; margin:0 auto; }

.sidebar{
    float:left;
    width:200px;
    height:800px;
}
.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.level_one{
    width:198px;
    border:1px solid #dad4d4;
    border-bottom:0px;
}
.sidebar ul.level_one li{
    width:198px;
    text-align:center;
    line-height:47px;
    cursor: pointer;
    border-bottom:1px solid #dad4d4;
}
.sidebar ul.level_one li a{
    display:block;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal
}
.level_two{
    display:none;
}
.sidebar ul.level_two li a{
    font-size:16px;
}

.sidebar ul.level_two li:hover a{
    color:#c71c22;
}
.level_two li:first-child{
    border-top:#dad4d4 solid 1px;
}
.con_right{
    width:905px;
    float:right;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    margin-top: 50px;

}
.con_right ul{
    width:100%;
    border:1px solid #ddd;
    display:flex;
    display:-webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.con_right ul li{
    width:280px;
    box-shadow: 0px 0px 5px #999;
    margin:10px;
}
.con_right ul li h2{
    font-weight:400;
    font-size:16px;
    text-align:center;
    height:30px;
    line-height:30px;
    border:1px solid red;
}
.location{
    width:905px;
    border-bottom:#eeeeee 1px solid;
    font-size:14px;
    font-weight:normal;
    padding-bottom:5px;
    color:#333333;
    margin-bottom:10px;
    border-bottom:1px solid #ddd;
}


.condetail {
    width:905px;
    display:flex;
    display:-webkit-flex;
    margin-top:10px;
}
.con_left{
    box-shadow: 0px 0px 5px #999;
}

.condetail_right{
    margin-left:20px;
}
.condetail_right h3{
    font-size:22px;
    color:#c71c22;
    height:40px;
    line-height:40px;
}
.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;
    height:376px;
    background:#c2c2c2;
    border:1px solid #FFF;
    float:left;
    margin-right:30px;
    margin-bottom:30px
}
.text ul li:nth-child(3n){
    margin-right:0;
}
.text ul li:hover{
    background:none;
    border-color:#c2c2c2;
}
.text ul li h2{
    font-size:18px;
    font-weight:normal;
    color: #c71c22;
    margin:22px 0 5px;
    text-align:center;
}
.text li h2 a{
    color: #c71c22;
}
.text ul li p{
    padding:0 25px 0 17px;
    font-size:14px;
    line-height:22px;
}
.page{
    text-align: center;
    margin:30px auto;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;

}
.page li a{
    display:inline-block;
    padding:5px 12px;
    border:1px solid red;
    margin-left:10px;
}
.page li a:hover{
    background: #c71c22;
    color:#fff;
}
.page li.on a{
    background:#c71c22;
    color:#fff;
}
/*footer*/
.footer{ clear:both}