@charset "utf-8";
@import url("global.css");

/******************全局********************************/
.news_model_box {
    width: 1200px;
    background: #FFF;
    margin: 30px auto 50px auto;
    overflow: hidden;
}

.find {
    color: #ff0000;
}

/*******************左侧新闻列表*********************************/
.news_model_box .left {
    width: 830px;
    margin-right: 30px;
}

.news_model_box .right {
    width: 340px;
}

.news_model_box .left,
.news_model_box .right {
    float: left;
}

.news_model_box .left .news_big-pic {
    width: 830px;
    height: 300px;
    overflow: hidden;
}

.news_model_box .left .news_big-pic .big1 {
    float: left;
    width: 530px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.news_model_box .left .news_big-pic .big1 img {
    width: 530px;
    height: 300px;
}

.news_model_box .left .news_big-pic .big1-content {
    position: absolute;
    width: 530px;
    height: 300px;
    background: url("/source/img/big1.png") bottom repeat-x;
    left: 0;
    top: 0;
}

.news_model_box .left .news_big-pic .big2-pic {
    position: relative;
    margin-left: 540px;
    width: 290px;
    height: 145px;
    background: #fafafa;
    overflow: hidden;
}

.news_model_box .left .news_big-pic .big2-pic img {
    width: 290px;
    height: 145px;
}

.news_model_box .left .big2-pic:last-child {
    margin-top: 10px;
}

.news_model_box .left .news_big-pic .big2-content {
    position: absolute;
    width: 290px;
    height: 145px;
    background: url("/source/img/big2.png") bottom repeat-x;
    left: 0;
    top: 0;
}

.news_model_box .left .news_big-pic h1 {
    width: 480px;
    padding: 5px 30px;
    bottom: 22px;
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.news_model_box .left .news_big-pic h2 {
    width: 250px;
    padding: 5px 20px;
    bottom: 16px;
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.news_model_box .left .news_big-pic h1:hover,
.news_model_box .left .news_big-pic h2:hover {
    color: #f5f5f5;
}

.news_model_box .left .news_list {
    padding: 35px 0;
    height: 140px;
    border-bottom: 1px solid #f0f0f0;
    width: 830px;
    position: relative;
    overflow: hidden;
}

.news_model_box .left .news_list a.category {
    position: absolute;
    padding: 0 10px;
    height: 20px;
    border: 1px solid #3CA5F6;
    bottom: 28px;
    right: 0;
    font-size: 12px;
    color: #3CA5F6;
    text-align: center;
    line-height: 18px;
    z-index: 10;
}

.news_model_box .left .news_list a:hover.category {
    color: #fff;
    background: #09f;
}

.news_model_box .left .thumb {
    float: left;
    width: 250px;
    height: 140px;
    margin-right: 30px;
    overflow: hidden;
}

.news_model_box .left .thumb img {
    height: 140px;
    width: 250px;
    transition: all 0.5s;
}

.news_model_box .left .thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.news_model_box .left .news_list .text {
}

.news_model_box .left .news_list .text .meta {
    margin: 15px 0 10px 0;
    color: #bbb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_model_box .left .news_list .text .meta a {
    color: #bbb;
}

.news_model_box .left .news_list .text .meta a:hover {
    color: #09f;
}

.news_model_box .left .news_list .text .meta > span {
    padding-left: 25px;
    margin-right: 10px;
    height: 20px;
    /*display: inline-block;*/
}

span.time {
    background: url("/source/img/icon_time.png") left no-repeat;
}

span.tags {
    background: url("/source/img/icon_tag.png") left no-repeat;
}

span.read {
    background: url("/source/img/icon_read.png") left no-repeat;
}

span.tags a {
    display: inline-block;
    margin-right: 10px;
}

span.tags a:hover {
    color: #09f !important;
}

.news_model_box .left .news_list .text h3 {
    margin-bottom: 10px;
    font-weight: 400;

}

.news_model_box .left .news_list .text h3 a {
    font-size: 18px;
    color: #333;
}

.news_model_box .left .news_list .text h3 a:hover {
    color: #09f;
}

.news_model_box .left .news_list .text .desc {
    color: #999;
    line-height: 26px;
}

/*----------------右侧内容--------------------*/
.news_model_box .right > .list {
    width: 340px;
    background: #fafafa;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.news_model_box .right .list span.mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 30px;
}

.news_model_box .right .list span.more {
    position: absolute;
    top: 30px;
    right: 30px;
}

.news_model_box .right .list span.more a {
    color: #bbb;
}

.news_model_box .right .list span.more a:hover {
    color: #333;
}

.news_model_box .right .list span.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
}

.news_model_box .right .list h2.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
}

.news_model_box .right .list span.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #f0f0f0;
}

