body {
  margin: 0;
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0px;
}

.wrapper {
  width: 100%;
}
.content {
  margin: 0 auto;
  width: 1100px;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}

.top-bar {
  height: 35px;
  background-color: #032429;
}
.top-bar .right-part {
  float: right;
}
.top-bar .right-part .links {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
.top-bar .right-part .links li {
  float: left;
	padding-right: 12px;
	padding-left: 12px;
  border-left: 1px solid #828282;
  line-height: 35px;
  background-color: #10474c;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.top-bar .right-part .links li:last-child {
  border-right: 1px solid #828282;
}
.top-bar .right-part .links li:hover {
  background-color: #083238;
}
.top-bar .right-part .search {
  float: right;
  margin-left: 15px;
  padding: 5px 0;
}
.top-bar .right-part .search input{
  float: left;
  height: 23px;
  width: 210px;
  padding-left: 7px;
  border: 0;
}
.top-bar .right-part .search button {
  float: left;
  height: 25px;
  padding: 0 9px;
  line-height: 25px;
  background-color: #11636F;
  color: #fff;
}




.header {
  background-color: #10646F;
}
.header .content {
  padding-top: 32px;
  height: 163px;
  overflow: visible;
}
.header .header-logo {
  width: 670px;
  height: 77px;
  margin-bottom: 42px;
  background-image: url("imagesicons.png");
  background-position: -5px -17px;
}
.header .header-nav, .header .header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #10474C;
  color: #fff;
}
.header .header-nav {
  position: relative;
  padding: 0 5px;
  font-size: 16px;
  z-index: 5;
}
.header .header-nav li:hover {
  background-color: #062D32;
}
.header .header-nav a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.header .header-nav {
  height: 44px;
  margin: 0 auto;
}
.header .header-nav > li {
  position: relative;
  float: left;
  width: 109px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.header .header-nav > li:hover ul {
  display: block;
}
.header .header-nav ul {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  padding-bottom: 5px;
}
.header .header-nav ul li {
  width: 109px;
  line-height: 30px;
  font-size: 14px;
}




.placeholder {
  height: 43px;
  background-color: #DCDCDC;
}



.main {
  background-color: #E6E6E6;
  overflow: hidden;
}
.main a:hover {
  text-decoration: underline;
}
.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .content {
  position: relative;
  padding: 20px 0 35px;
}
.main .qr-code {
  position: fixed;
  top: calc(50% - 100px);
  right: calc(50% - 610px);
  width: 50px;
  background-color: #000;
  z-index: 6;
}
.main .qr-code li {
  position: relative;
  height: 50px;
  cursor: pointer;
}
.main .qr-code .small {
  float: left;
  width: 50px;
  height: 50px;
}
.main .qr-code .big {
  position: absolute;
  right: 50px;
  top: 0;
  display: none;
  height: 150px;
  width: 150px;
  background-color: #999;
}
.main .qr-code li:hover .big {
  display: block;
}
.main .side {
  width: 292px;
  overflow: hidden;
}
.main .side-box {
  float: left;
  width: 292px;
  overflow: hidden;
}
.main .side-box h2 {
  margin: 0;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  background-color: #10646F;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.main .side-box {
  float: left;
}
.main .side-box ul {
  padding: 18px 20px;
  width: 250px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.main .side-box ul li {
  max-height: 40px;
  overflow: hidden;
}
.main .weekly-issues {
  margin-bottom: 30px;
}
.main .main-list {
  float: right;
  width: 769px;
}
.main .main-list .breadcrumb {
  font-size: 14px;
}
.main .main-list h2 {
  margin: 0;
  border-bottom: 1px solid #000;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: normal;
  color: #777;
  overflow: hidden;
}
.main .main-list ul {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.main .main-list ul li {
  max-height: 35px;
  overflow: hidden;
}
.main .main-list ul li a {
  float: left;
  max-width: 560px;
}
.main .main-list ul li .timestamp {
  float: right;
}
.main .main-list .pagination {
  padding: 20px 0;
  text-align: center;
}
.main .main-list .pagination .item {
  margin-left: 10px;
  margin-right: 10px;
}




.footer-nav {
  height: 60px;
  background-color: #10646F;
}
.footer-nav .content {
  overflow: visible;
}
.footer-nav ul {
  margin: 0 auto;
  padding: 0;
  width: 888px;
  list-style: none;
}
.footer-nav li {
  position: relative;
  float: left;
  padding: 0 22px 0 23px;
  height: 60px;
  width: 103px;
  line-height: 60px;
}
.footer-nav li:hover{
  background-color: #062D32;
}
.footer-nav li .nav-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 19px;
  text-align: right;
  text-indent: 20px;
  overflow: hidden;
}
.footer-nav li .nav-item::before {
  position: absolute;
  left: 0;
  top: 20px;
  height: 20px;
  width: 22px;
  background-image: url("imagesicons.png");
  background-position-y: -112px;
  content: '';
}
.footer-nav li.links .nav-item::before{
  background-position-x: -12px;
}
.footer-nav li.access .nav-item::before{
  background-position-x: -32px;
}
.footer-nav li.shared .nav-item::before{
  background-position-x: -54px;
}
.footer-nav li.online-resource .nav-item::before{
  background-position-x: -77px;
}
.footer-nav li.contract-us .nav-item::before{
  background-position-x: -98px;
}
.footer-nav li.concern .nav-item::before{
  background-position-x: -120px;
}
.footer-nav li:hover .sub-list{
  display: block;
}
.footer-nav .sub-list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 300px;
  width: 250px;
  border: 3px solid #10646F;
  border-bottom: none;
  font-size: 14px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ddd;
}
.footer-nav .sub-list li {
  line-height: 30px;
  padding: 0 20px;
  height: auto;
  width: calc(100% - 40px);
}
.footer-nav .sub-list li:hover {
  background-color: #064F58;
  color: #fff;
}
.footer-nav .sub-list li a {
  display: block;
  width: 100%;
  height: 100%;
}




.footer {
  height: 205px;
  background-color: #032429;
}
.footer .content {
  padding-top: 20px;
  height: 185px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer p {
  margin: 10px 0;
}
.footer .logo {
  margin: 24px auto 0;
  width: 58px;
  height: 58px;
  background-image: url("imagesicons.png");
  background-position: -691px -17px;
}