.page-banner {

    width: 100%;

    height: 48vw;

    background-size: cover;

    background-position:center center;

    padding-top: 15vw;

}

.page-title {

    font-size: 1.2rem;

    font-weight: 900;

    color: #fff;

    text-align: center;

}

.content-item {

    margin-left: 1rem;

    margin-right: 1rem;

}

.page-banner-line {

    width: 18px;

    height: 3px;

    margin-top: 1rem;

    margin-left: auto;

    margin-right: auto;

    background-color: #fff;

}

.jituandongtai-center {

    text-align: center;

    padding-top: 1rem;

}

.jituandongtai-content .content-title {

    font-size: 1rem;

    font-weight: 900;

}

.jituandongtai-content .content-red-line {

    width: 18px;

    height: 3px;

    margin-left: auto;

    margin-right: auto;

    background-color: rgba(188, 28, 113, 1);

    margin-top: 0.5rem;

    margin-bottom: 1rem;

}

.articles-body {

    margin-bottom: 1rem;

}

.articles-left-body {

    background: #F9FAFB;

    padding: 0.5rem 0;

    display: flex;

}

.search-category {

    /*! margin-bottom: 1rem; */

    position: relative;

}

.search-category-title {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.9rem;

    line-height: 1.5rem;

    color: #666666;

    cursor: pointer;

    display: flex;

    justify-content: space-between;

}

.search-category-title-text {

    width: 16vw;

    text-align: center;

    margin-left: 10px;

}

.search-category .search-category-icon.red {

    display: none;

}

.search-category.active .search-category-icon.red {

    display: inline-block;

}

.search-category .search-category-icon.gray {

    display: inline-block;

}

.search-category.active .search-category-icon.gray {

    display: none;

}

.search-category .search-category-list {

    display: none;

}

.search-category.active .search-category-list {

    display: block;

    width: 0;

    height: 0;

    position: relative;

    left:0;

}

.search-category.active .search-category-list{

    width: 30vw;

    background: #FFFFFF;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);

    padding: 1rem;

    height: auto;

    position: absolute;

    z-index: 9;

    left: ;

}

.search-category-icon.red {

    width: 0.4rem;

}

.search-category-icon.gray {

    height: 0.4rem;

}

.search-category-list {

    padding-left: 15px;

}

.search-category-item {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;



    color: #666666;

    line-height: 2rem;

    cursor: pointer;

}

.search-category-item.active {

    color: #CA1878;

}

.articles-search-form {

    border: 1px solid #BC1C71;

    background: #F9FAFB;

    height: 2.2rem;

    width: 100%;

    display: flex;

    justify-content: space-between;

}

.articles-search-form input {

    border: none;

    background: #F9FAFB;

    width: 70vw;

    padding-left: 10px;

}

.articles-search-form .search-btn {

    width: 5rem;

    height: 2.2rem;

    color: #FFFFFF;

    background: #BC1C71;

    text-align: center;

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 1rem;

    line-height: 2.2rem;

    cursor: pointer;

}

.articles-list {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-top: 1rem;

}

.artilce-item {

    background: #F9FAFB;

    padding: 0.5rem 1rem;

    width: 100%;

    text-align: center;

	position:relative;
	margin-bottom: 3%;

}

.artilce-right {

    display: flex;

    justify-content: space-between;

}

.article-title {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 500;

    font-size: 1rem;

}

.article-description {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;

    line-height: 1.5rem;

    color: #999999;

    margin-top: 0.5rem;

}

.article-right {

    text-align: right;

    align-items: flex-end;

    display: flex;

    margin-top: 24%;

}

.article-right.btn-box{position: absolute;

  right: 6%;

  bottom: 6%;}

.article-right .btn-box {

    width: 3rem;

    margin-left: 0.5rem;

}

.article-btn {

    border: 1px solid #BC1C71;

    text-align: center;

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;

    line-height: 0.8rem;

    color: #CA1878;

    padding: 0.2rem 0.4rem;

    display: block;

    text-decoration: none;

}

.category-all.active {

    color: #CA1878;

}

.article-date {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;

    line-height: 16px;

    color: #999999;

    margin-top: 5%;

    /*! padding-top: 8%; */

    position: absolute;

    left: 6%;

    bottom: 8%;

}

.article-address {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;

    line-height: 0.8rem;

    color: #666666;

    /*! margin-top: 0.5rem; */

    text-align: center;

    width: 100%;

    /*! margin-bottom: 1.2rem; */

    position: absolute;

    left: 0;

    bottom: 28%;

}

.nodata {

    color: #999;

    text-align: center;

    padding: 30px 0;

    font-size: 18px;

    width: 100%;

}

.search-category-title-icon{ vertical-align:middle;display: inline-block;margin-top: 7px;margin-left: 5px;} 