a {
  color: #333;
}
a:hover {
  color: #1476b7;
  text-decoration: underline
}
.lb_bt {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background:#0074ce;
}
/*内容页左侧菜单*/
.lb_cd {
  clear:both;
  font-size: 14px;
  text-align: left;
  color: #333;
  background:#0074ce;
  
}
.lb_cd ul {
  padding:0;
}
.lb_cd a {
  color:#333;
  }
.lb_cd ul li {
  line-height:40px;
  background:#fff;
  text-indent:24px;
  border-bottom:1px solid #ccc;
  margin-left:1px;
  overflow:hidden;
  list-style:none;
}
.lb_cd ul li:hover {
  background:#eee;
  border-bottom:1px solid #69B936;
  overflow:hidden;
}
/*内容页右侧内容*/
.nr {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #333;

  width:90%;
  margin:0 auto;
  
}
.nr_bt {
  clear:both;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #333;
  border-bottom: 1px dashed #333;
  margin: 0 20px 20px 20px;
}
td h2
{
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 6px 20px 10px;
  margin: 0px;
  position: relative;
  text-align:center;
  color:#333;
}
.bd {
  width:1140px;
  margin:0 auto;
}
.banner_k {
  width:1100px;
  height:250px;
  overflow:hidden;
  margin:0 auto;
}
.table007
{
  font-size:14px;
  width:100%;}
.table007 td
{
  height:40px;}
  
.lblnr
{
  line-height:30px;
  font-size:16px;}
  

.container-fluid {
    padding: 0px;
    margin: 0px auto;
}
.navbg {
    height: 45px;
    background: repeat;
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 100;
}
#nav {
    width: 1100px;
    margin: 0 auto;
    height: 45px;
    font-size: 16px;
    list-style-type: none;
    padding: 0px;
}
#nav .nav-item, #nav .nav-link {
    position: relative;
    float: left;
    display: block;
    color: #333;
    z-index: 1000;
    margin:auto 28px;
}
#nav .nav-link {
    height: 45px;
    margin-left: -1px;
    line-height: 45px;
    font-weight: normal;
    z-index: 999;
    text-align: center;
    padding: 0px 14px;
}
#nav .nav-item, #nav .nav-link {
    position: relative;
    float: left;
    display: block;
    color: #333;
    z-index: 1000;
}
#nav .nav-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    left: -1px;
    width: 150px;
    border-top: 0px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    z-index: 998;
}
#nav .trending {
    list-style-type: none;
    padding: 8px 0px;
    margin: 0px;
    background: #f7f8fa;
    border-radius: 0px 0px 5px 5px;
}
#nav .trending li {
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    vertical-align: bottom;
    overflow: hidden;
}
#nav .trending li a {
    display: block;
    padding-left: 15px;
    color: #1E1E1E;
    font-size: 14px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
