.hdbj {
    width: 100%;
    height: 300px !important;
    background: url(../images/banner.png) no-repeat center center !important;
    background-size: cover !important;
}

/* 内容部分start */
.main {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.main .w {
    padding: 30px 0 90px;
}

.main-form {
    display: flex;
    width: 100%;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.06);
    border-radius: 30px;
    overflow: hidden;
}

.form-input1 {
    width: 89.5%;
    height: 60px;
    padding: 0 0 0 30px;
    color: #333333;
    font-size: 16px;
    background: #FFFFFF;
    border-right: none;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.form-input1::-webkit-input-placeholder {
    color: #999999;
}

.form-input2 {
    width: 10.5%;
    height: 60px;
    border-style: none;
    outline: none;
    color: #FFFFFF;
    font-size: 16px;
    background: #FE8F00;
    border-left: none;
    vertical-align: middle;
    cursor: pointer;
}

/* 人才类型 start */
.main-type {
    width: 100%;
}

.main-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-type ul li {
    width: 220px;
    height: 120px;
    border-radius: 4px;
}

.main-type ul li:nth-child(1) {
    background: url(../images/gccrc.png) no-repeat center;
    background-size: cover;
}

.main-type ul li:nth-child(2) {
    background: url(../images/elrc.png) no-repeat center;
    background-size: cover;
}

.main-type ul li:nth-child(3) {
    background: url(../images/rctd.png) no-repeat center;
    background-size: cover;
}

.main-type ul li:nth-child(4) {
    background: url(../images/rcgc.png) no-repeat center;
    background-size: cover;
}

.main-type ul li:nth-child(5) {
    background: url(../images/qt.png) no-repeat center;
    background-size: cover;
}

.main-type ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 20px 0;
}

.main-type ul li a::after {
    display: none;
    position: absolute;
    top: 99.9%;
    left: 50%;
    transform: translate(-50%,0);
    content: '';
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
}

.main-type ul li:nth-child(1) a::after {
    border-color: #EDF6FE transparent transparent transparent;
}

.main-type ul li:nth-child(2) a::after,
.main-type ul li:nth-child(5) a::after  {
    border-color: #FBF6EF transparent transparent transparent;
}

.main-type ul li:nth-child(3) a::after {
    border-color: #F1F3FB transparent transparent transparent;
}

.main-type ul li:nth-child(4) a::after {
    border-color: #EBF8E9 transparent transparent transparent;
}

.main-type ul li.active1 a::after,
.main-type ul li a:hover::after {
    display: block;
}

.main-type ul li a p {
    font-size: 18px;
    font-weight: bold;
}

.main-type ul li:nth-child(1) a p {
    color: #4B70B5;
}

.main-type ul li:nth-child(2) a p {
    color: #6F5226;
}

.main-type ul li:nth-child(3) a p {
    color: #5F4EA2;
}

.main-type ul li:nth-child(4) a p {
    color: #47746E;
}

.main-type ul li:nth-child(5) a p {
    color: #905D1C;
}
/* 人才类型 end */


/* 政策类型 start */
.main-column {
    width: 100%;
    min-height: 95px;
    padding: 25px 0 0 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    margin-top: 25px;
}

.main-column {
    display: flex;
}

.main-column>p {
    font-size: 16px;
    color: #333333;
    margin-top: 3px;
}

.main-column ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.main-column ul li {
    margin: 0 30px 25px 0;
}

.main-column ul li a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: #F6F6F6;
    border-radius: 20px;
    font-size: 16px;
    color: #666666;
}

.main-column ul li.active2 a,
.main-column ul li a:hover {
    background: #0878FF;
    color: #FFFFFF;
}
/* 政策类型 end */


/* 政策信息 start */
.main-info,
.info-list {
    width: 100%;
}

.info-list li {
    width: 100%;
    min-height: 236px;
    padding: 25px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    margin-top: 30px;
}

.info-list li .describe {
    display: block;
}

.describe .p1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.describe .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    min-height: 85px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.describe:hover .p1 {
    color: #0878FF;
}

.info-list li .other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.other-news {
    display: flex;
    align-items: center;
}

.other-news img {
    margin-right: 6px;
}

.other-news span {
    font-size: 16px;
    color: #666666;
}

.other-details a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #0878FF;
    transition: all 0s ease-out;
}

.other-details a span {
    font-size: 18px;
    color: #0878FF;
    margin-right: 12px;
}

.other-details a .a-img {
    width: 20px;
    height: 14px;
    background: url(../images/icon_more1.png) no-repeat center center;
    background-size: cover;
}

.other-details a:hover {
    background-color: #0878FF;
}

.other-details a:hover span {
    color: #FFFFFF;
}

.other-details a:hover .a-img {
    background: url(../images/icon_more2.png) no-repeat center center;
    background-size: cover;
}
/* 政策信息 end */
/* 内容部分end */


/* 翻页样式 start */
#pages span {
    border: 1px solid #0099FF;
    background-color:#0099FF;
}

#pages a:hover {
    border: 1px solid #0099FF;
    background-color: #0099FF;
}
/* 翻页样式 end */