.ymDetail{
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-top:28px;
    margin-bottom:92px;
}
.detail-left{
    width: 240px;
    background: white;
    float:left;
}
.detail-right{
    width: 938px;
    background: white;
    float:right;
}
.left-title{
    width: 240px;
    height: 30px;
    background: #C7000B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
}
.left-body{
    padding:0 16px;
}
.ymlx{
    margin-top:18px;
    padding-bottom:12px;
    border-bottom:1px solid #F7F7F7;
}
.ymlxTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.ymlxTit>div{
    font-size: 16px;

    font-weight: bold;
    color: #2D3241;
    line-height: 30px;
}
.ymlxTit>img{
    width:10px;
    height:8px
}
.ymlxUl li{
    width: 49px;
    float:left;
    overflow: hidden;
    margin-right: 4px;
    text-overflow: ellipsis;
}
.ymlxUl li:nth-child(4n){
    margin-right:0;
}
.ymlxUl li a{
    font-size: 12px;

    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.ymlxUl li a:hover{
    color:#C7000B;
}
.ymxqNav{
    width: 116px;
    height: 34px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    background: #F7F7F7;
}
.ymxqNav.on{
    background:#C7000B;
    color:white;
}
.selectCss{
    outline: none;
    width: 90px;
    height: 34px;
    border: 1px solid #666666;
    text-align: center;
    appearance:none;
    background: url("../../images/Domain/xljt.png") no-repeat;
    background-position-y: center;
    background-position-x: 68px;
    background-size: 10px 6px;
    padding-right: 26px;
    padding-left: 10px;
    font-size: 14px;
    margin:0 8px;
}
.ymdetailjg{
    display: flex;
    justify-content: space-evenly;
    margin-top:29px;
}
.ymdetailjg>div{
    width: 147px;
}
.ymdetailjg>div>div:first-child{
    font-size: 14px;

    font-weight: bold;
    color: #2D3241;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBEFF2;
}
.ymdetailjg>div>div:last-child{
    font-size: 14px;

    font-weight: 400;
    height: 48px;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    margin-top:1px;
}
.swiper-container{
    padding-top:10px;
    overflow-x:hidden;
}
.swiper-slide{
    border:none;
    height: 122px;
}
.swiper-slide:hover{
    position: relative;
    z-index: 2333;
    box-shadow: 0 0 10px #f5f5f5;
}
.swiper-button-black{
    height: 26px;
    margin-top: -10px;
    opacity: 0.1;
}
.viewMoreHelp{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 30px;
    float: right;
}
.viewMoreHelp:hover{
    color:#C7000B;
}
.ulListCss{
    margin-left:24px;
    margin-top:32px;
    margin-bottom:26px;
    display: flex;
    justify-content: space-between;
}
.ulListCss li{
    list-style-type: disc;
    color:#D2D2D2;
}
.ulListCss a{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
}
.ulListCss li:hover{
    color:#C7000B;
}
.ulListCss li:hover a{
    color:#C7000B;
}
.xqwhy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:46px;
}
.xqwhy>div{
    margin-bottom:40px;
}
.xqdbTitle{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    display: flex;
    align-items: center;
}
.xqdbTitle img{
    margin-right: 12px;
}
.xqdbDesc{
    width: 411px;
    height: 79px;
    font-size: 12px;

    font-weight: 400;
    color: #444444;
    line-height: 22px;
    margin-top:22px;
}