@charset "UTF-8";
body {
  background: url(../img/background.png) no-repeat top center;
	width: 100%;
	font-family: "微软雅黑", Arial, "宋体";
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
.scy-index{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper-container{
	width: 492px;
	height: 330px;
	margin-left: 0!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto!important;
	right: 5px;
	left: auto!important;
}
.swiper-pagination-bullet{
	width: 12px!important;
	height: 12px!important;
	background: #CCCCCC!important;
	opacity: 1!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px!important;
	height: 12px!important;
	background: #FFC000!important;
	border-radius: 6px!important;
}
.slide-tit{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(54,94,134,0.8);
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.slide-tit p{
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.scy_part{
	width: 460px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
}
.h_tit{
	border-bottom: 1px solid #CBCBCB;
	padding: 0 0 10px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_name{
	display: flex;
	align-items: center;
}
.h_name span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #187EE7;
	margin-left: 5px;
}
.h_tit a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #979797;
}
.scy_ul{
	margin-top: 10px;
}
.scy_ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../img/li-bg.png) left center no-repeat;
	padding-left: 10px;
}
.scy_ul li a{
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 15px;
    color: #323232;
    height: 35px;
    line-height: 35px;
}
.scy_ul li a:hover{
	color: #187EE7;
}
.scy_ul li span{
	color: #9A9A9A;
	font-size: 15px;
}
.dt_ul{
	margin-top: 10px;
}
.dt_ul li a{
	height: 37px;
	line-height: 37px;
}

.scy-crump{
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.gray{
  color: #666;
}
.scy-detail-list{
  width: 305px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.scy-detail-list h3{
  background: url(../img/h-tltel-bg.png) no-repeat;
  width: 100%;
  height: 41px;
  background-size: 100% 100%;
}
.scy-detail-list h3 span{
  background: #fff;
  margin-left: 15px;
  line-height: 43px;
  padding: 0 5px;
  color: #187ee7;
  font-size: 18px;
}
.scy_detail_ul li a{
  width: 70%;
}