@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    background: #F0F1F5;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.fav-top {
    min-width: 1200px;
    height: 475px;
    margin: 0 auto;
    background: url("/image/web/favoured_policy_bg-c3bd89783b7604808bc6df6db4519aa2.png") no-repeat;
    background-size: cover;
}

.fav-top-logo {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    box-sizing: border-box;
}

.fav-top-logo .right {
    width: 116px;
    height: 35px;
    background: #8ABFFF;
    border-radius: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.fav-top-logo .right a {
    color: #FFFFFF;
    font-size: 16px;
}

.fav-top-title {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fav-top-title .left {
    width: 347px;
    height: 85px;
    font-size: 85px;
    font-weight: bold;
    color: #ED3700;
    line-height: 128px;
    letter-spacing: 1px;
}

.fav-top-title .right {
    width: 239px;
    height: 76px;
    background: linear-gradient(180deg, #F5F5F5 0%, #D3DAE4 100%);
    border-radius: 48px 0 48px 0;
    border: 3px solid rgba(255, 255, 255, 0.69);
    text-align: center;
    box-shadow: 5px 8px 5px #4e5d9b47;
    margin-top: 18px;
    margin-left: 30px;
}

.fav-top-title .right span {
    font-size: 48px;
    font-weight: 500;
    color: #ED3700;
}

.fav-middle {
    width: 1200px;
    height: 1170px;
    margin: 0 auto;
}

.fav-middle-box-relative {
    position: relative;
    width: 1200px;
}

.fav-middle-box {
    width: 1200px;
    height: 1213px;
    position: absolute;
    top: -80px;
    margin: 20px auto;
    background: #004cff66;
    border-radius: 20px;
}

.fav-middle-search-relative {
    width: 1200px;
    height: 103px;
    position: relative;
}

.fav-middle-search {
    width: 700px;
    height: 125px;
    background: white;
    border-radius: 20px 50px 0 0;
    position: absolute;
    top: -20px;
}

.fav-middle-search-right-box {
    width: 500px;
    height: 103px;
    background: white;
    float: right;
    border-radius: 0 20px 0 0;
}

.fav-middle-search-right {
    width: 500px;
    height: 103px;
    background: #004cff82;
    border-radius: 0 20px 0 85px;
}

.fav-middle-search-nav {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.fav-middle-search-nav a {
    height: 52px;
    line-height: 52px;
    background: linear-gradient(180deg, #F5F8FD 0%, #D5DBE3 100%);
    border-radius: 16px;
    border: 1px solid rgba(164, 170, 186, 0.69);
    font-size: 18px;
    color: black;
    text-align: center;
    position: relative;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.fav-middle-search-nav a.current {
    background: linear-gradient(180deg, #497AFF 0%, #76A8FF 100%);
    color: white;
}

.fav-middle-search-nav span.triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-top-color: #76A8FF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 52px;
}

.fav-middle-search-right-ele {
    display: flex;
    justify-content: space-between;
    width: 380px;
    height: 50px;
    background: #E8F1FF;
    border-radius: 25px;
    position: relative;
    top: 28px;
    left: 45px;
}

.fav-middle-search-right-ele img {
    width: 22px;
    height: 23px;
    position: relative;
    top: 13px;
    left: 18px;
}

.fav-middle-search-right-ele input {
    width: 250px;
    height: 48px;
    border: none;
    background: unset;
    outline: none;
    font-size: 16px;
}

.fav-middle-search-right-ele button {
    width: 58px;
    height: 34px;
    line-height: 34px;
    background: #5C8DFF;
    border-radius: 17px;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 8px;
    left: -8px;
}

.fav-middle-list {
    width: 1200px;
    height: 1105px;
    background: white;
    border-radius: 0 20px 20px 20px;
    padding-top: 30px;
    box-sizing: border-box;
}

.fav-middle-list-box {
    width: 1140px;
    margin: 0 auto;
    border: 1px solid #8a9cd063;
    border-radius: 8px;
    overflow: hidden;
}

.fav-middle-list-box .head {
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #004cff4f;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #364C94;
}

.fav-middle-list-box .head .title {
    width: 800px;
    border-right: 1px solid #8a9cd063;
}

.fav-middle-list-box .head .dept {
    width: 200px;
    border-right: 1px solid #8a9cd063;
}

.fav-middle-list-box .head .date {
    width: 140px;
}

.fav-middle-list-box .body a {
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.fav-middle-list-box .body a:hover {
    color: #364C94;
    font-weight: bold;
}

.fav-middle-list-box .body a:nth-child(2n) {
    background: #004cff0a;
}

.fav-middle-list-box .body a::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #8993BA;
    position: relative;
    top: 27px;
    left: 16px;
}

.fav-middle-list-box .body .title {
    width: 796px;
    border-right: 1px solid #8a9cd063;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fav-middle-list-box .body .dept {
    width: 200px;
    border-right: 1px solid #8a9cd063;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fav-middle-list-box .body .date {
    width: 140px;
}

.fav-middle-list-box tr td {
    border-right: 1px solid #8a9cd063;
    border-bottom: 1px solid #8a9cd063;
}

.fav-middle-list-box tr.head {
    background: #004cff4f;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #364C94;
}

.fav-middle-list-box tr.head td {
    height: 50px;
}

.zc-page {
    width: 1200px;
    margin: 10px auto;
    text-align: center;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
