.item-row{
  display: flex;
  align-items: flex-start;;
  justify-content: space-between;
}
.item-row .item-left{
  position: relative;
}
.item-row .item-left img{
  width: 370px;
}
.item-row .item-left .bottom{
  width: 371px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-row .item-left .bottom .arrow-left{
  width: 36px;
	height: 42px;
	background-color: #333333;
  opacity: 0.6;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.item-row .item-left .bottom .arrow-left i{
  color: #fff;
  font-size: 18px;
}
.item-row .item-left .bottom .arrow-right{
  width: 36px;
	height: 42px;
	background-color: #333333;
  opacity: 0.6;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.item-row .item-left .bottom .arrow-right i{
  color: #fff;
  font-size: 18px;
}
.item-right{
  width: 370px;
}
.item-right .top-line{
  display: flex;
  width: 100%;
}
.item-right .top-line .gray{
  display: inline-block;
  flex: 1;
	height: 5px;
  background-color: #f5f5f5;;
  margin-right: 5px;
}
.item-right .top-line .blue{
  display: inline-block;
  width: 49px;
	height: 5px;
  background-color: #3b58ad;
  margin-right: 5px;
}
.item-right .top-title{
  display: flex;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-right .top-title .text{
  font-size: 22px;
  color: #3b58ad;
  font-weight: bold;
}
.item-right .top-title .more{
  color: #3b58ad;
  cursor: pointer;
}
.item-right .black-title{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.item-row .ul-list{
  width: 370px;
}
.item-row .ul-list .ul-title{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-row .ul-list .ul-title .text{
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #3b58ad;
  font-size: 22px;
	font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.item-row .ul-list .ul-title .more{
  color: #3b58ad;
  cursor: pointer;
}
.item-row .ul-list .media-body-inner{
  padding-right: 0;
}
.item-row .ul-list .media-body-inner{
  padding-right: 0;
}
.item-row .ul-list .imgs{
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-row .ul-list .imgs img{
  width: 170px;
	height: 114px;
}
.img-row{
  width: 100%;
}
.img-row .img-title{
  display: flex;
  align-items: center;
}
.img-row .img-title .blue{
  width: 5px;
	height: 24px;
  background-color: #3b58ad;
  margin-right: 15px;
}
.img-row .img-title .text{
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
}
.img-row .img-title .gray{
  flex: 1;
  height: 12px;
  background: url(../img/gray_height.png) no-repeat ;
}
.img-row .img-box{
  display: flex;
  align-items: center;
  width: 100%;
}
.mr-45{
  margin-right: 45px;
}
.img-row .img-box .img-div img{
  width: 370px;
	height: 222px;
}
.img-row .img-box .img-div .text{
  width: 370px;
  height: 45px;
 font-size: 16px;
 line-height: 45px;
 text-align: center;
 box-shadow: 0px 3px 10px 0px 
		rgba(6, 1, 0, 0.05);
}
.carousel-caption {
  position: absolute;
  right: 36px;
  bottom: 0px;
  left: 36px;
  z-index: 10;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
}
.carousel-control-prev, .carousel-control-next {
  width: 36px;
  height: 42px;
  background-color: #333333;
  opacity: 0.6;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  top: auto;
  bottom: 0;
}
