@charset "utf-8";
/* CSS Document */
/*content*/
.content{
    width:1180px;
    margin:0 auto;
    overflow:hidden
}
.sidebar{
    float:left;
    width:240px;
    margin-top: 7px;
}
.sidebartop,.sidebarbottom{
    background:#fff;
}
.sidebarbottom{
    width:240px;
    margin-top:30px;
    font-size:15px;
}
.sidebarbottom h3{
    color:#c71c22;
    text-align:center;
    line-height:60px;
    font-size:30px;
    font-weight: 400;
}
.sidebarbottom p{
    padding:5px 17px;
}
.sidebar h2{
    width:200px;
    height:80px;
    color:#c71c22;
    background:url(../images/H2-bg.jpg) no-repeat center;
    text-align:center;
    line-height:80px;
    margin:0px auto;
    font-size:30px;
    font-family:"宋体";
    font-weight:normal;
}
.sidebar ul{
    width:200px;
    margin:0px auto;
    padding-bottom:20px;
}
.sidebar ul li{
    width:196px;
    height:37px;
    text-align:left;
    line-height:37px;
    border:#dad4d4 solid 1px;
    margin-top:10px;
}

.sidebar ul li a{
    padding:0px 10px;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal;
    display:flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin:0px auto;
}
.sidebar ul li a.on{
    background:#c71c22;
    color:#fff;
}
/*.sidebar ul li:hover{
    background:url(../images/ul-bg.png);
}*/
.sidebar ul li:hover a{
    color:#fff;
    background:#c71c22;
}



.text{
    float: right;
    width: 900px;
    font-family: "宋体";
}

.text .location {
    width:903px;
    border-bottom:#fff 1px solid;
    font-size:14px;
    font-weight:normal;
    padding-bottom:7px;color:#333333;
    margin-bottom:39px;
}
.text .location a{
    color:#333333;
}
.text .location a.on{
    color:#323d8d
}
.text .location a:hover{
    color:#323d8d
}

.text ul{
    width:860px;
    background:#fff;
    padding:20px 20px ;
}
.text ul li{

    border-bottom:1px dotted #999999;
    width:830px;
    line-height:50px;
    padding:0px 8px;
}

.text ul li:hover{
    background:#c71c22;
    color:#fff;
}

.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;
    margin-top:30px;
}
.page li a{
    display:inline-block;
    padding:5px 12px;
    box-shadow: 0px 0px 2px #fff;
    margin-left:10px;
    background: #fff;
}
.page li a:hover{
    background: #c71c22;
    color:#fff;
}
.page li.on a{
    background:#c71c22;
    color:#fff;
}
/*footer*/
.footer{
    clear:both
}