@charset "utf-8";

html {
    font-family: "微软雅黑","Helvetica Neue", Helvetica, STHeiTi,  Arial, sans-serif;
}

body{
    min-width: 1200px;
    margin: 0;
    font-size: 14px;
    color: #666;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    background-color: #ffffff;
}


body,div,dl,dt,dd,ul,ol,li,hr,form,fieldset,input,legend, button,textarea,blockquote,p {
     margin:0;
     padding:0;
     box-sizing: border-box;
 }



a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


ol, ul, li {
    list-style: none;
}

input{
    background: transparent;
    border: 1px solid #b3b3b3;
}

input, button, textarea, select {
    font-size: 100%;
    outline:none;
    -webkit-appearance:none;
}
.f{
    display: flex;
    justify-content: center;
    align-items: center;
}
.f.fs{
    justify-content: flex-start;
}

.f.fe{
    justify-content: flex-end;
}

.f.fsa{
    justify-content: space-around;
}

.f.fb{
    justify-content: space-between;
}

.f.fn{
    flex-direction: column;
}

.f.fp{
    flex-wrap: wrap;
}

.flex{
    flex: 1;
}



.col2{color: #B92828;}
.col3{color: #FF851D;}
.mt20{margin: 20px 0;}

.clearfix:after{
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}

.clearfix{
    zoom:1;
}

.clearfix>li,.fl{
    float: left;
}

.clearfix>li.fr,.fr{
    float: right;
}

.fw{
    width: 1200px;
    margin: 0 auto;
}

.tl{text-align: left;}
.tc{text-align: center;}

.nodata{
    line-height: 100px;
    text-align: center;
    color: red;
}

.el{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.txtbox{
    position: relative;
    width: 300px;
    height: 30px;
    padding: 0px 6px;
    margin: 0 10px;
    line-height: 28px;
    background: #FCFCFC;
    border: solid 1px #CACACA;
    border-radius: 5px;
    behavior: url(../css/PIE.htc);
}

/* 自定义下拉框 */
.combox{
    position: relative;
    z-index: 9999;
    width: auto;
    padding: 0 5px;
    text-align: left;
    cursor: pointer;
}

.stationBox .combox:before{
    content: '[';
    position: absolute;
    top: 0;
    left: 0;
}

.stationBox .combox:after{
    content: ']';
    position: absolute;
    top: 0;
    right: 0;
}

.comlist{
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    display: none;
    min-width: 100%;
    max-height: 300px;
    background: #fff;
    border: solid 1px #3A9FD3;
    overflow: auto;
}

.combox .slimScrollDiv{
    position: absolute !important;
    left: 0 !important;
    display: none;
    width: 100% !important;
}


.combox .slimScrollDiv .comlist{
    top: 0 !important;
    width: 100% !important;
}

.comtext{
    display: block;
    padding: 0 20px 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(/img/images/arrow3.png) no-repeat right center;
}

.comlist>li{
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    color: #3A9FD3;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.comlist>li:hover,
.comlist>li.active{
    color: #fff;
    background: #008DFF;
}
/* 自定义下拉框 */






/* path start */
.path{
    height: 45px;
    padding-right: 5px;
    line-height: 45px;
    font-size: 14px;
}

.CurPage{
    font-weight: bolder;
    color: #004C92;
}
/* path end */

/* titbox start */
.titbox{
    position: relative;
    padding: 0 10px;
    border: solid 1px #D2D2D2;
    border-width: 1px 1px 0 1px;
}

.titbox.bd{
    border-width: 1px 1px;
}

.More{
    position: absolute;
    top: 12px;
    right: 10px;
    font-weight: bolder;
    color: #FF851D;
}

.titbox>h2{
    margin: 0;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
    color: #004C92;
    background: url(/img/images/titlebg.png) no-repeat left bottom;
}
/* titbox end */

.contentBox{
    position: relative;
    min-height: 350px;
    padding: 20px 20px 80px;
    margin: 20px 0 40px;
    border: solid 1px #D2D2D2;
}

.Tit{
    margin: 0;
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    color: #000;
    background: #E9E9E9;
}

.Time{
    line-height: 40px;
}

.Content{
    width: 850px;
    margin: auto;
    word-break: break-all;
}

.btnDiv{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    height: 30px;
    /*background: #eee;*/
}

.btnDiv>button{
    width: 100px;
    height: 30px;
    background: #999;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.btnDiv>button:hover{
    background: #004C92;
}

.platform{
    margin: 0;
    font-size:100%;
    font-weight:normal;
}
