
body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  user-select: none;
}
ul,li,img {list-style:none;border:none; padding:0; margin:0;}
*, ::after, ::before {
  box-sizing: border-box;
}
body, div, p, ol, ul, li, a, img, span {
  margin: 0;
  padding: 0;
}
a {text-decoration:none;cursor:pointer;outline:none; color:#333}


.oneLicense-banner {
  height: 180px;
  background: url(../img/yztb_banners.png) no-repeat center;
}
.oneLicense-banner .oneLicense-cont{
  line-height: 150px;
  font-size: 36px;
color:#fff;
letter-spacing: 10px;
}
.oneLicense-cont{
  width: 1200px;
  margin: 0 auto;
}
.nav_left{
  width: 245px;
height: 100%;
background: #FFFFFF;
box-shadow: 0 2px 8px 0 rgba(114, 138, 168, 0.20);
border-radius: 4px;
float: left;
}
.nav_left > .nav_title {
  font-size: 16px;
  color: #5f96db;
  line-height: 46px;
  padding: 12px 20px 0 20px;
  cursor: pointer;
}
.nav_left > .nav_list {
  width: 100%;
  height: 660px;
  padding: 12px 20px 0 20px;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 46px;
  position: relative;
  overflow: auto;
      overflow-y: auto;
  overflow-y: auto;
}
.nav_left > .nav_list li {
  height: 46px;
  cursor: pointer;
}
.nav_left > .nav_list li:hover{
  color: #5f96db;
}
.list_right{
  width: 900px;
min-height: 723px;
padding: 20px;
background: #FFFFFF;
float: right;
}
.list_right>ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #EEEEEE;
}

.list_right .list_title>span:first-child {
  margin-right: 480px;
}

.list_right .list_name {
  width: 500px;
  height: 100%;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_right .blingbling {
  width: 77px;
  height: auto;
  vertical-align: middle;
  margin-right: 40px;
}

.list_right>ul a {
  width: 96px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  color: #5f96db;
  background: #E9EDF7;
  margin-left: 10px;
  display: inline-block;
}

.list_right>ul>li a:hover {
  color: #ffffff;
  background-color: #5f96db;
  cursor: pointer;
}
.list_right .zxbl {
  color: #FFF !important;
  background: #5f96db !important;
}
.zxbl_d {
  color: #CCCCCC !important;
  background: #f8f8f8 !important;
}

/*页码*/	
.list_right  .page-number{
	margin-top:20px;
	text-align: center;
	}
.list_right  .page-number .page-ul{
	display: inline-block;
	}
.list_right  .page-number .page-ul li{
	height: 32px;
line-height: 30px;
position: relative;
padding: 0px 12px;
    text-decoration: none;
    border: 1px solid #dddddd;
    margin-left: 8px;	
	cursor:pointer;
	float: left;
	}
	.list_right  .page-number .page-ul li:hover a{  color:#5f96db;}	
	.list_right  .page-number .p-active{
	color: #fff;
    background-color: #5f96db;
	}
	.list_right  .page-number .p-active a{color: #fff;}	