.searchContent .inputContent {
    width: 337px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #ffffff;
    position: relative;
    background-color: #26979f;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    color: #fff;}
.searchContent {
    position: absolute;
    top: 20px;
    right: 0px;
    left: auto;}
.searchContent .inpBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 25px;}
.title{
    text-align:center;
    font-size: 36px;
    font-weight: bold;
    color: #126F76;
    margin-top:1px;
    margin-bottom:36px;
    line-height: 1.2em;}
.yqlj_cont ul {
    display:flex;
    align-items: center;
    justify-content: space-between;}

.yqlj_cont ul li a{color:#666666;font-size:16px;font-family: SourceHanSansCN-Light, SourceHanSansCN;font-weight: 300;}
