@charset "utf-8";
@import url("global.css");
/*查询*/
.webtrack {
    margin: 30px auto;
    height: 280px;
    overflow: hidden;
    }

.webtrack .left,
.webtrack .right {
    float: left;
    }

.webtrack .left {
    background: #5cb6f2;
    padding: 40px;
    width: 340px;
    height: 200px;
    }

.webtrack .right{
    width: 780px;
    position: relative;
    }


.webtrack .left textarea {
    width: 320px;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px;
    height: 130px;
    line-height: 20px;
    font-size: 14px;
    }

.webtrack .left #track {
    display: block;
    padding: 10px 0;
    background: #FFA500;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 10px  auto auto auto;
    }

.webtrack .left #track:hover {
    background: #FF8C00
    }

.webtrack .right .webtrack_banner {
    margin: 0;
    width: 780px;
    height: 280px;
    }

.webtrack .right .webtrack_banner li {
    float: left;
    height: 280px;
    }

/*列表*/
.track {
    margin: 30px auto 60px auto;
    overflow: hidden;
    }

.track .left,
.track .right {
    float: left;
    }

.track .left {
    width: 830px;
    margin-right: 30px;
    }

.track .right {
    width: 340px;
    }

/*列表表格*/
.left table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.left table tr:hover {
    background: #f5f5f5;
    }

.left table th {
    background: #0993f0;
    color: #fff !important;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    }

.left table td {
    border-bottom: 1px solid #f5f5f5;
    height: 60px;
    }

.left table th,
.left table td {
    padding: 10px;
    color: #666;
    text-align: left;
    }

.left table td:nth-child(1) {
    font-size: 20px;
    color: #f60;
    }

.left table td .a_btn {
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #0993f0;
    border-radius: 4px;
    color: #fff;
    }

.left table td .a_btn:hover {
    color: #fff;
    background: #ffae00;
    }

/*子table*/
.track_tb {
    display: none;
    background: #f5f5f5;
    }

.left table td > table td {
    height: 30px !important;
    color: #878787 !important;
    font-size: 14px !important;
    background-color: #f5f5f5 !important;
    }

.left table td > table td:nth-child(1),
.left table td > table td:nth-child(3) {
    width: 555px;
    }

.track_end {
    color: #FF8c00 !important;
    }

.track_date {
    text-align: right !important;
    }

.track_status {
    width: 30px;
    background: url("/source/img/ico_status.gif") -50px center no-repeat #fbfbfb;
    }

.track_status_st {
    width: 30px;
    background: url("/source/img/ico_status.gif") 0px center no-repeat #fbfbfb;
    }

.track_status_wait {
    width: 30px;
    background: url("/source/img/ico_status.gif") -100px center no-repeat #fbfbfb;
    }

.track_status_end {
    width: 30px;
    background: url("/source/img/ico_status.gif") -150px center no-repeat #fbfbfb;
    }

/*右侧通用*/
.track .right > .list {
    width: 340px;
    background: #fafafa;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    }

.track .right .list span.mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 30px;
    }

.track .right .list span.more {
    position: absolute;
    top: 30px;
    right: 30px;
    }

.track .right .list span.more a {
    color: #bbb;
    }

.track .right .list span.more a:hover {
    color: #333;
    }

.track .right .list span.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
    }

.track .right .list span.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    }

.track .right .list .case {
    margin: 20px 30px;
    text-align: center;
    overflow: hidden;
    }

.track .right .list .query {
    margin: 20px 30px 0 20px;
    font-weight: 400;
    font-size: 22px;
    color: #393D49;
}

.track .right .list .tel {
    margin: 20px 30px 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #393D49;
    }

.track .right .list ul {
    margin-top: 10px;
    }

.track .right .list ul li {
    width: 280px;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    }

.track .right .list ul li:last-child {
    border-bottom: 0 !important;
    }

.track .right .list ul li .art-img {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
    }

.track .right .art-img img {
    width: 280px;
    transition: all 0.5s;
    }

.track .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);
    }

.track .right .art-txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    }

.track .right .comm_list .art-txt {
    text-align: left !important;
    }
