.slide{
    background-color: #f7f7f7;
    height: 50px;
    max-width: 850px;
}
.slide .slider-item {
   
    height: 50px;
    float: right;
    background: #f7f7f7;
    border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
}

.slide .slider-item a {
    color: #656565;
    text-decoration: none;
}
.slide #title {
    text-align: center;
    width: 136px;
    height: 48px;
    color: #fff;
    /* text-shadow: 2px 0 5px #000; */
    float: right;
    background: #bfbfbf;
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
}

.slide #title h4 {
    font-family: "wyekan";
      
}

.lead{
  font-size: 16px!important;
}

@media screen and (max-width: 1000px) {
	.lead{
  		font-size: 14px!important;
	}
}