.search {
    width: 1140px;
    height: 120px;
    margin: 45px auto 0;
    background: url(../images/policy_search.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.search input {
    padding: 0.4rem 0.75rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.search button {
    padding: 0.4rem 1.2rem;
    font-size: 1rem;
    margin-left: 20px;
    background: #459ef0 !important;
    color: #fff;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
}

.policy-main {
    margin: 20px auto 0;
    padding: 20px;
}

.policy-main .listBox {
    width: calc(100% - 215px);
    top: 0;
    box-shadow: none;
}

.policy-main dd h5 {
    background: #2566C0;
    color: #fff;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.policy-classify {
    width: 200px;
    margin-right: 15px;
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}

.policy-classify .active {
    color: #fff;
    background: linear-gradient(#67b3fd, #5a9df9, #4e8cf6);
    border-radius: 10px;
}

.activeMean {
    color: #2566C0;
    /* color: #fff; */
    /* background:linear-gradient(#67b3fd,#5a9df9,#4e8cf6); */
    /* background-image: linear-gradient(to right, #67b3fd, #5a9df9, #4e8cf6); */
    /* border-radius: 10px; */
}

.policy-classify .active p {
    border: none;
}

.policy-classify li {
    padding: 0 20px;
    /* color: #007bff; */
    color: #333333;
    font-size: 16px;
    /* background: #fafafa; */
    cursor: pointer;
}

.policy-classify li p:first-child img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.policy-classify li p {
    /* margin: 0;
    height: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between; */
}

.policy-classify li:first-child,
.policy-classify li:last-child {
    /* border-radius: 10px; */
}

.policy-classify li:last-child p {
    border: none;
}

.policy-title {
    background: #F1F5F7;
    color: #2566C0;
    padding: 15px 22px;
    font-size: 18px;
}

.policy-title span {
    position: relative;
}

.policy-title span::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -20px;
    background: #2566C0;
    display: inline-block;
    height: 2px;
    width: calc(100% + 20px);
}

.policyList li,
.policy-listUl .policy-listli {
    border-bottom: 1px dotted #DDDDDD;
    padding: 0 22px;
    margin-bottom: 10px;
}

.policyList li{
    padding: 12px 22px;
}

.policyList li p,
.policy-listUl .policy-listli p {
    margin: 0;
}

.policyList li i,
.policy-listUl .policy-listli i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #333333;
    transform: rotate(45deg);
    margin-right: 10px;
}

.policyList li.titleName:hover i,
.policy-listUl .policy-listli .titleName:hover i {
    border-color: #2566C0;
}

.policyList li.titleName,
.policy-listUl .policy-listli .titleName,
.policyList li.titleName a,
.policy-listUl .policy-listli .titleName a {
    color: #333333;
    font-size: 16px;
}

.policyList li.titleName:hover a,
.policy-listUl .policy-listli .titleName:hover a {
    color: #2566C0;
}

.policyList li .time,
.policy-listUl .policy-listli .time {
    color: #999999;
    font-size: 12px;
    padding-left: 21px;
    padding: 10px 0;
}

.policyList .pointSub {
    padding-left: 2em;
}

#page,
#policyPage {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noData {
    text-align: center;
    padding: 15px 0;
    margin-top: 7%;
}

.show-active {
    display: none;
    /* border-bottom: 1px solid #e3e3e3; */
}

.show-active-block {
    display: block;
}

.triangle {
    background-image: url(./../images/triangle1.png);
    background-size: 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.back-triangle {
    background-image: url(./../images/triangle2.png);
}

.secondNav {
    /* text-align: left;
    padding: 5px !important;
    margin: 10px;
    border-radius: 5px !important; */
    font-size: 16px !important;
    color: #333333 !important;
    text-align: left !important;
    padding: 0 10px 0 35% !important;
    /* margin: 5px 15px; */
    height: 52px;
    line-height: 50px;
    font-size: 15px !important;
}

.secondNav>i {
    padding-right: 10px;
    font-size: 16px;
}

.show-active-click {
    background: #D3DEF4 !important;
    color: #2566C0 !important;
    /* background: #60a8fd !important;
    color: #fff !important;
    text-align: left;
    border-radius: 5px !important; */
}

.addNewClass1 {
    background: #e3f1fc;
}

.addNewClass {
    background: #fff;
}