a:focus, a:hover{
    text-decoration: none;
    color:#333;
}
body {
     line-height: normal;
    }



/*就业岗位*/
.list{
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
}

.collect{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.list .hot_left {
    width: 120px;
    height: 80px;
    margin-right: 2%;
    position: relative;
}
 .hot_left img {
    display: block;
    width: 120px;
    height: 80px;
}
.list .hot_right {
    position: relative;
    width: 58%;
}
.list .hot_right p:nth-child(1) {
    font-size: 16px;
    padding: 0px 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list .hot_right p:nth-child(2) {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 0;
    bottom: 5px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

/*企鹅学院*/
.wrapper03 .scroller li{
    font-size: 16px;
}


.tabbox{
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 70px;
    display: none;
}
.tabbox .xtname{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.tabbox ul.tuw {
    border-bottom: 1px solid #d7d7d7;
}
.tabbox ul.tuw li{
    float: left;
    width: 49%;
    margin-bottom: 10px;
}
.tabbox ul.tuw li a img{
    width: 100%;
    height: 90px;
    margin-bottom: 4px;
}
.tabbox ul.tuw li a p{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    font-size: 14px;
}

.tabbox ul.tuw li:nth-child(2n-1){
    margin-right: 2%;
    

}

.txwx ul.tuw li:nth-child(1){
    width: 100%;
}

.txzhxy ul.tuw li{
    width: 100%;
}

.zzlist{
    width:100%;
    padding-top: 20px;
}
.zzlist .article{
    float: left;
    width: 32%;
    margin-bottom: 14px;
    position: relative;
    text-align: center;
    margin-right: 1.5%;
}
.zzlist .article:nth-child(3n){
    margin-right: 0;
}
.zzlist .article img{
    display: inline-block;
    width: 46px;
    height:46px;
    text-align: center;
}
.biaoti{
    font-size: 14px;
}

/*滑动2*/
.sdwrap{
    overflow: hidden;
    height: 40px;
}
.cont{
    height: 40px;
    overflow-x: auto;
    overflow-y:hidden ;
    position: relative;
}
.state {
    left: 0px;
    top: 0px;
    position: absolute;
    height: 40px;
    overflow-x: auto;  
    white-space: nowrap;
    display: flex;          
}

.state li{
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    padding:0 5px 0 2px;
    margin-right:10px;
}

.state .active {
    color: #1296db;           
}

.list .hot_right p.jianjie:nth-child(2) {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zhidao{
    display: block;
    width: 94%;
    height: 40px;
    background: #1296db;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    position: fixed;
    left: 3%;
    bottom: 70px;
}
a.zhidao:focus, a.zhidao:hover{
    color:#fff;
}
.zhidao img{
    display: inline-block;
    vertical-align:middle;
    width: 28px;
    height: 28px;
    margin-right: 4px;
}

.bottom_nav li a p{
    font-size: 14px !important;
    line-height: 11px;
}