* {margin:0; padding:0; box-sizing: border-box;}
body {
  margin:0;
  padding:0;
  font-family:"微软雅黑","宋体";
  font-size:15px;
  color:#333333;
  width: 100%;
  background-size: contain;
  background: #DDECF2;
  background-size: 100%;
}
ul,li {list-style:none; margin:0; padding:0;}
a {
  text-decoration: none;
  color: #333333;
}
.clear{
  clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}
.block{
  display: block;
}
.none{
  display: none;
}
.margin_r0{
  margin-right: 0 !important;
}
.margin_bom0{
  margin-bottom: 0 !important;
}
tr,td{
  padding: 0;
  margin: 0;
}
/*局部样式*/
/*当前位置*/
.dqwz_box{
  width: 100%;
  height: 40px;
  background: #C0D8E2;
}
.dqwz{
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.dqwz a{
  color: #1B6CC8;
}
/*中间部分*/
.sel_box{
  width: 1200px;
  height: 665px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px;
}
.sel_left{
  width: 250px;
  height: 100%;
  padding-right: 35px;
  border-right: 2px solid #BFDBE7;
}
.sel_left_top{
  width: 100%;
  height: 55px;
  background-image: linear-gradient(to right, #00C5C6 , #0889EE);
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.sel_left_bom{
  margin-top: 15px;
}
.sel_left_bom li{
  width: 100%;
  height: 60px;
  padding: 5px 0;
}
.sel_left_bom li>a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #A1A1A1;
  text-align: center;
  font-size: 18px;
}
.sel_left_bom li>a:hover{
  color: #1B6CC8 !important;
  background-image: linear-gradient(to right, #C7F1F5 , #C2E5FB);
  font-weight: 600;
}
.sel_left_bom_gl{
  color: #1B6CC8 !important;
  background-image: linear-gradient(to right, #C7F1F5 , #C2E5FB);
  font-weight: 600;
}
.sel_right{
  width: 880px;
  margin-left: 30px;
  height: 100%;
}

.sel_right_top{
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #BFDBE7;
  line-height: 45px;
  color: #1B6CC8;
  font-size: 18px;
  font-weight: 600;
}
.sel_right_list{
  margin-top: 15px;
}
.sel_right_list li{
  width: 100%;
  height: 30px;
}
.sel_right_list li>a{
  display: inline-block;
  width: 80%;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  background: url("pdy_list_qz.jpg") left center no-repeat;
}
.sel_right_list li>span{
  display: inline-block;
  width: 19%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #999;
}














/*媒体查询*/
@media screen and (max-width: 1200px) {

}