.news_model_box .right .list .tags {
    margin: 20px 30px;
    overflow: hidden;
}

.news_model_box .right .list .tags a {
    float: left;
    display: block;
    padding: 5px 5px 5px 0;
}

.news_model_box .right .list .search {
    margin: 20px 30px;
    overflow: hidden;
}

.news_model_box .right .list .weixin {
    margin: 20px 30px;
    overflow: hidden;
    text-align: center;
}

.news_model_box .right .list .search input[type='text'] {
    width: 268px;
    height: 38px;
    padding: 5px;
    border: 1px solid #f0f0f0;
    text-indent: 1em;
}

.news_model_box .right .list .search input[type='text']:hover {
    border: 1px solid #09f;
}

.news_model_box .right .list .search input[type='submit'] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background: #3ca5f6 url("/source/img/icon_search.png") 80px center no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.news_model_box .right .list .search input[type='submit']:hover {
    background: #2f99ea url("/source/img/icon_search.png") 80px center no-repeat;
}

.news_model_box .right .fcl_list ul,
.news_model_box .right .lcl_list ul,
.news_model_box .right .air_list ul,
.news_model_box .right .comm_list ul {
    margin-top: 10px;
}

.news_model_box .right .fcl_list ul li,
.news_model_box .right .lcl_list ul li,
.news_model_box .right .air_list ul li,
.news_model_box .right .comm_list ul li {
    width: 280px;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.news_model_box .right .fcl_list ul li:last-child,
.news_model_box .right .lcl_list ul li:last-child,
.news_model_box .right .air_list ul li:last-child,
.news_model_box .right .comm_list ul li:last-child {
    border-bottom: 0 !important;
}

.news_model_box .right .fcl_list ul li .art-img,
.news_model_box .right .lcl_list ul li .art-img,
.news_model_box .right .air_list ul li .art-img,
.news_model_box .right .comm_list ul li .art-img {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_model_box .right .art-img img {
    width: 280px;
    transition: all 0.5s;
}

.news_model_box .right .art-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.news_model_box .right .art-txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.news_model_box .right .comm_list .art-txt {
    text-align: left !important;
}

.news_model_box .right .category_list {
    width: 280px;
    padding: 20px 30px;
    overflow: hidden;
}

.news_model_box .right .category_list li {
    float: left;
    border: 1px solid #f0f0f0;
    margin: 15px 20px 0 0;
    width: 118px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.news_model_box .right .category_list li.curr,
.news_model_box .right .category_list li:hover {
    background: #f97752;
    color: #fff;
    border: 1px solid #fafafa;
}

.news_model_box .right .category_list a {
    color: #f1754f;
    font-size: 16px;
}

.news_model_box .right .category_list li.curr a,
.news_model_box .right .category_list li:hover a {
    color: #fff;
}
.comm_list .comm_list_a{
    margin-left: 26px;
}
/*tag*/
.tag_header {
    background: #fafafa;
    width: auto;
    padding: 10px 10px 20px 20px;
    line-height: 60px;
    font-weight: 400;
    font-size: 20px;
	border-radius:5px;
}

.tag_header h1 {
    display: inline;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

.tag_header > .desc {
    font-size: 16px !important;
    line-height: 2 !important;
    color: #333 !important;
    font-weight: 400 !important;
}

/*内容*/

.news_model_box .left .news_content {
    width: 830px;
    position: relative;
    overflow: hidden;
}

.news_model_box .left .art_header h1 {
    font-size: 28px;
    margin: 0;
    position: inherit;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}

.news_model_box .left .art_header .art_meta {
    position: relative;
    color: #bbb;
    font-size: 16px;
    margin: 20px 0 27px;
}

.news_model_box .left .art_header .art_meta > span {
    display: inline-block;
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
}

.news_model_box .left .art_header span.auth {
    border-right: 1px solid #bbb;
    padding-left: 0 !important;
}

.news_model_box .left .art_header .category {
    position: absolute;
    padding: 0 10px;
    height: 20px;
    border: 1px solid #3CA5F6;
    bottom: 0px;
    right: 0;
    font-size: 12px;
    color: #3CA5F6;
    text-align: center;
    line-height: 18px;
    z-index: 10;
}

.news_model_box .left .art_header .category:hover {
    background: #3CA5F6;
    color: #fff;
}

.news_model_box .left .art_content {
    line-height: 30px;
    margin: 25px 0 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.news_model_box .left .art_content a {
    color: #09f;
    text-decoration: underline;
}

.news_model_box .left .art_content img {
    padding: 20px 0;
    max-width: 800px;
    margin: auto;
}

.news_model_box .left .art_content br {
    line-height: 60px;
    display: inline;
}

.news_model_box .left .art_content p {
    padding-bottom: 20px;
}

.news_model_box .left .tag_box {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
}

.news_model_box .left .tag_box a {
    float: left;
    display: block;
    padding: 10px 15px;
    background-color: #f0f0f0;
    color: #bbb;
    margin: 20px 10px 20px 0;
}

.news_model_box .left .tag_box h3 {
    font-weight: normal;
}

.news_model_box .left .tag_box a:hover {
    background-color: #ececec;
    color: #999;
}

.news_model_box .left .news_context {
    border-top: 1px solid #f0f0f0;
    margin-bottom: 40px;
    overflow: hidden;
}

.news_model_box .left .news_context li {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.news_model_box .left .news_context li a {
    color: #666;
}

.news_model_box .left .news_context li a:hover {
    color: #09f;
    text-decoration: underline;
}

/*  详细页 table 风格*/
.news_model_box .left .art_content table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 20px 0;
    word-wrap: break-word;
    word-break: break-all;
}

.news_model_box .left .art_content table th {
    background: #e5f5ff;
    font-weight: bold;
}

.news_model_box .left .art_content table th,
.news_model_box .left .art_content table td {
    padding: 5px 10px;
    color: #333;
    border: 1px solid #999;
    font-weight: normal !important;
}

/*相关运价*/
.latest{
    margin-top: 10px;
}
.latest .category{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0;
    color: #666;
}
.latest li a{
    display: inline-block;
    padding: 5px 10px;
    color: #09f;
    font-size: 16px;
}
.news_model_box .left .news_content .freight_relateprice {
    background: #1E9FFF;
    color: #fff;
    overflow: hidden;
    padding-top: 10px;
}

.news_model_box .left .news_content .freight_relateprice .freight_tab span {
    display: inline-block;
    text-decoration: none;
    padding: 7px 9px;
    text-align: center;
    font-size: 16px;
}

.news_model_box .left .news_content .freight_relateprice .freight_tab a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    text-align: center;
    font-size: 16px;
    position: relative;
    top: 1px;
    color: #fff;
}

.news_model_box .left .news_content .freight_relateprice .freight_tab a:hover {
    color: #f0f0f0;
}

.news_model_box .left .news_content .freight_relateprice .freight_tab a.active {
    background: #fff;
    border-bottom: none !important;
    color: #333;
}

.news_model_box .left .news_content .freight_relateprice .tab_content {
    width: 100%;
    background: #fff;
}

.news_model_box .left .news_content .freight_relateprice table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    background: #fff;
}

.news_model_box .left .news_content .freight_relateprice table tr {
    border-bottom: 1px dashed #eee;
}

.news_model_box .left .news_content .freight_relateprice table tr:hover {
    background: #f5f5f5;
}

.news_model_box .left .news_content .freight_relateprice table tr.header td {
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #777;
}

.news_model_box .left .news_content .freight_relateprice table td {
    padding: 12px 0;
    color: #777;
    text-indent: 1em;
}

.news_model_box .left .news_content .freight_relateprice table td a {
    color: #09f;
}

/*结束*/

/*分享*/
.bdsharebuttonbox {
    position: absolute;
    top: -8px;
    left: 400px;
}

.bdimgshare-bg {
    display: none !important;
}
/*评论*/
.left .hd {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}
.left .bd {
    position: relative;
    margin-left: 76px;
    margin-bottom: 20px;
}
.left .editor {
    position: relative;
    zoom: 1;
}
.left .inner,.left .inner2 {
    position: relative;
    border: 1px solid #c5c5c5;
    padding: 12px 20px;
    background: #f5f5f5;
}
.left .box {
     display: block;
     width: 100%;
     min-height: 1.5em;
     max-height: 86px;
     overflow-y: auto;
     resize: none;
     background: none;
 }
.left .box2 {
    display: block;
    width: 100%;
    min-height: 1.5em;
    max-height: 86px;
    overflow-y: auto;
    resize: none;
    background: none;
}
.left .user-head, .left .user-head-default {
    position: absolute;
    top: 0;
}
.left .head {
    float: left;
    width: 46px;
    margin-left: -76px;
}
.left .head a {
    display: block;
    margin-top: 8px;
    width: 46px;
    height: 46px;
    color: inherit;
    overflow: hidden;
    border-radius: 100%;
}
.left .head img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
}
.left textarea {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    outline: none;
}
.reply-form-wrap{
    margin: 10px 0;
}
.left .inner:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 16px;
    height: 12px;
    width: 7px;
    color: #c5c5c5;
    background: url("/source/img/arrow-fix.png") 0 0 no-repeat #f5f5f5;
    overflow: hidden;
}
.left .inner2:after {
    content: '';
    position: absolute;
    top: -9px;
    right: 12px;
    height: 12px;
    width: 7px;
    color: #c5c5c5;
    background: url("/source/img/arrow-fix.png") 0 0 no-repeat #f5f5f5;
    overflow: hidden;
    transform: rotate(90deg);
}
.left .ft {
    position: relative;
    margin-left: 76px;
    height: 40px;
    line-height: 40px;
}
.left .right-actions {
    float: right;
    margin-top: 10px;
}
.left .btn.btn-disabled {
    float: left;
    margin-left: 30px;
    cursor: not-allowed;
    color: #f5f5f5;
    background: #999;
}
.left .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 90px;
    vertical-align: baseline;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.left .list {
    padding: 0 30px;
    border-top: none;
}
.left .item:first-child {
    border-top: none;
}
.left .item {
    position: relative;
    list-style: none;
    margin-left: 76px;
    padding: 12px 0 10px;
    border-top: 1px solid #e8e8e8;
}
.left .head {
    float: left;
    width: 46px;
    margin-left: -76px;
}
.left .head a {
    display: block;
    margin-top: 8px;
    width: 46px;
    height: 46px;
    color: inherit;
    overflow: hidden;
    border-radius: 100%;
}
.left .area {
    color: #999;
    padding-left: 10px;
}
.left .txt {
    position: relative;
    text-align: justify;
    word-break: break-all;
}
.left .list .action .reply {
    float: right;
}
.left .action .times {
    color: #999;
}
.left .action {
    font-size: 14px;
    text-align: left;
}
.left  .comment {
    background: #4996C7;
    color: #fff;
}
.left  .comment2 {
    background: #4996C7;
    color: #fff;
}
.user_login_form ul li {
    padding: .5rem 0;
}
.or_tag li{
    margin: 10px;
    width: 30%;
    float: left;
    text-align: center;
}
.freights_model_box {
    margin-bottom: 40px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 1198px;
}
.freights_model_box #freights_nav {
    padding-left: 35px;
    width: 60%;
    height: 23px;
    line-height: 23px;
    background: url(/source/img/comm.png) no-repeat 0 0;
    font-size: 14px;
    color: #09f;
}
.freights_model_box #freights_nav a {
    color: #09f;
}
.none {
    display: none;
}
.left .list .action .reply2 {
    float: right;
}
.content_item{
    margin-top: 20px;
    border: 1px solid #ddd;
}
.content_item .port_list {
    overflow: hidden;
    background: #fff;
}
.content_item .port_list p.title {
    height: 40px;
    line-height: 40px;
    background: #09f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
}
.content_item .port_list p span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
.content_item .port_list ul {
    padding: 10px 0;
}
.content_item .port_list li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 170px;
    margin-left: 22px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comm_list h2{
    float: left;
    font-size: 15px;
}
.dialog-list-wrap {
    background: #f5f5f5;
    margin-left: 76px;
    margin-bottom: 30px;
}
.dialog-list {
    position: relative;
    padding: 0;
}
.dialog-list .item {
    position: relative;
    margin-left: 0;
    padding: 12px 20px 10px;
}

.item {
    position: relative;
    list-style: none;
    margin-left: 76px;
    padding: 12px 0 10px;
}
