/*tab切换样式*/
ul {
    list-style: none;
    margin: 0px auto;
}
a {
    text-decoration: none;
}
.tab-contain {
    margin:20px auto ;
    width: 1200px;
    background: #fff;
}
.tab-contain .category {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tab-contain .category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #E5E5E5;
    z-index: 2;
}
.tab-contain .category ul li {
    margin-left:36px;
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 17px 31px;
}
.tab-contain .category ul li.active {
    border-bottom-color: #2F69C1;
    color: #2F69C1;
}
.tab-contain .cont {
    padding: 36px;
}
.tab-contain .cont h2{
    color: #333;
    font-size: 26px;
    margin-bottom: 30px;
}
.tab-contain .cont h3{
    padding-left: 20px;
    margin-bottom: 18px;
}
.tab-contain .cont p{
    margin-bottom: 20px;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
}
.tab-contain .right-return{
    display: flex;
    justify-content: flex-end;
}
.tab-contain .right-return a{
    display: block;
    width:104px;
    height:40px;
    background:rgba(52,108,195,1);
    border-radius:4px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.tab-contain .cont dl{
    color: #333;
    font-size: 16px;
}
.tab-contain .cont .paylist dt{
    padding-left: 20px;
}
.tab-contain .cont .paylist dd{
    padding-left: 40px;
}
.tab-contain .cont .lawlist dd{
    padding-left: 20px;
}
.tab-contain .cont .other a{
    position: relative;
    text-decoration: none;
    display: block;
    padding:32px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.tab-contain .cont .other a .time{
    font-size: 14px;
    color: #4D4D4D;
    margin-right: 22px;
}
.tab-contain .cont .other a .tit{
    font-size: 16px;
    color: #4D4D4D;
    font-weight: bold;
}
.tab-contain .cont .other a .arrown-right{
    position: absolute;
    top:35px;
    right:0px;
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url("../img/newImages/arrownRight.png") no-repeat;
}
.tab-contain .cont.active {
    display: block;
}
.tab-contain .cont .recruit-empty{
    margin-top: 110px;
    text-align: center;
    font-size: 18px;
    color:#666;
}
