#content{
    width: 1200px;
    margin: 0 auto;
}

/* 头框 */
.title_header{
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_header div{
    width: 384px;
    height: 120px;
    position: relative;
    cursor: pointer;
}

.title_header .activeHeader span{
    color: #FFFFFF;
}

.title_header span{
    width: 384px;
    height: 120px;
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #303133;
    line-height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.title_header img{
    width:384px;
    height:120px;
}

/* 选框 */
.select_center{
    width: 100%;
	border: 1px solid #E6ECF5;
    margin-bottom: 10px;
	margin-top: 24px;
}
.select_center .banner_Sel ul{
    display: flex;
}

.select_center .banner_Sel ul li{
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
color: #303133;
    line-height: 60px;
    cursor: pointer;
    background:#F9FAFF;
    border-bottom:1px solid #E6ECF5;
    border-right:1px solid #E6ECF5;
}
.select_center .banner_Sel ul li:last-child{
    border-right:0px;
}

.banner_Sel ul li span{
    display: inline-block;
    outline: none;
    width: 100%;
}

.activeSel{
    color: #3860F4;
    background: #FFFFFF;
}

.activeSel::before, 
.activeSel::after{
    content: '';
    background: url(./images/pic-JX_2x.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 20px;
    vertical-align:middle;
}
.activeSel::before{
    margin-right: 20px;
}
.activeSel::after{
    margin-left: 20px;
}


/* 选项筛选 */
.option_Sel div{
    padding: 0 20px;
    box-sizing: border-box;
    height: 63px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.option_Sel div>span{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #606266;
    display: block;
    width: 100px;
}

.border{
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    opacity: 0.8;
}

.option_Sel div ul li{
    cursor: pointer;
    float: left;
    margin-right: 25px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
}

.option_Sel .mxzt  ul .active{
    color: #FF5B24;
}
.option_Sel .type ul .active{
    color: #FF5B24;
}
.search{
    line-height:  63px;
}
.search input{
    border: 0;
    width: 264px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6ECF5;
    padding: 0 10px;
}
.search button{
    border: 0;
    width: 80px;
    height: 40px;
    background: #FF5B24;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}



/* 内容框 */
.content_bottom{
    position: relative;
    text-align: left;
    font-family: MicrosoftYaHei;
    margin-bottom: 20px;
}
.tablelist{
    width: 100%;
    font-size: 16px;
    border-collapse:collapse;
}
.content_bottom thead{
    background: #F2F6FC;
}

.content_bottom thead tr th{
    height: 40px;
    font-weight: normal;
    padding-left: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #606266;
}
.content_bottom tbody tr{
    border-bottom: 0.5px solid #DCDFE6;
}
.content_bottom tbody tr td{
    padding: 16px 0 16px 16px;
    line-height: 21px;
}
.content_bottom tbody tr td:nth-child(1){
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
}

.content_bottom tbody tr td:nth-child(3){
    padding: 16px;
    color: #606266;
}
.content_bottom tbody span{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #2364D2;
    cursor: pointer;
}

.content_bottom tbody span:first-child{
    margin-right: 10px;
}
.content_bottom tbody span:last-child{
    margin-left: 10px;
}

/* 线下弹窗 */
.linespecial{
    position:fixed;
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    
}
.linespecial>div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 768px;
    height: 650px;
    background: #FFFFFF;
    padding:30px;
    box-sizing: border-box;
}
.line_title{
    position: relative;
    margin-bottom: 30px;
}

.line_title span{
    width: 162px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #303133;
    line-height: 24px;
}
.line_title i{
    cursor: pointer;
    position: absolute;
    right: -11px;
    top: -11px;
}
.line_city ul {
    display: flex;
   flex-wrap:wrap;
   margin-bottom: 20px;

}

.line_city ul li{
    width: 98px;
    height: 38px;
    color: #303133;
    line-height: 38px;
    text-align: center;
    margin:0 8px 8px 0;
    background: #F2F6FC;
    cursor: pointer;
}
.line_city ul li.active{
    background-color: #FF5B24;
    color: #FFFFFF;
}
.line_content{
    position: relative;
    font-size: 16px;
    max-height: 432px;
    overflow-y: scroll;
}

.line_content ul{
    line-height: 36px;
    
}
.line_content ul li{
    padding: 21px 0;
    border-top: 1px dashed #DCDFE6;;
}


.line_content ul li h3{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #FF5B24;
    line-height: 24px;
}
.line_content ul li p span{
    vertical-align: text-top;
}

.line_content ul li p span:nth-child(1){
    display: inline-block;
    width: 80px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #909399;
    line-height: 21px;
}

.line_content ul li p span:nth-child(2){
    display: inline-block;
    width: 594px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #303133;
    line-height: 21px;
}



/* 滚动条 */
.line_content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 40%
}

.line_content::-webkit-scrollbar-thumb {
    background:  #C0C4CC;;
    -webkit-border-radius: 12px
}

.line_content::-moz-scrollbar {
    width: 6px;
    height: 6px;
    -moz-border-radius: 40%
}

.line_content::-moz-scrollbar-thumb {
    background:  #C0C4CC;;
    -moz-border-radius: 12px
}

.line_content::-ms-scrollbar {
    width: 6px;
    height: 6px;
    -ms-border-radius: 40%
}

.line_content::-ms-scrollbar-thumb {
    background: #C0C4CC;
    -ms-border-radius: 12px
}

/* loading效果 */
.qgloading_x,.qgloading_x2{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 50px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}