@charset "utf-8";
.wp_articlecontent .lists {
  padding-left: 0px;
}

button {
	background-color: transparent;
    border: 0;
    padding: 0;
}
/* CSS Document */
.menu {
	width: 990px;
	height: 40px;
	position: relative;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* make menu horizontal */
.menu ul li {
	float: left;
	position: relative;
	margin-left: 25px;
}
.menu>ul>li:nth-child(4) ul {
    margin-left: -50px;
}
.menu>ul>li:nth-child(4) ul li table{
    width:160px;
}

/* set up the default top level links */
.menu ul li a,.menu ul li a:visited {
	display: block;
	margin-right: 0px;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a,.menu ul li a:visited {
	
}

/* hide the drop down menu */
.menu ul li ul {
	display: none;
}

.menu ul li ul li {
	margin: 0px;
}

/* remove all table style so that it does not interfere with the menu */
.menu table {
	margin: 0px;
	border-collapse: collapse;
	background: #0D6AAF;
   position: relative;
    top: -19px;
    z-index: 100000;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
.menu ul li:hover a,.menu ul li a:hover {
	
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 1.2em;
	margin-top: 23px;
	border-top: 0;
	margin-left: -22px;
}

/* style the drop down links with no hover */
.menu ul li:hover ul li a,.menu ul li a:hover ul li a {
	display: block;
	border: 0;
	margin: 0;
	height: auto;
	line-height: 20px;
}
.left-news .dtjt8_div_img .number .nomal{
    border-width: 1px;
      border-color: rgb(204, 204, 204);
    border-style: solid;
    background: rgb(255, 255, 255);
  color:#333
}
.left-news .dtjt8_div_img .number .current{
    border-width: 1px;
    border-color: rgb(17, 136, 192);
    border-style: solid;
    background: rgb(16, 114, 170);
   color：#fff;
}

/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,.menu ul li a:hover ul li a:hover {
	
}