html{
    font-size:62.5%;
}
body{
    background:#fff !important;
    min-width:1250px;
}
#header {
    height: 106px !important;
}
#main{
    margin:10px auto 0;
    width:88%;
    box-shadow:1px 2px 15px 10px rgb(0,51,153,.1);
}
.center_inner{
    position:relative;
}
.center_inner .search,.center_inner .tag_cloud{
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    overflow:hidden;
}
.center_inner .search{
    left:0;
}
.center_inner .tag_cloud{
    right:0;
}
.center_inner .search  select{
    float:left;
    height:60px;
    border:none;
    margin:0 10px;
}
.search>div{
    width:76%;
    height:60px;
    border-radius:3px;
    position:absolute;
    top:52%;
    margin-top:-30px;
    left:50%;
    margin-left:-38%;
    background:#fff;
}
.search input{
    float:left;
    width:62%;
    height:60px;
    border:none;
    border-radius:3px 0 0 3px;
    line-height:60px;
}
.search>div a.search_btn{
    display:block;
    width:14%;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    border-radius:0 3px 3px 0;
    background:url(../image/search4.png) center no-repeat #ea7c23;
}
.search>div a.clearInputText{
    position: absolute;
    right: 110px;
    top: 20px;
    font-size: 16px;
    color: #605f5f;
    z-index: 999;
    background: #ccc;
    padding: 0px 5px;
    display: none;
    border: 0.5px solid #aba7a7;
    border-radius: 3px;
}
.search>ul{
    position:absolute;
    height:60px;
    top:84%;
    left:50%;
    margin-left:-38.4%;
    margin-top:-30px;
    width:87.8%;
}
.search>ul li{
    width:25%;
    height:60px;
}
.search>ul li i{
    width:30%;
    position:relative;
    float:left;
    height:100%;
}
.search>ul li i img{
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.search>ul li,.search>ul li i,.search>ul li a{
    float:left;
}

.search>ul li a span{
    line-height:30px;
    text-align:left;
    margin-left:6px;
}
.search>ul li a span:nth-child(1){
    font-size:2.2rem;
    color:#ea7b23;
    font-weight:bold;
}
.search>ul li a span:nth-child(3){
    font-size:1.6rem;
    color:#fff;
}

.tag_cloud:before{
    content:'';
    display:block;
    width:15.65%;
    height:100%;
    background:url(../image/tit.png) no-repeat left top /contain;
    position:absolute;
    right:2%;
    top:0;
}
.cloud_con{
    width:53%;
    height: 100%;
    position: absolute;
    top: 4%;
    left: 22%;
}

#tag-cloud{
    width:440px;
    margin: -30px auto 0;
    position:relative;
}
#tag-cloud>img{
    position:absolute;
    width:85%;
    left: 10%;
    bottom: -36px;
}
svg{
    background-image:url(../image/bookbg.png);
    background-repeat:no-repeat;
    background-position:center bottom -36px;
    background-size:contain;
}



.bottom_inner .fl{
    width: 53%;
    margin-left: 1%;
    margin-top: 1%;
}
.bottom_inner .fr{
    width:45.3%;
}
.bottom_inner .fl li{
    padding: 6px 0 22px;
}
.bottom_inner .fl li a{
    line-height:20px;
    color:#385771;
    font-size:1.6rem;
    padding:0 0 0 22px;
    background:url(../image/li_icon.png) left center no-repeat;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:99%;
    display:block;

}
.bottom_inner .fl li a:hover,.bottom_inner .fl li .active{
    font-weight:bold;
    color:#092d5b;
}

@media (max-width: 1439px){
    html{
        font-size:45%;
    }
    .bottom_inner .fl li {
        padding: 2px 0 10px;
    }
    #tag-cloud{
        width:290px;
    }
    .cloud_con {
        top: 6%;
        left: 22%;
    }
    .tag_cloud:before {
        width: 9%;
        right: 6%;
    }
    .search>ul li a span {
        line-height: 20px;
    }
    .search>ul li a{
        padding-top:8%;
    }
}
@media (min-width: 1440px) and (max-width: 1599px) {
    html{
        font-size:45%;
    }
    .bottom_inner .fl li {
        padding: 2px 0 14px;
    }
    #tag-cloud{
        width:340px;
    }
    .cloud_con {
        top: 2%;
        left: 23%;
    }
    .tag_cloud:before {
        width: 9%;
        right: 5%;
    }
    .search>ul li a span {
        line-height: 24px;
    }
    .search>ul li a{
        padding-top:5%;
    }
}
@media (min-width: 1600px) and (max-width: 1919px){
    html{
        font-size:55%;
    }
    .bottom_inner .fl li {
        padding: 2px 0 19px;
    }
    #tag-cloud {
        width: 380px !important;
    }
    .cloud_con {
        top: 0;
        left: 23%;
    }
    .tag_cloud:before {
        width: 9%;
        right: 6%;
    }
    .search>ul li a span {
        line-height: 24px;
    }
    .search>ul li a{
        padding-top:4%;
    }
}