*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
button{
    border: 0;
    padding: 0;
}
.search-top{
    padding: 36px 0;
    width: 100%;
    background: #F8FAFC;
}
/* form{
    width: 1200px;
    margin: 0 auto;
} */
.search{
    width: 840px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.search input{
    width: 680px;
    padding-left: 60px;
    background: #FFF url(/statics/search/images/search-button.png) no-repeat 20px;
    border-right: 0;
    font-size: 14px;
    color: #898989;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    border:none;
    box-shadow: 2px 2px 10px #ccc;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.search button{
    width: 100px;
    height: 50px;
    color: #fff;
    background: #4FB951;
    cursor: pointer;
    float: right;
}
#auto_div{
    display: block;
    position: absolute;
    left: 40px;
    top: 60px;
    background: #fff;
    width: 700px;
    line-height: 30px;
    color: #898989;
}
.setSearch_onclick{
    padding-left: 20px;
}
.setSearch_onclick:hover{
    background: #4FB951;
    color: #fff;
}
form>.hot{
    width: 840px;
    margin: 0 auto;
    font-size: 12px;
}
form>.hot>a{
    text-decoration: none;
    color: #4D555D;
    margin-right: 20px;
    cursor: pointer;
}

.item{
    display: none;
}
.item.active{
    display: block;
}
.item li{
    display: block;
    padding: 20px 30px;
    height: 130px;
    border-bottom: 1px solid #F6F6F6;
}
.item li>div{
    float: left;
    height: 124px;
    overflow: hidden;
}
.item li>div.picture{
    width: 210px;
}
.item li>div.picture>img{
    width: 100%;
    height: 100%;
}
.item li>div.information{
    width: 495px;
    margin-left: 30px;
}
.item li>div.information>.title{
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item li>div.information>.title>a{
    font-size: 16px;
    color: #191919;
    font-weight: bold;
}
.item li>div.information>.title img{
    vertical-align: middle;
}
.item li>div.information>.title em{
    color: #4FB951;
    font-style: normal;
}
.item li>div.information>p{
    font-size: 14px;
    color: #777;
    line-height: 28px;
}
.item li>div.information>p.dir{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item li.zixun>div.picture{
    width: 124px;
}
.item li.zixun>div.information{
    width: 585px;
    margin-left: 30px;
}
.item li.zixun>div.information>p.dir{
    height: 62px;
    display: -webkit-box;
    white-space:normal; 
    word-break:break-all;
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
}
.item li.zixun1>div.information{
    width: 100%;
    margin-left: 0px;
}
.item li.quanzi>div.picture{
    width: 210px;
}
.item li.quanzi>div.information{
    width: 495px;
    margin-left: 30px;
}
.item li.quanzi>div.information>p.dir{
    height: 62px;
    display: -webkit-box;
    white-space:normal; 
    word-break:break-all;
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
}
.item li.quanzi1>div.information{
    width: 100%;
    margin-left: 0px;
}
/*右侧*/
.right{
    width: 352px;
    float: right;
}
.right .box{
    font-size: 16px;
    line-height: 56px;
    color: #191919;
    margin-left: 30px;
}
.right .tuition{
    display: block;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.right .tuition>p{
    margin-left: 30px;
    line-height: 45px;
    font-size: 18px;
}
.right .yz{
    background: #D6F5F0 url(/statics/search/images/yz.png) no-repeat 270px;
    color: #3EB29F;
}
.right .yxk{
    background: #EFE5D4 url(/statics/search/images/yxk.png) no-repeat 270px;
    color: #D1A85D;
}
.right .qz{
    background: #D4E4EF url(/statics/search/images/qz.png) no-repeat 270px;
    color: #5AA3D5;
}
.right .tk{
    background: #F1D3C8 url(/statics/search/images/tk.png) no-repeat 270px;
    color: #EB784D;
}
.right .box-top{
    width: 100%;
    height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.right .box-top1{
    background: #8BE1C7 url(/statics/search/images/yxw-logo.png) no-repeat center;
}
.right .box-top2{
    background: #94CBE4 url(/statics/search/images/yxkt-logo.png) no-repeat center;
}
.right .box-bottom{
    height: 110px;
    background: #F7F7F7;
    padding: 10px 0px 10px 30px;
    margin-bottom: 10px;
    display: flex;
}
.right .box-bottom>.left{
    /* float: left; */
}
.right .box-bottom>.right{
    /* float: left; */
    margin-left: 30px;
    font-size: 18px;
    color: #525252;
    margin-top: 10px;
}
.right .box-bottom>.right>span{
    display: block;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 25px;
    color: #47C333;
    background: url(/statics/search/images/wx.png) no-repeat center left;
}
.right .box-bottom>.right>span.second{
    color: #FF3300;
    background: none;
    padding-left: 0px;
}
.right .tags>a{
    display: block;
    float: left;
    padding: 12px 14px;
    color: #777;
    background: #F7F7F7;
    border: 1px solid #F2F2F2;
    margin-right: 10px;
    margin-bottom: 10px;
}


/*首页*/
.search-box{
    width: 658px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -332px;
    margin-top: -200px;
}
.search-box>form{
    width: 100%;
    margin-top: 40px;
}
.search-box>form>.search{
    width: 100%;
}
.search-box input {
    width: 562px;
    padding-left: 20px;
    border-right: 0;
    font-size: 17px;
    color: #898989;
    height: 42px;
    line-height: 42px;
    display: block;
    float: left;
    border: 1px solid #32B16C;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #fff;
    box-shadow: none;
}
.search-box button {
    width: 74px;
    height: 44px;
    color: #fff;
    background: #4FB951;
    cursor: pointer;
    float: right;
}
.logo{
    width: 239px;
    height: 64px;
    margin: 0 auto;
}
.logo img{
    width: 100%;
}
.search-box #auto_div{
    display: block;
    position: absolute;
    left: 0;
    top: 54px;
    background: #fff;
    width: 583px;
    line-height: 30px;
    color: #898989;
}
.search-box .setSearch_onclick{
    padding-left: 20px;
}
.search-box .setSearch_onclick:hover{
    background: #4FB951;
    color: #fff;
}
.noDataContentTipContainer .content_wrap{margin-top: 15vh; text-align: center;}
.noDataContentTipContainer .tips{color: #aaa; font-size: 14px;}


.c{
    width: 1080px;
    min-width: 1080px;
}
#q{
    width: 350px;
    padding-left: 20px;
    border-right: 0;
    font-size: 17px;
    color: #898989;
    height: 50px;
    line-height: 42px;
    display: block;
    float: left;
    border: 1px solid #32B16C;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #fff;
    box-shadow: none;
}
.jg{
    margin-left: 50px;
    line-height: 50px;
}
body>.l{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    padding: 50px 0 20px 300px;
    box-sizing: border-box;
    display: flex;
}
.bgno{
    width: 1200px;
    margin: 0 auto;
    padding-left: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
}
.bgno span{
    float: left;
}
.bgno ul li{
    float: left;
    margin-left: 15px;
}
.sr_frm_box{
    display: flex;
}
.footer{
    width: 1400px;
    margin: 20px auto 30px;
    text-align: left;
    padding-left: 450px;
}
.footer p{
    line-height: 28px;
    font-size: 14px;
    color: #828282;
}