/* 全局样式 */
/* html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    min-width: 1170px;
    width: 1170px;
    margin: 0 auto;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
} */
body {
    font-size: 16px;
}
nav {
    z-index: 999;
}
a:hover {
    color: #005492
}
/* 主体区 */
#conFrame {
    min-width: 1170px;
    width: 1170px;
    margin: 0 auto;
    /* margin-top: 20px; */
    background: #fff;
    overflow: hidden;
}
/* 标题-导航 */
.top {
    background-color: #f2f2f2;
    padding: 10px 0;
}
.top span {
    line-height: 50px;
    padding-left: 30px;
    color: #0f0f0f;
}
.top a {
    color: #fff;
    padding: 10px 30px;
    margin-left: 162px;
    border-radius: 10px;
    /* background-color: #ff8609; */
    background-color: rgb(0,145,255);
}
.top a:hover {
    text-decoration: none;
}
/* 左栏 */
.left {
    float: left;
    width: 270px;
    /* margin: 10px; */
    padding: 10px;
    background: #edf4fc;
	/* min-height:643px !important; */
}
.left li {
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.left li:hover {
    color: #005492
}
.left li.select {
    background-color: #005492;
    color: #fff;
}
/* 右栏 */
.middle {
    float: left;
    width: 900px;
    /* margin: 10px; */
    padding: 10px 30px;
}
/* 右栏文字 */
#mid_text_title {
    background: url(../resources/bzdt-ico.png) no-repeat left center;
    /* margin-left: 15px; */
    margin: 10px 0 10px 15px;
}
#mid_text_title a {
    font-size: 18px;
    line-height: 40px;
    padding-left: 30px;
    color: #0091fe;
}
#mid_text_con {
    line-height: 1.6;
}
/* 右栏列表 */
#mid_list_ul li {
    width: 30%;
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
#mid_list_ul li img {
    cursor: pointer;
}
#mid_list_ul li a {
    cursor: pointer;
    text-decoration: underline;
    margin: 0 5px;
}