.main{
    width: 100%;
    height:auto;
    /* background:#f2f2f2; */
}
.main .posBox{
    width: 1000px;
    height: 30px;
    line-height:30px;
    margin: 0 auto;
}
.main .posBox .position{
    width: 350px;
    height:30px;
    line-height:30px;
    float: left;
}
.main .posBox .addBox{
    width: 128px;
    height:30px;
    float: right;
}
.mainBox{
    width: 1000px;
    height:auto;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px 0;
}
.mainBox .ad_pos{
    width: 1000px;
    height:107px;
}
.mainBox .ad_pos .ad_pos_l{
    width: 495px;
    height: 107px;
    border:1px solid #cfcfcf;
    float: left;
}
.mainBox .ad_pos .ad_pos_r{
    width: 493px;
    height: 107px;
    border:1px solid #cfcfcf;
    float: right;
}
.mainBox .form{
    width: 860px;
    height:35px;
    margin: 15px auto;
    font-size: 14px;
    /*border:1px solid #e0dfdf;*/

}
.mainBox .form .input_box{
    width: 265px;
    height:35px;
    line-height:35px;
    border:1px solid #e0dfdf;
    float: left;
}
.mainBox .form .input_box .input_addon{
    width:75px;
    height:35px;
    border-right:1px solid #e0dfdf;
    padding: 0 5px;
    float: left;
}
.mainBox .form .input_box .inputTxt{
    border:none;
    height: 33px;
    width: 185px;
    float: right;
}
.mainBox .form .selectBox{
    width:590px;
    height:35px;
    float: right;
}
.mainBox .form .selectBox .select_box{
    width: 155px;
    height:35px;
    float: left;
}
.mainBox .form .selectBox .select_box span{
    width: 35px;
    height:35px;
    line-height:35px;
    text-align: center;
    float: left;
}
.mainBox .form .selectBox .form-control{
    width: 120px;
    height:35px;
    float: right;
}
.mainBox .form .selectBox .submit{
    width: 90px;
    height:35px;
    float: right;
}
.mainBox .form .selectBox .submit #btnBox{
    border: none;
    background-color: #006cd6;
    width: 90px;
    height:35px;
    color:#ffffff;
    text-align: center;
    line-height:35px;
    border-radius:5px;
}

.mainBox .listBox{
    width: 1000px;
    height:auto;
    margin: 10px auto;
}
.mainBox .listBox .dhBox{
    width: 1000px;
    height:40px;
    border-bottom:3px solid #ff4e00;
}
.mainBox .listBox .dhBox span{
    display: block;
    width: 115px;
    height: 40px;
    background: #ff4e00;
    line-height:45px;
    text-align: center;
    color:#ffffff;
    font-size: 14px;
}
.mainBox .listBox .list_left{
    width: 780px;
    height:auto;
    float: left;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    font-size: 14px;
}
.mainBox .listBox .list_left .ul ul{
    padding: 15px 0;
}
.mainBox .listBox .list_left .ul ul li{
    width: 380px;
    height:40px;
    line-height:40px;
    border-bottom:1px dashed #e5e4e4;
    padding: 0 15px;
    float: left;
    position: relative;
}
.mainBox .listBox .list_left .ul ul li .diqu{
    width: 120px;
    height:40px;
    float: left;
}
.mainBox .listBox .list_left .ul ul li .title{
    width: 150px;
    height:40px;
    float: left;
    overflow: hidden;
}
.mainBox .listBox .list_left .ul ul li .attr{
    width: 50px;
    height:40px;
    float: right;
    font-size: 12px;
    color:#a1a1a1;
}

.mainBox .listBox .list_left .ul ul li .showBox{
    width: 624px;
    height: 250px;
    background: url("../images/show_bg.jpg") no-repeat center;
    padding: 10px 25px;
    position: absolute;
    left:350px;
    top:0;
    z-index: 10;
}
.mainBox .listBox .list_left .ul ul li.you .showBox{
    /* width: 624px;
    height: 250px; */
    background: url("../images/show_bg1.jpg") no-repeat center;
    left: -620px;
}
.mainBox .listBox .list_left .ul ul li .showBox .topBox{
    width: 574px;
    height: 110px;
}
.mainBox .listBox .list_left .ul ul li .showBox .topBox .img{
    width: 125px;
    height:110px;
    float: left;
}
.mainBox .listBox .list_left .ul ul li .showBox .topBox .info{
    width: 440px;
    height:110px;
    float: right;
}
.mainBox .listBox .list_left .ul ul li .showBox .topBox .info .infoBox{
    width: 220px;
    height:55px;
    line-height:55px;
    float: left;
    color:#000000;
}
.mainBox .listBox .list_left .ul ul li .showBox .topBox .info .infoBox span{
    color:#666666;
    font-size: 12px;
    margin-right: 10px;
}
.mainBox .listBox .list_left .ul ul li .showBox .bottomBox{
    width: 574px;
    height:120px;
}
.mainBox .listBox .list_left .ul ul li .showBox .bottomBox span{
    color:#666666;
    margin-right: 10px;
}
.pages{
    width: 650px;
    height:40px;
    margin: 30px auto;
}
.pages ul li{
    float: left;
    margin: 0 2px;
}
.pages ul li a{
    display: block;
    padding: 5px 10px;
    border:1px solid #cfcfcf;
}
.pages ul li a:hover{
    background: #0270dc;
    color:#ffffff;
}
.pages ul li a.active{
    background: #0270dc;
    color:#ffffff;
}
.pages ul li span{
    display: inline-block;
    padding: 0 5px;
    line-height:40px;
}
.pages ul li button{
    border:none;
    width: 43px;
    height:23px;
    background: #666666;
    color:#ffffff;
    border-radius: 5px;
}
.mainBox .listBox .list_left .adBox{
    width: 780px;
    height:auto;
}
.mainBox .listBox .list_left .adBox .ad_box{
    width: 380px;
    height:105px;
    float: left;
    margin: 5px 5px;
    border:1px solid #d2d2d2;
}
.mainBox .listBox .list_left .adBox .ad_box img{
    width: 378px;
    height:103px;
}

.mainBox .listBox .list_right{
    width: 210px;
    /* height:1000px; */
    float: right;
    font-size: 14px;
}
.mainBox .listBox .list_right .box{
    width: 210px;
    height: 255px;
    border:1px solid #e1e1e1;
    margin-bottom: 10px;
}
.mainBox .listBox .list_right .box .dh{
     width: 208px;
    height:35px;
    line-height:35px;
    background: #f5fbef;
    text-align: center;
    border-bottom:1px solid #cccccc;
    font-size: 14px;
   /* width: 208px;
    height:35px;
    line-height:35px;
    background: #f5fbef;
    text-align: center;
    color:#000000;
    border-bottom:1px solid #e1e1e1;*/
}

.mainBox .listBox .list_right #al{
    width: 208px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.mainBox .listBox .list_right .box ul{
    width: 198px;
    height: 500px;
    position: absolute;
    left:10px;
    top:0;
}
.mainBox .listBox .list_right .box ul li{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
/*.mainBox .listBox .list_right .box ul{
    padding: 10px;
}
.mainBox .listBox .list_right .box ul li{
    margin: 5px 0;
}*/
.mainBox .listBox .list_right .box ul li a{
    font-size: 12px;
    color:#5f5f5f;
}
.mainBox .listBox .list_right .ad_box{
    border:1px solid #d2d2d2;
    width: 210px;
    height:110px;
    margin-bottom: 10px;
}
.mainBox .listBox .list_right .ad_box img{
    width: 208px;
    height:108px;
    display: block;
}