#content, #content1, #content2 {
width:1200px !important;
margin:0 auto;
overflow:hidden;
}
.hunk_breadcrumb_navigation {
width:100%;
float:left;
margin-bottom:35px;
}
.hunk_breadcrumb_navigation_2 {
height:40px;
line-height:40px;
border-bottom: 1px solid #333;
}
.hunk_breadcrumb_navigation_2 a, .hunk_breadcrumb_navigation_2 span {
	font-size: 13px !important;
	color: #939393 !important;
	font-weight: 400;
}
#user_defined23 {
width:265px;
float:left;
}
#user_defined23 .bodyContTitle {
    height: 70px;
    background: #ac0606;
    padding: 0;
    position: relative;
}
#user_defined23 .bodyContTitle span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 15px;
}
#user_defined23 .bodyContTitle:after {
    content: "COMAPNY CENTER";
    position: absolute;
    color: rgba(255,255,255,.3);
    left: 0;
    top: 35px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
#user_defined23 .bodyContContent {
    background: #f3f3f3;
    padding: 11px 11px 67px 19px;
box-sizing: border-box;
}
.company_list li {
    line-height: 44px;
    height: 44px;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px dotted #d5d5d5;
    transition: all .4s;
}
.company_list li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #444;
    background: none;
    left: 0;
    top: 17.5px;
    transition: all .4s;
}
.company_list li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #444;
    left: 2.5px;
    top: 20.5px;
    transition: all .4s;
}
.company_list li:hover, .company_list .company_list1 {
    border-bottom: 1px dotted #ac0606;
}
.company_list li:hover:before, .company_list .company_list1:before {
    border: 1px solid #ac0606;
}
.company_list li:hover:after, .company_list .company_list1:after {
    background: #ac0606;
}
.company_list li a {
    display: block;
    color: #333;
    margin-left: 0 !important;
    font-size: 14px;
    transition: all .4s;
}
.company_list li:hover a, .company_list .company_list1 a {
    color: #ac0606 !important;
}
#user_defined22 {
width:890px;
margin-left: 45px;
float:left;
}
#user_defined22 .bodyContTitle {
display:none;
}
.join_tj, .join_lc {
margin-bottom:30px;
}
.join_tj p, .join_lc p {
font-size:18px;
color:#ac0606;
font-weight:700;
line-height:30px;
margin-bottom:10px;
}
.join_tj span, .join_lc span {
display:block;
line-height:30px;
color:#666;
font-size:16px;
}