.box-fixed-top {
  position: fixed;
  top: 0;
}

ul {
  list-style:none;
}

nav {
  height: 40px;
  position: relative;
  float: right;
  top: 0px;
  right: 0;
  padding-right: 25px;
  color: #fff;
  z-index: 50;
  background: url("common_res/opacity60.png") repeat;
}

#nav {
  display: block;
  list-style-type: none;
}
#nav li {
  float: left;
  _display: inline;
  position: relative;
  z-index: 60;
  list-style-type: none;
}
#nav li a {
  display: block;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  padding: 0 14px;
  text-decoration: none;
}
#nav li ul {
  zoom: 1;
  position: absolute;
  top: 40px;
  width: 190px;
  z-index: 2;
  padding: 5px 0;
  display: none;
  list-style-type: none;
  background: url("common_res/opacity70.png") repeat;
}
#nav li ul li {
  text-align: left;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: 0.3s;
}
#nav li ul li a {
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
#nav li ul li:hover {
  margin-left: 10px;
}
#nav li.last ul {
  left: -77px;
}

#smenu {
  display: none;
}

header {
  top: -40px;
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
}
header:hover .slider_nav {
  display: block;
}

#slider {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#slider li {
  position: absolute;
  display: none;
  top: 0; width:100%;
  left: 0;
}
#slider li:first-child {
  position: relative;
  display: block;
  float: left;
}
#slider img {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
}
#slider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.slider_tabs {
  margin-top: -60px;
  margin-left: 40%;
  position: relative;
  z-index: 20;
}
.slider_tabs li {
  float: left;
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border: 0;
}
.slider_tabs li a {
  position: absolute;
  width: 12px;
  height: 12px;
  overflow: hidden;
  left: 0;
  color: #979797;
  color: rgba(151, 151, 151, 0);
  background: transparent url("common_res/tab.png") no-repeat right top;
}
.slider_tabs .slider_here a {
  color: #fff;
  color: rgba(255, 255, 255, 0);
  background: #FFF;
  background: transparent url("common_res/tab.png") no-repeat left top;
}

.slider_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.6;
  z-index: 20;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("common_res/themes.gif") no-repeat left top;
  margin-top: -30px;
  display: none;
}
.slider_nav:active {
  opacity: 1;
}

.slider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

@media screen and (max-width: 1100px) {
  #slider img {
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    height: 165px;
    border: 0;
    width: 100%;
  }
  #footer_left {
    color: #fff;
    margin-left: 60px !important;
    float: left;
  }
  footer > div {
    width: 890px !important;
  }
}

footer {
  text-align: center;
  /*background: #032f55;*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  height: 80px;
  padding: 10px;
  font-size: 12px;
}
footer hr {
  border-bottom: solid #5a697c 1px;
  margin: 8px 0;
}

footer > div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



#footer_link a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#footer_link .line {
  margin: 0 5px;
}

#footer_left, #footer_right {
  display: inline-block;
  vertical-align: middle;
}

#footer_left {
  color: #fff; text-align:center; width:100%; 
  float: left;
}
#footer_left a {
  color: #fff;
  text-decoration: none;
}
#footer_left a:hover {
  text-decoration: underline;
}

#footer_right {
  color: #fff;
  margin-left: 20px;
  float: left;
}
#footer_right a {
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-decoration: none;
}
#footer_right a .text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 10px;
  color: #fff;
}
#footer_right .weixin .img {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url("common_res/icons.png") no-repeat 0 -28px;
}
#footer_right .weibo .img {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url("common_res/icons.png") no-repeat -40px -28px;
}

.passage p {
  font-size: 13px;
}
.topics img {
  width: 100%;
  height: 45px;
  margin-top: 5px;
}

.quick_links a {
  font-size: small;
  text-decoration: none;
  color: #5D6A70 !important;
}

.quick_links a:hover {
  text-decoration: underline;
}

.quick_links a:visited {
  color: #5D6A70 !important;
}
.newlist{ width: 100%; }
.newlist li{ width: 100%; float: left; color:#333333; border-bottom: dashed #CCCCCC 1px; line-height:32px; font-size:16px; }
a{ color:#666666;}
.newlist li span{ float:right; width:100px;}