body {
  margin: 0;
}

.lateral-photo-news {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 0;
  overflow: hidden;
}

.lateral-photo-news img {
  vertical-align: top;
}

.lateral-photo-news a img {
  outline: 0;
  border: 0;
}

.lateral-photo-news-top {
  position: relative;
  height: 78px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 3;
  background: #FFFFFF;
  padding-right: 20px;
}
.lite-lateral-photo-news .lateral-photo-news-top{
  height: 50px;
}

.lateral-photo-news-top .logo {
  padding-left: 21px;
  margin-top: 12px;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
}

.lite-lateral-photo-news .lateral-photo-news-top .logo {
  margin-top:0;
  margin-bottom:0;
}

.lateral-photo-news-top .logo img {
  width: auto;
  height: 54px;
}
.lite-lateral-photo-news .lateral-photo-news-top .logo img{
  height:50px
}

.lateral-photo-news-top .header-address {
  float: left;
  margin-right: 40px;
  margin-bottom: 16px;
  background:#FFFFFF;
}
.lite-lateral-photo-news .lateral-photo-news-top .header-address{
  padding-top: 9px;
  margin-bottom: 3px;
}
.lateral-photo-news-top .header-address:hover .header-citybox {
  display: block;
}
.lite-lateral-photo-news .lateral-photo-news-top .header-citybox{
  top: 46px;
}

.lateral-photo-news-top input {
  vertical-align: top;

}

.lateral-photo-news-top .pn-nav {
  float: left;
  padding-top: 5px;
  background: #FFFFFF;
  margin-top: 10px;
}
.lite-lateral-photo-news .lateral-photo-news-top .pn-nav .icon{
  display:none;
}


.lateral-photo-news-top .pn-nav a {
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #9c9fa1;
  font-size: 12px;
  height: 50px;
}
.lite-lateral-photo-news .lateral-photo-news-top .pn-nav a{
  height: 30px;
  font-size:14px
}

.lateral-photo-news-top .pn-nav a:hover {
  color: #394043;
}

.lateral-photo-news-top .pn-nav .text {
  display: block;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 2px;
}

.lateral-photo-news-top .pn-nav .line {
  display: inline-block;
  width: 2.2em;
  margin-top: 2px;
  height: 2px;
  vertical-align: top;
  background-color: transparent;
  transition: background-color 200ms;
}

.lateral-photo-news-top .pn-nav .on .line, .lateral-photo-news-top .pn-nav a:hover .line {
  background-color: #e93b3d;
}

.lateral-photo-news-top .pn-nav .icon {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: no-repeat center;
}

.lateral-photo-news-top .pn-nav .icon1 {
  background-image: url("icon02.png");
}

.lateral-photo-news-top .on .icon1, .lateral-photo-news-top a:hover .icon1 {
  background-image: url("icon01.png");
}

.lateral-photo-news-top .pn-nav .icon2 {
  background-image: url("icon03.png");
}

.lateral-photo-news-top .on .icon2, .lateral-photo-news-top a:hover .icon2 {
  background-image: url("icon04.png");
}

.lateral-photo-news-top .pn-nav .icon3 {
  background-image: url("icon05.png");
}

.lateral-photo-news-top .on .icon3, .lateral-photo-news-top a:hover .icon3 {
  background-image: url("icon06.png");
}

.lateral-photo-news-top .pn-nav .icon4 {
  background-image: url("icon07.png");
}

.lateral-photo-news-top .on .icon4, .lateral-photo-news-top a:hover .icon4 {
  background-image: url("icon08.png");
}

.lateral-photo-news-top .pn-search-bar {
  width: 400px;
  height: 38px;
  border: 1px solid #e93b3d;
  background: #FFFFFF;
  float: right;
  margin-top: 20px;
}
.lite-lateral-photo-news .lateral-photo-news-top .pn-search-bar{
  margin-top:5px;
}

.lateral-photo-news-top .pn-search-bar input {
  width: 272px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0 10px;
  float: left;
  outline: none;
}

.lateral-photo-news-top .pn-search-bar .icon {
  float: left;
  background: url("icon_ss.png") no-repeat center;
  height: 38px;
  width: 38px;
}

.lateral-photo-news-top .pn-search-bar button {
  width: 70px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0;
  float: left;
  background: #e93b3d;
  color: #FFFFFF;
  outline: none;
}

.lateral-photo-news-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 1;
  background: #FFFFFF;
}

.lateral-photo-news-bottom p {
  margin: 0;
}

.lateral-photo-news-bottom .copyright {
  text-align: center;
  color: #9c9fa1;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 40px;
}


.lateral-photo-news-group {
  position: absolute;
  width: 100%;
  top: 78px;
  left: 0;
  bottom: 40px;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  background: #202020 url("loader.gif") no-repeat center;
}
.lateral-photo-news-group.lpn-loaded{
  background: #202020;
}
.lite-lateral-photo-news .lateral-photo-news-group{
  top: 50px;
}

