.section {
    position: relative;
    width: 100%;
    margin: auto;
    clear: both;
    overflow: hidden;
}

.main {
    position: relative;
    width: 1000px;
    padding-top: 14px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.left {
    float: left;
    width: 246px;
    overflow: hidden;
    margin-right: 18px;
}

.leftTitle {
    width: 222px;
    height: 46px;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 2px solid #fe6716;
    color: #0c101f;
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
}

.leftTitle span {
    color: #0c101f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.leftProClaList {
    width: 246px;
    height: 100px;
    height: auto !important;
    min-height: 100px;
    padding-bottom: 14px;
}

.leftProClaListUl {
    width: 246px;
}

.leftProClaListUl li {
    width: 204px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 6px;
    border: 1px solid #d5d5d5;
    background: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftProClaList a {
    color: #0f1427;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}

.leftProClaListUl a:hover {
    color: #fe6716
}

.leftProClaListUl a.active {
    color: #fe6716
}

.leftContact {
    width: 204px;
    padding: 10px 20px;
    border: 1px solid #acacac
}

.leftContact dl {
    width: 204px;
    display: block;
    clear: both;
}

.leftContact dl dt,
.leftContact dl dd {
    color: #666666;
    font-size: 12px;
    line-height: 30px;
}

.leftContact dl dt {
    float: left;
    width: 40px;
    padding-left: 24px;
}

.leftContact dl dd {
    float: left;
    width: 138px;
}

.mainCon {
    width: 736px;
    float: left;
}

.mainConTitle {
    position: relative;
    width: 736px;
    height: 46px;
    border-bottom: 2px solid #fe6716;
}

.mainConTitle .mFont {
    float: left;
    height: 46px;
    color: #0f1427;
    font-size: 24px;
    line-height: 46px;
    font-weight: bold;
}

.mainConTitle .mEnglish {
    float: left;
    /*width: 100px; */
    height: 46px;
    color: #0f1427;
    font-size: 18px;
    line-height: 54px;
    display: block;
    font-family: arial;
    text-transform: uppercase;
}

.mainConTitle .position {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 46px;
    color: #666666;
    font-size: 12px;
    line-height: 54px;
}

.mainConTitle .position a {
    color: #666;
}

.mainConTitle .position a:hover {
    color: #0f1427
}

.mainConTitle .xian {
    width: 120px;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: #348502;
}

.mainConTitle .position span {
    font-size: 12px;
}

.mainContect {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 16px;
    padding-top: 15px;
    height: auto !important;
    min-height: 360px;
    word-wrap: break-word;
    word-break: break-all;
    padding-bottom: 20px;
    background: #fff;
}