
.first, .second, .third {
    display: flex;
    background: white;
}

.first {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.third {
    margin-bottom: 5%;
}

.lately, .major {
    margin-top: 2%;
}

.news-title h2 a {
    color: #1487f4;
}

.scroll-list {
    position: relative;
    background-color: #fff;
    height: 400px;
    width: 94%;
    margin-right: 1%;
    margin-left: 3%;
    overflow: hidden;
    border-bottom: solid #eee 1px;
}

.scroll-list ul {
    position: relative;
    top: 0;
    left: 0;
    width: 105%;
    animation: scroll 10s linear infinite;
    margin-right: 30px;
    margin-left: -29px;
    background: none;
}

.scroll-list ul li {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: white;
    padding: 15px;
}

.scroll-list ul li:nth-child(odd) {
    background: aliceblue;
}

.point {
    width: 5px;
    height: 5px;
    background: black;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

.list-name {
    color: black;
    width: 100px;
    margin: 0;
}

.scroll-list ul li a {
    color: black !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 75%;
    margin-right: 3%;
}

.scroll-list ul li span {
    color: black;
    float: right;
    width: 130px;
}

/*重点机构*/
.ins {
    margin: 4% 0 0 0;
}

.ins ul {
    margin: 0;
    padding: 0;
}

.ins ul li {
    list-style: none;
    display: inline-block;
    margin: 0 65px;
}

.ins ul li a {
    display: flex;
    height: 110px;
    width: 120px;
}

.ins ul li a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ins ul li a img:hover {
    transition: all 0.5s;
    transform: scale(1.05);
}

.guide-a-more a {
    float: right;
    margin-top: -20px;
}

/*专利导航*/
.guide-title {
    background: white;
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

.guide-title h3 {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5%;

    border-bottom: #1487f4 solid 3px;
    padding-bottom: 11px;
    z-index: 1;
}

.guide-title h3 a {
    color: #1487f4;
}

.guide-title span {
    position: relative;
    width: 1320px;
    background: #eee;
    height: 2px;
    margin-top: -2px;
}

.guide-t {
    padding: 5% 2% 3% 5%;
    border-bottom: #eee solid 1px;
}

.guide-t b a {
    color: darkblue;
    font-size: 20px;
}

.guide-t span a {
    font-size: 16px;
    float: right;
}

.guide-list {
    height: 500px;
    border: solid #eee 1px;
    border-radius: 10px;
    margin: 5% 1% 1% 1%;
    width: 48%;
}

.guide-list ul li {
    list-style: none;
    display: flex;
    border-top: solid #eee 1px;
    line-height: 50px;
}


.guide-list ul li a {
    font-size: 16px;
    padding: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 75%;
}


.guide-list ul li p {
    background: darkblue;
    height: 10px;
    width: 10px;
    margin-top: 25px;
    margin-right: 10px;
    border-radius: 25px;
    box-shadow: #eee 0 0 0 3px;
}

.guide-list ul li span {
    margin-top: 5px;
    margin-left: 20px;
}



