@import url('./public.css');
.banner {
  width: 100%;
  height: 350px;
  background: url(../images/img_news_banner.jpg) no-repeat center top;
}
.bg-grey {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.position {
  width: 1200px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  color: #9c9c9c;
  margin: 0 auto;
}
.position img {
  vertical-align: middle;
}
.position a {
  color: #9c9c9c;
  margin: 0 5px;
  font-size: 14px;
}
.position span {
  color: #29d191;
  margin: 0 5px;
  font-size: 14px;
}
.main {
  width: 1200px;
  background-color: #fafafa;
  margin: 0 auto;
}
.main-left {
  width: 22%;
  float: left;
  height: 100%;
  padding-bottom: 30px;
}
.main-left .title04 {
  background: url(../images/img_left_top.jpg) center top no-repeat;
  background-position: 100% auto;
  height: 106px;
  text-align: center;
  line-height: 106px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.main-left .left-nav {
  width: 83%;
  margin: 0 auto;
}
.main-left .left-nav li a {
  font-size: 16px;
  color: #5c5c5c;
  display: block;
  border-bottom: 1px solid #efefef;
  height: 60px;
  line-height: 60px;
  text-indent: 1.8em;
}
.main-left .left-nav li a img {
  vertical-align: middle;
  margin-left: 8px;
  display: none;
}
.main-right {
  background-color: #fff;
  width: 78%;
  padding: 0 0 30px 0;
  float: right;
  overflow: hidden;
  height: 100%;
}
.main-left .left-img img {
  margin: 40px auto 0 auto;
  display: block;
  width: 227px;
}
.main-left .left-img a {
  width: 227px;
  height: 67px;
  overflow: hidden;
  display: block;
  margin: 0 auto 8px auto;
}
.main-left .left-img a img {
  display: block;
  width: 227px;
  margin: 0 auto 5px auto;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}
.title05 {
  width: 92%;
  background: url(../images/img_dashed_bg.png) bottom no-repeat;
  background-size: 100% auto;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #222222;
  margin-left: 4%;
}
.main-right .news-list {
  width: 94%;
  padding-left: 4%;
}
.main-right .news-list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.main-right .news-list a i {
  display: block;
  width: 23%;
  float: left;
  height: 110px;
  overflow: hidden;
}
.main-right .news-list a i img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.main-right .news-list a .right {
  float: right;
  width: 74%;
  padding: 0;
}
.main-right .news-list a .right h3 {
  font-weight: normal;
  font-size: 20px;
  color: #252525;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.main-right .news-list a .right span {
  font-size: 12px;
  color: #999999;
  padding: 0;
  margin: 0;
}
.main-right .news-list a .right p {
  font-size: 14px;
  color: #616161;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.main-left .left-nav li a:hover {
  font-size: 16px;
  color: #29d19e;
  display: block;
  border-bottom: 1px solid #efefef;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-indent: 0;
}
.main-left .left-nav li a.on {
  font-size: 16px;
  color: #29d19e;
  display: block;
  border-bottom: 1px solid #efefef;
  height: 60px;
  line-height: 60px;
  text-indent: 0;
  text-align: center;
}
.read {
  width: 92%;
  margin-left: 4%;
}
.read .read-tit {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.read .read-tit h1 {
  margin-top: 10px;
  line-height: 55px;
  font-size: 20px;
  color: #111111;
  text-align: center;
  font-weight: normal;
}
.read .read-tit h4 {
  height: 40px;
  line-height: 30px;
  font-size: 12px;
  color: #cdcdcd;
  text-align: center;
  font-weight: normal;
}
.read .read-content {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 28px;
}
.read .read-content p {
  padding: 15px 0;
  margin: 0 auto;
  text-indent: 0;
  line-height: 26px;
  font-size: 14px;
  color: #757575;
}
.read .read-content img {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  width: auto;
  padding: 5px;
}
.main-left .left-nav li a:hover img {
  display: inline-block;
}
.main-left .left-nav li a img {
  vertical-align: middle;
  margin-left: 8px;
  display: none;
}
