.list ul{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between ;
}
.list ul li{
    width: 380px;
    height: 200px;
    margin-bottom: 25px;
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    border: 1px solid #C5EFEE;
    position: relative;
}
.list ul li:hover{
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.15);
    color: #fac200;
    cursor: pointer;
}
.list ul li img{
    width: 50%;
    float: left;
    height: 100%;
}

.list ul li .text{
    float: left;
    color: #999;
    margin-left: 10px;
}

.list ul li h3{
    font-size: 16px;
    color:#111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list ul li .label{
    position: absolute;
    top: 0px;
    right: 0;
    background:#C5EFEE;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2A9696;
}
.list ul li .label.history{
    background: #999;
    color: #fff
}

.index_title{
    height: 22px;
    color: #111;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    border-left: 2px solid #2A9696;
    padding-left: 10px;
}

.info{
    color: #000;
    padding: 50px 0;
}
.info h2{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    border-left: 2px solid #2A9696;
    padding-left: 10px;
}
.info p{
    margin-bottom: 20px;
}
.info .pic{
    width: 100%;
    margin-bottom: 20px;
}
.info .pic img{
    width: 422px;
    height: 356px;
    margin-right: 50px;
   
}
.info .picbig{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.video{
    width: 100%;
    height: 600px;
    background: #000;
    margin-bottom: 50px;
}

#anchor_history{
    height: 22px;
    color: #111;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    border-left: 2px solid #2A9696;
    padding-left: 10px;
}
.banner{
    width: 100%;
    margin-bottom: 20px;
}

