﻿#nav {
position:fixed;top:0px;left:0; z-index:1;  box-shadow: 1px 1px 30px rgba(89, 194, 240, 0.5);
  background-color: #000000;
}
#bar {

position:fixed;top:0px;left:0; z-index:1; width:100%; background-color: #eee;
  border-bottom: 1px solid #ddd;
}
#bar ul li {
  width: 25%;
  text-align: center;
}
#bar ul li span {
  display: inline-block;
  padding: 8px 11px;
}
#bar ul li .barAct {
  border-bottom: 2px solid #12dfdd;
  color: #12dfdd;
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  background-color: white;
}
#main {
  margin-top:40px;width: 19.5rem;
  overflow: hidden;
  padding-left: 0.5rem;
}
#main .serBot {
  width: 100%;
}
#main .serBot ul {
  width: 100%;
}
#main .serBot ul li {
  width: 9.25rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
#main .serBot ul li .serBotimg {
  width: 100%;
}
#main .serBot ul li .serBotimg img {
  width: 100%;
  height: 4rem;
}
#main .serBot ul li .serBotimg .serName {
  font-size: 0.8rem;
  height: 1rem;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
#main .serBot ul li .serBotimg p {
  font-size: 0.72rem;
  height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.info_more {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#slide > .carousel > .carousel-inner > .item {
  background-position: center center;
}
#slide > .carousel > .carousel-inner > .item > img {
  width: 100%;
}
@media (min-width: 768px) {
  #slide > .carousel > .carousel-inner > .item {
    height: 12rem;
  }
}
.news {
  display: flex;
  border-bottom: 1px solid red;
}
.news .news-left {
  flex: 1;
  margin: 1rem;
}
.news .news-right {
  flex: 3;
}
.news .news-right h3 {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*文字溢出的部分隐藏并用省略号代替*/
  white-space: nowrap;
  /*文本不自动换行*/
}
.newslist-box4 h3 {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*文字溢出的部分隐藏并用省略号代替*/
  white-space: nowrap;
  /*文本不自动换行*/
}
.newslist-box4 {
  margin-left: 1px;
}
.newslist-box4 span {
  margin-right: 1rem;
}
.newslist-box4 img {
  max-width: 100%;
}
.news .news-right i {
  margin-left: 0.5rem;
}
.news .news-right span {
  margin-left: 1rem;
  font-size: 16px;
}
.newslist-box4 h5 a {
  font-size: 1rem;
}
.news-o {
  border-bottom: 1px solid red;
}
.news-o .news-right-o,
.news-o .news-left-o,
.news-o h4,
.news-o h3 {
  margin: 1rem ;
}
.news-o i {
  margin-left: 1.5rem;
}
h4 {
  float: left;
}
.share-code {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e8e8e8;
}
.share-code img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.loadapp {
  height: 40px;
  background: #6FBA2C;
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  text-align: center;
}
.share-code .loadapp span a {
  color: #FFF;
  text-decoration: none;
}
* {
  padding: 0px;
  margin: 0px;
}
.fl {
  float: left;
}
.ol {
  overflow: hidden;
}
.focuspanel {
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
}
.newslistpanel {
  padding: 0px;
  margin: 0px;
}
.newslist {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  display: block;
}
.newslist li {
  position: relative;
  padding: 8px 8px;
  margin-bottom: -1px;
  background-color: #fff;
    overflow: hidden;
  text-overflow: ellipsis;
}
.flex {
  display: -ms-flexbox;
}
.newslist-box1 {
  display: table-cell;
  vertical-align: top;
  user-select: auto;
  width: 5rem;
  height: 4rem;
}
.newslist-box1 a {
  text-decoration: none;
}
.img_new {
  width: 5rem;
  height: 4rem;
  display: block;
  vertical-align: middle;
  border: 0px;
}
.newslist-box2 {
  width: 12rem;
 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-left: 0.5rem;
}
.newslist h5 {
  margin-top: 0px;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
.newslist .comment {
  display: block;
}
.newslist .comment i {
  width: 25px;
  height: 20px;
  display: block;
  float: left;
  background-image: url(comment.png);
}
.newslist-box2 span {
  color: #999;
}
.col-3 {
  width: 33.33333333%;
  height: 3.5rem ;
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0.3rem;
  box-sizing: border-box;
  -webkit-user-select: auto;
  user-select: auto;
}
.col-3 img {
  display: block;
  width: 100%;
  height: 3.5rem;
  vertical-align: middle;
  border: none;
}
.newslist-box3 span {
  display: block;
  overflow: hidden;
  padding: 5px;
}
.newslist-box3 span i {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-image: url(comment.png);
}
.newslist-box4 .imggrp {
  position: relative;
}
.newslist-box4 .imggrp img {
  width: 100%;
  height: 140px;
  display: block;
}
.newslist-box4 .imggrp span {
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 60px;
  height: 27px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  background-color: #000000;
  border-radius: 17px;
  padding-top: 7px;
  padding-left: 10px;
}
.newslist-box4 span i {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-image: url(photo.png);
  margin-right: 5px;
}
.newslist .writer_title {
  float: left;
  display: block;
  font-size: 0.8rem;
}
.share-code {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e8e8e8;
}
.share-code img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.loadapp {
  height: 40px;
  background: #6FBA2C;
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  text-align: center;
}
.share-code .loadapp span a {
  color: #FFF;
  text-decoration: none;
}
.newslist-box1 {
  width: 5.2rem;
    box-sizing: border-box;
}
.newslist-box2 {
  width: 12rem;
   box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
.carousel-indicators {
  bottom: 0px;
}
.newslist-box3 h5 {
  padding: 10px 0px;
}
.newslist-box4 h5 {
  padding: 3px 0px;
  font-size: 16px;
}
.loading,
.tips img {
  
}
.tips img {
  animation: xun  1s infinite linear;
}
@keyframes xun {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.newslist-box1 a {
  width: 5rem;
  height: 4rem;
  vertical-align: middle;
}
img {
  vertical-align: bottom;
}
.newslist .writer_title {
  margin-top: 1px;
}
.type2 .newslist-box3 .writer_title {
  color: #999;
}
.newslist .comment {
  color: #999;
}
.ff a,
.ff span {
  color: #999;
}
.newslist-box3 h5 {
  padding: 0px 0px;
}
.newslist-box4 .ff {
  margin-bottom: 0;
  padding: 5px;
}
.newslist .type2 {
  padding: 8px 8px 0 8px;
}
.ff i {
  margin-right: 5px;
}
.ff a span {
  font-size: 0.8rem;
}
.type3 {
  border-bottom: 1px solid #ddd;
}
#fot .fot_adr .center {
  padding: 10px 0;
}
#fot .fot_adr .center p {
  color: white;
}#fot img{
  width: 3rem;
  height: auto;
vertical-align: top;
}
#fot .fot_adr .center p span{
  display: inline-block;
}
#fot .fot_adr .center p span span{
  display: block;
}
#fot .fot_adr .center p span{
  display: inline-block;
}
#fot .fot_adr .center p span span{
  display: block;
}