.left-menu {
  background: #222222;
  font-size: 16px;
}
.left-menu .head {
  padding-top: 34px;
  padding-bottom: 20px;
  text-align: center;
}
.left-menu .head .avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.left-menu .head .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.left-menu ul li {
  text-align: center;
  border-top: 1px solid #333333;
}
.left-menu ul li a {
  display: block;
  padding: 17px 0;
}
.left-menu ul li a:link,
.left-menu ul li a:visited {
  color: #787878;
}
.left-menu ul li a:hover,
.left-menu ul li a:active {
  color: #aaaaaa;
  background: #3c3c3c;
}
.left-menu ul li.active a {
  color: #e3b37b;
}
@media (max-width: 991px) {
  .left-menu {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .left-menu .head {
    float: left;
    width: 16.66666%;
    padding: 0;
  }
  .left-menu .head .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 13px;
  }
  .left-menu .head .nick-name {
    display: inline-block;
  }
  .left-menu ul li {
    float: left;
    width: 16.66666%;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.topbar {
  height: 54px;
  line-height: 54px;
  background: #222222;
  margin-bottom: 1px;
  border-bottom: 1px solid #2c2c2c;
}
.topbar.alarm {
  font-size: 14px;
  color: #e3b37b;
  padding-left: 20px;
  padding-right: 20px;
}
.topbar.alarm .alarm-text span {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.topbar.alarm .alarm-right .alarm-date {
  font-size: 14px;
  color: #a0a0a0;
  margin-right: 5px;
}
.topbar.sec-title {
  font-size: 16px;
  color: #e3b37b;
  padding-left: 20px;
}
.topbar .yellow-title {
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
  padding: 0 34px;
  display: inline-block;
  height: 54px;
}
.topbar.title {
  font-size: 16px;
  color: #e3b37b;
}
.topbar.title .title-box {
  height: 54px;
  float: left;
  padding: 0 34px;
  border-bottom: 2px solid #e3b37b;
}
.topbar .left-item {
  margin-right: 130px;
}
.topbar .right-item {
  float: right;
  margin-right: 30px;
}
.topbar .right-item .date {
  font-size: 12px;
  color: #a0a0a0;
}
.topbar .nav {
  height: 54px;
  font-size: 14px;
}
.topbar .nav ul {
  height: 100%;
  margin-right: 100px;
}
.topbar .nav li {
  float: left;
  height: 100%;
  background: #222222;
  border-bottom: 1px solid #2c2c2c;
}
.topbar .nav li a {
  height: 54px;
  padding: 0 24px;
  color: #a0a0a0;
}
.topbar .nav > li > a > span {
  font-size: 12px;
}
.topbar .nav > li > a:focus,
.topbar .nav > li > a:hover {
  background: #2f2f2f;
}
.topbar .nav-blue > li.active > a,
.topbar .nav-blue > li.active > a:focus,
.topbar .nav-blue > li.active > a:hover {
  color: #fff;
  background-color: #004578;
}
.topbar .nav-yellow > li.active > a,
.topbar .nav-yellow > li.active > a:focus,
.topbar .nav-yellow > li.active > a:hover {
  background: none;
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
}
.topbar .nav-yellow > li > a {
  padding: 0 34px;
}
.site-input,
.site-select {
  border: none;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
}
.uc-input {
  padding: 7px 10px;
}
.uc-select {
  padding: 0 20px;
}
.right {
  padding-left: 0.25rem;
}
.right .right-wrap {
  background: #1e1e1e;
}
.clearboth {
  clear: both;
}
@media (max-width: 991px) {
  .row .right {
    padding-left: 0;
  }
}
.notice-page .right {
  padding-left: 0;
}
.statistics {
  height: 105px;
  position: relative;
}
.statistics .stat-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  color: #e3b37b;
  text-align: center;
  border-right: 1px solid #2c2c2c;
  font-size: 16px;
  padding-left: 0px;
  padding-top: 27px;
}
.statistics .stat-right {
  margin-left: 55px;
}
.statistics .stat-right .col {
  width: 24%;
  text-align: center;
}
.statistics .stat-right .col .col-box {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.statistics .stat-right .col .col-box span.iconfont {
  margin-right: 5px;
}
.stat-download .stat-right {
  padding: 25px 0;
}
.stat-download .stat-right .col-box p:first-child {
  margin-bottom: 13px;
}
.stat-download .stat-right .col-box p:first-child + p {
  margin-left: 21px;
}
.stat-download .stat-right .col-box span.value {
  font-size: 16px;
  margin-left: 8px;
}
.stat-download .stat-right .col-box span {
  vertical-align: middle;
}
.stat-upload .stat-right {
  padding-top: 23px;
}
.stat-upload .stat-right span.value {
  font-size: 36px;
  margin-left: 4px;
}
.photo-list-title {
  font-size: 20px;
  color: #e3b37b;
  margin-bottom: 20px;
}
.photo-list .photo-list-row {
  margin-right: -0.23rem;
  display: flex;
    flex-wrap: wrap;
}
.photo-list .photo-list-single {
  padding-right: 0.23rem;
  margin-bottom: 0.23rem;
  display: flex;
  flex-direction: column;
}
.photo-list .photo-list-single img {
  /*height: 2.58rem;*/
  width: 100%;
  object-fit: contain;
}
.photo-list .photo-list-single.pubu img {
  height: auto;
}
.photo-list-single .img-wrap {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;

}
.photo-list .photo-list-single .single-link {
  background: url(../img/single-bg.png) repeat;
  /* flex: 1; */
  flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.photo-list .photo-list-single .single-link:hover {
  background: #756757;
  color: #FFF;
}
.photo-list .photo-list-single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*object-fit: cover;*/
 position: absolute;
 top: 50%;
 left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.single-link img:hover {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.02) !important;
transform: translate3d(-50%, -50%, 0) scale(1.02) !important;
}
.photo-list .photo-list-single .video-img-wrap {
  position: relative;
  font-size: 12px;
}
.photo-list .photo-list-single .video-img-wrap .play-btn {
  position: absolute;
  bottom: 14px;
  right: 19px;
}
.photo-list .photo-list-single .single-title {
    margin: 10px 20px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    /* flex: 1; */
  flex-grow: 1;
}
.photo-list .photo-list-single .date-num {
  padding:10px 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #363636;
  font-size: 12px;
  line-height: 20px;
  color: #bababa;
}
.photo-list .photo-list-single .date-num .date .iconfont {
  font-size: 0.16rem;
  margin-right: 0.05rem;
  color: #fefefe;
}
.photo-list .photo-list-single .date-num .num .iconfont {
  font-size: 0.18rem;
  vertical-align: middle;
  margin-right: 0.03rem;
  color: #bababa;
}
.photo-list .photo-list-single .video-wrap .date-num .num .iconfont {
  font-size: 0.16rem;
  vertical-align: middle;
}
.photo-list .photo-list-single .single-link:hover .date-num {
  border-top-color: #837668;
  color: #ccc9c5;
}
.photo-list .photo-list-single .single-link:hover .date-num .iconfont {
  color: #fefefe;
}
.uc2-index-page .photo-list-title {
  font-size: 16px;
}
.uc2-index-page .related-photo {
  margin-top: 15px;
}
.uc2-index-page .single-link {
  font-size: 14px;
}
.photo-list-single .img-wrap .play-btn{
  position: absolute;
  bottom: 14px;
  right: 19px;
}
.photo-list-single .img-wrap.video-wrap{
  padding-bottom: 57%;
}
.nick-name {
	padding-bottom: 5px;
}
.nick-name:hover {
	color: #e3b37b!important;
	border-bottom: 2px #e3b37b solid;
}
.avatar:hover + .nick-name {
	color: #e3b37b!important;
	border-bottom: 2px #e3b37b solid;
} 