@import url('common.css');
.container {
  width: 1100px;
  margin: 0 auto;
}
a.more-links {
  font-size: 16px;
  color: black;
}
.menu {
  padding-top: 40px;
  line-height: 1;
}
.menu ul {
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  text-align: center;
}
.menu ul li a {
  color: #333333;
  font-size: 20px;
  display: inline-block;
  padding: 8px 11px;
  position: relative;
  font-weight: bold;
}
.menu ul li a span {
  position: relative;
  z-index: 3;
}
.menu ul li a::after {
  content: "";
  background-color: #d1000a;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.menu ul li:first-child a {
  padding-left: 0;
}
.menu ul li:last-child a {
  padding-right: 0;
}
.menu ul li:last-child a::after {
  display: none;
}
.menu ul li.active a {
  color: #d10600;
  font-weight: bold;
}
.crumbs {
  padding: 60px 0 20px;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #eb6234;
  position: relative;
  font-size: 16px;
  color: black;
}
.crumbs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #eb6234;
}
.crumbs a,
.crumbs span {
  font-size: 16px;
  color: black;
}
.crumbs span {
  color: #cc0102;
}
.crumbs i {
  font-style: normal;
  margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 7px;
  width: 13px;
  height: 13px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background-color: #e7330c;
  border-radius: 20px;
}
.common-swiper-arrow.swiper-button-next,
.common-swiper-arrow.swiper-button-prev {
  width: 36px;
  height: 72px;
  margin-top: auto;
  transform: translateY(-50%);
  opacity: 1;
}
.common-swiper-arrow.swiper-button-next {
  background-image: url(../images/swiper-next-icon.png);
  right: 0;
  color: transparent;
}
.common-swiper-arrow.swiper-button-prev {
  background-image: url(../images/swiper-prev-icon.png);
  left: 0;
  color: transparent;
}
.index-news {
  background-image: url(../images/index-bgnews.png);
  background-size: cover;
}
.index-title {
  padding: 40px 0 50px;
}
.index-title div {
  position: relative;
}
.index-title img {
  width: 100%;
}
.index-title .more {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-size: 16px;
  color: #d10600;
}
.index-twonews {
  min-height: 520px;
}
.index-twonews .news-content {
  display: flex;
  font-size: 0;
}
.index-twonews .news-content .main-news {
  width: 570px;
  height: 380px;
  position: relative;
}
.index-twonews .news-content .main-news .swiper-container {
  overflow: hidden;
}
.index-twonews .news-content .main-news .swiper-slide {
  position: relative;
}
.index-twonews .news-content .main-news .swiper-slide a {
  display: flex;
}
.index-twonews .news-content .main-news .swiper-slide .main-news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 17px 12px;
  width: 100%;
}
.index-twonews .news-content .main-news img {
  width: 100%;
  height: 380px;
}
.index-twonews .news-content .main-news .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 18px;
  left: auto;
  width: auto;
}
.index-twonews .news-content .list-news {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.index-twonews .news-content .list-news .list-news-top {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e55100;
}
.index-twonews .news-content .list-news .list-news-top h4 {
  font-size: 23px;
  color: #000;
  margin-bottom: 18px;
}
.index-twonews .news-content .list-news .list-news-top p {
  font-size: 18px;
  color: #424242;
  line-height: 1.5;
}
.index-twonews .news-content .list-news .list-news-top a {
  font-size: 18px;
  color: #dd1100;
  float: right;
}
.index-twonews .news-content .list-news .list-news-bottom ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.index-twonews .news-content .list-news .list-news-bottom ul li a {
  font-size: 18px;
  color: #424242;
}
.index-twonews .news-content .list-news .list-news-bottom ul li::before {
  content: '';
  background: url('../images/icon-twonews-list.png') no-repeat;
  width: 7px;
  height: 13px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.index-twonews .news-content .list-news .list-news-bottom ul li:last-child {
  margin-bottom: 0;
}
.index-picnews .index-picnewsList {
  margin-bottom: 40px;
  padding: 0 80px;
  position: relative;
  min-height: 430px;
}
.index-picnews .index-picnewsList .swiper-container {
  overflow: hidden;
}
.index-picnews .index-picnewsList .swiper-pagination {
  width: 100%;
  bottom: -40px;
}
.index-picnews .index-picnewsList .swiper-pagination .swiper-pagination-bullet {
  background: #c5c5c5;
}
.index-picnews .index-picnewsList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e7330c;
  width: 13px;
}
.index-picnews .picnews-content {
  display: flex;
}
.index-picnews .picnews-content .picnews-content-Text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../images/img-picnews-text.png') no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 71px;
}
.index-picnews .picnews-content .picnews-content-Text span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #fee8d1;
  padding: 13px 10px;
}
.index-picnews .picnews-content .picnews-content-left {
  position: relative;
  margin-right: 15px;
  width: 290px;
  height: 435px;
  overflow: hidden;
  background: #000;
}
.index-picnews .picnews-content .picnews-content-left img {
  line-height: 0;
  width: 100%;
}
.index-picnews .picnews-content .picnews-content-middle .picnews-content-middleDiv {
  position: relative;
  margin-bottom: 15px;
  width: 325px;
  height: 210px;
  overflow: hidden;
  background: #000;
  display: flex;
}
.index-picnews .picnews-content .picnews-content-middle .picnews-content-middleDiv a {
  display: flex;
  width: 100%;
  height: 100%;
}
.index-picnews .picnews-content .picnews-content-middle .picnews-content-middleDiv:last-child {
  margin-bottom: 0px;
}
.index-picnews .picnews-content .picnews-content-middle img {
  line-height: 0;
  width: 100%;
}
.index-picnews .picnews-content .picnews-content-right {
  position: relative;
  margin-left: 15px;
  width: 290px;
  height: 435px;
  overflow: hidden;
  background: #000;
}
.index-picnews .picnews-content .picnews-content-right img {
  line-height: 0;
  width: 100%;
}
.index-videonews {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  min-height: 520px;
}
.index-videonews .index-videonewsList .index-videonewsListDiv {
  padding: 50px 80px;
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
.index-videonews .index-videonewsList .swiper-slide {
  height: 250px;
  position: relative;
}
.index-videonews .index-videonewsList .swiper-slide img {
  display: block;
  max-width: 100%;
}
.index-videonews .swiper-pagination {
  width: 100%;
  bottom: 40px;
}
.index-videonews .swiper-pagination .swiper-pagination-bullet {
  background: #c5c5c5;
}
.index-videonews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e7330c;
  width: 13px;
}
#certify {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 600px;
  position: relative;
  height: 399px;
  overflow: hidden;
}
#certify .swiper-slide .videonewsImg {
  display: block;
  width: 100%;
  height: 100%;
}
#certify .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 17px 12px;
  width: 100%;
}
#certify .swiper-slide .videoIcon {
  position: absolute;
  left: 95%;
  top: 92%;
  transform: translate(-50%, -50%);
  width: 44px;
  cursor: pointer;
  z-index: 2;
}
.index-voice {
  background: url(../images/index-bgvoice.png) left top no-repeat;
  margin-top: -283px;
  padding-top: 283px;
  background-size: 100% 100%;
  height: 749px;
}
.index-voice .index-voice-content {
  margin: 40px 0;
  display: flex;
  background: #ffeddc;
  min-height: 380px;
}
.index-voice .index-voice-content .index-voice-title {
  position: relative;
  margin: 50px 22px 22px 22px;
  display: flex;
}
.index-voice .index-voice-content .index-voice-title h4 {
  background: url(../images/index-voicetitle-right.png) no-repeat right top;
  height: 50px;
  padding: 8px 16px 0;
  position: relative;
}
.index-voice .index-voice-content .index-voice-title h4::before {
  content: '';
  background: url(../images/index-voicetitle-left.png) no-repeat right top;
  height: 50px;
  width: 16px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-voice .index-voice-content .index-voice-title h4 span {
  font-size: 26px;
  color: #fff;
}
.index-voice .index-voice-content .index-voice-title a {
  flex: 1;
  font-size: 16px;
  color: #d10600;
  padding-top: 20px;
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: right;
  border-bottom: 2px solid #d10600;
}
.index-voice .index-voice-content .index-voice-title a span {
  color: #f0a396;
  display: inline-block;
  margin-right: 10px;
}
.index-voice .index-voice-content .index-voice-list {
  margin: 0 22px 50px;
}
.index-voice .index-voice-content .index-voice-list ul li {
  margin-bottom: 18px;
}
.index-voice .index-voice-content .index-voice-list ul li a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.index-voice .index-voice-content .index-voice-list ul li a::before {
  content: '';
  background: url(../images/index-voicelist-icon.png) no-repeat right top;
  width: 17px;
  height: 15px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.index-voice .index-voice-content .index-voice-Left {
  flex: 1;
}
.index-voice .index-voice-content .index-voice-Right {
  flex: 1;
}
.index-deputy .index-deputylist {
  padding: 0 80px;
  position: relative;
  min-height: 380px;
}
.index-deputy .index-deputylist .swiper-container {
  overflow: hidden;
}
.index-deputy .index-deputylist ul {
  display: flex;
}
.index-deputy .index-deputylist ul li {
  position: relative;
  width: 220px;
  height: 350px;
  overflow: hidden;
  margin-top: 35px;
  margin-right: 12px;
}
.index-deputy .index-deputylist ul li img {
  width: 220px;
  height: 350px;
}
.index-deputy .index-deputylist ul li:nth-child(even) {
  margin-top: 0;
  margin-bottom: 35px;
}
.index-deputy .index-deputylist ul li.active .index-deputynote {
  display: none;
}
.index-deputy .index-deputylist ul li.active .deputyPup {
  display: flex;
}
.index-deputy .index-deputylist ul li .index-deputynote {
  position: absolute;
  bottom: 0;
  background: url(../images/bg-deputylist-1.png) bottom left no-repeat;
  height: 201px;
  width: 100%;
}
.index-deputy .index-deputylist ul li .index-deputynote .index-deputynoteText {
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 14px;
  width: 100%;
  padding: 0 5px;
}
.index-deputy .index-deputylist ul li .deputyPup {
  display: none;
  background: #d41100;
  opacity: 0.78;
  filter: alpha(opacity=78);
  margin: 13px;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 26px);
  width: calc(100% - 26px);
  align-content: center;
  flex-wrap: wrap;
  padding: 0 16px;
}
.index-deputy .index-deputylist ul li .deputyPup a {
  display: inline-block;
}
.index-deputy .index-deputylist ul li .deputyPup a h5 {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
}
.index-deputy .index-deputylist ul li .deputyPup a .deputyPupText {
  color: #fff;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.index-deputy .index-deputylist ul li .deputyPup a span {
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
.index-deputy .index-deputylist .swiper-pagination {
  width: 100%;
  bottom: -60px;
}
.index-deputy .index-deputylist .swiper-pagination .swiper-pagination-bullet {
  background: #c5c5c5;
}
.index-deputy .index-deputylist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e7330c;
  width: 13px;
}
.index-developments {
  background-image: url(../images/index-bgdevelopments.png);
  padding-top: 112px;
  background-size: cover;
  height: 580px;
}
.index-developments .index-developments-content {
  margin: 40px 0;
  display: flex;
  background: #ffeddc;
  min-height: 380px;
}
.index-developments .index-developments-content .index-developments-title {
  position: relative;
  margin: 50px 22px 22px 22px;
  display: flex;
}
.index-developments .index-developments-content .index-developments-title h4 {
  background: url(../images/index-voicetitle-right.png) no-repeat right top;
  height: 50px;
  padding: 8px 16px 0;
  position: relative;
}
.index-developments .index-developments-content .index-developments-title h4::before {
  content: '';
  background: url(../images/index-voicetitle-left.png) no-repeat right top;
  height: 50px;
  width: 16px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-developments .index-developments-content .index-developments-title h4 span {
  font-size: 26px;
  color: #fff;
}
.index-developments .index-developments-content .index-developments-title a {
  flex: 1;
  font-size: 16px;
  color: #d10600;
  padding-top: 20px;
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: right;
  border-bottom: 2px solid #d10600;
}
.index-developments .index-developments-content .index-developments-title a span {
  color: #f0a396;
  display: inline-block;
  margin-right: 10px;
}
.index-developments .index-developments-content .index-developments-list {
  margin: 0 22px 50px;
}
.index-developments .index-developments-content .index-developments-list ul li {
  margin-bottom: 18px;
}
.index-developments .index-developments-content .index-developments-list ul li a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.index-developments .index-developments-content .index-developments-list ul li a::before {
  content: '';
  background: url(../images/index-developmentslist-icon.png) no-repeat right top;
  width: 14px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.index-developments .index-developments-content .index-developments-Left {
  flex: 1;
}
.index-developments .index-developments-content .index-developments-Right {
  flex: 1;
}
.index-code {
  padding: 40px 0;
}
.index-code img {
  width: 100%;
}
.news-list {
  background: url(../images/bg-newslist.png) no-repeat bottom center;
  padding: 30px 0;
  background-size: 100% auto;
}
.news-list .news-list-content {
  background: #fff7ef;
  padding: 0 30px;
  position: relative;
}
.news-list .news-list-content::after {
  content: '';
  position: absolute;
  background: url(../images/right-top-trangle.png) no-repeat;
  width: 21px;
  height: 20px;
  background-size: 100% 100%;
  right: 0;
  top: 0;
}
.news-list ul {
  line-height: 1;
}
.news-list ul li {
  padding: 30px 0;
  border-bottom: 1px dotted #f5d8bd;
}
.news-list ul li a {
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
.news-list ul li:hover .content {
  color: #d1000a;
}
.news-list ul li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.news-list ul li .time h2,
.news-list ul li .time p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.news-list ul li .time h2 {
  font-size: 30px;
  padding-right: 10px;
  border-right: 1px solid #cc0102;
  color: #cc0102;
}
.news-list ul li .time p {
  font-size: 16px;
  padding-left: 10px;
  color: #999999;
}
.news-list ul li .content {
  flex: 1;
  padding: 0 40px;
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.news-list ul li span {
  color: #cc0102;
  font-size: 16px;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pages a {
  border: 1px solid #f7e8d3;
  font-size: 14px;
  color: black;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  margin: 0 2px;
  background: #ffffff;
}
.pages a.current {
  color: #fff;
  background: #d31000;
  border-color: #d31000;
}
.pages a.no-handle {
  color: #494949;
  cursor: auto;
}
.pages span {
  margin-left: 15px;
  color: black;
  font-size: 14px;
}
.photo-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  font-size: 0;
  display: none;
}
.photo-mask .photo-box {
  background: #ca0000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo-mask .photo-box .photo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.photo-mask .photo-box .photo-top .photo-title {
  display: flex;
  align-items: center;
}
.photo-mask .photo-box .photo-top h2 {
  font-size: 24px;
  color: #fff;
}
.photo-mask .photo-box .photo-top .photo-close {
  margin-right: 20px;
  cursor: pointer;
}
.photo-mask .photo-box > img {
  max-width: 100%;
}
.details {
  padding-bottom: 70px;
}
.details .container {
  background: #fff7e8;
  padding: 30px 35px 55px;
}
.details .container div {
  background: transparent !important;
}
.details .container .newsTitle {
  margin: 0 0 30px 0;
}
.details .container h2 {
  font-size: 23px;
  text-align: center;
  color: black;
}
.details .container h3 {
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-top: 14px;
}
.details .container .top {
  margin: 0 -20px;
  line-height: 1.4;
  border-top: 1px dashed #ded7ca;
  border-bottom: 1px dashed #ded7ca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
  padding: 10px 0;
}
.details .container .top h3,
.details .container .top p {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.details .container img {
  max-width: 100%;
  display: inline-block;
}
.details .container .img-box {
  text-align: center;
}
.details .container .img-box img {
  max-width: 100%;
}
.details .container img {
  max-width: 100%;
  padding-bottom: 10px;
}
.details .container h4 {
  padding-top: 0;
  font-size: 16px;
  color: #525252;
  text-align: center;
  font-weight: normal;
  padding-bottom: 30px;
}
.details .container p {
  font-size: 16px;
  color: #525252;
  line-height: 1.5;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  background: transparent !important;
}
.details .container h5 {
  font-size: 16px;
  margin-top: 35px;
  text-align: right;
  color: black;
  font-weight: normal;
}
.details .container .edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.details .container .edit-button a {
  margin: 0 8px;
  background: #b7b7b7;
  color: #fff;
  padding: 10px 17px;
  font-size: 18px;
}
.deputy-details {
  background: url(../images/bg-newslist.png) no-repeat bottom center;
  padding: 30px 0;
  background-size: 100% auto;
}
.deputy-details ul {
  margin: 0 -10px -20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.deputy-details ul li {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  position: relative;
  padding-bottom: 109px;
  display: flex;
  align-items: center;
  background: #000;
  line-height: 0;
  height: 324px;
  overflow: hidden;
  border: 1px solid #cc0102;
}
.deputy-details ul li a {
  display: inline-block;
  width: 100%;
  height: 231px;
}
.deputy-details ul li img {
  width: 100%;
  height: 100%;
}
.deputy-details ul li.active .content .deputybg {
  display: none;
}
.deputy-details ul li.active .content .deputybgcur {
  display: block;
}
.deputy-details ul li.active .content .text {
  color: #fff;
}
.deputy-details ul li .content {
  position: absolute;
  bottom: 0;
  margin-top: -25px;
  width: 100%;
}
.deputy-details ul li .content .deputybg {
  display: block;
}
.deputy-details ul li .content .deputybgcur {
  display: none;
}
.deputy-details ul li .content img {
  height: auto;
}
.deputy-details ul li .content .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 30px 0;
  color: #000;
  text-align: left;
}
.deputy-details ul li .content .text h2 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.deputy-details ul li .content .text p {
  font-size: 14px;
  line-height: 1.5;
}
.video-list {
  background: url(../images/bg-newslist.png) no-repeat top center;
  padding: 30px 0;
  background-size: 100% auto;
}
.video-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.video-list ul li {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  background: #000;
  height: 199px;
  overflow: hidden;
}
.video-list ul li > img {
  width: 100%;
}
.video-list ul li img {
  display: flex;
  width: 100%;
  height: 100%;
}
.video-list ul li .video-content {
  padding: 10px 12px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video-list ul li .video-content .play-video {
  position: absolute;
  right: 12px;
  bottom: 6px;
  width: 30px;
  height: auto;
  z-index: 3;
  cursor: pointer;
}
.image-list {
  background: url(../images/bg-newslist.png) no-repeat top center;
  padding: 30px 0;
  background-size: 100% auto;
}
.image-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.image-list ul li {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  background: #000;
  height: 232px;
  overflow: hidden;
}
.image-list ul li > img {
  width: 100%;
}
.image-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.image-list ul li a img {
  display: flex;
  width: 100%;
  height: 100%;
}
.image-list ul li a .image-content {
  padding: 10px 12px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url('../images/bg-imagelistcontent.png');
}
