.main .module-data{
    padding: 20px 0;
    background: #fff;
}
.specialty-resources-title {
    position: relative;
    margin: 0 20px;
    padding: 12px 0 12px 34px;
    border-bottom: 2px solid #ecf5ff;
    font-size: 20px;
    color: #588340;
    font-weight: bold;
    line-height: 22px;
}

.specialty-resources-title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #1690e0;
    background: url(../images/specialresource/revision-index-common-icon.png?v=1.0.1) no-repeat 0 -100px;
}

.specialty-resources-title.science {
    color: #5e7bda;
}

.specialty-resources-title.science:before {
    border-color: #5e7bda;
    background-position: 0 -160px;
}

.specialty-resources-title.statistics {
    color: #2ab783;
}

.specialty-resources-title.statistics:before {
    border-color: #2ab783;
    background-position: 0 -130px;
}

.specialty-resources-title.special {
    color: #ebb82e;
}

.specialty-resources-title.special:before {
    border-color: #ebb82e;
    background-position: 0 -190px;
}

.specialty-resources-title .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.specialty-resources-title .more:hover {
    color: #588340;
}

.specialty-resources-lists {
    margin-top: 30px;
}

.specialty-resources-lists:after {
    content: '';
    display: block;
    clear: both;
}

.specialty-resources-lists li {
    float: left;
    position: relative;
    width: 16.66%;
    text-align: center;
    padding-bottom: 25px;
}

.specialty-resources-lists .resources-list-imgbox {
    margin: 0 auto 10px;
    width: 134px;
    border: 2px solid #d2dae3;
    overflow: hidden;
}

.specialty-resources-lists .resources-list-icon {
    width: 100%;
    height: 160px;
}

.specialty-resources-lists .service-list-new-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -4px 0 0 -70px;
    width: 70px;
}

.specialty-resources-lists .resources-list-title {
    display:block;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.specialty-resources-lists .resources-list-tips {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.specialty-resources-lists .resources-list-tips span {
    color: #588340;
}

.specialty-resources-lists a:hover .resources-list-imgbox {
    border-color: #588340;
}

.specialty-resources-lists a:hover .resources-list-title {
    color: #588340;
}
.data-type {
    margin:20px 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    font-size: 0;
}
.data-type li{
    display: inline-block;
    margin-left:8px;
    min-width: 100px;
    text-align:center;
    font-size: 14px;
    line-height:36px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    cursor:pointer;
}
.data-type li:hover,.data-type li.active{
    background: #1690e0;
    color:#fff;
    border-color: #1690e0;
}

.specialtyList {
    border-bottom: 1px dotted #E3E3E3;
    position: relative;
    overflow: hidden;
    padding: 16px 0 10px;
}
.cattle-imgs {
    margin-left: -20px;
    overflow: hidden;
}
.cattle-imgs .img-item {
    float: left;
    margin: 20px 0 0 20px;
    width: calc(25% - 20px);
    height: 160px;
    overflow: hidden;
}
.cattle-imgs .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.dialog-cattle-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
}
.dialog-cattle-img .dialog-cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog-cattle-img .img-card {
    position: relative;
}
.dialog-cattle-img .card-close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url(../images/data-search-fact-close.png) no-repeat center center;
    background-size: 60%;
    cursor: pointer;
}
.dialog-cattle-img .cattle-img {
    max-width: 80vw;
    max-height: 80vh;
}
.dialog-cattle-img {}
.dialog-cattle-img {}
.dialog-cattle-img {}
/*右边相关链接*/
.aside {
    float: right;
    width: 210px;
    display: block !important;
}

.partnerTitle {
    position: relative;
    top: -10px;
    margin: 0;
}
.specialtyImage {
    float: left;
    width: 100px;
    max-height: 140px;
    overflow: hidden;
    border: 2px solid #d2dae3;
}

.specialtyImage:hover {
    border-color: #779E59;
}

.specialtyImage img {
    width: 100%;
}

.specialtyText {
    margin-left: 120px;
}

.specialtyList h6 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #0099DF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.specialtyList h6 a {
    color: #779E59;
}

.specialtyList h6 a:hover {
    text-decoration: underline;
}

.specialtyList dl {
    line-height: 22px;
    overflow: hidden;
    position: relative;
}

.specialtyList dt {
    position: absolute;
    top: 0;
    left: 0;
    color: #969696;
}

.specialtyList dd {
    margin-left: 80px;
    color: #696969;
}
.specialtyList .keyword {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.specialtyList ul {
    overflow: hidden;
}

.specialtyList li {
    float: left;
    margin-right: 25px;
    padding-left: 18px;
    line-height: 40px;
    color: #B3B3B3;
    background-repeat: no-repeat;
    background-position: left;
}

.specialtyList li a {
    color: #B3B3B3;
}

.specialtyList li.viewData {
    background-image: url(../images/specialresource/seeData.png);
}

.specialtyList li.viewData:hover {
    background-image: url(../images/specialresource/seeDataH.png);
}
.specialtyList li:hover a {
    color: #F38B25;
}
@media only screen and (max-width: 1200px) and (min-width: 768px){
    .data-type{margin: 20px 30px;}
    .data-type li{margin-left:5px;padding:0 12px;}
}
@media (max-width: 767px) {
    .specialty-resources-lists {
        margin: 20px 20px 0;
    }

    .specialty-resources-lists li {
        width: 50%;
    }

    .specialty-resources-lists .resources-list-title {
        display:block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .data-type{
        margin:20px;
        overflow: auto;
        white-space: nowrap;
    }
    .data-type li{
        min-width: 70px;
        margin-left:5px;
    }
    .main .module-data-search .data-cont.no-rec{
        width: 100%;
    }
    .cattle-imgs {
        margin-left: -12px;
    }
    .cattle-imgs .img-item {
        margin: 14px 0 0 12px;
        width: calc(50% - 12px);
        height: 100px;
    }
    .dialog-cattle-img .cattle-img {
        max-width: 90vw;
        max-height: 90vh;
    }
    .dialog-cattle-img .card-close {
        top: -20px;
        right: -20px;
        width: 20px;
        height: 20px;
    }
}

/*# sourceMappingURL=resources.css.map */