*{ margin: 0; padding: 0; border: 0; list-style: none; text-decoration: none;}
.bigbox{
    width: 100%;
    height: auto;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
}
.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: 300px;
     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: 10px auto;
}
.content .left{
    width: 810px;
    height: auto;
    background: #FFFFFF;
}
.left .top{
    width: 90%;
    height: auto;
    margin:  0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
    margin-left: 37px;
    min-height: 50px;
}
.left .top p{
    width: auto;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    word-wrap: break-word;
}
.left .top ul{
    display: flex;
}
.left .top ul li:nth-child(2) img{
    display: none;
}
.left .top ul li:nth-child(2){
     margin-left: 30px;
}
.left .top ul li p{
    width: auto;
    height: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height:13px;
}
.left .list{
    width: 740px;
    height: auto;
    min-height: 556px;
    border-top: 1px dashed #E6E6E6;
    border-bottom: 1px dashed #E6E6E6;
    margin: 12px auto;
}
.left .list li{
    margin-top: 31px;
}
.left .list li p{
    /* font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666; */
    word-wrap:break-word
}
.left .jiao{
    width: 740px;
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
}
.zuozhe{
    margin-left: 20px;
    font-size: 12px;
}
.left .jiao li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
    display: flex;
    
}
.left .jiao li a p{
    max-width: 240px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left .jiao li  a:hover{
    color: #007EFF;
}



.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: 557px;
    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
    }
    .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%;
 
}


.left .top{
    width: auto;
    height: auto;
    min-height: 60px;
    margin:  20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
}
.left .top p{
    width: auto;
    height: auto;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto;
}
.left .top ul{
    width: auto;
    display: flex;
    margin: 0 auto;
}
.left .top ul li{
     width: auto;
}
.left .top ul li:nth-child(1) p{
    width: 153px;
}
.left .top ul li:nth-child(2) img{
    display: inline;
    width: 17px;
    height: 17px;
}
.left .top ul li:nth-child(2) {
    margin-left: 0px;
}
.left .top ul li:nth-child(2){
    display: flex;
   
}
.left .top ul li p{
    width: auto;
    height: 14px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    line-height:14px;
}
.zuozhe{    width: 119px !important;}
.left .top ul li:nth-child(2) p{
    font-size: 13px;
     margin-top: 0px;
     margin-left: 3px;
}

.left .list{
    width: 93%;
    height: auto;
    min-height: 720px;
    border-top: 1px dashed #E6E6E6;
    border-bottom: 1px dashed #E6E6E6;
    margin: 0px auto;
}

.left .jiao{
    width: 90%;
    height: 50px;
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    justify-content: space-between;
}
.left .jiao li a p{
    max-width: 90%;
    line-height: 15px;
    
}

.content .right{display: none;}

}
@media (max-width:658px) {
    .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;
}
.left .top p{

    font-size: 18px;
  
}
 
}