.main{
    width: 1170px;
    margin: 0 auto;
    /*border: 1px solid indianred;*/
    height: auto;
    padding: 30px 0px;
    box-sizing: border-box;
}
.head{
    border-bottom: 1px solid #c7c7c7;
    padding: 13px 0;
}
.head span{
    font-size: 20px;
    font-weight: bold;
}
.head .key{
    color: red;
}
.head .result-box{
    margin-top: 10px;
}
.list-box{
    display: flex;
    align-items: start;
    padding: 30px 0;
}
.list-box .img-box{
    width: 245px;
}
.list-box .img-box img{
    width: 100%;
}
.list-box .text-box{
    flex: 1;
    padding: 15px;
}
.list-box .text-box h3{
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
}
.list-box .btn-box{
    margin-top: 15px;
}
.list-box .btn-box a{
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
}
.list-box .btn-box a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.tip-txt{
    color: red;
    font-size: 20px;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.main-box{
    display: flex;
}
.main-box .left-box{
    width: 350px;
    height: auto;
}
.main-box .list-wrapper{
    flex: 1;
}
.left-box{
    padding: 30px 0;
}
.left-box .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.left-box a{
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.left-box ul.subListUl{
    padding-left: 30px;
}
.left-box li .icon {
    height: 10px;
    border-radius: 50%;
    flex: 0 0 10px;
    box-shadow: 0 0 0 1px inset #707070;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
}
.left-box li.active .icon {
    box-shadow: 0 0 0 1.5px inset red;
}
.left-box li .subListUl li .icon1{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    flex: 0 0 7px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 0 0 1px inset #707070;
}
.left-box li .subListUl .active .icon1{
    background-color: red;
    box-shadow: unset;
}
.downsearch-box{
    height: 110px;
    background: #ececec;
    display: flex;
    align-items: center;
}
.downsearch-box > div{
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    height: 50px;
    background: #fff;
    border: 1px solid #BBBCBD;
    border-radius: 4px;
}
.downsearch-box input{
    flex: 1;
    border: 0;
    padding: 15px;
    background: transparent;
    outline: none;
}
.downsearch-box .icon-box{
    width: 50px;
    height: 100%;
    cursor: pointer;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.downsearch-box .icon-box:hover{
    opacity: .8;
}