body {
    /*background: #f4f4f4;*/
}

.headerBar {
    background: #fff;
}

.topBar {
    line-height: 35px;
    font-size: 12px;
    color: #6B6A6A;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
}

.topLeft a {
    font-size: 13px;
    padding-left: 15px;
}

.topRight a {
    padding-left: 35px;
}

.logoBar {
    height: 100px;
    width: 100%
}

.logoLeft {
    width: 40%;
}

.logoLeft img {
    vertical-align: middle;
    cursor: pointer;
}

.logoLeft label {
    font-size: 24px;
    color: #545454;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid #545454;
    line-height: 25px;
}

.logoRight {
    width: 60%;
}

.logoRight_box {
    overflow: hidden;
    margin-top: 23px;
}

.logoRight_input {
    width: 500px;
    height: 38px;
    border: 2px solid #B7810D;
}

.logoRight_select {
    width: 80px;
    height: 38px;
    border: 0;
    border-right: 1px solid #DDD;
    float: left;
    font-size: 14px;
    color: #7A7873;
    padding-left: 10px;
}

.logoRight_text {
    width: 300px;
    height: 38px;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    padding: 0 10px;
}

.logoRight_search {
    width: 100px;
    height: 38px;
    background-color: #B7810D;
    font-size: 16px;
    color: #FFF;
    float: right;
    border: 0;
    cursor: pointer;
}

.logoRight_release {
    width: 164px;
    height: 42px;
    background-color: #B7810D;
    font-size: 16px;
    color: #FFF;
    float: right;
    border: 0;
    cursor: pointer;
    margin-left: 23px;
}

.logoRight_hot {
    margin-top: 10px;
}

.logoRight_hot a {
    font-size: 12;
    color: #ABABAB;
    margin-right: 12px;
}

.menuBar {
    border-bottom: 1px solid #DDD;
}

.menu li {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
}

.menu li:first-child {
    background-color: #B7810D;
    height: 38px;
    position: relative;
    padding: 0 30px;
}

/*contentBar*/
.contentBar {
    /*margin-top: 15px;*/
}

.contentbox {
    overflow: hidden;
}

.content_title {
    line-height: 42px;
    font-size: 12px;
    background: #fff;
    padding: 0 15px;
}

.content_title label:first-child {
    background: url(../icon/place.gif) left center no-repeat;
    padding-left: 20px;
}

.content_title label {
    color: #666;
}

.content_title .selected span {
    color: #ff7700;
    border: 1px solid #ddd;
    background: url(../icon/close.gif) right no-repeat;
    padding-right: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
    padding-left: 5px;
}

.selected {
    margin-left: 10px;
}

.selected span:hover {
    border: 1px solid #FF7700;
    cursor: pointer;
}

.content {
    margin-bottom: 15px;
    background-color: #FFF;
    border: 1px solid #DDD;
    width: 1198px;
}

.select a:hover {
    color: #ff7700;
    cursor: pointer;
}

.select > li {
    line-height: 40px;
    overflow: hidden;
    border-top: 1px solid #DDD;
    font-size: 12px;
    color: #797979;
}

.select_action {
    background-color: #F39B01;
    color: #FFF;
}

.select_name {
    width: 84px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #404040;
}

.select_content {
    width: 980px;
    float: left;
    height: 40px;
}

.select_content a {
    display: inline-block;
    line-height: 20px;
    width: 90px;
}

.select_content2 {
    margin-left: 84px;
    display: none;
}

.select_content3 {
    margin-left: 84px;
    display: none;
}

.select_content4 {
    margin-left: 84px;
    display: none;
}

.select_content5 {
    margin-left: 84px;
    display: none;
}

.select_complex {
    width: 50px;
    line-height: 20px;
    border: 1px solid #DDD;
    text-align: center;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
    color: #797979;
    float: right;
}

.select_more {
    background: url(../icon/down.gif) 85% center no-repeat;
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    width: 40px;
    line-height: 20px;
    border: 1px solid #DDD;
    text-align: center;
    margin-top: 10px;
}

.fliter {
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #606060;
    overflow: hidden;
    margin-bottom: 15px;
}

.hidden {
    display: none !important;
}

