.cate_major_main hr{

    margin: 44px 0 33px 0;
    background: #E1E1E1;
    border: none;
    height: 1px;
    
}
.major_title{
    margin: 40px 0 20px 0;
}

.major_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.major_list li{
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    width: 20%;
    box-shadow: 0px 0px 1px #333333;
    color: #666666;
    height: 60px;
    line-height: 60px;
    text-align: center;}
.major_list li:hover{
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #FF998C;
}
.major_list li:hover a{
    color: #FF998C;
    text-decoration: none;
}
.major_list li a{
    width: 100%;
    height: 100%;
    display: block;
}
.major_screen{
    display: flex;
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
}
.major_screen_active{
color: #F65742;
background: #FFEFED;
border-radius: 6px;
}
.major_screen span{
padding:10px 20px;
font-size: 14px;
cursor: pointer;
}
.major_screen_box{
    display: flex;
    flex-wrap: wrap;
}
.major_screen_title{
    flex: 0 0 auto;
    padding-top: 10px;
}
.major_title{
font-size: 20px;
font-weight: bold;
color: #333333;
}
.major_tips a{
    background: url(/statics/images/zyk01.png) no-repeat left center;
    padding-left: 22px;
    margin-left: 20px;
}
.major_tips{
width: 1161px;
height: 42px;
line-height: 42px;
background: #FFF5F4;
border: 1px solid #FFC2BA;
text-indent: 18px;
font-size: 12px;
color: #666666;
}
.major_search{
display: flex;
justify-content: center;
}
.search_btn{
width: 100px;
font-size: 16px;
font-weight: 400;
color: #6D572C;
height: 48px;
background: #FFC24D;
    cursor: pointer;
}
#search_value{
    width: 380px;
    height: 48px;
    background: #FFFFFF;
    text-indent: 1em;
    font-size: 16px;
}
.major_header{
    height: 200px;
    width: 100%;
    text-align: center;
    background: url(/statics/images/zyk02.png) no-repeat;
}
.major_header h1{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 40px;
    margin-bottom: 30px;
}
.cate_main{
    padding:16px 20px;
}
.major{
    display: inline-block;
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
