.introduction_browse{
    margin-top: 30px;
}
.example{
    margin-top: 20px;
}
.introduction_browse h1{
    color: #2a2a2a;
    font-size: 24px;
    text-align: center;
}
.introduction_browse ul{
    margin-top: 20px;
}
.introduction_browse li{
    float: left;
    margin-left: 5px;
}
.carousel-item p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.carousel-item img{
    width: 285px;
    height: 267px;
}
.ft-carousel {
    position: relative;
    width: 1200px;
    height: 350px;
    overflow: hidden;
}
.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.carousel-item{
    margin-left: -200px;
}
.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}
.carousel-item a {
    float: left;
    margin-left:18px;
    display: inline-block;
    font-size: 16px;
    color: #414141;
}
.carousel-item a:first-child{
    margin-left: -8px;
}
.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #d2d2d2;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}
.ft-carousel .carousel-indicators span.active {
    background-color: #de3a3a;
}
/*---------新闻信息----------*/
.carousel-item li{
    position: relative;
}
.carousel-item h3{
    width: 275px;
    line-height: 50px;
    font-size: 22px;
    overflow:hidden;
    position: absolute;
    text-overflow:ellipsis;
    white-space:nowrap;
    background:rgba(0,0,0,0.3);
    bottom: 83px;
    z-index: 99;
    color: white;
    padding-left:10px;
    height: 0;
}
.carousel-item a:hover h3{
    height: 50px;
    transition: all 1s;
}
/*-------列表-------*/
.new_list {
    margin-top: 30px;
}
.new_list ul{
    float: left;
    margin-left: 135px;
    width: 510px;
}
.new_list ul:first-child{
    margin-left: 0;
}

/*--------标题-----*/
.new_titile h3{
    font-size: 18px;
    color: #242424;
}
.new_list li a{
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 510px;
}
.new_list li{
    margin-top: 10px;
}
.new_list li img{
    width: 214px;
    height: 124px;
    margin-left: 15px;
    margin-top: 20px;
}
.new_list li img:first-child{
    margin-left: 0;
}
.new_list li a:hover{
    color: #940000;
}
.zy_01{
    animation-delay: 1s;
    animation-direction:unset;

}
.zy_02{
    animation-delay: 1s;
    animation-direction:unset;

}






