.part3{
    width: 1400px;
    display: flex;
    margin-bottom: 50px;
}

.lianxi{
    width: 252px;
    height: 230px;
    border: 2px solid #0DA4AF;
    margin-left:0;
    margin-top: 31.5px;
    /* position: absolute; */
}

.lx-tittle{
    /* width: 252px; */
    height: 39px;
    background-color: #0DA4AF;
    color:#ffffff;
    font-size: 21px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-top: -1px;
    margin-left: -1px;
}

#lxfs{
    width: 180px;
    height: 60px;
    background-image: url(../images/lianxifangshi1.png);
    background-position: -5px;
    margin-left: 26px;
    margin-top: 20px;
    background-size:auto;
}

#email{
    width: 180px;
    height: 60px;
    background-image: url(../images/email1.png);
    background-position: -5px;
    /* position: absolute; */
    /* left: 26px; */
    /* top: 135px; */
}

#lxfs>a>span{
    font-size: 18px;
    margin-top: 18px;
    position: absolute;
    margin-left: 72px;
}

#email>a>span{
    font-size: 18px;
    margin-top: 18px;
    position: absolute;
    margin-left: 72px;
    margin-right: 0px;
}


/* ÃƒÂ¥Ã‚Â°Ã‚Â±ÃƒÂ¥Ã…â€™Ã‚Â»ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */

.jyzn{
    width: 972px;
    min-height: 450px;
    /* position: absolute; */
    /* margin-left:315px; */
    margin-top: 31.5px;
}

.jyzn-head{
    border-bottom: 0.5px solid #E8E8E8;
}

.jyzn-tittle{
    display: inline-block;
    font-size: 26px;
    color:#007487;
    text-align: center;
    padding-bottom: 4.5px;
    border-bottom: 4px solid #007487;
}

.position{
    display: inline-block;
    color:#022E52;
    font-size: 15px;
    float:right;
    margin-top: 6px;
   text-decoration:none;
}
.position a {text-decoration: none;}
.jyzn1{
    display: inline-block;
    color:#022E52;
    font-size: 15px;
}

.jyzn-nr{
    list-style: none;
    margin-left: -40px;
    margin-top: 32px;
}

.jyzn-nr>li{
    width: 100%;
    height: 76px;
    display: inline-block;
}

.jyzn-nr li span{
    width: 10px;
    height: 10px;
    margin-left: 29px;
    margin-top: 33px;
}

.jyzn-nr>li:nth-of-type(odd){
    background-color: #EDF9FA ;
}

.jyzn-nr>li:nth-of-type(even){
    background-color: #FFFFFF;
}

.zhinan{
    display: inline-block;
    color:#262626;
    font-size: 18px;
    margin-top: 26px;
    margin-left: 23px;
}

.time{
    display: inline-block;
    color: #94A5B2;
    font-size: 18px;
    float: right;
    margin-top: 27px;
    margin-right: 30px;
}

.jyzn-nr li:hover>.zhinan{
    color: #008A9A;
    text-decoration: underline;
}

.jyzn-nr li:hover>.time{
    color:#007487;
}