<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-page-active {
    color: #fff;
    background: #DE1738 !important;
}
.new-common-big-box {
    max-width: 120rem;
    margin: 0 auto;
    padding-bottom: 1rem; 
}
/**é€šç”¨éƒ¨åˆ†**/
.new-common-bg {
    background: #F0F2F5;
    max-width: 120rem;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.new-common-address {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
    color: #333;
    font-size: 0.8rem;
}
.new-common-address a {
    margin-right: 0.8rem;
    margin-left: 0.25rem;
}
.new-common-address .new-address-right-icon {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #333;
    border-bottom: 4px solid transparent;
    margin-right: 0.25rem;
    margin-top: -1.5px;
}
.new-common-box {
    width: 75rem;
    margin: 1rem auto 0 auto;
}
.new-common-detail {
    background: #fff;
    border-radius: 0.9375rem;
    padding: 1.9125rem 1.7625rem 1.8375rem 1.7625rem;
}
.new-common-detail-tags {
    display:flex;
    flex-flow: wrap;
    margin-top: 1.5rem;
}
.new-common-detail-tags li {
    background: #FCEEEE;
    border-radius: 6px;
    padding: 0.375rem 0.9rem;
    margin-right: 0.5625rem;
    margin-bottom: 0.6rem;
    color: #DE1738;
    font-size: 0.8rem;
}
/**ç›¸å…³å±•ä¼šè½®æ’­**/
.new-common-exhibitions .slider-wrap {
	position: relative;
	width: 100%;
    height: 58rem;
	z-index: 90;
	/*border-radius: 0.375rem;*/
}
.new-common-exhibitions .slider-wrap .slider {
	height: 100%;
}

.new-common-exhibitions .slider-wrap .slider .slider-list {
	position: relative;
	height: 100%;
}

.new-common-exhibitions .slider-wrap .slider .slider-list .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new-common-exhibitions .slider-wrap .slider .slider-list .item.cur {
	display: block;
}

.new-common-exhibitions .slider-wrap .yuan {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.new-common-exhibitions .slider-wrap .yuan .yuan-item {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 15px;
	margin-right: 10px;
	cursor: pointer;
}

.new-common-exhibitions .slider-wrap .yuan .yuan-item::before {
	content: "";
	display: block;
	width: 80px;
	height: 15px;
	background-color: rgba(222, 23, 56, 0.15);
	border-radius: 13px;
}

.new-common-exhibitions .slider-wrap .yuan .yuan-item.cur::before {
	background-color: rgba(222, 23, 56, 1);
}
.new-common-exhibitions .slider-wrap .slider-list .item-img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0.375rem;
    object-fit: inherit;
}
.new-common-exhibitions .btn-group {
	width: 100%;
}

.new-common-exhibitions .btn-group .btn-left,
.new-common-exhibitions .btn-group .btn-right {
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.72rem;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	cursor: pointer;
	font-family: "å®‹ä½“";
}

.new-common-exhibitions .btn-group .btn-left {
	left: 0.825rem;
	top: 50%;
	margin-top: -0.6rem;
}

.new-common-exhibitions .btn-group .btn-right {
	right: 0.825rem;
	top: 50%;
	margin-top: -0.6rem;
}
/**ç›¸å…³å±•ä¼š**/
.new-common-exhibitions-box .new-exhibition-cont {
    padding: 1rem;
    background: #FAFBFD;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    width: calc((100% - 30px)/4);
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-thumb {
    width: 15.5rem;
    height: 11.625rem;
    background: #fff;
    display: block;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-thumb img {
    width: 15.5rem;
    height: 11.625rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-title {
    margin-top: 0.5rem;
    display: flex;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-title a {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-title .title-icon {
    width: 2.4rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    /*margin-top: 0.2rem;*/
    margin-top: 0.05rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibiton-title-e {
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    margin-top: 0.3rem;
    color: #333;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.1rem;
    color: #333;
    margin-top: 0.3rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 {
    display: flex;
    align-items: center;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 img {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: -0.2rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-2 span {
    color: #de1738;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-hit {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.34rem;
    display: flex;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-hit img {
    margin-right: 0.4rem;
    height: 1rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-intro {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    color: #999;
    margin-top: 0.5rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-button-box {
    margin-top: 0.625rem;
    display: flex;
    justify-content: space-between;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-btn {
    background: #F2F2F2;
    border-radius: 0.2rem;
    color: #666;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
}
.new-common-exhibitions-box .new-exhibition-cont .new-exhibition-btn1 {
    width: 100%;
    margin-top: 0.8rem;
    background: #E8183B;
    border-radius: 0.2rem;
    padding: 0.6rem 0rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/**åŽ†å±Šå±•ä¼š**/
.new-common-history-list ul {
    margin-top: 1.125rem;
}
.new-common-history-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    padding: 0.75rem 1.95rem 0.75rem 0.4rem;
    background: #FAFBFD;
    border-radius: 0.4rem;
    color: #000;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.45rem;
}
.new-common-history-list ul li div {
    display: flex;
    align-items: center;
}
.new-common-history-list ul li div a {
    color: #DE1738;
    background: #FFE3E3;
    border-radius: 0.15rem;
    padding: 0.15rem 0.9375rem;
    line-height: 1.45rem;
    font-size: 1.05rem;
}
.new-common-history-thumb {
    width: 2.25rem;
    height: 1.6875rem;
    border-radius: 0.625rem;
    margin-right: 0.6rem;
}
.new-common-history-time {
    width: 1.45rem;
    height: 1.45rem;
    margin-right: 0.375rem;
    margin-top: -1px;
}
/**å±•ä¼š**/
.new-common-exhibition-cont {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
}
.new-exhibitions-common-box .new-exhibition-cont {
    padding: 1rem;
    background: #FAFBFD;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    width: calc((100% - 30px)/4);
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-thumb {
    width: 15.5rem;
    height: 11.625rem;
    background: #fff;
    display: block;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-thumb img {
    width: 15.5rem;
    height: 11.625rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-title {
    margin-top: 0.5rem;
    display: flex;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-title a {
    color: #000;
    /*font-size: 1.1rem;*/
    /*line-height: 1.4rem;*/
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-title .title-icon {
    /*width: 2.2rem;*/
    /*height: 1.1rem;*/
    width: 2.4rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    /*margin-top: 0.2rem;*/
    margin-top: 0.05rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibiton-title-e {
    /*font-size: 1.1rem;*/
    /*line-height: 1.4rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    margin-top: 0.3rem;
    color: #333;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-time {
    display: flex;
    justify-content: space-between;
    /*font-size: 1.1rem;*/
    /*line-height: 1.4rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
    color: #333;
    margin-top: 0.3rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 {
    display: flex;
    align-items: center;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 img {
    /*width: 1.4rem;*/
    /*height: 1.4rem;*/
    width: 1.1rem;
    height: 1.1rem;
    margin-left: -0.2rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-time .new-exhibition-time-2 span {
    color: #de1738;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-hit {
    color: #999;
    /*font-size: 1rem;*/
    /*line-height: 1.4rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.34rem;
    display: flex;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-hit img {
    margin-right: 0.4rem;
    height: 1rem;
    /*margin-top: 0rem;*/
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-intro {
    display: flex;
    justify-content: space-between;
    /*font-size: 1rem;*/
    /*line-height: 1.4rem;*/
    /*height: 1.4rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    color: #999;
    margin-top: 0.5rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-button-box {
    margin-top: 0.625rem;
    display: flex;
    justify-content: space-between;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-btn {
    background: #F2F2F2;
    border-radius: 0.2rem;
    color: #666;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
}
.new-exhibitions-common-box .new-exhibition-cont .new-exhibition-btn1 {
    width: 100%;
    margin-top: 0.8rem;
    background: #E8183B;
    border-radius: 0.2rem;
    padding: 0.6rem 0rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/**å¤´éƒ¨**/
.new-header-box {
    max-width: 120rem;
    margin: 0 auto;
}
.new-header-box-1 {
    height: 2rem;
    padding: 0rem;
    align-items: center;
    background: #f6f6f6;
    display: flex;
    margin: 0 auto;
    width: 75rem;
}
.new-header-box-left {
    display: flex;
}
.new-header-box-right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}
.new-header-box div p {
    color: #808080;
    font-size: 0.8rem;
}
.new-header-box-li .active {
    display: block;
}
.new-header-box-left li {
    padding: 0.625rem 0rem;
    display: flex;
    display: -webkit-flex;
}
.new-header-box-right li {
    padding: 0.625rem 0.75rem;
    display: flex;
    display: -webkit-flex;
}
.new-header-box-right div {
    width: 1px;
    height: 16px;
    background: #E1E1E1;
}
.new-header-box li span {
    /*color: #878787;*/
    color: #808080;
    cursor: pointer;
    font-size: 0.8rem;
}
.new-header-box li span:hover {
    color: #333;
}
.new-header-box-li:hover {
    color: #333;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.new-header-box-li {
    display: flex;
    margin-top: 0.125rem;
}
.new-header-ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 9.5rem;
    padding: 1.25rem 1.5rem 0.6875rem 1.5rem;
    text-align: center;
    top: 2rem;
    margin-left: -4.25rem;
    border: 1px solid #E6E6E6;
}
.new-header-ul p {
    color: #666;
    font-size: 1rem;
    margin-top: 1rem;
}
.new-header-ul img {
    width: 6.5rem;
    height: 6.5rem;
}
.new-header-box-img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    margin-top: 0.1rem;
}
/**é€šç”¨æœç´¢æ¡†**/
.new-nav-box {
    padding-top: 1.85rem;
    background-image: url('https://www.soufair.com/storage/soufair/newPage/common/new-nav-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 120rem;
    height: 9.4rem;
}
.new-nav-top {
    display: flex;
    display: -webkit-flex;/**safair*/
    justify-content: space-between;
    margin-bottom: 1.2rem;
    margin: 0 auto;
    width: 75rem;
}
.new-nav-top .new-left {
    display: flex;
    display: -webkit-flex;/**safair*/
}
.new-nav-top .new-left .new-left-logo-box {
    border-right: 1px solid #707070;
    height: 2.25rem;
    padding-right: 1.2rem;
}
.new-nav-top .new-left .new-left-logo {
    width: 6.75rem;
    height: 2.25rem;
}
.new-nav-top .new-left .new-left-title {
    width: 3.68rem;
    height: 2rem;
    margin-left: 1.2rem;
    margin-right: 4rem;
}
.new-nav-top .new-center {
    min-width: 37.5rem;
    margin-left: -5.875rem;
}
.new-nav-top .new-center .new-search-icon {
    position: absolute;
    width: 0.95rem;
    margin-top: 0.75rem;
    margin-left: 0.525rem;
}
.new-nav-top .new-center .search_keywords {
    background: #FFFFFF;
    border: 2px solid #E8183B;
    width: 80%;
    padding: 0.525rem 0.525rem 0.525rem 1.4rem;
    color: #333;
    font-size: 0.8rem;
}
.new-nav-top .new-center .search_keywords::placeholder {
    color: #BDBCBC;
}
.new-nav-top .new-center .search_exhibition {
    width: 4.8rem;
    background: #E8183B;
    border: 2px solid #E8183B;
    margin-left: -6px;
    font-size: 0.8rem;
    padding: 0.525rem;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}
.new-nav-top .new-center-city span {
    color: #333;
    font-size: 0.8rem;
}
.new-nav-top .new-center-city li a {
    margin-right: 0.2rem;
}
.new-nav-top .new-center-city li a:hover {
    color: #e8183b;
}
.new-nav-top .new-right {
    display: flex;
    display: -webkit-flex;/**safair*/
    /*width: 100%;*/
    justify-content: flex-end;
}
.new-nav-top .new-right img {
    height: 2.25rem;
    margin-right: 0.9rem;
    margin-top: 0.4rem;
}
.new-nav-top .new-right div {
    margin-top: -0.3rem;
}
.new-nav-top .new-right p {
    color: #999;
    font-size: 1.05rem;
}
.new-nav-top .new-right span {
    color: #DE1738;
    font-size: 1.8rem;
    display: block;
    margin-top: -0.5rem;
    font-weight: bold;
}
.new-nav-bottom {
    display: flex;
    display: -webkit-flex;/**safair*/
    width: 75rem;
    margin: 0 auto;
    margin-top: 1.25rem;
}
.new-nav-bottom li {
    display: flex;
    margin-right: 3rem;
    color: #333;
    align-items: center;
}
.new-nav-bottom li a {
    font-weight: bold;
    font-size: 1.1rem;
}
.new-nav-bottom li a:hover {
    color: #e8183b;
}
.new-nav-bottom .new-nav-active {
    color: #e8183b;
}
.new-nav-bottom li img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.4rem;
}
/**å¯¼èˆªæ&nbsp;**/
.new-exhibition-nav {
    display: flex;
    display: -webkit-flex;/**safair*/
    justify-content: space-between;
}
.new-exhibition-nav .left {
    display: flex;
    display: -webkit-flex;/**safair*/
    align-items: center;
}
.new-exhibition-nav .right {
    display: flex;
    display: -webkit-flex;/**safair*/
    align-items: center;
}
.new-exhibition-nav .right a {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
}
.new-exhibition-nav .right svg {
    width: 1.2rem;
    margin-left: 0.2rem;
}
.new-exhibition-nav span {
    font-weight: bold;
    color: #444444;
    font-size: 1.2rem;
    margin-left: 0.625rem;
}
.new-exhibition-nav .new-round-1 {
    width: 0.25rem;
    height: 0.25rem;
    background: #DE1738;
    margin-bottom: 2px;
    margin-right: 2px;
}
.new-exhibition-nav .new-round-2 {
    width: 0.25rem;
    height: 0.25rem;
    background: #DE1738;
}
.new-exhibition-nav .new-round-3 {
    width: 0.25rem;
    height: 0.25rem;
    background: #DE1738;
    margin-bottom: 2px;
    margin-right: 2px;
}
.new-exhibition-nav .new-round-4 {
    width: 0.25rem;
    height: 0.25rem;
    background: #DE1738;
}
/**è¡Œä¸šèµ„è®¯**/
.new-exhibition-news {
    margin-top: 1.4rem;
}
.new-exhibition-news .news-top {
    display:flex;
    justify-content: space-between;
}
.new-exhibition-news .news-top .news-top-box {
    padding: 0.6rem 0rem;
    width: 48%;
    display: flex;
}
.news-top-box .news-top-thumb {
    width: 9rem;
    height: 5.6rem;
    background: #D8D8D8;
    border-radius: 2px;
    margin-right: 0.8rem;
}
.news-top-box .news-top-thumb img {
    width: 9rem;
    height: 5.6rem;
    border-radius: 2px;
    object-fit: cover;
}
.news-top-box .news-top-content a {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
}
.news-top-box .news-top-time {
    color: #D2D2D2;
    margin-top: 0.2rem;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.1rem;
}
.news-top-box .news-top-intro {
    color: #666;
    font-weight: 400;
    font-size: 0.875rem;
    margin-top: 0.4rem;
    line-height: 1.25rem;
}
.new-exhibition-news .news-bottom {
    display: flex;
    flex-flow: wrap;
    /*justify-content: space-between;*/
    margin-top: 0.75rem;
}
.new-exhibition-news .news-bottom li {
    cursor: pointer;
    width: calc((100% - 36px)/3);
    border-bottom: 1px dashed #f2f2f2;
    padding: 0.75rem 0rem 0.85rem 0rem;
    display: flex;
    align-items: center;
}
.news-bottom .news-bottom-simple-right {
    margin-right: 18px;
}
.new-exhibition-news .news-bottom .news-bottom-simple a {
    color: #666;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.1rem;
}
.new-exhibition-news .news-bottom-right {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5.25px solid #8A8A8A;
    border-bottom: 3px solid transparent;
    margin-right: 0.3rem;
    margin-top: -1px;
}
/**é€šç”¨å±•ä¼š**/
.new-exhibitions-cont {
    display: flex;
    justify-content: space-between;
}
/*.new-exhibition-cont {*/
/*    padding: 1rem;*/
/*    background: rgba(255,255,255,0.4);*/
/*    border: 1px solid #FFFFFF;*/
/*    overflow: hidden;*/
/*    width: calc((100% - 30px)/4);*/
/*}*/
/*.new-e-cont .new-exhibition-thumb {*/
/*    width: 13rem;*/
/*    height: 9.75rem;*/
/*    margin: 0 auto;*/
/*}*/
/*.new-e-cont .new-exhibition-thumb-1 {*/
/*    width: 13rem;*/
/*    height: 9.75rem;*/
/*    border: 1px solid #EDEDED;*/
/*    margin: 0 auto;*/
/*}*/
/*.new-e-cont .new-exhibition-thumb img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.new-e-cont .new-exhibition-thumb-1 img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.new-e-cont .new-exhibition-title {*/
/*    display: flex;*/
/*    margin-top: 0.6rem;*/
/*}*/
/*.new-e-cont .new-exhibition-title a {*/
/*    font-size: 0.9rem;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*}*/
/*.new-e-cont .new-exhibition-title .title-icon {*/
/*    width: 2.2rem;*/
/*    height: 1.1rem;*/
/*}*/
/*.new-e-cont .new-exhibitons-e-title {*/
/*    font-size: 0.9rem;*/
/*    color: #333;*/
/*}*/
/*.new-e-cont .new-exhibition-time {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    font-size: 0.9rem;*/
/*    color: #333;*/
/*    margin-top: 0.2rem;*/
/*}*/
/*.new-e-cont .new-exhibition-time .new-exhibition-time-1 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.new-e-cont .new-exhibition-time .new-exhibition-time-1 img {*/
/*    width: 1.2rem;*/
/*    height: 1.2rem;*/
/*    margin-top: -0.1rem;*/
/*}*/
/*.new-exhibition-time-2 span {*/
/*    color: #de1738;*/
/*}*/
/*.new-exhibition-hit {*/
/*    color: #999;*/
/*    font-size: 0.825rem;*/
/*    display: flex;*/
/*    margin-top: 0.2rem;*/
/*}*/
/*.new-exhibition-hit img {*/
/*    width: 0.8rem;*/
/*    height: 0.95rem;*/
/*    margin-right: 4px;*/
/*    margin-top: 0.05rem;*/
/*}*/
/*.new-exhibition-intro {*/
/*    color: #999;*/
/*    font-size: 0.75rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-top: 0.3rem;*/
/*}*/
/*.new-exhibition-button-box {*/
/*    margin-top: 0.6rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.new-exhibitions-btn {*/
/*    background: #f2f2f2;*/
/*    border-radius: 4px;*/
/*    color: #666;*/
/*    font-size: 0.7875rem;*/
/*    padding: 0.15rem 0.6rem;*/
/*}*/
/*.new-exhibitions-btn1 {*/
/*    width: 100%;*/
/*    margin-top: 0.6rem;*/
/*    background: #E8183B;*/
/*    border-radius: 4px;*/
/*    padding: 4px 0px;*/
/*    text-align: center;*/
/*    font-size: 0.7875rem;*/
/*    color: #fff;*/
/*}*/

/**å±•ä¼šåº•éƒ¨çƒ­é—¨**/
.new-bottom-hot-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 1rem;
}
.new-bottom-hot-tab {
    width: 100%;
}
.new-bottom-hot-tab .category {
	overflow: hidden;
	position: relative;
}
.new-bottom-hot-tab .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0.5px;
	/*background-color: #CACFD9;*/
	border-bottom: 1px dashed #f2f2f2;
	z-index: 2;
}
.new-bottom-hot-tab .category ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #444;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0.9rem 2.85rem 1rem 2.85rem;
}

.new-bottom-hot-tab .category ul li.active {
	color: #e8183b;
	font-weight: bold;
	z-index: 3;
	border-bottom: 3px solid #e8183b;
}
.new-bottom-hot-tab .new-cont {
	display: none;
	padding: 1.8rem 0rem 2.4rem 1.3875rem;
	min-height: 10rem;
}

.new-bottom-hot-tab .new-cont.active {
	display: block;
}
.new-bottom-hot-tab .new-cont li {
    background: #FCEEEE;
    border-radius: 6px;
    padding: 0.375rem 0.9rem;
    margin-right: 0.5625rem;
    margin-bottom: 0.6rem;
    color: #DE1738;
    font-size: 0.8rem;
}
/**ä¾§è¾¹æ&nbsp;*/
.new-right-slider {
  position: fixed;
  top: 25%;
  left: calc(100% - 5.125rem);
  z-index: 999;
}
.slider-div-top {
    display: none;
}
.right-img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2px;
    cursor: pointer;
}
.mouse-active {
    display: none;
}
.mouse-tel {
    background-image: url('https://www.soufair.com/storage/soufair/newPage/common/slider-right-1.png');
    background-size: cover;
    color: #fff;
    width: 12.5rem;
    left: calc(100% - 18rem);
    top: calc(25% - 3rem);
    position: fixed;
    z-index: 999;
    padding: 0.625rem 0.75rem 0.7rem 0.75rem;
}
.mouse-wechat {
    /*background: #fff;*/
    background-image: url('https://www.soufair.com/storage/soufair/newPage/common/slider-right-2.png');
    background-size: cover;
    color: #999;
    width: 10rem;
    left: calc(100% - 15.5rem);
    top: calc(25% + 7rem);
    position: fixed;
    z-index: 999;
    padding: 1rem 1.7rem 0.875rem 1.125rem;
    text-align: center;
}
.mouse-wechat img {
    width: 7.175rem;
    height: 6.875rem;
}
.mouse-tel-title,.mouse-wechat-title {
    font-size: 0.9rem;
    margin-top: 0.4rem;
    line-height: 1.2rem;
}
.mouse-tel-phone {
    margin-top: 0.25rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: bold;
}
/*@media (min-width: 1536px) {*/
    /**å¯¼èˆªæ&nbsp;**/
    /*.new-exhibition-nav span {*/
    /*    font-size: 1.2rem;*/
    /*    margin-left: 0.65rem;*/
    /*}*/
    /*.new-exhibition-nav .right a {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.new-exhibition-nav .right svg {*/
    /*    width: 1.125rem;*/
    /*    height: 1.625rem;*/
    /*}*/
    /**è¡Œä¸šèµ„è®¯**/
    /*.new-exhibition-news .news-top .news-top-box {*/
    /*    padding: 0.8rem 0rem;*/
    /*}*/
    /*.news-top-box .news-top-thumb {*/
    /*    width: 13.5rem;*/
    /*    height: 7.7rem;*/
    /*    margin-right: 0.9rem;*/
    /*}*/
    /*.news-top-box .news-top-thumb img {*/
    /*    width: 13.5rem;*/
    /*    height: 7.7rem;*/
    /*}*/
    /*.news-top-box .news-top-content a {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.news-top-box .news-top-time {*/
    /*    margin-top: 0.4rem;*/
    /*    font-size: 0.9rem;*/
    /*}*/
    /*.news-top-box .news-top-intro {*/
    /*    font-size: 1rem;*/
    /*    margin-top: 1.2rem;*/
    /*}*/
    /*.new-exhibition-news .news-bottom {*/
    /*    margin-top: 1rem;*/
    /*}*/
    /*.new-exhibition-news .news-bottom li {*/
    /*    width: calc((100% - 48px)/3);*/
    /*    padding: 1.2rem 0rem 1.45rem 0rem;*/
    /*    font-size: 1.1rem;*/
    /*}*/
    /*.new-exhibition-news .news-bottom-right {*/
    /*    border-top: 4px solid transparent;*/
    /*    border-left: 7px solid #8A8A8A;*/
    /*    border-bottom: 4px solid transparent;*/
    /*    margin-right: 0.5rem;*/
    /*    margin-top: -2.5px;*/
    /*}*/
    /**é€šç”¨å±•ä¼š**/
    /*.new-exhibition-cont {*/
    /*    width: calc((100% - 60px)/4);*/
    /*}*/
    /*.new-e-cont .new-exhibition-thumb,.new-e-cont .new-exhibition-thumb-1 {*/
    /*    width: 18rem;*/
    /*    height: 13.5rem;*/
    /*}*/

    /*.new-e-cont .new-exhibition-title a,.new-e-cont .new-exhibitons-e-title,.new-e-cont .new-exhibition-time {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.new-e-cont .new-exhibition-time .new-exhibition-time-1 img {*/
    /*    width: 1.5rem;*/
    /*    height: 1.5rem;*/
    /*    margin-top: 0rem;*/
    /*}*/
    /*.new-e-cont .new-exhibition-title .title-icon {*/
    /*    width: 2.8rem;*/
    /*    height: 1.4rem;*/
    /*    margin-top: 0.2rem;*/
    /*    margin-right: 0.1rem;*/
    /*}*/
    /*.new-exhibition-hit,.new-exhibition-intro {*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.new-exhibition-hit img {*/
    /*    width: 1.1rem;*/
    /*    height: 1.2rem;*/
    /*    margin-top: 0.1rem;*/
    /*}*/
    /*.new-exhibitions-btn {*/
    /*    font-size: 1.05rem;*/
    /*}*/
    /*.new-exhibitions-btn1 {*/
    /*    padding: 8px 0px;*/
    /*    font-size: 1.05rem;*/
    /*}*/
    /*.new-bottom-hot-list {*/
    /*    border-radius: 1.25rem;*/
    /*}*/
    /*.new-bottom-hot-tab .category ul li {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.new-bottom-hot-tab .new-cont {*/
	   /* padding: 2.25rem 0rem 3.05rem 1.85rem;*/
    /*}*/
    /*.new-bottom-hot-tab .new-cont li {*/
    /*    padding: 0.5rem 1.2rem;*/
    /*    margin-right: 0.75rem;*/
    /*    margin-bottom: 0.8rem;*/
    /*    font-size: 0.8rem;*/
    /*}*/
    /*.new-bottom-hot-tab .category:before {*/
	   /* height: 0.8px;*/
    /*}*/
    /*.mouse-tel,.mouse-wechat {*/
    /*    width: 12.5rem;*/
    /*    left: calc(100% - 18rem);*/
    /*}*/
    /*.mouse-wechat img {*/
    /*    width: 8.75rem;*/
    /*    height: 8.75rem;*/
    /*}*/
    /*.mouse-tel-title,.mouse-wechat-title {*/
    /*    font-size: 1.125rem;*/
    /*}*/
    /*.mouse-tel-phone {*/
    /*    font-size: 1.625rem;*/
    /*}*/
    /*.right-img {*/
    /*    width: 5rem;*/
    /*    height: 5rem;*/
    /*}*/
    /*.new-right-slider {*/
    /*    left: calc(100% - 5rem);*/
    /*}*/
    /*.new-header-box {*/
    /*    padding: 0rem 5rem;*/
    /*    height: 2.875rem;*/
    /*}*/
    /*.new-header-box div p,.new-header-box div span {*/
    /*    font-size: 0.9rem;*/
    /*}*/
    /*.new-nav-box {*/
    /*    padding: 2.5rem 3.25rem 1rem 3.25rem;*/
    /*    height: 11.875rem;*/
    /*}*/
    /*.new-nav-bottom li a {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.new-nav-top {*/
    /*    margin-bottom: 1.6rem;*/
    /*}*/
    /*.new-nav-top .new-left .new-left-logo {*/
    /*    width: 9rem;*/
    /*    height: 3rem;*/
    /*}*/
    /*.new-nav-top .new-left .new-left-title {*/
    /*    width: 4.5rem;*/
    /*    height: 2.5rem;*/
    /*    margin-left: 2.5rem;*/
    /*    margin-right: 2.5rem;*/
    /*}*/
    /*.new-nav-top .new-center-city span {*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.new-nav-top .new-center .search_keywords {*/
    /*    padding: 0.7rem;*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.new-nav-top .new-center .search_exhibition {*/
    /*    width: 6rem;*/
    /*    padding: 0.7rem;*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.new-nav-top .new-right img {*/
    /*    width: 2.9rem;*/
    /*    height: 2.9rem;*/
    /*    margin-right: 1.2rem;*/
    /*}*/
    /*.new-nav-top .new-right p {*/
    /*    font-size: 1.05rem;*/
    /*}*/
    /*.new-nav-top .new-right span {*/
    /*    font-size: 1.8rem;*/
    /*}*/
/*}*/
/*@media (min-width: 1920px) {*/
    /*.new-right-slider {*/
    /*    left: calc(50% + 55rem);*/
    /*}*/
    /*.mouse-tel,.mouse-wechat {*/
    /*    width: 12.5rem;*/
    /*    left: calc(50% + 42rem);*/
    /*}*/
/*}*/</pre></body></html>