/**
body{
  padding: 0;
  margin: 0;
  background-image: ;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 14px;
}
*/
a:link, a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #ff0000;
  text-decoration: none;
}
.top{
  width: 980px;
  height: 153px;
  margin: 0 auto;
  margin-top: 30px;
}
.nav{
  width: 980px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

.banner{
  width: 980px;
  height: 145px;
  margin: 0 auto;
  margin-top: 5px;
  z-index: 1;
  background-image: url(/uploads/image/fftdizdpyc/banner.jpg);
}

.container{
  width: 980px;
  min-height: 720px;
  height: auto !important;
  margin: 0 auto;
  /*background-color: #f5f6f8;*/
  position: relative;
}

.title_box{
  width: 860px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 0 auto;
  position: absolute;
  left:50%;top:0;
  transform: translate(-50%, -50%); 
  z-index: 999;
  display: flex;
  align-items: center;
}
.title{
  width: 627px;
  height: 35px;
  margin: 0 auto;
  background-image: url(/uploads/image/fftdizdpyc/title_bg.jpg);
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.blank{
  width: 860px;
  height: 60px;
  margin: 0 auto;
}
.listbox{
  min-height: 700px;
  height: auto !important;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 15px;
  position: absolute;
  left:50%;
  top:0;
  transform: translate(-50%); 
  padding-top: 10px;
}
.item{
  width: 780px;
  height: 48px;
  margin: 0 auto;
  background-color: #f1f6ff;
  overflow: hidden;
  margin-bottom: 10px;
}
.item_icon{
  width: 17px;
  height: 14px;
  margin-top: 16px;
  margin-left: 20px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.item_txt{
  width: 620px;
  height: 20px;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: 16px;
}
.item_button{
  width: 86px;
  height: 26px;
  float: right;
  margin-top: 13px;
  margin-right: 5px;
}
.btn{
  width: 66px;
  height: 22px;
  font-size: 10px;
  background-color: #2f84f0;
  border: 1px solid #2f84f0;
  color:#ffffff;
  border-radius: 4px;
  line-height: 20px;
  cursor: pointer;

}
.btn:hover {
  background-color: #1a5299;
  border: 1px solid #1a5299;
}

.subbox{
  width: 780px;
  margin: 0 auto;
  padding-left: 90px

}

.subbox_item{
  width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub_item_txt{
  width: 690px;
  float: left;
  margin-right: 40px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: 16px;
  height: 32px;
  line-height: 14px;
}