.searchBox .imgTitle {
    margin-top: 176px;
}
.searchCot {
    margin-top: 47px;
}
.cydt {
    margin-top: 195px;
    background-color: #fff;
    box-shadow: -1px 0px 9px 0.3px rgba(90, 151, 249, 0.2);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.cydtCont ul {
    height: 737px;
    overflow: auto;
    margin: 0px;
    background-color: #fff;
    box-shadow: -1px 0px 9px 0.3px rgba(90, 151, 249, 0.2);
}
.cydtCont ul li {
    width: 180px;
    min-height: 80px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}
/* .cydtCont ul li:first-child {
    padding-top: 33px;
} */
.cydtCont ul li:hover,
.cydtCont ul .on {
    background-color: #c4e2ff;
}
.cydtCont ul li p {
    padding-left: 30px;
    box-sizing: border-box;
}
.cydtCont ul li .title {
    background-size: 20px 20px;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}
#baiduMap {
    width: 960px;
    height: 737px;
}

.zjzk {
    width: 100%;
    margin-top: 35px;
    padding: 35px 0px;
    box-sizing: border-box;
    background: rgba(217, 234, 255, 0.66);
}
.zjzkBoxTop {
    padding: 56px 57px 0px 57px;
    width: 264px;
    height: 372px;
    background: url(../images/scienceResourcesIcon12.png) no-repeat;
    box-sizing: border-box;
}
.zjzk ul {
    margin: 0px;
}
.zjzk ul li {
    width: 150px;
    line-height: 40px;
    background: rgba(102, 208, 253, 0.73);
    border-radius: 4px;
    margin-bottom: 7px;
    cursor: pointer;
}
.zjzk ul li:hover,
.zjzk ul .on {
    background: #0dc4f2;
}
.zjzkBoxTop a {
    width: 150px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fd8a19;
}
.zjzkBox a {
    width: 290px;
    height: 372px;
    padding: 0px 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.zjzkBox a:hover .title {
    color: #126cfe;
}
.zjzkBox a:hover .hedimg img {
    /* 鼠标划上放大效果 */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.zjzkBox .hedimg {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    overflow: hidden;
}
.zjzkBox .hedimg img {
    width: 100%;
    height: 100%;
}
.zjzkCont {
    padding-left: 50px;
    padding-top: 25px;
    border-top: 1px dashed #ededed;
    box-sizing: border-box;
}
.zjzkCont p {
    padding-left: 26px;
    background-size: 15px 15px;
    background-position-x: left;
    background-repeat: no-repeat;
}
.zjzkCont .lx {
    background-image: url(../images/scienceResourcesIcon14.png);
}
.zjzkCont .yy {
    background-image: url(../images/scienceResourcesIcon15.png);
}
.zjzkCont .dw {
    background-image: url(../images/scienceResourcesIcon16.png);
}
.anchorBL {
    display: none;
}

.tipcont {
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 2px #d8e1ee;
    background-color: #ffffff;
    position: relative;
}
.tipTitle {
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    white-space: normal;
}
.tipintro {
    margin-bottom: 10px;
    font-size: 14px;
    color: #8b94a1;
    box-sizing: border-box;
}
.tipBtn {
    display: block;
    line-height: 40px;
    background-color: #1569e6;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
