.list-left {
  padding: 20px;
  width: 860px;
  background: url(../img/list_right_bottom_bg.png) right bottom no-repeat;
  overflow: hidden;
}
.list-title {
  height: 34px;
  background: url(../img/list_title_bg.png) left bottom no-repeat;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-title li {
  width: 100px;
  height: 32px;
  line-height: 32px;
  float: left;
  background: #e5e5e5;
  margin: 0px 3px;
}
.list-title li.current {
  background: url(../img/list_title_current_bg.jpg) no-repeat;
}
.list-title li a,
.list-title li a:visited {
  font-size: 14px;
  display: block;
  text-align: center;
}
.list-title li.current a {
  color: #fff;
}
.news-title .img {
  width: 326px;
  height: 200px;
  float: left;
  overflow: hidden;
}
.news-title .img img {
  width: 326px;
  height: 200px;
}
.news-title div {
  float: right;
  width: 520px;
}
.news-title div p.time {
  height: 30px;
  line-height: 30px;
}
.news-title div h4,
.lists li div h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
.news-title div p.con,
.lists div p.con {
  height: 50px;
  line-height: 24px;
  color: #646464;
  font-size: 14px;
  overflow: hidden;
}
.news-title div a,
.news-title div:visited,
.lists div a,
.lists div:visited {
  display: block;
  font-size: 14px;
  color: #00a596;
}
.news-title div a,
.news-title div:visited {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.lists div a,
.lists div:visited {
  height: 20px;
  line-height: 20px;
}
.lists li {
  height: 130px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
  overflow: hidden;
}
.lists li p.time {
  float: left;
  width: 100px;
  height: 100px;
  background: url(../img/list_time_bg.png) no-repeat;
  font-family: arial;
  text-align: center;
}
.lists li p.time strong {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.lists li p.time span {
  color: #e53e4b;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
}
.lists li div {
  width: 725px;
  padding: 0 10px;
  float: right;
}
.lists li div.backgroundColor {
  background-color: #e5e5e5;
}
.lists div a {
  text-align: right;
}
.contact {
  width: 240px;
  padding: 10px;
  background-color: #26a499;
}
.contact-img {
  display: block;
}
.contact p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}
.contact h5 {
  margin: 5px 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.contact p.text-indent {
  text-indent: 2em;
}
/*新闻详情页*/
.content h4 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.zhengwen{
  line-height: 22px;
  font-size: 14px;
  margin-top: 15px;
  text-indent: 2em;
  min-height: 500px;
}
.content p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 15px;
  text-indent: 2em;
}

.content p.video{
	margin: 10px auto;
	text-align: center;
}
.content p img {
  margin: 0 auto;
  display: block;
}
.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}
.article {
  display: block;
  margin: 0 0 8% 0;
  padding: 5%;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 100;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2d2d2;
}
.article:hover {
  transform: scale(1.01);
}
.article img {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
}
.article a {
  color: #666;
}
.article p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0px;
}
.article small {
  font-size: 1em;
  color: #ff0000;
  line-height: 1.5;
}
.wrapper h3 {
  text-align: center;
  margin: 0 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  font-size: 1.5em;
  padding: 0.7em 0;
}
.wrapper h4 {
  width: 90%;
  margin: 0 5%;
  text-align: justify;
  font-weight: normal;
  color: #999;
  font-size: 1.2em;
  margin-bottom: 3%;
  line-height: 1.5;
}
.loading {
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: none;
}
.list-app,
.content-app,
.img-app,
.spList-app {
  display: none;
}
/*视频列表*/
.sp-list {
  margin: 20px 0;
  overflow: hidden;
}
.sp-list li {
  margin-bottom: 10px;
}
.sp-list li p {
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.video-img {
  width: 420px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.video-img p.bg {
  width: 420px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/video_bg.png) repeat;
}
.video-img i {
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/video52.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
@media only screen and (max-width: 480px) {
  .crumbs,
  .list-web,
  .friend-link {
    display: none;
  }
  .width-1200px {
    width: 100%;
    background-color: #FFF;
  }
  .banner,
  .footer {
    display: none;
  }
  .index-list-box {
    height: 12.96296296rem;
    position: relative;
  }
  .list-app {
    display: block;
    padding: 0.18518519rem;
    background-color: #fff;
  }
  .list-app dt {
    font-size: 0.37037037rem;
    height: 0.74074074rem;
    line-height: 0.74074074rem;
    color: #e60012;
    font-weight: 500;
  }
  .list-app dd {
    height: 1.85185185rem;
    border-top: 1px solid #dcdcdc;
    margin: 0.3rem;
    padding-top: 0.3rem;
  }
  .list-app dd a {
    display: flex;
  }
  .list-app dd a img {
    width: 2.40740741rem;
    height: 1.57407407rem;
    margin-left: 0.18518519rem;
    overflow: hidden;
  }
  .list-app dd a div {
    flex-grow: 1;
	width: 0;
  }
  .list-app dd a div h5 {
    line-height: 0.64814815rem;
    height: 1.38888889rem;
    font-size: 0.37037037rem;
    font-weight: 500;
    color: #000;
  }
  .list-app dd a div p.time {
    font-size: 0.27777778rem;
    height: 0.55555556rem;
    line-height: 0.55555556rem;
    color: #999;
  }
  .content-app {
    display: block;
    overflow: hidden;
    margin: 0 0.5rem;
  }
  .content-app h4 {
    line-height: 0.74074074rem;
    font-size: 0.46296296rem;
    text-align: center;
	padding-top: 0.4rem;
	border-top: 1px solid #dcdcdc;
  }
  .content-app p.timer {
    display: flex;
    padding: 0.27777778rem 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .content-app p.timer span {
    display: block;
    font-size: 0.33333333rem;
    color: #999;
    flex-grow: 1;
  }
  .content-app p.timer span:nth-of-type(2) {
    text-align: right;
  }
  .content-app .news-contents p {
    font-size: 0.35rem;
    line-height: 0.66rem;
    margin-top: 0.18518519rem;
  }
  .content-app .news-contents p img{
    width:100%;
    display: block;
  }
  .content-app .news-contents p.img,.content-app .news-contents p.video {
    text-indent: 0;
  }
  .content-app .news-contents p.video {
    text-indent: 0;
  }
  .content-app .news-contents p.img img,.content-app .news-contents p.video video {
    width: 100%;
  }
  .img-app,
  .spList-app {
    margin-top: 0.27777778rem;
    height: 16rem;
    display: block;
    position: relative;
  }
  .img-app h4,
  .spList-app h4 {
    font-size: 0.37037037rem;
    color: #e60012;
    height: 0.92592593rem;
    line-height: 0.92592593rem;
  }
  .img-app .mui-content,
  .spList-app .mui-content {
    top: 0.92592593rem;
  }
  .img-app .mui-content p {
    font-size: 0.33333333rem;
    color: #323232;
    text-align: center;
    width: 100%;
  }
  .img-app .mui-table-view:before,
  .img-app .mui-table-view:after {
    background: #fff;
  }
  .img-app .wall-column {
    width: 50%;
  }
  .list-app {
    margin-top: 0.27777778rem;
    height: 16rem;
    display: block;
    position: relative;
    border-top: 1px solid #dcdcdc;
  }
  .list-app h4,
  .spList-app h4 {
    font-size: 0.37037037rem;
    color: #e60012;
  }
  .list-app .mui-table-view:before,
  .list-app .mui-table-view:after,
  .spList-app .mui-table-view:before,
  .spList-app .mui-table-view:after {
    background: none;
  }
  .list-app .mui-content {
    top:0.95rem;
	background: #fff;
  }
  .spList-app {
    height: 17rem;
  }
  .spList-app h4 {
    margin-left: 0.3rem;
  }
  dl.spList {
    padding: 0.3rem;
    overflow: hidden;
  }
  dl.spList dd {
    width: 49%;
    text-align: center;
    margin-bottom: 0.27777778rem;
  }
  dl.spList dd a {
    display: block;
    color: #333;
  }
  dl.spList dd a .video-img {
    width: 100%;
    height: 2.77777778rem;
    position: relative;
  }
