#content_view {
    padding-bottom: 60px;
}

#news_out_view {
	width: 982px;
	margin: 0 auto;
}

#news_out_view {
    width: 982px;
    margin-left: 20px;
}

#news_out_view .panel {
    margin: 60px auto;
    height: auto;
    border-radius: 10px;
  	background-color: #ffffff;
  	overflow: hidden;
}

#news_out_view .panel .img {
    position: relative;
    width: 100%;
    height: 6px;
    background-image: url(/resources/img/common/img_news.png);
}

#news_out_view .panel_title {
    height: auto;
}

#news_out_view .panel .title {
	text-align: center;
    color: #2c3749;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
}

#news_out_view .panel_title .title {
	margin-top: 42px;
}

#news_out_view .panel .subtitle {
    text-align: center;
    color: #2c3749;
    font-size: 14px;
    margin-top: 24px;
	margin-bottom: 28px;
	line-height: 24px;
}

.panel .panel_body_view {
	position: relative;
    background-color: #e9edf0;
    text-align: center;
    height: auto;
    width: 100%;
}

.panel #insight_view.panel_body_view {
    height: auto;
    background-image: url(/resources/img/210827/img-home-insight.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
    background-color: #0099ff;
    border-radius: 24px;
    padding-left: 64px;
    padding-right: 64px;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer;
}

/***********  insight   *************/
#insight_view .box_wrapper {
    margin-top: 28px;
    font-size: 20px;
}

#insight_view .title {
    width: 982px;
    height: auto;
    background-color: rgba(256, 256, 256, 0);
    margin-top: 32px;
    font-size: 20px !important;
    font-weight: 600 !important;
}


#insight_view .insight_card_list {
	display: inline-block;
    width: 982px;
}

#insight_view .insight_card_list .item {
	float: left;
    position: relative;
    width: 285px;
    height: 285.6px;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
}

#insight_view .insight_card_list .item:hover {
	box-shadow: 0px 4px 4px 2px rgba(204,204,204,0.7);
}

#insight_view .insight_card_list .item:first-child {
	margin-left: 45px;
}

#insight_view .insight_card_list .item + .item {
    margin-left: 19px;
}

#insight_view .insight_card_list .item .img_cover {
    width: 285px;
    height: 149.6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #8a9eaf;
}

#insight_view .insight_card_list .item .reg_date {
	text-align: left;
    font-size: 10px;
    color: rgba(86, 104, 127, 0.5);
    margin: 16px 20px 0px;
    letter-spacing: -0.5px;
}

#insight_view .insight_card_list .item .insight_title {
	text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #2a4e6a;
    margin: 6px 20px 0px;
    min-height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    letter-spacing: -1px;
}

#insight_view .insight_card_list .item .category_items {
	position: relative;
	margin: 16px 20px 0px ;
	overflow: hidden;
}

#insight_view .insight_card_list .item .category_items .category_item {
	float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	padding: 7px 10px 7px 12px;
	border-radius: 13.5px;
	background-color: rgba(50, 168, 82, 0.1);
}

#insight_view .insight_card_list .item .category_items .category_item + .category_item {
	margin-left: 5px;
}

#insight_view .insight_card_list .item .category_items .category_item.app {
	background-color: rgba(255, 161, 47, 0.05);
}

#insight_view .insight_card_list .item .category_items .category_item.retail {
	background-color: rgba(255, 50, 111, 0.05);
}

#insight_view .insight_card_list .item .category_items .category_item.goods {
	background-color: rgba(14, 176, 137, 0.05);
}

#insight_view .insight_card_list .item .category_items .category_item .category_icon {
	float: left;
	width: 13px;
	height: 13px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

#insight_view .insight_card_list .item .category_items .category_item.app .category_icon {
	background-image: url(/resources/img/210827/ico-category-app.png);
}

#insight_view .insight_card_list .item .category_items .category_item.retail .category_icon {
	background-image: url(/resources/img/210827/ico-category-retail.png);
}

#insight_view .insight_card_list .item .category_items .category_item.goods .category_icon {
	background-image: url(/resources/img/210827/ico-category-goods.png);
}

#insight_view .insight_card_list .item .category_items .category_item .text {
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #52627b;
    margin-left: 4px;
    letter-spacing: -0.5px;
}

#insight_view .btn {
    background-color: #2a4e6a;
    margin-top: 24px;
    margin-bottom: 36px;
}

#insight_view .btn:hover {
    background-color: #25465F;
}
/***********  insight   *************/

#newsletter_out_view {
	height: auto;
	background-color: #ffffff;
}

#newsletter_out_view .img_newsletter_out{
	width: 982px;
    height: 152px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 152px 152px;
    background-image: url(/resources/img/210827/img-newsletter-refusal.png);
    margin-top: 28px;
}

#newsletter_out_view .desc{
	width: 982px;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: #2c3749;
    margin-top: 20px;
}

#newsletter_out_view .btn {
    background-color: #afc4d3;
    margin-top: 24px;
    margin-bottom: 52px;
}

#newsletter_out_view .btn:hover {
    background-color: #9eb1be;
}