﻿.main {
    position: relative;
    padding-bottom: 40px;
	background-color: #f7f7f7;
}

.main_wrap {
    width: 1150px;
    margin: 0 auto;
}

.hot_professional_top {
    height: 305px;
    background-color: #fff;
}
.hot_professional_top .tag {
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
}
.hot_professional_top .hot_list {
    padding:20px 30px;
}
.hot_professional_top .hot_list .item {
    display: inline-block;
    float: left;
    width: 160px;
    height: 70px;
    margin: 10px;
    line-height: 70px;
    text-align: center;
    background-image: url("img/hot_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 18px;
}
.profession_category .category_box {
    position: relative;
    margin-top: 20px;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
}
.profession_category .category_box .caption {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}
.profession_category .category_box .caption h4 {
    display: inline;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #F0131C;
    padding-left: 10px;
}

.profession_category .category_box .caption span{
    display: inline-block;
    float: right;
}





.profession_category .category_box .category_wrap h5 {
    position: relative;
    margin: 30px 0 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.profession_category .category_box .category_wrap h5:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #F0131C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.profession_category .category_box .category_wrap h5 span {
    margin-left: 14px;
}

.profession_category .category_box .category_wrap .category_list { overflow:hidden; font-size:14px;}
.profession_category .category_box .category_wrap .category_list li {
   width: 130px; height: 40px; background: #ffffff; border: 1px solid #e7e7e7; text-align: center; line-height: 40px; float: left; margin:0 10px 10px 10px; 
}
.profession_category .category_box .category_wrap .category_list li a {
    color: #656565;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 10px; display: block;
}
 .profession_category .category_box .category_wrap .category_list li a:hover {
    color: #ff0045; 
 }