ul,
p {
    margin: 0;
}

.site-map {
    width: 100%;
    height: 60px;
    padding-top: 18px;
    display: flex;
    align-items: center;
}

.site-map p {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
    line-height: 16px;
}

.site-map img {
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.primary {
    width: 939px;
    margin-right: 16px;
}

.primary-top {
    width: 100%;
    height: 385px;
    padding: 18px;
    background-color: #fff;
    margin-bottom: 20px;
}

.news-swiper {
    width: 100%;
    height: 100%;
}

.news-swiper-left {
    height: 100%;
    width: 607px;
    margin-right: 14px;
}

.news-swiper-left_slide a {
    display: block;
    height: 100%;
    height: 100%;
    position: relative;
}

.news-swiper-left_slide img {
    width: 100%;
    height: 100%;
}

.news-swiper-tag {
    display: block;
    width: 100%;
    height: 91px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 23px 18px 0px;
}

.news-swiper-tag h5 {
    width: 360px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 19px;
}

.news-swiper-tag p {
    width: 560px;
    font-size: 14px;
    font-weight: 400;
    color: #C1C1C1;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-swiper-right {
    flex: 1;
}

.news-swiper-right img {
    width: 100%;
    height: 100%;
}


.news-swiper-right_slide {
    position: relative;
}

.news-swiper-right_tag {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 46px;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.4);

}

.news-swiper-right_tag p {
    width: 85%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* 新闻tab */

.news-tabbar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #F1F1F1;
}

.news-tabbar ul li {
    width: 113px;
    height: 72px;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
}

.news-tabbar .is-active {
    color: #1852A9;
}

.news-tabbar ul li:not(:last-child) {
    border-right: 1px solid #F1F1F1;
}

.news-tab-item {
    display: none;
    background: #fff;
    min-height: 952px;
}

.news-tab-item .news-list {
    width: 100%;
    min-height: 952px;
    background: #fff;
}

.news-list ul li {
    width: 100%;
    padding: 23px 23px 23px 110px;
    position: relative;
}

.news-list ul li .item-tag{
    width: 70px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: calc(50% - 13px);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    /* border-radius: 0 0 15px 0; */
    background-color: rgba(24,82,169, 0.7);
}

.news-list ul li:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
}

.news-list ul li a {
    display: flex;
    width: 100%;
}

.news-list ul li img {
    width: 166px;
    height: 111px;
    margin-right: 21px;
}

.news-item_content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #292929;
    line-height: 25px;
    margin: 0 0 11px 0
}

.news-item_content p {
    width: 693px;
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 24px;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item_content span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #CDCDCD;
    line-height: 16px;
}

.search-item_content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-item_content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #292929;
    line-height: 25px;
    max-width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-item_content span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #CDCDCD;
    line-height: 16px;
}


.pagination {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 37px;
}

/* 侧边栏 */
.sidebar {
    flex: 1;
}

.sidebar-block {
    width: 100%;
    background-color: #fff;
    margin-bottom: 17px;
}

.sidebar-block-title {
    width: 100%;
    height: 64px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
}

.sidebar-block-title p {
    font-size: 18px;
    font-weight: 400;
    color: #575757;
    line-height: 18px;
    margin: 0 0 0 15px;
}

.notice-list {
    width: 100%;
    padding: 0 18px 10px 18px;
}

.notice-list ul li {
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid #F0F0F0;
}

.notice-list ul li a {
    display: flex;
    width: 100%;
    align-items: center;
}

.notice-list ul li a img {
    width: 118px;
    height: 76px;
    margin-right: 13px;
}

.notice-list ul li a h5 {
    width: 172px;
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 19px;
}

.notice-list ul li a p {
    width: 181px;
    font-size: 14px;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.question {
    width: 100%;
    padding: 7px 21px 15px 21px;
}

.question ul li {
    height: 44px;
    border-bottom: 1px dashed #D8DCE3;
}

.question ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    line-height: 44px;
}

/* 新闻详情 */
.detail {
    padding: 23px;
    background-color: #fff;
    margin-bottom: 78px;
}

.detail-head {
    width: 100%;
    padding: 8px 29px 23px 29px;
    border-bottom: 1px solid #F8F8F8;
}

.detail-head h5 {
    font-size: 24px;
    font-weight: 400;
    color: #292929;
    line-height: 35px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: wrap;
}

.detail-head p {
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 16px;
    margin-right: 30px;
}

.detail-content {
    width: 100%;
    min-height: 862px;
    overflow: hidden;
    padding: 10px;
}

.detail-content *{
    max-width: 100%;
}

.detail-foot {
    width: 100%;
    height: 96px;
    padding: 32px 24px 0;
    border-top: 1px solid #F8F8F8;
}

.tishi {
    font-size: 14px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 16px;
    margin-top: 18px;
}

.tishi a {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 16px;
}

/* 公告列表 */

.noticeList{
    width: 100%;
    padding: 10px;
    min-height: 500px;
    background-color: #fff;
}

.noticeList ul li {
  position: relative;
   padding: 0 120px 0 50px;
   border-bottom: 1px solid #F2F2F2;
}

.noticeList ul li span{
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #BABABA;
    line-height: 14px;
}

.noticeList ul li::before{
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #468EE6;
}

.noticeList ul li a {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}