.about-logo {
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 18px;
    width: 286px;
    height: 97px;
}

.catrgory-txt {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    font-weight: 400;
}

.category-list {
    margin-top: 3px;
}

.category-list a {
    margin-bottom: 2px;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
}

.category-list a p:nth-child(1) {
    width: 1000px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: 400;
}

.category-list a p:nth-child(2) {
    width: 200px;
    font-size: 18px;
    color: #ADADAD;
    letter-spacing: 0;
    text-align: right;
    line-height: 50px;
    font-weight: 400;
}

.category-list a:hover {
    color: #1B4AA9;
}

.category-list-page {
    margin-top: 15px;
}

.category-list-page p,
.category-list-page a,
.category-list-page span {
    display: block;
    margin: 0 2px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

.category-list-page a {
    padding: 0 11.5px;
    background: #F5F5F5;
}

.category-list-page li.active a {
    background: #1B4AA9;
    color: #ffffff;
}

.abtout-contact {
    margin-top: 30px;
    margin-bottom: 38px;
}

.abtout-contact>img {
    margin-bottom: 36px;
}

.abtout-contact .left h3 {
    width: 352px;
    margin-bottom: 4px;
    margin-right: 73px;
    font-size: 18px;
    letter-spacing: 0.75px;
    font-weight: 700;
    line-height: 25px;
}

.abtout-contact .left p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}

.abtout-contact .right h3 {
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: 0.75px;
    font-weight: 700;
    line-height: 25px;
}

.abtout-contact .right p {
    font-size: 18px;
    letter-spacing: 0.58px;
    font-weight: 400;
    line-height: 20px;
}

.abtout-contact .right img {
    margin-top: 16px;
    width: 138px;
    height: 138px;
}

.catrgory-content-title {
    margin-top: 16px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.catrgory-content {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.article-title {
    margin-top: 25px;
    margin-bottom: 16px;
    font-size: 24px;
    color: #1B4AA9;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

.article-title-two {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #1B4AA9;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
}

.article-time span {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-right: 100px;
}

.article-time span:last-child {
    margin-right: 0px;
}


.article-content-box {
    min-height: 750px;
    padding-top: 21px;
    padding-bottom: 230px;
    border-top: 1px dashed rgba(128, 127, 127, 1);
}

.article-content p {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    text-indent: 2em;
    padding: 10px 0 0 0;
    color: #555555;
	margin: 10px auto;
    margin-bottom: 0;
}

.article-content-box img {
    max-width: 100%;
	margin: 0 auto;
    display: block;
}

.article-content {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 400;
}

.article-about {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 74px;
}

.article-about h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1B4AA9;
    line-height: 21px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(128, 127, 127, 1);
}

.article-about a {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 21px;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
}

.article-about a:hover {
    color: #1B4AA9;
}

.article-about a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333333;
    position: absolute;
    left: 4px;
    top: 10px;
}

.search.main {
    padding: 40px 0 74px 0;
}

.search-bg-1 {
    width: 100%;
    height: 475px;
    padding-top: 16px;
    background-image: url(../images/top_news_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.search-bg-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 249, 254, 1) 100%);
}

.search-bg-2 {
    width: 100%;
    height: 400px;
    padding-top: 16px;
    background-image: url(../images/footer.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.search-box {
    min-height: 876px;
    padding: 17px 50px 33px 46px;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}

.information-search span {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.information-search span:nth-child(1) {
    margin-right: 13px;
}

.information-search input:nth-child(2) {
    width: 257px;
    height: 28px;
    padding-left: 10px;
    margin-right: 38px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    border: 1px solid rgba(210, 212, 217, 1);
    border-radius: 2px;
}

.information-search span:nth-child(3) {
    margin-right: 13px;
}

.information-search input:nth-child(4) {
    width: 186px;
    height: 28px;
    padding-left: 10px;
    margin-right: 9px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    background-image: url(../images/date-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 94%;
    border: 1px solid rgba(210, 212, 217, 1);
    border-radius: 2px;
}

.information-search span:nth-child(5) {
    margin-right: 13px;
}

.information-search input:nth-child(6) {
    width: 186px;
    height: 28px;
    padding-left: 10px;
    margin-right: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    background-image: url(../images/date-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 94%;
    border: 1px solid rgba(210, 212, 217, 1);
    border-radius: 2px;
}

.information-search div:nth-child(7) {
    width: 52px;
    height: 28px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: 400;
    background: #1B4AA9;
    border-radius: 2px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.search-num {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    font-weight: 700;
}

.search-num span {
    margin-left: 10px;
    margin-right: 10px;
    color: #FF2323;
}

.search-content li {
    border-top: 1px dashed rgba(217, 217, 217, 1);
}

.search-content li:last-child {
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
}


.search-content a p:nth-child(1) {
    width: 80%;
    font-size: 16px;
    line-height: 50px;
}

.search-content a p:nth-child(2) {
    width: 10%;
    font-size: 16px;
    line-height: 50px;
    color: #ADADAD;
    text-align: right;
}

.search-content a:hover,
.search-content a:hover p {
    color: #1B4AA9;
}