
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    overflow: hidden;
}
.jiameng {
    background:#ebebeb;
}
.jiameng .common-bg{
    background: #fff;
    width: 100%;
}
.jiameng .yyitem-bg{
    background: #fff;
    width: 100%;
    margin-bottom: 14px;
}
.jiameng .yyitem-bg .yyitem{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.t-exclusive-search-row{
    padding: 30px 0;
    margin-bottom: 20px;
}
.t-exclusive-address{
    width:47%;
    overflow: hidden;
    line-height: 50px;
}
.t-exclusive-address span,
.t-exclusive-address select{
    float: left;
    margin-right: 15px;
}
.t-exclusive-address span{
    font-size: 16px;
    color: #333;
}
.t-exclusive-address select{
    width: 130px;
    height: 50px;
    padding:0 20px;
    font-size: 16px;
    color: #333;
    border: 1px solid #CACACA;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url('../icon/select.png') 90% center no-repeat;
    cursor: pointer;
}
.t-exclusive-address select:focus{
    outline:none;
}
.t-exclusive-address select option:focus{
    outline:none;
}
.t-exclusive-search{
    overflow: hidden;
    /*width: 50%;*/
    line-height: 50px;
}
.t-exclusive-search i,
.t-exclusive-search input,
.t-exclusive-search span{
    float: left;
    margin-left: 15px;
    font-size: 16px;
}
.t-exclusive-search i{
    font-style: normal;
    color: #333;
}
.t-exclusive-search input{
    width: 300px;
    height: 46px;
    padding-left: 26px;

}
.t-exclusive-search input:focus{
    outline: none;
}
.t-exclusive-search input::-webkit-input-placeholder {
    color: #999;
}
.t-exclusive-search input::-moz-placeholder {
    color: #999;
}
.t-exclusive-search input::-ms-input-placeholder {
    color: #999;
}
.t-exclusive-search span{
    width: 80px;
    height: 50px;
    line-height: 50px;
    background:#ffaf29;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.t-exclusive-search span:hover{
    background: #f49b05;
}
.jiameng .yyitem-bg  .content{
    padding-bottom: 14px;

}
.jiameng .yytab-cont {
    width: 1200px;
    margin: 20px auto;
}

.jiameng .yytab-cont{
    width: 1200px;
    margin:20px auto;
    overflow: hidden;
}
.jiameng .yytab-cont  ul{
    padding-top: 20px;
    overflow: hidden;
}
.jiameng .yytab-cont  ul li{
    width: 23.2%;
    margin-right: 26px;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
    transition: all .2s linear;
    overflow: hidden;
    box-sizing: content-box;
    border: 1px solid #fff;
}
.jiameng .yytab-cont  ul li:nth-child(4n){
    margin-right: 0;
}
.jiameng .yytab-cont  ul li a img{
    width: 100%;
    height:187px;
    vertical-align: top;
    transition: all .2s linear;
}
.jiameng .yytab-cont  ul li   .text{
    padding:14px 20px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.jiameng .yytab-cont  ul li .text h1 a{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.jiameng .yytab-cont  ul li .text p{
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jiameng .yytab-cont  ul li .txt{
    font-size: 12px;
    color: #666;
    margin-top:20px;
    line-height: 26px;
}
.jiameng .yytab-cont  ul li .txt .xtop{
    width:10px;
    height: 2px;
    background:#333;
    margin-bottom: 12px;
}
.jiameng .yytab-cont  ul li:hover img{
    transform: scale(1.1);
}
.jiameng .yytab-cont  ul li:hover {

    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    /* transform: translate3d(0, -1px, 0); */
    border: 1px solid #ffaf29;
}