.money i {
    background: url(../icon/moneydefault.png) no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.fliter ul .current i {
    background: url(../icon/moneyup.png) no-repeat;
}

.fliter ul .current .moneydown {
    background: url(../icon/moneydown.png) no-repeat;
}

.fliter ul li {
    display: inline-block;
    width: 60px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.fliter .current {
    color: #fff;
    background: #ff7700;
}

.fliter label {
    float: left;
    margin-left: 20px;
    font-size: 12px;
    padding-right: 15px;
    margin-right: 20px;
}

.fliter .address {
    background: url(../icon/down.gif) right center no-repeat;

}

.fliter .price input {
    width: 60px;
    line-height: 23px;
    padding-left: 10px;
}

.fliter .price button {
    display: none;
    border: 1px solid #ff7700;
    background: #fff;
    color: #ff7700;
    width: 40px;
    height: 27px;
    cursor: pointer;
    margin-left: 10px;
}

.fliter_checkbox {
    float: left;
    margin-left: 40px;
}

.fliter_checkbox input {
    vertical-align: middle;
}

.fliter_page {
    float: right;
}

.fliter_page img {
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.fliter_page label {
    font-size: 14px;
    color: #464646;
}

.fliter_page span {
    color: #FF811B;
}

.red {
    color: red;
}

.green {
    color: green;
}

/*左内容 table*/
.contentBar3 .table {
    width: 766px;
}

.contentBar3 .table > div {
    margin-bottom: 10px;
}

.contentBar3 .table > div:first-child + div {
    background: #fcfcfc;
}

.contentBar3 .table > div:first-child + div + div + div {
    background: #fcfcfc;
}

.contentBar3 .table > div:first-child + div + div + div + div + div {
    background: #fcfcfc;
}

.contentBar3 .table_tltle {
    background: #F2F2F2;
    border: 1px solid #e5e5e5;
}

.table_tltle .left {
    padding-left: 10px;
}

.table_tltle .right {
    color: #ff7700;
    padding-right: 20px;
}

.table_tltle span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.purchase tr {
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.purchase_width1 {
    color: deepskyblue;
    padding-left: 15px;
}

.purchase_width2 {
    padding-left: 30px;
}

.purchase_width3 {
    padding-left: 30px;
}

/*右边*/
.img_box {
    width: 380px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 8px 10px;
}

.img_box img {
    width: 100%;
    height: 267px;
}

.img_box1 {
    width: 400px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
}

.img_box1 img {
    width: 100%;
    height: 243px;
}

.content-right {
    width: 420px;
}

.news_wrap {
    width: 400px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.tagContent {
    overflow: hidden;
    border-top: 1px solid #CCC;
    margin-top: -1px;
    width: 400px;
}

.tagContent div {
    width: 390;
    border-top: none;
    height: 243px;
    overflow: hidden;
}

.news_box p:first-child {
    overflow: hidden;
    margin-top: 10px;
}

.news_box p:first-child a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 20px;
}

.news_box p:first-child img {
    float: right;
}

.news_content {
    margin-top: 10px;
}

.news_content li {
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.news_content a {
    background: url(../icon/disc_black.gif) left center no-repeat;
    padding-left: 15px;
    font-size: 14px;
    color: #3B3B3B;
    display: inline-flex;
    max-width: 300px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    padding-right: 8px;
}

.news_content a:hover {
    color: #ff7700;
}

.news_content li .right {
    padding-right: 20px;
}

.news_content small {
    font-size: 12px;
    color: #929292;
}

.news-title {
    background: #F2F2F2;
}

.news-title span {
    height: 41px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 2px;
    font-size: 14px;
    color: #A1A1A1;
}

.news-title span:first-child a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px 9px 10px;
    border-bottom: 2px solid #ff7700;
    color: #000000;
}

.news-title span a:hover {
    color: #ff7700;
    cursor: pointer;
}

.news-title .more2 a {
    color: #1B55A9;
    text-decoration: none;
    padding-right: 5px;
}

/*其它铜价*/
.other_price {
    line-height: 30px;
    margin-bottom: 10px;
}

.other_price a {
    margin-top: 5px;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #E5E5E5;
}

.other_price a:hover {
    color: #ff7700;
    cursor: pointer;
}
