.main{
    background:url(../images/gossip-bg.jpg);
    font-size: 0;
    display: block;
    position: relative;
}
.main-left{
    display: inline-block;
    width:30%;
    vertical-align: top;
}
.img-div{
    display: block;
    width: 100%;
    padding-top:23.43%;
    padding-left: 12.5%;
    padding-right: 19.27%;
    box-sizing: border-box;
    position: relative;
}
.img-c{
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.img-title{
    width: 80%;
    position: absolute;
    clip: rect(0px 398px 0  0px);
    clip: rect(0px, 398px, 0, 0px);
    animation:gossipTitMove 2s 0s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -webkit-animation:gossipTitMove 2s 0s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -moz-animation:gossipTitMove 2s 0s cubic-bezier(0, 0, 0.57, 1.05) forwards;
}


.main-right{
    display: inline-block;
    width: 70%;
    font-size: 14px;
    margin-top: 5.16%;
    padding-right: 4.16%;
    box-sizing: border-box;
    vertical-align: top;
}
.main-right header{
    font-size: 18px;
    opacity: 0;
    animation:fadeInUp20 2s 0.3s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -webkit-animation:fadeInUp20 2s 0.3s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -moz-animation:fadeInUp20 2s 0.3s cubic-bezier(0, 0, 0.57, 1.05) forwards;
}
.search-title{
    font-size: 22px;
    color: #b0343a;
}
.search-bg{
    display: inline-block;
    background: url(../images/gossip-input.png) no-repeat;
    line-height: 48px;
}
.search-1{
    width: 255px;
}
.search-2{
    width: 135px;
}
.search-3{
    width: 255px;
}
.search-bg select{
    padding: 0 10%;
    height: 49px;
    line-height: 49px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../images/gossip-btn-icon.png) no-repeat center right 10px;
}
.search-bg select::-ms-expand { display: none; }
.search-3 .search-input{
    margin-left: 10px;
    line-height: 30px;
    width: 151px;
}
.search-3 .search-btn:before{
    content:'';
    background: url(../images/gossip-btn-icon2.png) no-repeat center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    vertical-align: middle;
}
.ret-btn{
    background: url(../images/gossip-btn-bg2.png);
    float: right;
    width: 76px;
    height: 77px;
    line-height: 61px;
    text-align: center;
    color: #ffffff;
}

.painting{
    margin: 64px 14px 108px 14px;
    position: relative;
    opacity: 0;
    animation:fadeInUp20 2s 0.7s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -webkit-animation:fadeInUp20 2s 0.7s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -moz-animation:fadeInUp20 2s 0.7s cubic-bezier(0, 0, 0.57, 1.05) forwards;
}
.painting .content{
    display: inline-block;
    width: 100%;
    height: 214px;
    border: 8px solid #e1dcd5;

    background: #f1eeec;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
    padding: 35px;
    overflow: hidden;
}
.painting .painting-l{
    display: inline-block;
    background: url(../images/gossip-bg4.png);
    width: 16px;
    height: 242px;
    position: absolute;
    top: -14px;
    left:-14px;
}
.painting .painting-r{
    display: inline-block;
    background: url(../images/gossip-bg4.png);
    width: 16px;
    height: 242px;
    position: absolute;
    top: -14px;
    right: -14px
}
.main-right .nav{
    margin-bottom: 72px;
    opacity: 0;
    animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -webkit-animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -moz-animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
}
.nav li{
    display: inline-block;
    background: url(../images/gossip-btn-bg3.png);
    margin-right: 75px;
    width: 173px;
    height: 61px;
    font-size: 22px;
    text-align: center;
    line-height: 61px;
    overflow: hidden;
}
.nav li.cur{
    background: url(../images/gossip-btn-bg.png);
    color: #ffffff;
}
.nav li:last-child{
    margin-right: 0;
}

.exe{
    margin-bottom: 133px;
    font-size: 0;
    margin-right: 10%;
    opacity: 0;
    animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -webkit-animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
    -moz-animation:fadeInUp20 2s 1s cubic-bezier(0, 0, 0.57, 1.05) forwards;
}
.exe-list{
    display: inline-block;
    width: 25%;
}
.exe-list .title{
    font-size: 18px;
    color: #bb0325;
    margin-bottom: 30px;

}
.exe-list ul{
    margin-bottom: 47px;
}
.exe-list ul li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: #bb0325;
    vertical-align: center;
}
.exe-list ul li{
    font-size: 14px;
    margin-bottom: 23px;
}
.exe-list .more{
    background: url(../images/gossip-btn.png);
    width: 77px;
    height: 35px;
    display: block;
}
.cup{
    width: 15.5729%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes gossipTitMove {
  0%{
    clip: rect(0px 398px 0  0px);
    clip: rect(0px, 398px, 0, 0px);
  }
  100%{
    clip: rect(0px 398px 326px 0px);
    clip: rect(0px, 398px, 326px, 0px);
  }
}


@media (max-width: 1440px){
    .search-bg{
        
        height: 40px;
        background-size: 210px 40px;
    }
    .search-1,.search-3{
        width: 210px;
    }
    .search-2{
        width: 112px;
    }
    .search-3 .search-input{
        width: 115px;
        line-height: 40px;
        vertical-align: top;
    }
    .search-btn{
        line-height: 40px;
    }
    .search-title{
        line-height: 40px;
        font-size: 18px;
    }
    .search-bg select{
        height: 40px;
        line-height: 40px;
        vertical-align: top
    }
    .main-right header{
        font-size: 16px;
    }
    .painting{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .main-right .nav{
        margin-bottom: 60px;
    }
}
@media (max-width: 1366px){
    .main-left{
        width: 25%;
    }
    .main-right{
        width: 75%;
    }
}