.xmcontent{
    margin-top: 60px;
}
.xmcontent .area{
    display: flex;
    justify-content: space-between;
}
.xmcontent .selectL{
    width: 18.63%;
    border: solid 1px #002fa7;
}
.xmcontent .selectL .tit{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
    background-color: #00428e;
}
.xmcontent .selectL .dad{
    padding: 6px 8px;
}
.xmcontent .selectL .dad>li{
    margin-bottom: 6px;
    color: #666666;
    cursor: pointer;
    height: 54px;
    transition: all .3s;
}
.xmcontent .selectL .dad>li>a{
    padding:0 18px;
    background-color: #f8f8f8;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.xmcontent .selectL .dad .icon{
    font-size: 12px;
    color:  #999999;;
}
.sl-active>a{
	letter-spacing: 1px;
	color: #00428e !important;
    font-weight: bold;
    position: relative;
}
.sl-active>a{
    font-size: 18px !important;
    background-color: rgba(0,66,142, .1) !important;
}
.sl-active>a::before{
    content: "";
    display: block;
    width: 2px;
	height: 28px;
	background-color: #002fa7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sl-active .icon{
    color: #00428e !important;
}
.xmcontent .selectL .dad>li:hover>a{
    background-color: rgba(0,66,142, .1);
}
.xmcontent .selectL .dad>li:hover>a{
    color: #00428e;
    font-size: 18px;
    font-weight: bold;
}
.xmcontent .selectL .dad>li>a>span{
    transition: all .3s;
}
.xmcontent .selectL .dad>li:hover .icon{
    color: #00428e;
}
.xmcontent .contentR{
    width: 78%;
}
.xmcontent .contentR .tit{
    padding-bottom: 19px;
    border-bottom: 1px dotted #e7e7e7;
}
.xmcontent .contentR .tit .sp1{
    font-size: 20px;
    line-height: 20px;
	color: #00428e;
}
.xmcontent .contentR .tit .sp2{
    font-size: 14px;
	line-height: 14px;
	color: #c4c4c4;
}
.contentR .xmitem{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contentR .xmitem .block{
    padding: 32px 20px;
    background-color: #f6f6f6;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 39px;
    transition: all .3s;
}
.xmitem{
    margin-top: 40px;
}
.xmitem .block .desc{
    width: 42.95%;
}
.xmitem .block .desc p{
    font-size: 14px;
	line-height: 22px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.xmitem .block .desc .line{
    width: 60px;
	height: 1px;
	background-color: #d1d1d1;
    margin-top: 17px;
    margin-bottom: 22px;
}
.xmitem .block .desc h4{
    font-size: 16px;;
	line-height: 16px;
	color: #333333;
}
.xmitem .block::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: #00428e;
	opacity: 0.6;
    transition: all .3s;
}
.xmitem .block:hover::before{
    height: 100%;
}
.xmitem .block::after{
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "查看详情 >";
    width: 94px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    padding: 7px 0px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all .3s;
}
.xmitem .block:hover::after{
    top: 50%;
}
.xmitem .block:hover{
    transform: translateX(-8px);
}
.xmitem .block .img{
    width: 55%;
	height: 149px;
    max-width: 228px;
	max-height: 149px;
}
.xmitem .block .img img{
    object-fit: cover;
}
.xqcontent{
    margin-top: 80px;
}
.xqcontent .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xqcontent .text .bt{
    font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}
.xqcontent .text .nr{
    width: 82%;
    font-size: 14px;
	line-height: 36px;
	color: #666666;
    text-align: justify;
}
.xqcontent .img{
    margin-top: 45px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .xmitem .block .img {
        width: 52%;
        height: 149px;
    }
    .xmitem .block .desc {
        width: 41%;
    }
    .xmitem .block .img img{
        height: 100%;
    }
    .xmitem .block .desc h4 {
        font-size: 14px;
        line-height: 18px;
        color: #333333;
    }
    .contentR .xmitem .block{
        padding: 22px;
    }
    .sl-active>a {
        font-size: 16px !important;
    }
    .xmcontent .selectL .dad>li>a{
        font-size: 14px;
    }
    .xmcontent .selectL .dad>li:hover>a{
        font-size: 16px;
    }
    .xmcontent .selectL .tit {
        height: 60px;
        font-size: 18px;
        line-height: 25px;
    }
    .xqcontent {
        margin-top: 60px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .xmitem .block .img {
        width: 100%;
        height: 149px;
    }
    .xmitem .block .desc {
        width: 100%;
        margin-bottom: 15px;
    }
    .xmitem .block .img img{
        height: 100%;
    }
    .xmitem .block .desc h4 {
        font-size: 14px;
        line-height: 18px;
        color: #333333;
    }
    .contentR .xmitem .block{
        padding:18px;
    }
    .sl-active>a {
        font-size: 15px !important;
    }
    .xmcontent .selectL .dad>li>a{
        font-size: 14px;
    }
    .xmcontent .selectL .dad>li:hover>a{
        font-size: 14px;
    }
    .xmcontent .selectL .tit {
        height: 60px;
        font-size: 18px;
        line-height: 25px;
    }
    .xmcontent .contentR {
        width: 70%;
    }
    .contentR .xmitem .block{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .xmcontent .selectL{
        width: 25%;
    }
    .xmcontent .selectL .dad>li {
        background-color: #f8f8f8;
        padding: 0 18px;
        margin-bottom: 6px;
        color: #666666;
        cursor: pointer;
        height: 46px;
    }
    .xmcontent .area{
        align-items: flex-start;
    }
    .xqcontent .text .nr{
        width: 80%;
    }
    .xqcontent .text .nr {
        width: 82%;
        font-size: 13px;
        line-height: 26px;
    }
    .xqcontent .text .bt {
        font-size: 22px;
        line-height: 22px;
    }
    .xqcontent {
        margin-top: 45px;
    }
    .xqcontent .img {
        margin-top: 30px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .xmitem .block .img {
        width: 50%;
        height: 130px;
    }
    .xmitem .block .desc {
        width: 43%;
        margin-bottom: 15px;
    }
    .xmitem .block .img img{
        height: 100%;
    }
    .xmitem .block .desc h4 {
        font-size: 14px;
        line-height: 18px;
        color: #333333;
    }
    .contentR .xmitem .block{
        padding:10px;
        width: 100%;
    }
    .sl-active>a {
        font-size: 15px !important;
    }
    .xmcontent .selectL .dad>li>a{
        font-size: 14px;
    }
    .xmcontent .selectL .dad>li:hover a{
        /*font-size: 14px;*/
    }
    .xmcontent .selectL .tit {
        height: 60px;
        font-size: 18px;
        line-height: 25px;
    }
    .xmcontent .contentR {
        width: 100%;
        margin-top: 15px;
    }
    .contentR .xmitem .block{
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .xmcontent .selectL{
        width: 100%;
    }
    .xmcontent .selectL .dad>li {
        background-color: #f8f8f8;
        padding: 0 18px;
        margin-bottom: 6px;
        color: #666666;
        cursor: pointer;
        height: 40px;
    }
    .xmcontent .area{
        align-items: flex-start;
    }
    .xmcontent .area{
        flex-wrap: wrap;
    }
    .xmitem .block .desc .line{
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .xmcontent {
        margin-top: 30px;
    }
    .xmitem .block .desc p{
        font-size: 12px;
        line-height: 18px;
    }
    .contentR .xmitem{
        margin-top: 20px;
    }
    .xqcontent .text .nr{
        width: 80%;
    }
    .xqcontent .text .nr {
        width: 100%;
        font-size: 12px;
        line-height: 26px;
    }
    .xqcontent .text .bt {
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .xqcontent {
        margin-top: 30px;
    }
    .xqcontent .img {
        margin-top: 30px;
    }
    .xqcontent .text{
        flex-wrap: wrap;
    }
}