.img-box{
	background-size: cover !important;
  background-position: top center !important;
}
.videoTop{
	width: 100%;
	height: 4rem;
	background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoTop img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.smallVideoBox{
  position: relative;
  display: flex;
  align-items: center;
    justify-content: center;
}
.Golden li a{
	background: none;
}

.img-box img {
  width: 100%;
  /*height: 100%;*/
  display: block !important;
  object-fit: contain !important;
  /*display: none;*/
}

.Golden li a .desc{
	/* background: #776758; */
}
.video-box a{
	display: block;
	position: relative;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.section-top .tit {
  color: #e3b37b;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: 20px;
}

.tit{
	font-size:14px;
}
.section-top .section-more {
  padding: 5px;
  color: #b7b7b7;
}
.section {
  margin-top: 0.1rem;
  box-sizing: border-box;
}
.section ul {
  margin: 0 -0.1rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.section ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0.3rem 0.1rem;
  padding-top: 0;
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
}
.section ul li .img-box {
  height: 2.3rem;
}
.home-video ul li .img-box{
  max-width: 100%;
  /* height: 100%; */
  max-height: 1.89rem;
  object-fit: contain;
}
.ssIcon{
	font-size: 24px !important;
}
.spIcon{
	font-size: 22px !important;
}
.szIcon{
	font-size: 24px !important;
}
.imgIcon{
	font-size: 15px !important;
}
.spIcon+span{
	    float: right;
    /*padding-top:.04rem;*/
}
.ssIcon+span{
	    float: right;
    /*padding-top: .1rem;*/
}
.szIcon+span{
	    float: right;
       /*padding-top: .08rem;*/
}
.section ul li > a {
  background: url('../img/photo_desc_bg.png') repeat;
    /* flex:1; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.section .desc {
  overflow: hidden;
  padding: 10px;
    /* flex:1; */
    flex-grow: 1;
}
.section .cline2 {
      height: 42px;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
}
.section.section-with-date .desc {
  padding-bottom: 10px;
}
.section.section-with-date .date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: .14rem;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: .14rem;
}
.section.section-with-date .num .iconfont {
  margin-right: .04rem;
}
.section-with-info .section-body li .img-box {
  position: relative;
}
.section-with-info .section-body li .img-box .checkbox-blue {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: .4rem;
  width: .4rem;
  text-align: center;
}
.section-with-info .section-body li .img-box .checkbox-blue .iconfont {
  font-size: .2rem;
  position: absolute;
  top: 0;
  left: .1rem;
}
.section-with-info .section-body .info {
  padding: 0rem .2rem .2rem;
  font-size: .16rem;
  color: #a0a0a0;
}
.bsb {
  box-sizing: border-box;
}
.home .iconfont {
  font-size: 0.32rem;
}
#home_swiper .swiper-desc {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#home_swiper .swiper-desc span{
  white-space: normal!important;
}
#home_swiper .am-slides li,
#home_swiper .am-slides .swiper-slide {
  height: 3.75rem;
  background: #000;
}
#home_swiper .am-slides li a,
#home_swiper .am-slides .swiper-slide a {
  width: 100%;
  height: 100%;
}
#home_swiper .am-slides li a img,
#home_swiper .am-slides .swiper-slide a img {
  height: 100%;
  object-fit: contain;
}
#home_swiper .am-control-nav {
  position: absolute;
  bottom: .9rem;
}
#home_swiper .am-control-nav a {
  width: 0.16rem;
  height: 0.16rem;
  background-color: rgba(90, 90, 90, 0.6);
}
#home_swiper .am-control-nav .am-active {
  background-color: #fff;
}
/*公告*/
.announce {
  background-color: #131313;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #b7b7b7;
}
.announce .announce-list {
  flex: 1;
  overflow: hidden;
  margin: 0 .2rem;
}
.announce .announce-list ul {
  white-space: nowrap;
  /* padding-left:65px!important; */
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.announce .announce-list ul a {
  color: #b7b7b7;
}
.announce .announce-list li {
  margin-right: 0.3rem;
  display: inline-block;
}
.announce .btn-more {
  color: #fff;
  background-color: #004578;
      padding: 0.02rem 0.3rem;
  border-radius: 0.1rem;
  font-size: 14px;
}
/*最热*/
.home-hot {
  padding: .2rem .2rem;
  padding-right: 0;
  background-color: #232323;
  box-sizing: border-box;
}
.home-hot .section-top {
  padding-right: .2rem;
}
.home-hot .hot-body {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.home-hot .hot-body .img-box{
  background-color: transparent;
}
.home-hot .hot-body ul {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-hot .hot-body ul li {
  width: 4.4rem;
  display: inline-block;
  margin-right: 0.6rem;
}
.home-hot .hot-body .hot-desc{
  white-space: normal;
}
.home-hot .hot-body ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.home-hot .hot-body ul li.more{
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.home-hot .hot-body ul li.more a{
  width: 1.2rem;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.home-hot .hot-body ul li:nth-last-of-type(2){
  margin-right: 0;
}
.home-hot .hot-body ul .img-box {
  width: 4.2rem;
  height: 2.8rem;
}
.home-hot .hot-body ul .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hot .hot-body .hot-desc {
  padding: 0.2rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.home-hot .hot-body .no {
  margin-right: 5px;
  margin-top: -3px;
  
}
.home-hot .hot-body .no img {
  width: 38px;
}
.jingji .desc,
.keji .desc,
.whys .desc,
.tiyu .desc,
.zrhj .desc,
.shsh .desc {
  background-color: #313131;
}
.home-video video {
  width: 100%;
}
.home-video .desc {
	display: block;
  font-size: 14px;
  color: #fff;
  background-color: #313131;
}
.home-video .video-box {
  margin-bottom: 0.2rem;
}
.home-video .video-icon {
       background-color: #996d3d;
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 50px;
    font-size: 12px;

}
.home-video .video-icon i {
  margin-right: 5px;
  font-size: 14px;
}
.shuxian:before {
       content: " ";
    float: left;
    width: 4px;
    margin-top: 1px;
    height: 14px !important;
    vertical-align: middle;
    background: #e3b37b;
} 