#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
.inner{overflow: hidden;width: 1200px; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.e-header .header{
    background: none;
}
.web-banner{
   // overflow: hidden;
    position: relative;
    margin-top: -74px;
    width: 100%;
    background: url("//dl.cfxz123.com/source/www/aboutUs/awards-honor/banner.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 200px 0 55px 0;
}
.web-banner span{
    overflow: hidden;
    display: block;
    font-size: 24px;
    color: #fff;
}
.web-banner span.size{
    font-size: 36px;
    margin-bottom: 12px;
}
.web-content{
    overflow: hidden;
    width: 100%;
}
.year{
    overflow: hidden;
    position: relative;
}
.year.first{
    margin-top: 63px;
}
.year .left-time{
    overflow: hidden;
    background: url("//dl.cfxz123.com/source/www/aboutUs/awards-honor/icon-01.png") no-repeat;
    background-size: 100% 100%;
    width: 77px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    color: #035b83;
    font-size: 18px;
}
.year .right-con{
    overflow: hidden;
    border-left: dashed 1px #035b83;
    padding-left: 86px;
    margin-left: 39px;
}
.year .right-con.last{
    padding-bottom: 50px;
}
.year .right-con .left-img{
    overflow: hidden;
    width: 420px;
    height: 210px;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 56px;
}
.year .right-con .left-img img{
    transition: all 0.35s ease-in;
}
.year .right-con .left-img img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.35s ease-in;
}
.year .right-con .right-text{
    overflow: hidden;
    width: 580px;
    height: 210px;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
.year .right-con .right-text span{
    overflow: hidden;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0 22px 0;
    line-height: 28px;
}
.year .right-con .right-text p{
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.year .right-con .right-text a{
    overflow: hidden;
    display: block;
    text-align: right;
    color: #0096dc;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media (max-width: 1200px){
    .inner{width: 100%}
    .year .right-con .left-img{ width: 35%;height: 160px}
    .year .right-con .left-img img{width: 100%}
    .year .right-con .right-text{ width: 55%; height: 160px}
    .year .right-con .right-text span{margin-top: 5px; margin-bottom: 10px}
}



























