/* CSS Document */
/*搜索结果-文章内容详情*/
a{text-decoration: none;}
.newsContent .lf_content .newsArticle{
	width:870px;
	border:1px solid #efefef;
}
.newsArticle .n_article_tit{
	width:844px;
	margin:0 auto;
	border-bottom:1px solid #f2f2f2;
	padding:15px 0;
}
.newsArticle .n_article_tit h4{
	color:#333;
	font-size:22px;
	text-align:center;
	line-height:36px;
	width:80%;
	margin:0 auto;
}
.newsArticle .n_article_tit .art_remark{
	clear:both;
	margin:14px 0 12px;
	text-align: center;
}
.newsArticle .n_article_tit .art_remark p{
	color:#787878;
	font-size:14px;
	margin:0 8px;
	display: inline-block;
}
.newsArticle .n_article_tit .art_remark p span{
	margin-left:5px;
}
.newsArticle .n_article_tit .art_remark p strong{
	font-weight:normal;
	margin-right:8px;
}
.newsArticle .n_article_tit .art_remark p i{
	font-style:normal;
}
.newsArticle .n_article_tit .art_remark p i.iconfont{
	color:#d1d1d5;
}
.newsArticle .n_article_tit .art_remark p a{
	color:#787878;
}
a:hover{
	text-decoration: none !important;
}
.newsArticle .n_main{
	width:807px;
	margin:0 auto;
}
.clear {
	clear: both
}
#featured {
	overflow:hidden;
	width:807px;
	height:505px;
	position: relative;
}

#featured .ui-els-hide {
	display: none
}
#thumbs {
	width: 807px;
	list-style-type: none;
	height: 65px;
}
* html #thumbs {
	height: 100%;
}
#thumbs ul li:last-child{
	margin-right: 0;
}
#thumbs ul {
	position: relative;

}
#featured>div{
	position: relative;
}
#thumbs li {
	display: inline;
	float: left;
	width: 82px;
	height: 65px;
	margin-right:8px;
}
#thumbs div.slides_box{
	width:720px;
	overflow: hidden;
	height: 65px;
	float: left;
		margin: 0 8px;

}

.btnPrev{
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.btnNext{
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.actives{
	border: 2px solid #2d83de !important;
}
a.choose-more{
	display: block;
}
#thumbs li.last_img {
	margin-right: 4px
}
#thumbs li.first {
/*	margin: 5px 10px 0pt 15px; */
	width: 33px;
	height: 65px;
	cursor: pointer;
}
#thumbs li.last {
/*	margin: 5px 12px 0pt 8px; */
	width: 33px;
	height: 65px;
	cursor: pointer;
	margin-right:0;
}
#thumbs li a {
	border-right: #dadada 2px solid;
	border-top: #dadada 2px solid;
	display: block;
	font-size: 0px;
	border-left: #dadada 2px solid;
	width: 78px;
	border-bottom: #dadada 2px solid;
	margin:3px 1px;
	padding:2px;
}

