
.content {
    padding: 0 0.38rem 1.22rem;
}

.content .c-left {
    width: 58.3vw;
    margin-right: 0.37rem;
    box-shadow: 0px 0.09rem 0.15rem 0px rgba(0, 0, 0, 0.03);
    border-radius: 0.04rem;
}

.c-left .c-title {
    padding: 0 0.73rem;
    height: 0.73rem;
    line-height: 0.73rem;
    padding-left: 0.23rem;
    font-size: 0.21rem;
    color: #32904E;
    background-color: #E6E6E6;
}

.detail-content{
    display: none;
    padding: 0 0.23rem .6rem;
}
.detail-content .label{
    color: #82C285;
    width: 4.4rem;
    padding-right: 1rem;
    text-align: left;
    font-size: 100%;
}
.detail-content .link{
    color: #444;
    text-decoration: underline;
}
.detail-content .link:hover{
    color: #82C285;
}


.c-left .search-box {
    background-color: #F4F3F3;
    margin: 0.28rem 0.22rem 0.39rem;
    padding: 0.39rem 0.55rem 0.30rem;
}

.c-left .search-box .dropdown {
    width: 45%;
}

.c-left .search-box .my-mgt {
    margin-top: 0.2rem;
}

.c-left .search-box .btn {
    width: 100%;
    min-height: 0.57rem;
    color: #999999;
    text-align: left !important;
    font-weight: bold;
}
.c-left .search-box .btn  input{
    width: 85%;
    border: none;
    background-color: transparent;
}

.search-btn.small {
    padding: 0.05rem 0.2rem;
    text-align: center;
    background: #9BD59E;
    border-radius: 0.06rem;
}

.c-left .search-box .icon-down {
    float: right;
}

.c-left .search-box .dropdown-menu {
    width: 100%;
    max-height: 5.2rem;
    overflow-y: auto;  
}
.c-left .search-box .dropdown-menu li{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding: 6px 16px;
}
.search-result{
    height: auto;
    overflow: hidden;
}
.search-result.more{
    height: auto;
}
.search-result-item {
    min-height: 1.3rem;
    line-height: 0.31rem;
    padding: 0.5rem 0;
    color: #817D7D;
    text-align: justify;
    border-bottom: 1px dashed #EEE;
}
.search-result-item:last-child{
    border-bottom:none;
}
.search-result-item .active{
    color: #5FB864;
}

.search-result-item:hover,
.search-result-item.active {
    color: #5FB864;
    cursor: pointer;
}

.content .c-right .study-types {
    min-height: 5.88rem;
    padding-bottom: 0.6rem;
    box-shadow: 0px 0.09rem 0.15rem 0px rgba(0, 0, 0, 0.03);
    border-radius: 0.04rem;
}

.c-right .c-title {
    height: 0.73rem;
    line-height: 0.73rem;
    padding-left: 0.23rem;
    font-size: 0.29rem;
    color: #333;
    background-color: #E6E6E6;
}

.c-right .study-type-item {
    padding: 0  0.23rem;
    min-height: 0.71rem;
    line-height: 0.71rem;
    border-bottom: 1px solid #E5E5E5;
}

.c-right img {
    margin-top: 0.32rem;
    width: 100%;
}

.hot-search_item{
    display: inline-block;
    width: 6.4vw;
    text-align: left;
}
.hot-search_item-r{
    display: inline-block;
    width: 6.4vw;
    text-align: left;
}

@media screen and (max-width: 800px) {
    .c-left .search-box .dropdown {
        width: 100%;
    }
    .c-left .search-box .my-mgt {
        margin-top: 0;
    }
    .search-result-item {
         line-height: 1.1;
    }
}
.back-btn{
    float: right;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: right;
    padding: 0.4rem;
    cursor: pointer;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 16px 32px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}