﻿/*搜索框*/
.red{
    color:red!important;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #e0e0e0 !important;
}
.dictionary_resource_search {
    width: 55%;
    height: 40px;
    margin: 0 auto;
    border: 2px solid #4783C2;
    position: relative;
}
.dictionary_resource_search span{
    display:inline-block;
}
h2{
    margin-top:0px!important;
}
.other1{
    margin-top:5px;
    display:inline-block;
}
.search_sousuo {
    float: right;
    width: 16.7%;
    height: 100%;
    background: #4783C2;
    font-size:17px;
    color:#fff;
    text-align:center;
    line-height:34px;
    cursor:pointer;
}
.search_input {
    width: 83.3%;
    outline: none;
    border: none;
    background: url(../images/home_searchType_ico@2x.png);
    background-size: 14px 15px;
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height:34px;
    text-indent:8%;
}


/*语言列表*/

.dictionary_resource_c_t>div{
    display:inline-block;
}
.dictBtnSrc, .dictBtnDest {
    position: relative;
    display: inline-block;
    height: 27px;
    width: 97px;
    background: #F5F5F5;
    line-height: 27px;
    display: inline-block;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
}
 .toggle span{
     margin-left:8px;
 }
.dictMenuSrc, .dictMenuDest {
    border: 1px solid #65AADE;
    line-height: 200%;
    padding: 10px;
    position: absolute;
    z-index: 20000;
    background: white;
    width: 420px;
    display: none;
    font-size: 14px;
    color: #266392;
}
   

    .dictMenuSrc ul li, .dictMenuDest ul li {
        float: left;
        width: 20%;
        text-align: left;
        
    }
.sjx {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #979797;
    border-radius:1px;
    float:right;
    margin-top:10px;
    margin-right:10px;
}
.fg_line {
    color: #E3E3E3;
    margin-right:20px;
}


.dictionary_resource_c_b{
    margin-top:25px;
}
.dictionary_resource_c_b ul {
    display:block;
}
    .dictionary_resource_c_b ul li {
        float: left;
        width: 202px;
        color: #4D80A9;
        cursor: pointer;
    }
    .dictionary_resource_c_b ul li:last-child{
        width:77px;
    }
    .dictionary_resource_c_b ul li b{
        font-size:20px;
        vertical-align:middle;
    }


/*词库列表*/

    
.dictionary_resource_b hr{
    margin-top:20px;
    margin-bottom:30px;
}

.dictionary_resource_b, .dictionary_resource_c {
    margin-top: 30px;
}
.dictionary_resource_b ul{
   margin-top:15px;
}
    .dictionary_resource_b ul.ul_list li {
        margin-bottom: 20px;
        background: #FAFAFA;
        padding: 20px 20px;
    }
ul.ul_list li:hover {
    background: #F1FAFF;
}
ul.ul_list li>a{
    display:inline-block;
    width:100%;
    height:100%;
}
.dictionary_resource_b ul li p:first-child {
    margin-top: 10px;
}
.dictionary_resource_b ul li p:last-child {
    color: #808080;
}
.dictionary_download {
    float: right;
    color: #4080F8;
    cursor:pointer;
}
.dictionary_resource .dictionary_resource_b .common_right .ft_general2 {
    line-height:24px;
}

.dictionary_resource .dictionary_resource_b .common_right .ft_general3 {
    line-height: 26px;
}
.dictionary_color {
    color: #4D80A9!important;
}

/*分页*/
#pager>div>span{
    cursor:pointer;
}

#pager_ul{
    cursor:pointer;
}

.pager_div{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.pager_div>div:first-child{
    line-height:60px;
}
.dictText{
    user-select: none;
}
/*移动端兼容*/
@media screen and (max-width:1200px) {
    .dictionary_resource_c_b ul{
        padding-bottom:0;
        margin-bottom:0;
    }
    .dictionary_resource_c_b ul li{
        width:14.25%;
        text-align:left;
    }
}

@media screen and (max-width:1000px) {
    .dictionary_resource_c_b ul li {
        width: 30%;
        text-align: left;
    }
}

@media screen and (max-width:477px) {
    .dictionary_resource_c_b ul li {
        width: 50%;
        text-align: left;
    }
    .fg_line{
        display:none;
     }
    .dictionary_resource_c_t > div{
        display:block;
        margin-top:10px;
    }
    .dictMenuSrc, .dictMenuDest {
        width: 370px;
        left: -140%;
    }
    .dictionary_resource_search{
        width:75%;
        top:10px;
    }
    .search_input{
        text-indent:15%;
    }
    .pager_div{
        display:block;
    }
    .dictBtnSrc{
        margin-left:26px;
    }
}