﻿
.container{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.bread{ display: none;
    margin: 25px 0;
    font-size: 14px;
    color: #000;
}
.appealNav{
    width: 99%;
    height: 74px;
    line-height: 74px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 6px 0px rgba(8,2,4,0.15);
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.leftTit{
    font-size: 16px;
    color: #333;
    float: left;
}
.num{
    color: #2467B6;
    margin: 0 10px;
}
.rightBtn{
    width:154px;
    height:43px;
    line-height: 43px;
    background:rgba(41,107,184,1);
    border-radius:22px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 15px;
}
.rightBtn a{
    display: block;
    width: 100%;
    height: 100%;
}
.leftCon{
    width: 1200px;
    float: left;
}
.rightCol{
    width: 237px;
    float: right;
}
.rightColTit{
    width: 237px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background:linear-gradient(0deg,rgba(27,51,92,1),rgba(68,160,227,1));
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.rightColCol img{
    width: 100%;
    height: 70px;
}
.rightColCol a{
    width: 100%;
    height: 100%;
    display: block;
}
.rightColCol p{
    color: #ECA62C;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.tableThead{
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #296BB8;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.ddd{
    overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.leftConWrap{
    margin-bottom: 50px;
}
.fl{
    float: left;
}
.w1{
    width: 180px;
    text-align: center;
}
.w2{
    width: 800px;
}
.w3{
    width: 100px;
    margin-left: 10px;
}
.tableCol{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid  #DCDCDC;
    font-size: 16px;
    color: #333;
}
.cloud{
    width:80px;
    height:24px;
    line-height: 24px;
    background:rgba(41,107,184,1);
    color: #fff;
    text-align: center;
    margin-top: 15px;
    position: relative;
    border-radius: 5px;
    margin-left: 12px;
}
.ing::after{
    width: 80px;
    content: '\53d7\7406\4e2d';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ing::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #296BB8;
}
.before::after{
    width: 80px;
    content: '\5f85\53d7\7406';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.before::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #296BB8;
}
.end{
    background: #A1A1A1!important;
}
.end::after{
    width: 80px;
    content: '\5df2\529e\7ed3';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.end::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #A1A1A1;
}
.pageWrap{
    margin: 20px auto;
    text-align: center;
}