/*面包屑*/
.breadcrumb {
    padding: 8px 0px;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #395d8e;
}

.breadcrumb > .active {
    color: #395d8e;
}

.sort_content {
    width: 1200px;
    min-height: 760px;
    margin: 0 auto;
}

.sort_center {
    width: 100%;
    min-height: 725px;

}

.sort_center > ul {
    width: 100%;
    height: 27px;
    border-bottom: 2px solid #325588;
    margin-bottom: 20px;
}

.sort_center > ul > li {
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 27px;
    background: #f5f5f5;
    color: #727272;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.sort_center > ul > li > a {
    display: block;
}

.sort_center > ul > li:hover {
    background: #325588;
    color: #fff;
}

.sort_center > ul > .actives {
    background: #325588;
    color: #fff;
}
.sort_center > ul > li.actives >a,.sort_center > ul > li:hover> a{color: #FFF}

.sort_center > ul > a {
    float: right;
    width: 250px;
    height: 100%;
    color: #325588;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px   ;
}
.sort_center > ul > a:after {
    content: '';
    float: left;
    margin-top: 3px;
    background: url("../images/sort_download.png") no-repeat;
    width: 21px;
    height: 19px;
    margin-right: 10px;
}

/*All categories*/

.all_sort {
    display: block;
    width: 100%;
    height: auto;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari 和 Chrome */
    column-count:2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;

}

.sort_detail {

    /*-moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;*/

    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid #4195d6;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.sort_detail:nth-of-type(2n+0) {
    margin-right: 0;
}


.sort_detail > h3 {
    width: 100%;
    height: 30px;
    text-indent: 10px;
    line-height: 30px;
    background: #4195d6;
    font-size: 14px;
}

.sort_detail > h3 > a {
    color: #fff;
}

.specific_sort {
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    padding-left: 10px;
}

.specific_sort > h4 {
    width: 100%;
    height: 14px;
    font-size: 14px;
    padding-top: 20px;
    line-height: 14px;
}
.specific_sort > h4 > a {
    color: #325588;
}

.specific_sort > p {
    width: 100%;
    overflow: hidden;
}

.specific_sort > p > a {
    float: left;
    width: 169px;
    font-size: 12px;
    line-height: 15px;
    padding: 11px 10px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*a-z*/

.a_z_sort {
    display: none;
    width: 100%;
    height: auto;
    min-height: 600px;
    border: 1px solid #4195d6;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#country, .country_download {
    width: 100%;
    height: auto;
}

.country_top {
    width: 100%;
    height: 30px;
    background: #4195d6;
}

.country_top > p {
    float: left;
    width: 170px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-indent: 15px;
}

.country_tab {
    width: 80%;
    float: left;
    height: 30px;
}

.country_tab > li {
    float: left;
    width: 38px;
    height: 30px;
}

.country_tab > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    
    color: #fff;
}

.country_bottom, .country_list {
    width: 100%;
    min-height: 570px;
}

.countrys_list {
    padding-top: 20px;
}
.countrys{
   
    padding-bottom: 10px;
    height: auto;
    
}

/*.countrys_list > a {
    box-sizing: border-box;
    float: left;
    width: 300px;
    padding-left: 20px;
    line-height: 14px;
    font-size: 14px;
    margin-top: 15px;
    height: 14px;
}*/

.countrys li > a {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 300px;
    padding-left: 20px;
    line-height: 14px;
    font-size: 14px;
    margin-top: 15px;
    height: 14px;
}

