/* sort */
.sort{
    box-sizing: border-box;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.sort h1{
    padding: 30px 0 20px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.sort h1 img{
    vertical-align: bottom;
    padding-right: 10px;
}
.sort span{
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #ededed;
}
.sort ul{
    overflow: hidden;
    padding: 25px 0 30px;
}
.sort ul li{
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.sort ul li:nth-child(10n){
    margin-right: 0;
}
.sort ul li:nth-child(n+11){
    margin-top: 20px;
}
.sort li a{
    display: block;
    float: left;
    width: 96px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #333;
    transition: color .2s;
    -webkit-transition: color .2s;
}
.sort li .sort-opt,
.sort li a:hover{
    background-image: linear-gradient(101deg , #d42222 , #f2726b);
    color: #fff;
}


/* left */
.content-l{
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 30px;
}


/* ask-list */
.ask-list{
    padding-top: 6px;
}
.ask-list a{
    display: block;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}
.ask-list a p{
    float: left;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    color: #333;
    padding-left: 26px;
    background: url("ico4.png") 0 no-repeat;
}
.ask-list a:hover p{
    color: #d42222;
}
.ask-list-rq{
    float: right;
    overflow: hidden;
}
.ask-list-rq span{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.ask-list-rq span:first-child{
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.ask-list-rq span:last-child{
    margin-left: 20px;
    padding-left: 22px;
    background: url("ico5.png") 0 no-repeat;
}


/*.content-link{
    margin-top: 20px;
    box-sizing: border-box;
    padding: 25px 20px 30px;
    background-color: #fff;
    border-radius: 8px;
}
.content-link>h2{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.content-link>h2 img{
    display: block;
    margin-right: 10px;
}
.content-link>h2 span{
    display: block;
    margin-right: 0;
    margin-left: 10px;
    width: 100%;
    height: 3px;
    background-color: #ededed;
    border-radius: 1.5px;
    flex: 1;
}
.yq-link{
    padding-top: 20px;
    overflow: hidden;
}
.yq-link li{
    float: left;
    margin: 10px 10px 0 0 ;
}
.yq-link li a{
    display: block;
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}*/
.index-content.yqlj-content{
    padding-right: 0;
    width: 1200px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin: 20px auto 0;
    background-color: #fff;
    overflow: hidden;
}
.index-content-title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    flex: 1;
}
.index-content-title img{
    vertical-align: bottom;
    margin-right: 15px;
}
.index-content-title span{
    font-size: 18px;
    color: #bbb;
}
.yqlj{
    margin-top: 10px;
    overflow: hidden;
}
.yqlj li{
    float: left;
    padding-top: 22px;
    margin-right: 30px;
}
.yqlj li a{
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.yqlj li a:hover{
    color: #eb4949;
}