@charset "utf-8";
/* CSS Document  - top */
.top-carousel .item {
  width: 750px;
  height: 400px;
}
.top-carousel .owl-controls {
  background: url(img/slider_sh.png) no-repeat;
  background-position: 50% -40px;
  position: relative;
  width: 100%;
  height: 70px;
  display: block;
  padding: 30px 2px 2px 2px;
	overflow: hidden;
}
.top-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 1200px;
	position: relative;
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.top-carousel .owl-controls .owl-dot {
  background-color: #000;
  height: 70px;
  width: 140px;
  position: relative;
  background-position: 50% 50%;
  z-index: 2;
  box-sizing: border-box;
}
.top-carousel .owl-controls .owl-dot-fl {
  border: 2px solid #e63376;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.top-carousel .owl-controls .owl-dot-fl:before {
  content: "";
  background: url(img2/slider_ar.png) no-repeat bottom center;
  width: 20px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

.top-sttl {
  margin: 60px auto 25px;
}


.top-recommend {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-recommend .top-recommend-box {
  width: 230px;
  text-align: center;
}
.top-recommend a {
}
.top-recommend .top-recommend-img {
  position: relative;
}
.top-recommend .top-recommend-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/top_bn_dec.png) no-repeat;
  background-position: 50% 50%;
  z-index: 2;
  opacity: 1;
}
.top-recommend a:hover {
  text-decoration: none;
  color: #e63376;
}

.top-recommend .top-recommend-name {
  color: #4c443a;
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
}
.top-recommend a:hover .top-recommend-name {
  color: #e63376;
}
.top-recommend p {
  font-size: 14px;
  line-height: 24px;
  color: #4c443a;
}
.top-recommend a:hover p {
  color: #e63376;
}
.top-recommend-rankicon {
  vertical-align: middle;
  display: inline-block;
  padding-right: 2px;
}




.top-news {
  width: 750px;
  margin: 30px auto;
}
.top-news .ml-40 ,
.top-news .mb20 {
  margin: 0 auto;
}
.top-news li.mb20 {
  position: relative;
  font-size: 14px;
  color: #4c443a;
}
.top-news li a:hover {
  text-decoration: none;
  background-color: #faf8f5;
  display: block;
  color: #4c443a;
}
.top-news li.new:before {
  content: "";
  background: url(shared/img/icon_new.png) no-repeat top left;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.top-news .col-md-4{
  width: 140px;
  box-sizing: border-box;
  padding: 20px;
}
.top-news .col-md-4 img {
  width: auto;
  height: auto;
}
.top-news .col-md-8 {
  width: -webkit-calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: calc(100% - 140px);
  float: none;
}
.top-news .row {
  -ms-align-items: center;
  align-items: center;
}
.top-news .col-md-8 p > a ,
.top-news .news-ttl {
  font-size: 20px;
  color: #e63376;
  margin-bottom: 6px;
}
.top-news hr {
  background-color: #bbb3a9;
  height: 1px;
  width: 100%;
  border: none;
  margin: 0 auto;
}
.top-news .news-date {
  font-size: 15px;
  color: #4c443a;
}