main {
    margin-top: 180px;
    width: 100%;
}

main > .main-div > .panko {

    height: 38px;
    padding: 10px;
    background: #F1F1F1;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 20px;
    color: #B7B7B7;
}
main > .main-div > .panko .pitch {
    color: #73C5FF;
}
main > .main-div > .panko a {
    cursor: pointer;
}
main > .main-div > .cont-txt {
    margin-bottom: 20px;
}
main > .main-div > .cont-txt .title-txt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
main > .main-div > .cont-txt .hr-txt {
    width: 1200px;
    height: 1px;
    background: #EBEBEB;
    margin-bottom: 10px;
}
main > .main-div > .cont-txt .time {
    text-align: right;
    margin-bottom: 20px;
    color: #bebebe;
}
main > .main-div > .cont-txt .txt p {
    text-align: left;
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
}
.headhr {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #232323;
}
.oltype{
    color: #a4a4a4;
    font-size: 16px;
    list-style-type: decimal-leading-zero;
}
.bgimg{
    background: url(../../../static/icon/banner.png);
    background-size: cover;
}
.boxshad{
    box-shadow: 3px 3px 5px 1px #626262;
}
.bg-a4{
   border: 1px solid #e0e0e0;
}

/*翻页*/
.main-page {
    text-align: center;
    display: flex;
    margin-bottom: 20px;
}
.main-page > div {
    cursor: pointer;
    width: 52px;
    height: 28px;
    border: 1px solid #FEB0B7;
    border-radius: 5px;
    line-height: 28px;
    color: #FEB0B7;
    margin-right: 10px;
}
.main-page > div:last-of-type {
    margin-right: 0;
}
.main-page > .page-sel {
    color: #B8B8B8;
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    cursor: not-allowed;
}
.main-page > .page {
    display: flex;
}
.main-page > .page li {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: 1px solid #FEB0B7;
    border-radius: 5px;
    line-height: 28px;
    color: #FEB0B7;
    margin-right: 10px;
}
.main-page > .page .li-sel {
    border: 1px solid #FC384A;
    background: #FC384A;
    color: white;
    cursor: not-allowed;
}
.primary-color-dark {
    background-color: #30BAC3;
}
.man-font{
    color: #30BAC3;
}
.font-tips {
    color: #999999;
}
.bg-tips{
    background: #d2d2d2;
}
.sel{
    color: #30BAC3;
}

.city-bg-tips{
    background: #eaeaea;
}
.font-blue{
    color: #1296DB;
}
.bg-blue{
    background: #1296DB;
}
.action{
    color: #c7ab69;
    border-bottom:#c7ab69 solid 1px;
}
.bg-black{
    background: #000000;
}