.lateral-photo-news-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.lateral-photo-news-list.hide{
  z-index:0;
  opacity:0;
  filter: alpha(opacity=0);
}

.lateral-photo-news-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lateral-photo-news-list .prev-page-btn, .lateral-photo-news-list .next-page-btn {
  display: block;
  outline: 0;
  width: 41px;
  height: 68px;
  background-image: url("lrbtn.png");
  _background-image: url("lrbtn_lowie.png");
  background-repeat: no-repeat;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 50%;
  margin-top: -34px;
  z-index: 11;
  cursor: pointer;
}

.lateral-photo-news-list .prev-page-btn:hover, .lateral-photo-news-list .next-page-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lateral-photo-news-list .prev-page-btn {
  left: 17px;
  background-position: 0 0;
}

.lateral-photo-news-list .next-page-btn {
  right: 17px;
  background-position: -41px 0;
}

.lateral-photo-news-list .list-up, .lateral-photo-news-list .list-down {
  position: relative;
  height: 50%;
  margin: 2px 0;
}

.lateral-photo-news-list .hr {
  height: 1px;
}

.lateral-photo-news-list .pic {
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: 2px;
  overflow: hidden;
  /*animation: kf-lateral-photo-news-list-pic 200ms;*/
}
.lateral-photo-news-list .empty-pic-li{
  background-color: #666666;
  color: #FFFFFF;
  display: table;
}
.lateral-photo-news-list .empty-pic-li .inner1{
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lateral-photo-news-list .empty-pic-li .inner2{
  padding: 20px;
  font-size: 20px;
}

@-webkit-keyframes kf-lateral-photo-news-list-pic {
  from {
    opacity: 0;
  }
}

@keyframes kf-lateral-photo-news-list-pic {
  from {
    opacity: 0;
  }
}

.lateral-photo-news-list .pic img {
  display: block;
  height: 100%;
  width: auto;
  vertical-align: top;
}
.lateral-photo-news-list .pic-error img{
  display: none;
}
.lateral-photo-news-list .pic-error{
  background-color: #333333;
}
.lateral-photo-news-list .msg-box,.lateral-photo-news-msg-box{
  position: absolute;
  z-index: 20;
  width: 200px;
  height: 100px;
  line-height: 100px;
  top: 50%;
  margin-top: -52px;
  left: 50%;
  margin-left: -102px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  background: rgba(0, 0, 0, .9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
  border-radius: 10px;
  color: #ffffff;
  display: none;
  border: 2px solid #ffffff;
  font-size: 20px;
}
.lateral-photo-news-msg-box{
  z-index: 21;
}
.lateral-photo-news-list .loading-mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("loading.gif") no-repeat center;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);*/
  display: none;
}

.lateral-photo-news-views {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.lateral-photo-news-list .pic a.pic-link {
  display: block;
  width: 100%;
  height: 100%
}

.lateral-photo-news-list .pic a.pic-link img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.lateral-photo-news-list .pic .hover-mask {
  width: 100%;
  height: 100%;
  background: none;
  background: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  z-index: 0;
}

.lateral-photo-news-list .pic:hover .hover-mask {
  background: rgba(255, 255, 255, 0.1)
}

.lateral-photo-news-list .pic .info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  _bottom: -1px;
  width: 100%;
  min-height: 30px;
  padding: 30px 0 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
}

.lateral-photo-news-list .pic .info,
.lateral-photo-news-list .pic .info:hover,
.lateral-photo-news-list .pic .info:active,
.lateral-photo-news-list .pic .info:visited {
  color: #fff;
  text-decoration: none
}

.lateral-photo-news-list .pic .info h3,
.lateral-photo-news-list .pic .info p {
  padding-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  text-shadow: 0 0 3px black;
}

.lateral-photo-news-list-st1 .pic .info h3,
.lateral-photo-news-list-st1 .pic .info p {
  padding-left: 70px;
}


.lateral-photo-news-list .pic .info h3 {
  margin: 5px 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.lateral-photo-news-list .pic .info h3 a,
.lateral-photo-news-list .pic .info h3 a:hover,
.lateral-photo-news-list .pic .info h3 a:active,
.lateral-photo-news-list .pic .info h3 a:visited {
  color: #fff;
  text-decoration: none
}

.lateral-photo-news-list .page-ss .info h3 {
  padding-left: 70px;
}

.lateral-photo-news-list .pic .tag {
  width: 50px;
  height: 14px;
  line-height: 1;
  padding: 6px 0;
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-family: sans-serif;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  opacity: .95;
  background: #7ecef4;
  display: none;
}

.lateral-photo-news-list-st1 .pic .tag {
  display: block;
}