.searchResult{
    padding-top: 0.57rem;
    padding-bottom: 1.07rem;
}
.searchResult .searchbox{
    width: 12rem;
    height: 0.54rem;
    margin: 0 auto;
    margin-bottom: 0.86rem;
    /* border-radius: 0.27rem 0.27rem 0.27rem 0.27rem; */
    border: 0.01rem solid #CECECE;
}
.searchResult .searchbox input{
    width: calc(100% - 1.1rem);
    height: 100%;
    padding: 0 0.3rem;
    border-radius: 0.27rem;
}
.searchResult .searchbox input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #B7B7B7;
}
.searchResult .searchbox .searchIcon{
    width: 0.65rem;
    height: 0.38rem;
    border-left: 0.01rem solid #C9C9C9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.15rem;
}
.searchResult .searchbox .searchIcon img{
    width: 0.24rem;
    height: 0.24rem;
}
.searchResult .searchbox .qx{
    width: 0.24rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #8E8E8E;
    border-radius: 50%;
    cursor: pointer;
}
.searchResult .searchbox .qx img{
    width: 0.1rem;
    height: 0.1rem;
}
.searchResult .resultTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5B5B5B;
    font-size: 0.2rem;
}
.searchResult .resultTxt span{
    color: #E60122;
}
.searchResult .resultL2{
    padding-top: 0.3rem;
    padding-bottom: 0.31rem;
    border-bottom: 0.01rem solid #CECECE;
}
.searchResult .resultLTxt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.2rem;
}
.searchResult .resultLTxt1 span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FF0000;
}
.searchResult .resultLTxt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5B5B5B;
    line-height: 0.3rem;
}
.searchResult .resultL1{
    justify-content: space-between;
    padding-top: 0.48rem;
    padding-bottom: 0.31rem;
    border-bottom: 0.01rem solid #D8D8D8;
}
.searchResult .resultL1 .resultLeft{
    width: calc(100% - 3rem);
}
.searchResult .resultL1 .resultRight{
    width: 2.06rem;
    height: 1.32rem;
    overflow: hidden;
}
.searchResult .resultL1 .resultRight img{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.searchResult .resultL1:hover .resultRight img{
    transform: scale(1.04);
}
.searchResult .resultList{
    margin-bottom: 1.06rem;
}
.searchResult .result2{
    padding-bottom: 0.26rem;
}
.searchResult .result2 .result2Img{
    width: 3.61rem;
    height: 3.44rem;
    margin: 0 auto;
    margin-top: 0.71rem;
    margin-bottom: 0.3rem;
}
.searchResult .result2 .result2Img img{
    width: 100%;
    height: 100%;
}
.searchResult .result2 .resultT{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
    text-align: center;
}


.bread .flex_box1 a::after{
	content: '' !important;
    width: 0.06rem;
    height: 0.11rem;
	display: block;
    background: url(../img/ri.png);
    background-size: 100% 100%;
	font-size: 0.14rem;
	color: rgba(61, 96, 237, 1);
	margin: 0 0.05rem;
	align-self: center;
}

.Relations{
    padding-top: 0.55rem;
    padding-bottom: 1.03rem;
}
.Relations .relationsL{
    margin-bottom: 0.76rem;
}

.Relations .relationsLL{
    height: 0.74rem;
    border-bottom: 0.01rem solid #F2F2F2;
    transition: all 0.8s;
}
.Relations .relationsLL .reLeft{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}
.Relations .relationsLL .reRight{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5B5B5B;
}
.Relations .relationsLL:hover{
    background: #F4FAFF;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.Relations .relationsLL:hover .reLeft{
    color: #1D50A2;
}


/*弹窗*/
.pop{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.pop .pop_body{
    width: 14rem;
    max-height: 96%;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.93rem 0.05rem 0.43rem 0.35rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.pop .pop_body .pop_close{
    width: 0.37rem;
    height: 0.37rem;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0.26rem;
    right: 0.26rem;
}
.pop .pop_body .pop_close img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pop .pop_body .pop_title{
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin-bottom: 0.18rem;
    text-align: center;
    margin-right: 0.3rem;
}
.pop .pop_body .pop_time{
    font-weight: 400;
    font-size: 0.16rem;
    color: #5B5B5B;
    line-height: 0.3rem;
    margin-bottom: 0.18rem;
    text-align: center;
    margin-right: 0.3rem;
    display: flex;
    justify-content: center;
}
.pop .pop_body .pop_hr{
    width: 13rem;
    height: 0.01rem;
    background: #D3D3D3;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}
.pop .pop_body .pop_txt{
    width: 13rem;
    overflow-y: auto;
}
.pop .pop_body .pop_txt iframe{
    width: 100%;
}

@media only screen and (max-width: 1024px) {
.Relations{
    padding: 0.8rem 0.3rem;
}
.Relations .relationsLL .reLeft{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.Relations .relationsLL .reRight{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
}














