*{ margin: 0; padding: 0;  list-style: none; text-decoration: none;}
.bigbox{
    width: 100%;
    height: auto;
    background: #F7F7F7;
   display: flex;
   flex-direction: column;
}
.bigbox .banner{
    width: 100%;
    height: 151px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/banner.png);
}
.banner .wenzi{
    width: 240px;
     margin:  18px 23%;
}
.banner .wenzi b{
    width: 199px;
    height: 49px;
    font-size: 50px;
    font-family: Source Han Sans SC;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #FFFFFF;
    background: linear-gradient(0deg, #A1DAFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;   
    -webkit-text-fill-color: transparent;
}
.banner .wenzi p{
    width: auto;
    height: 29px;
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;  
}
.boxs{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    
}
.navs{
    width: auto;
    display: flex;
    margin-top: 10px;
}
.navs img{
     width: 22px;
     height: 22px;
}
.navs ul{
     width: 206px;
     display: flex;
     justify-content: space-between;
     margin-top: 4px;
}
.navs li{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 14px;
    color: #999999;
}
.navs li a{
    color: #999999;
}
.navs .alt1{
    cursor: pointer;
} 
.content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}
.content .left{
    width: 810px;
    height: auto;
    background: #FFFFFF;
}
.content .left .biaoti{
    width: 81px;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 24px 37px;
}
.content .left .biaoti p:nth-child(2){
    display: none;
}
.seek{display: none;}
.content .left .list{
    width: 740px;
    height: auto;
    min-height: 576px;
    margin: 0 auto;
}
.content .left .list li{
    width: 100%;
    height: 21px;
    display: flex;
    border-bottom: 1px dashed  #E6E6E6;
    margin-top: 8px;

}
.content .left .list li .xinwen{
     width: 530px;
     margin: 0;
     color: #666666;
     cursor: pointer;
}
.content .left .list li .xinwen a{
     display: flex;
}
.left .list li .xinwen b{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    line-height: 14px;
}
.left .list li .xinwen b img{
    width: 17px;
    height: 20px;
    margin-left: -4px;
}
.left .list li .xinwen p{
    width: auto;
    max-width: 500px;
    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    
    line-height: 14px;
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left .list li .xinwen:hover{
     color: #F29837;
}
.left .list li .xinwen  img{
    width: 25px;
    height: 23px;
    margin-top: -3px;
    margin-left: 3px;
}
.left .list li .xinwen  .rm{
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-left: 3px;
}
.left .list li  .time{
    margin-top: 2px;
    margin-left: 0px;
}
.left .list li  .time p{
    width: 80px;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
}
.left .list li  .liulan{
    margin-top: 2px;
    margin-left: 46px;
}
.left .list li  .liulan p{
    width: auto;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
}
.left .yejiao{
    width: 703px;
    height: 41px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;

    
}
.yejiao ul{
    width: auto;
    display: flex;
    margin-top: 15px;
}
.yejiao ul li{
    width: auto;
    display: flex;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    line-height: 12px;
}
.yejiao ul li span{
    margin-top: 1px;
}
.yejiao .huanye  {
    margin-top: 5px;
}
.yejiao .huanye button {
    width: 60px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    background: #FFFFFF;
    cursor: pointer;
}

.yejiao .tiao{
    margin-top: 5px;
    display: flex
}
.yejiao .tiao p{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    margin-top: 7px;
}
.yejiao .tiao input{
    width: 60px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    background: #FFFFFF;
    margin-left: 5px;
}
.yejiao .tiao button{
    width: 40px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    background: #FFFFFF;
    margin-left: 10px;
    cursor: pointer;
}
.yejiao button:hover{
    border: 1px solid #3699FF;
    color: #3699FF;
}
.content .right{
    width: 380px;
    height: 707px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content .right .sousuo{
    width: 380px;
    height: 140px;
    background: #FFFFFF;
}
.content .right .sousuo p{
    width: 40px;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 24px 21px;
}
.content .right .sousuo .hezi{
    display: flex;
    margin-left: 20px;
}
.content .right .sousuo .hezi .kuang{
     width: 247px;
     height: 32px;
     padding-left: 14px;
     background: #FFFFFF;
     border: 1px solid #CCCCCC;
}
.content .right .sousuo .hezi #btn {
    width: 88px;
    height: 34px;
    background: #FE6400;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}
.content .right .tuijian{
    width: 380px;
    height: 587px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}


.liulan img{display: none;}
.huanye p{display: none;}
@media (max-width:900px) {
    .bigbox{
        width: 100%;
        height: auto;
        background: #FFFFFF
    }
    .bigbox  .banner{
        width: 100%;
        height: 300px;
        background-image: url(../images/banner2.png);
        margin-top: 10px;
   }
   .banner .wenzi{
    width: auto;
     margin:  83px 5%;
}
.banner .wenzi b{
    width: auto;
    height: 70px;
    font-size: 72px;
}
.banner .wenzi p{
    margin-top: 20px;
}
.navs{display: none;}

.boxs{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -13px;
}
.content .left{
    width: 100%;
    height: auto;
}
.content .left .biaoti{
    width: auto;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 24px 37px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 40px;
}

.content .left .biaoti p:nth-child(1){
    margin: 0 auto;
}
.content .left .biaoti p:nth-child(2){
    display: block;
    width: auto;
    height: 23px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    opacity: 0.1;
    margin: -20px auto;
}

.content .left .list{
    width: 93%;
    height: auto;
    margin: 0px auto;
    margin-top: 130px;
}

.content .left .list li{
    width: 100%;
    height: 50px;
    display: flex;
    border-bottom: 1px dashed  #E6E6E6;
    flex-wrap: wrap;
    margin-top: 27px;

}
.content .left .list li .xinwen{
      width: 60%;
      height: 20px;
     cursor: pointer;
}
.content .left .list li .xinwen a{
     display: flex;
}
.left .list li .xinwen b{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}
.left .list li .xinwen p{
    width: auto;
    max-width: 100%;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    text-overflow:ellipsis;
}
.left .list li  .time{
    width: auto;
    order: 2;
    margin-top: -10px;
    margin-left: 12px;
}
.left .list li  .time p{
    width: 125px;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 12px;
}
.left .list li  .liulan{
    width: 40%;
    order: 1;
    margin-top: 2px;
    margin-left: 0;
    display: flex;
}
.left .list li  .liulan .pan{
    width: auto;
    margin-left: auto;
    margin-right: 25px;
    display: flex;
}
.left .list li  .liulan img{
    width: 20px;
    height: 20px;
    display: block;

}
.left .list li  .liulan p{
    width: auto;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 12px;
    margin-top: 3px;

}
.left .yejiao{
    width: auto;
    margin:  0px auto;
    margin-top: 20px;
}
.yejiao .huanye{
    display: flex;
    margin: 0 auto;
}
.yejiao .huanye button {
    margin: 0;
}
.yejiao .huanye p{
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin: 8px 14px;

}

.yejiao ul,.yejiao .tiao{display: none;}
.yejiao .huanye button:nth-child(1),.yejiao .huanye button:nth-child(5){display: none;}
.content .right .tuijian{display: none;}
.content .right .sousuo p{display:none;}
.content .right {width: auto;}
.content .right .sousuo{
    width: auto;
    height: auto; 
    margin-left: -340px;
    margin-top: 96px;  
}
.content .right .sousuo .hezi{
    width: 278px;
    height: 34px;
    border: 1px solid #CCCCCC;
    border-right: none;
}
.content .right .sousuo img{
    border: 0;
    width: 20px;
    height: 20px;
    content: url(../images/ss.png);
    margin-top: 8px;
    margin-left: 8px;
}
.content .right .sousuo .hezi .kuang{
    border: 0;
    padding: 3px;
    width: 160px;
    height:25px;
    margin-top: 2px;
}

.content .right .sousuo .hezi #btn{
    width: 100px;
    height: 38px;
    font-size: 16px;
    margin: 0;
    margin-top: -2px;
}


}
@media (max-width:658px) {
    .bigbox   .banner{
        width: 100%;
        height: 150px;
        background-image: url(../images/banner2.png);
        margin-top: 10px;
   }
   .banner .wenzi{
    width: auto;
     margin:  20px 5%;
}
.banner .wenzi b{
    width: auto;
    height: 70px;
    font-size: 40px;
}
.banner .wenzi p{
    font-size: 24px;
    margin-top: 0px;
}
.content .right .sousuo{ 
    margin-left: -240px;
    margin-top: 96px;  
}
.content .right .sousuo .hezi{
    width: 200px;
    height: 30px;
}
.content .right .sousuo img{
    margin-top: 5px;
    margin-left: 5px;
}
.content .right .sousuo .hezi .kuang{
    border: 0;
    padding: 3px;
    width: 100px;
    height:22px;
    margin-top: 2px;
}

.content .right .sousuo .hezi #btn{
    width:  80px;
    height: 34px;
    font-size: 14px;
    margin: 0;
    margin-top: -2px;
}


}