#thumbs li a:hover {
	border-right: #2d83de 2px solid;
	border-top: #2d83de 2px solid;
	border-left: #2d83de 2px solid;
	border-bottom: #2d83de 2px solid;
}
#thumbs li a.current {
	border: #2d83de 2px solid;
}
#thumbs li.first img,#thumbs li.last img {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	opacity: 0.5;
}
#thumbs li.first img:hover,#thumbs li.last img:hover{
	opacity: 1;
}
#featured .word {
	padding-right: 5px;
	padding-left: 5px;
	z-index: 10;
	left: 0px;
	padding-bottom: 5px;
	width: 470px;
	color: #fff;
	bottom: 0px;
	padding-top: 5px;
	position: absolute;
	height: 32px;
}
#featured .word h3 {
	font-size: 13px
}
#topstory {
	margin:10px auto;
	background: #fff;
	float: left;
	width: 807px;
	height: 582px;
}
#highlight {
	float:left;
	width:807px;
}
/*正文*/
.newsArticle .n_main .main_text > div{
	margin:20px 0;
}
.newsArticle .n_main .main_text p{
	color:#333;
	font-size:14px;
	line-height:25px;
}
.newsArticle .n_main .main_text h5{
	font-size:16px;
	font-weight:bold;
}
.newsArticle .n_main .main_text img {max-width:100% !important;}
/*上一篇、下一篇 */
.newsArticle .n_main .preAndnext{
	width:100%;
}
.newsArticle .n_main .preAndnext li{
	color:#333;
	font-size:14px;
	clear:both;
	height:25px;
	line-height:25px;
}
.newsArticle .n_main .preAndnext li strong{float:left;}
.newsArticle .n_main .preAndnext li a{
	width:65%;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
/*关键词、分享*/
.newsArticle .n_main .keyAndshare{
	margin-bottom:18px;
}
.newsArticle .n_main .keyAndshare .keywords{
	color:#144a7a;
	font-size:14px;
	margin:40px 0 16px;
}
.newsArticle .n_main .keyAndshare .keywords em{
	color:#979797;
}
.newsArticle .n_main .keyAndshare .keywords a{
	color:#144a7a;
}
.newsArticle .n_main .keyAndshare .keywords span{
	margin:0 5px;
}
.newsArticle .n_main .keyAndshare .share-oper{
	display:flex;
	justify-content: space-between;
}
.newsArticle .n_main .keyAndshare .share-oper p{
	color:#787878;
	font-size:14px;
}
.newsArticle .n_main .keyAndshare .share-oper p span{
	margin-left:35px;
	cursor:pointer;
}
.collect{background:url(../images/test.png) no-repeat;background-position:0 0;padding-left:28px;}
.collect.active{background-position:0 -21px;/*color:#f07e18;*/}
.thumbs-up{background:url(../images/test.png) no-repeat;background-position:-94px 0;padding-left:28px;}
.thumbs-up.active{background-position:-94px -21px;/*color:#f07e18;*/}


.newsArticle .n_main .keyAndshare .share-oper > div em{
	float:left;
	font-size:14px;
	color:#979797;
}
.newsArticle .n_main .keyAndshare .share-oper > div p{
	float:left;
}
.newsArticle .n_main .keyAndshare .share-oper > div p a{
	text-align:center;
}
.newsArticle .n_main .keyAndshare .share-oper > div p a img{
	margin:0 7px;
	line-height:40px;
}
.newsArticle .n_main .keyAndshare .share-oper > div p a:nth-child(2){
	border-left:1px solid #f3f4f4;
	border-right:1px solid #f3f4f4;
}
/*打赏*/
.rewardS{margin: 5px 0 35px;border-radius: 2px;}
.rewardS p{text-align:center;font-size:16px;color:#333;}
.rewardS p label{color:#f07e18;font-size:22px;font-family: MyanmarRegular;}
.rewardS a:hover{text-decoration: none;}
.rewardS-pay a:hover{text-decoration: none;}
.rewardS h3{font-size: 18px; margin-bottom: 10px;}
.rewardS .rewardS-txt{padding: 20px 0; height: 80px;}
.rewardS .rewardS-support{margin: 15px 15px 10px 0; font-size: 16px;}
.rewardS .rewardS-support .money{background: #f07e18; display: block;text-align: center; color: #fff; border-radius: 4px;margin:0 auto;width:132px;height:48px;line-height:48px;box-shadow:2px 9px 53px 5px rgba(240,126,24,0.45);}
.rewardS .rewardS-support .num{color: #666; font-size: 12px; display: inline-block; line-height: 30px; margin-left: 10px; cursor: pointer;}
.rewardS .rewardS-support .num font{color: #5188a6;}
.rewardS .rewardS-user{float: left; margin: 4px 0;}
.rewardS .rewardS-user li{float: left; width: 24px; height: 24px; margin: 0 5px 0 0;}
.rewardS .rewardS-user li img{width: 24px; height: 24px; border-radius: 24px;}
.rewardS .rewardS-user li p, .rewardS .rewardS-user li span{display: none;}
/*打赏者*/
.rewardS .gra-member{margin:0 auto;}
.rewardS .gra-member ul{width:100%;overflow:hidden;margin-top:16px;text-align: center;}
.rewardS .gra-member ul li{display: inline-block;vertical-align:middle;height: 100%;margin-right: 20px;}
.moveButton{margin-top: -20px;}
.moveButton img{cursor: pointer;}
.rewardS .gra-member ul li{width:62px;text-align:center;padding-top:12px;}
.rewardS .gra-member ul li .member_headpor{width:50px;height:50px;overflow:hidden;border-radius:50%;text-align:center;margin:0 auto;margin-bottom:11px;}
.rewardS .gra-member ul li .member_headpor img{width:100%;height:100%;border-radius:50%;overflow:hidden;}
.rewardS .gra-member ul li p{font-size:12px;color:#f07e18;margin:2px 0 22px;font-weight: 600;}
.rewardS .gra-member ul li p span{font-size:14px;}
.rewardS .gra-member ul li strong{font-weight:normal;height:15px;line-height:15px;overflow:hidden;display:block;}

.rewardS .gra-member ul li.gra_num2{background:url(../images/num-second.png) no-repeat top right;}
.rewardS .gra-member ul li.gra_num3{background:url(../images/num-third.png) no-repeat top right;}
.rewardS .gra-member ul li i.icon-gengduo{font-size:36px;color:#dcdcdc;cursor:pointer;}


/*打赏浮动层*/
.rewardS-mask{position: fixed; top: 0; left: 0; background-color: rgb(0, 0, 0); opacity: .5; filter: alpha(opacity=50); width: 100%; height: 100%; z-index: 99998; display: none;}
.rewardS-pay{position: fixed; z-index: 99999; background: #fff; left: 50%; margin-left: -300px; top: 100px; width: 645px; border-top: 2px solid #ff6537; display: none; border-radius: 2px 2px 0 0; -webkit-animation:popup .4s ease-out; -moz-animation:popup .4s ease-out; animation:popup .4s ease-out;}
.rewardS-pay-tit{border-bottom: 1px solid #e7e7e7; height: 40px; line-height: 40px; font-size: 16px; padding: 0 15px;}
.rewardS-pay-tit .close{font-size: 34px;}
.rewardS-pay-box{padding: 30px;}
.rewardS-pay-box .rewardS-pay-money{padding: 15px 10px 15px 20px; background: whitesmoke; border: 1px solid #eee; color: #999; margin-bottom: 30px;}
.rewardS-pay-box .rewardS-pay-money span{vertical-align: super;}
.rewardS-pay-box .rewardS-pay-money .icon{font-size: 32px; color: orange;}
.rewardS-pay-box .rewardS-pay-money .inp{font-size: 32px; line-height: 38px; width: 20%; background: whitesmoke; border: none; outline: 0;}
.rewardS-pay-box .rewardS-pay-money .rewardS-pay-select{float: right; margin-top: 7px; color: #666;}
.rewardS-pay-box .rewardS-pay-money .rewardS-pay-select li{float: left; border: 1px solid #999; padding: 8px 10px; margin-right: 8px; cursor: pointer;}
.rewardS-pay-box .rewardS-pay-way h3{font-size: 16px;}
.rewardS-pay-box .rewardS-pay-way ul{margin-top: 20px;}
.rewardS-pay-box .rewardS-pay-way ul li{width: 126px; height: 41px; position: relative; border: 1px solid #dedede; margin: 0 15px 15px 0; background: #fff; padding: 1px; float: left; cursor: pointer;box-sizing:border-box;}
.rewardS-pay-box .rewardS-pay-way ul li a{display: block; height: 26px; margin: 7px auto 0; background: url(/templates/member/images/bank.png?v=2) no-repeat;}
.rewardS-pay-box .rewardS-pay-way ul li.on{border: 2px solid #f60; padding: 0;}
.rewardS-pay-box .rewardS-pay-way ul li.on em{position: absolute; right: 0; bottom: 0; display: block; width: 20px; height: 21px; background: url('../images/pubSprite.png') -52px -35px;}
.rewardS-pay-box .rewardS-pay-way ul li .wxpay{background-position: -3px -1045px; width: 101px;}
.rewardS-pay-box .rewardS-pay-way ul li .globalalipay{background-position: -4px -938px; width: 73px;}
.rewardS-pay-box .rewardS-pay-way ul li .alipay{background-position: -4px -938px; width: 73px;}
.rewardS-pay-box .rewardS-pay-way ul li .tenpay{background-position: -4px -974px; width: 73px;}
.rewardS-pay-box .rewardS-pay-way ul li .unionpay{background-position: -4px -1008px; width: 100px;}
.rewardS-pay-box .rewardS-pay-way ul li .paypal{background-position: 2px -1120px; width: 100px;}
.rewardS-pay-box .rewardS-pay-way ul li .rfbp_icbc{background-position: 1px -1445px; width: 100px;}
.rewardS-pay .rewardS-sumbit{background: whitesmoke; padding: 20px 0;}
.rewardS-pay .rewardS-sumbit a{display: block; width: 110px; height: 35px; color: #fff; margin: 0 auto; font-size: 16px; background: #ff6537; text-align: center; line-height: 35px; border-radius: 4px;}
/*打赏记录浮动层*/
.gratuity_record{position:fixed; z-index:99999; background:#fff; left:50%; margin-left:-260px; top:200px; width:466px;padding:11px 24px 16px;display: none; border-radius: 2px 2px 0 0; -webkit-animation:popup .4s ease-out; -moz-animation:popup .4s ease-out; animation:popup .4s ease-out;}
.gratuity_record .record_top{border-bottom:1px solid #eee;height:45px;line-height:45px;display:flex;justify-content: space-between;}
.gratuity_record .record_top h6{color:#7b7b7b;font-size:16px;}
.gratuity_record .record_top span{display:block;background:#f66e3f;font-size:20px;color:#fff;border-radius:50%;width:25px;height:25px;line-height:25px;text-align:center;margin-top:8px;cursor:pointer;}
.gratuity_record .record-list{width:100%;}
.gratuity_record .record-list li{display:flex;justify-content: space-between;height:35px;line-height:35px;margin:12px 0;}
.gratuity_record .record-list li .gra-info{clear:both;width:200px;overflow:hidden;}
.gratuity_record .record-list li .gra-info img{width:35px;height:35px;border-radius:50%;float:left;overflow:hidden;}
.gratuity_record .record-list li .gra-info strong{color:#333;font-size:14px;font-weight:normal;margin-left:10px;display:inline-block;width:138px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.gratuity_record .record-list li p{font-size:12px;color:#e55820;}
.gratuity_record .record-list li p span{font-size:14px;}
.gratuity_record .record-list li .gra-time{width:186px;text-align:right;}
.gratuity_record .record-list li .gra-time em{color:#bdbdbd;font-size:14px;}
.gratuity_record .record-page{height:24px;overflow:hidden;display: flex;justify-content: center;}
.gratuity_record .record-page li{line-height:24px;text-align:center;float:left;font-size:16px;margin:0 6.5px;}
.gratuity_record .record-page li a{text-align:center;color:#bdbdbd;width:24px;height:24px;display: block;}
.gratuity_record .record-page li.record-next{font-size:14px;}
.gratuity_record .record-page li.record-prev{font-size:14px;}
.gratuity_record .record-page li.record-prev a{display: block;width: 47px;}
.gratuity_record .record-page li a:hover,.gratuity_record .record-page li.on{background:#e55820;color:#fff;text-decoration: none;}
.gratuity_record .record-page li a:hover,.gratuity_record .record-page li.on a{color: #fff;}
.gratuity_record .record-page li.record-next a{width:auto;padding:0 5px;}
.gratuity_record .record-page li.record-next a i{margin-left:14px;}
.pays{position: absolute;}
.first-pays{position: relative;}
/* 评论 */
.comment {margin: 20px 0;}
.comment .c-title h4 {float: left; font-size: 20px; font-family: microsoft yahei; line-height: 25px;}
.comment .c-title h4 small {font-size: 13px; margin-left: 10px; color: #c2c0c0;}
.comment .c-title h4 small a {color: #c2c0c0;}
.comment .c-title .tnum {float: right; font-size: 13px; color: #c2c0c0; font-family: microsoft yahei; line-height: 25px; cursor: default;}
.comment .c-area {border: 1px solid #379be9; margin-top: 5px;}
.comment .c-area .textarea {padding: 10px; height: 60px; overflow-y: auto; font-size: 16px; border: 0; outline: none; resize: none;width: 870px;}
.comment .c-area .c-sub {border-top: 1px solid #ddd; height: 40px;}
.comment .c-area .c-sub .np-login {float: left; line-height: 30px; padding: 5px 0 0 10px;}
.comment .c-area .c-sub .np-login .u img {float: left; width: 30px; height: 30px; vertical-align: middle; border-radius: 20px;}
.comment .c-area .c-sub .np-login .u span {padding: 0 10px; color: #379be9;}
.comment .c-area .c-sub .np-login .o {color: #999;}
.comment .c-area .c-sub .subtn {float:right; width: 67px; line-height: 28px; height: 28px; text-align: center; background-color: #379be9; margin: 6px 10px 0 0; color: #fff; border-radius: 2px;}
.comment .c-area .c-sub a:hover.subtn {color: #fff;}
.comment .c-area .c-sub .subtn.loading {font-size: 0; text-indent: -999em; background-color: #fff; background-image: url('/static/images/dots32.gif'); background-repeat: no-repeat; background-position: center;}
.comment .c-content {margin-top: 20px;}
.comment .c-nav {border-bottom: 1px solid #ddd; height: 40px; line-height: 37px; font-size: 16px; font-family: microsoft yahei;}
.comment .c-nav li {float: left; margin-right: 20px; position: relative; border-bottom: 3px solid #379be9; cursor: pointer;}
.comment .c-nav li.c-orderby {float:right; padding-top: 10px; margin-right: 10px; text-align: right; line-height: 20px; font-size: 12px; border: none;}
.comment .c-nav li.c-orderby a {float:right; text-align: center; padding: 0 10px; border: solid 1px #ddd; background: #fff;}
.comment .c-nav li.c-orderby a:hover {border-color: #d7ebfb; background: #d7ebfb; color: #333;}
.comment .c-nav li.c-orderby a.active {border-color: #379be9; color: #fff; background: #379be9;}
.comment .c-nav li.c-orderby a.ctime {border-radius: 3px 0 0 3px;}
.comment .c-nav li.c-orderby a.chot {border-radius: 0 3px 3px 0;}
.comment .c-subnav {border-bottom: 1px solid #e8e8e8; height: 30px; line-height: 30px; font-size: 15px; font-family: microsoft yahei;}
.comment .c-subnav li {float: left; margin-right: 20px; color: #379be9;}
.comment .c-subnav li.hot {color: #ff2968;}
.comment .c-list .empty {line-height: 100px; height: 100px; text-align: center; font-size: 14px;}
.comment .c-list .loading {width: 80px; height: 8px; display: block; margin: 50px auto; background: url('/static/images/loading_h8.gif') no-repeat;}
.comment .c-list li {position: relative; padding-left: 40px; border-bottom: 1px solid #ddd; vertical-align: top;}
.comment .c-list li .children li img {width: 35px; height: 35px;}
.comment .children li li li li {margin-left: -35px;}
.comment .c-list li img {position: absolute; top: 20px; left: 0; width: 40px; height: 40px; cursor: pointer; border-radius: 20px;}
.comment .c-list li .c-body {padding-left: 10px;}
.comment .c-list li .c-header {padding-top: 18px; line-height: 20px; color: #999;}
.comment .c-list li .c-header a {color: #379be9;}
.comment .c-list li .c-header span {margin: 0 3px 0 7px;}
.comment .c-list li p {margin-top: 6px; font-size: 14px; line-height: 24px; word-break: break-all;}
.comment .c-list li p .np-postlink {padding: 0 5px; font-size: 14px; line-height: 24px;}
.comment .c-list li p .np-postlink img {position: relative; top: 0; width: 15px; height: 14px; background: url('../images/icons.png') no-repeat -9px -830px; vertical-align: middle; border-radius: 0;}
.comment .c-list li .c-footer {margin-top: 3px; padding-bottom: 15px;}
.comment .c-list li .c-footer a {padding-left: 15px; display: inline-block; background: url('../images/icons.png') no-repeat; margin-right: 10px; color: #999;}
.comment .c-list li .c-footer a:hover {color: #555;}
.comment .c-list li .c-footer a.praise {background-position: -10px -744px;}
.comment .c-list li .c-footer a.reply {padding-left: 19px; background-position: -10px -764px;}
.comment .c-list li .c-footer a:hover.praise, .comment .c-list li .c-footer .praise.active {background-position: -9px -785px; color: #379be9;}
.comment .c-list li .c-footer a:hover.reply, .comment .c-list li .c-footer .reply.active {background-position: -9px -805px; color: #379be9;}
.comment .c-list li .children li {border-bottom: 0; border-top: 1px dotted #ccc;}
#loadMore {background-color: #ddd; color: #555; text-align: center; height: 28px; line-height: 28px; border-radius: 2px; cursor: pointer;}
#loadMore:hover {background-color: #ccc;}
#loadMore.loading {font-size: 0; text-indent: -999em; background-color: #ccc; background-image: url('/static/images/loading-grey.gif'); background-repeat: no-repeat; background-position: center;}
.colorAnimate {-webkit-animation:colorAnimate 1.5s ease-out; -moz-animation:colorAnimate 1.5s ease-out; animation:colorAnimate 1.5s ease-out;}
@-webkit-keyframes colorAnimate{ 0%{background-color: #fff;} 15%{background-color: #f7f7a5;} 30%{background-color: #fff;} 45%{background-color: #f7f7a5;} 60%{background-color: #fff;} 85%{background-color: #f7f7a5;} 100%{background-color: #fff;}}

@-moz-keyframes colorAnimate{ 0%{background-color: #fff;} 15%{background-color: #f7f7a5;} 30%{background-color: #fff;} 45%{background-color: #f7f7a5;} 60%{background-color: #fff;} 85%{background-color: #f7f7a5;} 100%{background-color: #fff;}}

@keyframes colorAnimate{ 0%{background-color: #fff;} 15%{background-color: #f7f7a5;} 30%{background-color: #fff;} 45%{background-color: #f7f7a5;} 60%{background-color: #fff;} 85%{background-color: #f7f7a5;} 100%{background-color: #fff;}}

/* 回复评论 */
.comment .c-list .c-area {display: none; margin: 0 0 10px 0;}

.comment{margin-left: -30px!important;}

.rg_pic>a{
	display: inline-block;
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.rg_pic>a>img{
	-webkit-transition:all .5s;
}
.rg_pic>a:hover img{
	-webkit-transform:scale(1.2);
}
.main_text{
	margin-top: 25px;
}
#topstory{margin:25px 0px!important;}
.main_text>p,.main_text span{
	font-size: 14px;
}
/*个人信息*/

.people{
	width: 258px;
	border: 1px solid  #e6e6e6;
	margin-top: 15px;
	padding:20px;
	overflow: hidden;
}
.people_wrap{
	width: 100%;
	height: 65px;


}
.people .people_img{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.people .people_img img{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.people .people_info{
	float: left;
	margin-left: 15px;
}
.people .people_info p{
	font-size: 14px;
	font-weight: 550;
}
.people .people_info a{
	display: inline-block;
	font-size: 12px;
    color: #53aaf8;
    border: 1px solid #53aaf8;
    padding: 0px 7px;
   	margin-top: 10px;
}
.people .people_info a label{
	cursor: pointer;
	font-size: 12px;
}
.people .people_info p{
	width: 150px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.people .people_news{
	width: 100%;
	margin-top:15px;

}
.people .people_news>li{
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height: 30px;
}
.people .people_news>li:hover a{
	color: #53aaf8;
}
.people .move_info{
	margin-top: 10px;
}
.people .move_info a{
	display: block;
	width: 100%;
	text-align: right;
	color: #a0a0a0;

}
.people .move_info .foll{
	display: block;
}
.people_news a label{
	color: #989898;
}
.people_news a p{
	display: inline-block;
}
.foll_active{
	display: block;
	background: #53aaf8;
	color: #ffffff;
}
.foll_active label{
	color: #ffffff;
}
.main_text img {
    width: 100%;
    max-height: 800px;
}
