#content {
width:1200px;
margin:0 auto;
}
#content1,#content2,#content3 {
width:1200px !important;
overflow:hidden;
}
.hunk_breadcrumb_navigation {
    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_list3 {
    border-bottom: 1px dotted #ac0606;
}
.company_list li:hover:before, .company_list .company_list3:before {
    border: 1px solid #ac0606;
}
.company_list li:hover:after, .company_list .company_list3: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_list3 a {
    color: #ac0606 !important;
}
#companyIntro {
width:890px;
margin-left: 45px;
float:left;
}
#companyIntro .bodyContTitle {
display:none;
}
#companyIntro .bodyContContent p {
color:#666;
font-size:14px;
line-height:26px;
text-indent:2em;
margin-bottom:10px;
}
#companyIntro .bodyContContentRightCont div {
display:inline-block;
width:100%;
vertical-align: middle;
}
.c_right {
margin:20px 0;
}