.insContent_ins_name {
    font-size: 14px;
    padding-left: 10px;
    color: #302ef1;
    margin-top: 5px;
}

.insContent_ins_title {
    padding-left: 10px;
    margin: 5px 0 0 0;
    font-size: 13px;
    width: 180px;
    height: 37px;
    overflow: hidden;
}

.insContent_ins_title b {
    color: #696b7a;
    font-size: 13px;
}

.insContent_ins_title span {
    color: #98909d;
}

.insContent_ins_more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #236cb1;
    font-size: 12px;
}

.ins-search {
    padding: 20px 0 0 0;
}

.ins-search-item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    position: relative;
}

.ins-search-item-name {
    float: left;
    height: 35px;
    font-size: 14px;
    line-height: 40px;
    color: #ff964a;
    margin: 0 14px 0 20px;
    width: 100px;
    text-align: center;
}

.ins-search-item-ul > li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
}

.ins-search-item-ul > li a:hover {
    color: #009996;
    text-decoration: underline;
}

.ins-search-item-ul > li a.hot {
    color: red;
}

.ins-search-item-ul > li a.hot:hover {
    color: red;
}

.picList li {
    border: 2px solid #afcbe1;
    margin-top: 18px;
    height: 310px;
}

.picList .pic img {
    width: 220px;
    height: 220px;
    display: block;
    margin: 15px;
}

.picList .title {
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
}

.picList .title a {
    color: #4b6caf;
    font-size: 14px;
    padding-bottom: 1px;
}

.hot-inst {
    height: 40px;
    width: 100%;
    background-color: #3e83bc;
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    padding-left: 8px;
    font-weight: bold;
}

.insContent_ins_title {
    height: auto !important;
}
.searlist {
    margin-bottom: 1.46vw;
}

.searlist ul {
    list-style: none;
    width: 1200px;
}

.searlist ul li {
    width: 578px;
    height: 238px;
    background: #fff;
    border: 1px solid hsla(0, 0%, 43.9%, .23921569);
    opacity: 1;
    border-radius: .52vw;
    float: left;
    margin: 20px 10px;
}
.searlist ul li img {
    width: 220px;
    height: 220px;
    background: transparent;
    opacity: 1;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 10px;
}
.searlist ul li > div {
    width: 310px;
    margin-left: 10px;
    float: left;
}

.searlist ul li > p{
    width: 320px;
    height: 25px;
    background: transparent;
    opacity: 1;
}

.searlist .p_ins_name {
    font-size: 18px;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    text-align: left;
    cursor: pointer;
    color: #333;
}
.searlist .p_ins_name:hover{
    color: #1e9fff;
}
.searlist .p_ins_other{
    width: 340px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(38, 46, 59, .7);
    text-align: left;
}
.searlist ul li > div p {
    margin-bottom: 0;
}
