﻿.link-aniamte {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.slider {
  height: 360px;
  background: #f0f0f0;
}
.slider .slider-wrapper {
  position: relative;
  height: 360px;
}
.section-suggest-short{
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider .slider-wrapper .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.slider .slider-wrapper .item img,
.slider .slider-wrapper .item a {
  display: block;
  width: 100%;
  height: 360px;
}
.slider .slider-wrapper .item-current {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.slider .slider-wrapper .text {
  position: absolute;
  color: #fff;
  bottom: 0;
  font-size: 21px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 65px;
  background: rgba(0, 0, 0, 0.45);
  padding-top: 15px;
}
.slider .slider-wrapper .slider-dotes {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 5;
}
.slider .slider-wrapper .slider-dotes .dot {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
}
.slider .slider-wrapper .slider-dotes .dot-current {
  background: #fff;
}
.slider .slider-wrapper .slider-dotes .dot {
  *display: inline;
}
.section-suggest-short {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.section-suggest-short h3{
  font-size: 28px;
  color: #1f7db0;
}
.section-suggest-short .name {
  font-weight: bold;
  margin-left: 8px;
}
.section-suggest-short a {
  margin-left: 40px;
}
.section-news-list .item-subject {
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  *zoom: 1;
}
.section-news-list .item-subject .img {
  float: left;
  margin-right: 23px;
  height: 140px;
}
.section-news-list .item-subject .img img {
  display: block;
  width: 180px;
  height:123px;
}
.section-news-list .item-subject .title a {
  font-size: 20px;
  line-height: 1;
}
.section-news-list .item-subject .desc {
  font-size: 14px;
  margin-top: 20px;
  line-height: 22px;
  color: #878787;
}
.section-news-list .item-subject .attr {
  margin-top: 20px;
}
.section-news-list .item-subject .attr .attr-time {
  color: #0048a7;
  margin-right: 20px;
}
.section-news-list .item-subject .attr .attr-author {
  margin-right: 8px;
}
.section-news-list .item-subject .attr .tag {
  margin-right: 8px;
}
.section-news-list-loading a {
  border: 1px solid #f0f0f0;
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  color: #c0c0c0;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.section-news-list-loading a:hover {
  border-color: #999;
  color: #666;
}
@media (max-width: 800px) {
  .section-suggest-short {
    height: auto;
    line-height: 1.6;
    padding: 8px 5px;
  }
  .section-suggest-short .name {
    font-weight: bold;
    margin-left: 0;
  }
  .section-suggest-short a {
    margin-left: 10px;
  }
  .section-news-list .item-subject {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-news-list .item-subject:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .section-news-list .item-subject:active {
    background-color: #f5f5f5;
  }
  .section-news-list .item-subject .img {
    margin-right: 10px;
    height: auto;
    min-height: 65px;
  }
  .section-news-list .item-subject .img img {
    width: 90px;
	height:75px;
  }
  .section-news-list .item-subject .title a {
    font-size: 16px;
    line-height: 1.4;
  }
  .section-news-list .item-subject .attr {
    font-size: 13px;
    margin-top: 8px;
  }
  .section-news-list .item-subject .attr .tag {
    display: none;
  }
  .section-news-list .item-subject .desc {
    display: none;
  }
  .slider {
    height: auto;
  }
  .slider .slider-wrapper {
    height: auto;
  }
  .slider .slider-wrapper .text {
    font-size: 14px;
    line-height: 1.4;
    height: 45px;
    padding-top: 8px;
  }
  .slider .slider-wrapper .item {
    position: relative;
    display: none;
    height: auto;
  }
  .slider .slider-wrapper .item a {
    height: auto;
  }
  .slider .slider-wrapper .item img {
    height: auto;
	max-height:180px;
  }
  .slider .slider-wrapper .item-current {
    display: block;
  }
  .slider .slider-wrapper .slider-dotes {
    bottom: 2px;
  }
  .slider .slider-wrapper .slider-dotes .dot {
    width: 7px;
    height: 7px;
  }
}
