.content-wrapper .content-row {width: 1202px;display: flex;justify-content: space-between;}

/* 卡片 */
.card {padding: 20px;background-color: white;margin-top: 20px;}
.card .card-top {display: flex;justify-content: space-between;margin-bottom: 20px;align-items: center;}
.card .card-top .title {color: #333;font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.card .card-top .title img {margin-right: 10px;}
.card .link {font-weight: bold;display: flex;align-items: center;cursor: pointer;}
.card .card-bottom {display: flex;flex-direction: row-reverse;}
.link, .link:hover, .link:active {color: #5092FF;}

/* 最新消息 */
.news-content img {width: 260px;height: auto;cursor: pointer;}
.news-title {color: #666;font-weight: bold;margin: 18px 0 12px 0;cursor: pointer;font-size: 16px;}
.news-text {width: 260px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;line-height: 24px;text-align: justify;}

/* 网易通直播 */
.live-content {width: 842px;}

/* 服务信息 */
.service-content {border-top: 1px solid #F0F3F8;font-weight: bold;color: #666 ;}
.service-content ul {padding-left: 0;margin-left: 20px;}
.service-content ul li {margin-top: 12px;}
.service-content ul li .item {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 240px;cursor: pointer;}

/* 最新焦点 */
.focus-content {float: none;width: 842px;height: 237px;position: relative;color: #333;}
.focus-content img {width: 842px;height: 237px;}
.focus-right {position: absolute;right: 0;top: 0;padding: 20px;}
.focus-right .title {font-size: 16px;font-weight: bold;}
.focus-right .text {width: 237px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;margin: 20px 0;}
.points {display: flex;width: 237px;justify-content: center;}
.points .point {border: none;padding: 0;height: 8px;width: 8px;background-color: #999;border-radius: 100%;margin: 4px;}
.points .point:hover {cursor: pointer;background-color: #e0e0e0;}
.points .point:focus {cursor: pointer;background-color: white;}

/** 最新焦点(swiper) ***/
.carousel-with-text-wrapper {float: none;width: 842px;height: 237px;position: relative;color: #333;height: 100%;}
.carousel-with-text-wrapper img {width: 842px;height: 237px;cursor: pointer;}
.carousel-with-text-wrapper .focus-detail {position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding-right: 10px;background: url('../../assets/icon_focus_details.png') no-repeat;background-size: auto;background-size: 100% 100%;	}
.carousel-with-text-wrapper .right {position: absolute;right: 0;top: 0;padding: 20px;cursor: pointer;}
.carousel-with-text-wrapper .right .title {font-size: 16px;font-weight: bold;}
.carousel-with-text-wrapper .right .text {width: 237px;height: 140px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;margin: 12px 0 28px 0;line-height: 24px;font-size: 14px;text-align: justify;}
.carousel-with-text-wrapper .swiper-pagination {text-align: right;padding-right: 100px;}
.carousel-with-text-wrapper .swiper-pagination-bullet-active {background-color: white;}
/*****/

/* 项目精选 */
.project-content {display: flex;width: 1162px;justify-content: space-between;}
.project-content img {cursor: pointer;}

/* 商业咨询 委托促销 会展信息*/
.consult-promotion-exhibition-content img {width: 346px;height: 194px;cursor: pointer;}
.consult-promotion-exhibition-content .title {font-size: 16px;color: #333;font-weight: bold;margin: 20px 0;cursor: pointer;}
.consult-promotion-exhibition-content .text {color: #666;width: 346px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 40px;}

.card-and-list .list {padding: 10px 0;height: 157px;}
.card-and-list .list li {margin: 10px 0;cursor: pointer;}
.card-and-list .consult-list {background-color: #FFFAEC;color: #B47D59;}
.card-and-list .promotion-list {background-color: #EBFEF3;color: #1A914C;}
.card-and-list .exhibition-list {background-color: #FEEFF8;color: #CE0E5F;}

/* 流行趋势 */
.trend-content {}

/* 流行趋势(swiper) */
.carousel-with-only-big-picture-wrapper {position: relative;background-color: #1A914C;width: 1160px;}
.carousel-with-only-big-picture-wrapper .big-picture {width: 1162px;height: 297px;cursor: pointer;}
.carousel-with-only-big-picture-wrapper .swiper-button-prev {background: none;line-height: 40px;margin-left: 10px;display: none;}
.carousel-with-only-big-picture-wrapper .swiper-button-next {background: none;line-height: 40px;margin-right: 10px;display: none;}
.carousel-with-only-big-picture-wrapper:hover > .swiper-button-prev {display: block;}
.carousel-with-only-big-picture-wrapper:hover > .swiper-button-next {display: block;}
.carousel-with-only-big-picture-wrapper .swiper-button-prev:after,
.carousel-with-only-big-picture-wrapper .swiper-button-next:after {content: '';}

/* 企业黄页、行业域名 */
.yellow-page-domain-name-title {display: flex;}
.yellow-page-domain-name-title .title-item {padding-bottom: 15px;margin-right: 60px;cursor: pointer;}
.yellow-page-domain-name-title .active-title {padding-bottom: 15px;border-bottom: 4px solid #5092FF;}

/* 企业黄页、行业域名 */
.yellow-page-domain-name-wrapper {padding: 20px;background-color: white;margin-top: 20px;margin-bottom: 20px;}
.yellow-page-domain-name-wrapper .top {display: flex;justify-content: space-between;margin-bottom: 20px;align-items: center;}

/* 标题 */
.yellow-page-domain-name-wrapper .title {display: flex;}
.yellow-page-domain-name-wrapper .title-item {padding-bottom: 15px;margin-right: 60px;cursor: pointer;color: #666;font-size: 20px;font-weight: bold;}
.yellow-page-domain-name-wrapper .title-item:hover {text-decoration: none;}
.yellow-page-domain-name-wrapper .active-title {padding-bottom: 15px;border-bottom: 4px solid #5092FF;color: #333;}

/* 搜索 */
.yellow-page-domain-name-wrapper .search {display: flex;align-items: center;background-color: #F2F5F7;border-radius: 18px;font-size: 14px;height: 36px;}
.yellow-page-domain-name-wrapper input {color: #999;margin-left: 20px;}
.yellow-page-domain-name-wrapper .search-btn {color: #5092FF;padding: 0 16px;cursor: pointer;}
.yellow-page-domain-name-wrapper .search .line {width: 1px;height: 12px;background: #5092FF;opacity: 0.5;border-radius: 1px;}
.yellow-page-domain-name-content {width: 1162px;}
.yellow-page-domain-name-content > div {display: none;}
.yellow-page-domain-name-content > div.active-wrapper {display: block;}
.yellow-page-domain-name-wrapper .dropdown .btn-blue {height: 36px;border-radius: 18px;background-color: #5092FF;color: white;padding-left: 20px;}
.yellow-page-domain-name-wrapper .validate-message {background: rgba(0,0,0,0.5);border-radius: 2px;position: fixed;top: 45%;left: 45%;text-align: center;padding: 21px;display: none;font-size: 18px;font-family: Microsoft YaHei;font-weight: normal;color: white;line-height: 20px;}
.yellow-page-domain-name-wrapper .validate-message img {margin-right: 5px;}

/**/
.yellow-page-content {display: flex;flex-flow: wrap;}
.yellow-page-card {width: 373px;background-color: #F6F8FA;margin: 0 20px 20px 0;}
.yellow-page-card:nth-child(3n) {margin-right: 0;}
.yellow-page-card .yellow-page-picture {width: 373px;height: 210px;cursor: pointer;}
.yellow-page-card .content {width: 373px;height: 162px;padding: 13px 22px;}
.yellow-page-card .content .title {font-size: 16px;color: #333;font-weight: bold;margin-bottom: 13px;cursor: pointer;}
.yellow-page-card .content .text-line {display: flex;color: #666 !important;margin-bottom: 5px;}

.yellow-page-card .content .text-line .text {max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yellow-page-card a,.yellow-page-card a:hover,.yellow-page-card a:active {color: #5092FF;text-decoration: none;}
.yellow-page-card .link {font-weight: bold;display: flex;align-items: center;cursor: pointer;}
.yellow-page-card .bottom {display: flex;flex-direction: row-reverse;}
.yellow-page-pagination {display: flex;justify-content: center;position: relative;}

.yellow-page-wrapper .no-record {width: 100%;text-align: center;font-size: 17px;color: #999;line-height: 300px;background: #fff;}

/* 域名申请 */
.domain-name-wrapper .apply-button {width: 180px;height: 50px;background: #5092FF;font-size: 16px;font-family: Microsoft YaHei;font-weight: normal;color: white;line-height: 50px;text-align: center;margin: 20px auto;cursor: pointer;}
