﻿/* --------------------------------------show--------------------------------- */
.show_content {
	padding-top: 10rem;
}

.show_content .layout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.show_content .layout .left {
	width: 106rem;
}

.show_content .left .top_content {
	border-bottom: 0.1rem solid #e3e3e3;
	padding-bottom: 4rem;
}

.show_content .left .top_lr {
	display: flex;
	/*align-items: center;*/
	flex-wrap: wrap;
}

.show_content .left .top_lr .lz {
	width: 40rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}

.show_content .left .top_lr .lz .bq {
	position: absolute;
	width: 6rem;
	height: 2.4rem;
	background: linear-gradient(to right, #81bde9, #81a2e9) no-repeat;
	background: -webkit-linear-gradient(left, #81bde9, #81a2e9) no-repeat;
	opacity: .87;
	border-radius: 1rem 0 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	color: #ffffff;
	left: 0;
	top: 0;
}

.show_content .left .top_lr .lz .bq img {
	margin-right: 0.5rem;
	width: 1.4rem;
	height: 1.4rem;
}

.show_content .left .top_lr .lz img {
	width: 100%;
}

.show_content .left .top_lr .ry {
	flex: 1;
	padding-left: 7rem;
}

.show_content .left .top_lr .title {
	font-size: 3.6rem;
	line-height: 4rem;
	color: #222222;
	font-weight: bold;
}

.show_content .left .top_lr .statr {
	display: flex;
	align-items: center;
	margin-top: 2rem;
}

.show_content .left .top_lr .statr img {
	margin-right: 1rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
}

.show_content .left .top_lr .statr img.on {
	-webkit-filter: none;

	filter: none;
	opacity: 1;
}

.show_content .left .top_lr .statr .des {
	font-size: 1.8rem;
	color: #666666;
	margin-left: 1rem;
}

.show_content .left .top_lr .statr .des span {
	color: #009ada;
	font-weight: 600;
}

.show_content .left .top_lr .bq {
	display: flex;
	flex-wrap: wrap;
}

.show_content .left .top_lr .bq span {
	font-size: 1.8rem;
	color: #6e7072;
	padding: 0.8rem 1.5rem;
	margin-right: 1rem;
	background-color: #f0f0f0;
	border-radius: 0.8rem;
	display: inline-block;
	margin-top: 2rem;
}

.show_content .left .top_lr .time {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #999999;
	margin-top: 3.5rem;
}

.show_content .left .top_lr .time span {
	color: #ff601c;
	margin-right: 1rem;

}

.show_content .left .label {
	display: flex;
	margin-top: 4rem;
}

.show_content .left .label a {
	border-radius: 5rem;
	border: 0.1rem solid #c8c9ca;
	font-size: 1.8rem;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	height: 4.4rem;
	padding: 0 2.5rem;
	overflow: hidden;
}

.show_content .left .label a:hover {
	border: 0.1rem solid rgba(255, 255, 255, 0);
	background: linear-gradient(to right, #91c6ec, #91b1ec) no-repeat;
	background: -webkit-linear-gradient(left, #91c6ec, #91b1ec) no-repeat;
	color: #fff;
}

.show_content .left .label a:hover span {
	color: #fff;
}

.show_content .left .label .img {
	margin-right: 0.9rem;
	height: 2rem;

}



.show_content .left .label a:hover .img {
	/* filter: grayscale(100%) brightness(100000000000%) !important; */
	filter: drop-shadow(10rem 0 0 #fff);
	transform: translateX(-10rem);
}

.show_content .mk1_content {
	padding: 6rem 0 2.5rem;
	border-bottom: 0.1rem solid #e3e3e3;
}

.show_content .mk1_content .title {
	font-size: 2.4rem;
	color: #222222;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.show_content .mk1_content .title .hover {
	position: absolute;
	left: 110%;
	top: -0.7rem;
}
.show_content .mk1_content .title .hover img{
	height: 1.8rem;
}

.show_content .mk1_content .title .hover .kuang {
	position: absolute;
	left: 10rem;
	bottom: 100%;
	transform: translateX(-50%);
	width: 40rem;
	background-color: #2D2E30;
	border-radius: 1rem;
	box-shadow: 0 0 1rem #cacaca;
	font-size: 1.8rem;
	font-weight: normal;
	z-index: 99;
	padding:1.5rem 2rem;
	opacity: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #ffffff;
}
.show_content .mk1_content .title .hover .kuang a{
	color: #009ada;
}

.show_content .mk1_content .title .hover:hover .kuang {
	opacity: 1;
}

.show_content .mk1_content .news_ban {
	padding: 3.5rem 0.3rem;
	overflow: hidden;
	position: relative;
}

.show_content .mk1_content .news_ban .swiper-button-next,
.show_content .mk1_content .news_ban .swiper-button-prev {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 1rem #cacaca;
}

.show_content .mk1_content .swiper-button-next:after,
.show_content .mk1_content .swiper-button-prev:after {
	font-size: 1.8rem;
	font-weight: bold;
	color: #666666;
}

.show_content .mk1_content .news_ban .nr_lr {
	border-radius: 1rem;
	border: 0.1rem solid #e3e3e3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.show_content .mk1_content .news_ban .nr_lr .left_1 {
	width: 18rem;
}

.show_content .mk1_content .news_ban .nr_lr img {
	width: 100%;
}

.show_content .mk1_content .news_ban .nr_lr .right_1 {
	padding: 2.5rem;
	flex: 1;
}

.show_content .mk1_content .right_1 .bt {
	font-size: 2rem;
	color: #222222;
	font-weight: bold;
}

.show_content .mk1_content .right_1 .des {
	font-size: 1.6rem;
	margin-top: 1.8rem;
	color: #222222;
	line-height: 3rem;
}

.show_content .mk1_content .right_1 .des a {
	color: #009ada;
}

.show_content .layout .right {
	width: 28rem;
}


.show_content .show_common_title {
	font-size: 2.4rem;
	margin-bottom: 3.5rem;
	color: #222222;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.show_content_link {
	display: flex;
	align-items: center;
	padding: 3rem 0;
	border-bottom: 0.1rem solid #e3e3e3;
}
.show_content_link img{
	width: 7rem;
	height: 7rem;
}

.show_content_link .title {
	margin: 0 13rem 0 3rem;
}

.show_content_link .title h5 {
	font-size: 2.4rem;
	color: #222222;
}

.show_content_link .title p {
	font-size: 1.6rem;
	color: #222222;
}

.show_content_link a {
	font-size: 1.8rem;
	width: 23rem;
	color: #222222;
	height: 4.5rem;
	border-radius: 5rem;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show_content_ywld {
	padding: 6.5rem 0 4.5rem;
	border-bottom: 0.1rem solid #e3e3e3;
}



.show_content_ywld ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.show_content_ywld ul li {
	min-height: 8rem;
	width: 16.6%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/* margin-right: 65px; */
}
.show_content_ywld ul li p{
	font-size: 1.8rem;
	color: #222222;
}
.show_content_ywld ul li img{
	height: 3.4rem;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.show_content_ywld ul li:hover img{
	-o-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.show_content_ywld ul li:last-child {
	margin-right: 0;
}

.show_content_common_section {
	border-bottom: 0.1rem solid #e3e3e3;
	padding: 6.5rem 0 4.5rem;
}

.right_arrow {
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	transform: rotate(135deg);
	border-left: 0.1rem solid #222;
	border-top: 0.1rem solid #222;
}

.show_content_ysjs_album {
	line-height: 3rem;
	font-size: 1.6rem;
	color: #666666;
}

.show_content_zpysp .show_content_zpysp_tip {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.show_content_zpysp .show_content_zpysp_tip a {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

.show_content_zpysp .show_content_zpysp_tip a i {
	margin-left: 8px;
}
.show_content_zpysp_album{
	margin-top: 3.6rem;
}

.show_content_zpysp_album .row {
	margin: 0 -1rem;
}

.show_content_zpysp_album .col-lg-3 {
	padding: 0 0.8rem;
}

.show_content_zpysp_album .img img {
	width: 100%;
}

.show_content_tgdfw .catListJy {
	padding-top: 1rem;
}

.show_content_tgdfw .catListJy .jyItem {
	margin-bottom: 3rem;
	overflow: hidden;
}

.show_content_tgdfw .catListJy .jyItem img {
	height: 2.6rem;
	margin-right: 1rem;
	filter: drop-shadow(10rem 0 0 #91b8ec);
	transform: translateX(-10rem);
}
.show_content_tgdfw .catListJy .jyItem span{
	font-size: 1.8rem;
}


.show_content_hgld .hgld_list {
	padding-top: 1rem;
}

.show_content_hgld .hgld_list li {
	display: flex;
	margin-bottom: 2rem;

}

.show_content_hgld .hgld_list li img {
	margin-right: 3rem;
	width: 5.4rem;
	height: 5.4rem;
}

.show_content_hgld .hgld_list .des {
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.show_content_hgld .hgld_list .des strong {
	color: #009ada;
}

.show_content_ddhsj .ddhsj_row {
	display: flex;
}

.show_content_ddhsj .ddhsj_row strong {
	color: #009ada;
	font-weight: 400;
}

.show_content_ddhsj .ddhsj_row .ddhsj_left{
	width: 52rem;
}
.show_content_ddhsj .ddhsj_row .ddhsj_left img{
	width: 100%;
}
.show_content_ddhsj .ddhsj_row .ddhsj_right{
	width: 27rem;
}

.show_content_ddhsj .ddhsj_row .map_text {
	font-size: 1.8rem;
	margin: 2rem 0 2rem;
	line-height: 2.6rem;
}

.show_content_ddhsj .ddhsj_row a {
	font-size: 1.8rem;
	color: #009ada;
	display: flex;
	align-items: center;
}

.show_content_ddhsj .ddhsj_row a .right_arrow {
	border-color: #009ada;
	margin-left: 1rem;
}

.show_content_ddhsj .ddhsj_row .ddhsj_right {
	font-size: 1.8rem;
	margin-left: 15rem;
}

.show_content_ddhsj .ddhsj_row .ddhsj_right li {
	display: flex;
	margin-bottom: 2rem;
}

.show_content_ddhsj .ddhsj_row .ddhsj_right li p:first-child {
	margin-right: 4rem;
}


.show_content_sshgd .sshgd_content ul {
	display: flex;
	flex-wrap: wrap;

}

.show_content_sshgd .sshgd_content ul li {
	width: 50%;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.show_content_sshgd .sshgd_content ul li img {
	margin-right: 2rem;
}

.show_content_sshgd .sshgd_content a {
	width: 14rem;
	height: 4rem;
	border-radius: 5rem;
	border: 0.1rem solid #c8c9ca;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-top: 2rem;
}

.show_content_sshgd .sshgd_content a:hover {
	background-color: #c8c9ca;
	color: #fff !important;
}

.show_content_yyys .praise .p_con {
	height: auto;
}

.show_content_yyys .praise .p_con .p_xq {
	padding: 0;
	box-shadow: none;
	overflow-y: visible;
}

.show_content_xwsq .show_content_xwsq_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.8rem;
}

.show_content_xwsq p {
	font-size: 1.6rem;
	margin-bottom: 36px;
}

.show_content_xwsq a {
	font-size: 1.8rem;
	padding: 0.7rem 2.7rem;
	border-radius: 5rem;
	border: 0.1rem solid #c8c9ca;
}

.show_content_xwsq a:hover {
	color: #fff !important;
	background-color: #c8c9ca;
}

.show_content_tjpl .tjpl_ad .hover {
	position: relative;

}

.show_content_tjpl .tjpl_ad .hover .kuang {
	position: absolute;
	width: 30rem;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1rem #cacaca;
	font-size: 1.8rem;
	font-weight: normal;
	z-index: 99;
	padding: 2rem;
	opacity: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.show_content_tjpl .tjpl_ad .hover:hover .kuang {
	opacity: 1;
}

.show_content_tjpl .tjpl_ad {
	background-color: #e5f5fb;
	border-radius: 1rem;
	border-left: 1rem solid #009ada;
	padding: 2.2rem 3.5rem 2.2rem 2rem;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

.show_content_tjpl .tjpl_ad .hover {
	margin-right: 1.5rem;

}

.show_content_tjpl .tjpl_ad .hover .img {
	overflow: hidden;
}


.show_content_tjpl .tjpl_ad a {
	color: #009ada;
}

.show_content_tjpl .tjpl_ad .close {
	margin-left: auto;
	font-size: 3.4rem;
	opacity: 1;
}


.show_content_tjpl .tjpl_comment {
	display: flex;
}

 .user_info {
	display: flex;
}

 .user_info>img {
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	margin-right: 1rem;
}

 .user_info h5 {
	font-size: 1.8rem;
}

.show_content_tjpl .user_info .site {
	font-size: 1.6rem;
}

.user_info .user_interactive,
.user_info .user_interactive>div {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.user_info .user_interactive>div img{
	height: 1.4rem;
	margin-right: 0.5rem;
}

 .user_info .user_interactive>div:first-child {
	margin-right: 1rem;
}

.show_content_tjpl .tjpl_comment_click {
	font-size: 1.6rem;
	margin: 0 auto;
}

.show_content_tjpl .tjpl_comment_click .statr {
	margin-bottom: 1rem;
}

.show_content_tjpl .statr img {
	margin-right: 1rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
}

.show_content_tjpl .statr img.on {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.theme_color {
	color: #009ada;
}

.show_content_tjpl .tjpl_comment {
	padding: 3rem 3.5rem;
	border-radius: 0.6rem;
	box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.1);
	margin-top: 4rem;
}

.show_content_tjpl .tjpl_all_comment {
	display: flex;
	align-items: center;
	margin: 6rem 0 3rem;
}

.show_content_tjpl .tjpl_all_comment>div {
	width: 50%;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_left .title {
	font-size: 1.8rem;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_left .statr {
	margin: 1rem 0;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_left p {
	font-size: 1.6rem;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_right {
	font-size: 1.6rem;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_right li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	margin: 0.8rem 0;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_right .column {
	width: calc(100% - 65px);
	background-color: #eeeeee;
	border-radius: 5rem;
	height: 1rem;
}

.show_content_tjpl .tjpl_all_comment .tjpl_all_right .column span {
	background: linear-gradient(to right, #ffcc4b, #fb503c);
	display: block;
	height: 100%;
	border-radius: 5rem;
}

.comment_list .comment_list_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment_list .comment_list_search .search_filter {
	display: flex;
}

.comment_list .comment_list_search .search_select {
	width: 12rem;
	height: 3.4rem;
	border-radius: 5rem;
	border: 0.1rem solid #c8c9ca;
	padding: 0 1.3rem;
	display: flex;
	align-items: center;
	position: relative;
}

.comment_list .comment_list_search .search_select:first-child {
	margin-right: 1rem;
}

.comment_list .comment_list_search label {
	width: 26rem;
	height: 3.4rem;
	border-radius: 5rem;
	border: 0.1rem solid #c8c9ca;
	padding: 0 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment_list .comment_list_search label input{
	height: 100%;
}

.comment_list .comment_list_item {
	margin-top: 6rem;
}

.comment_list .comment_list_item .comment_list_item_tip {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.comment_list .comment_list_item .comment_list_item_tip_more {
	position: relative;
}

.comment_list .comment_list_item .comment_list_item_tip_more ul {
	position: absolute;
	top: 100%;
	right:0;
	width: 15rem;
	text-align: left;
	background-color: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 0 1rem #cacaca;
	font-size: 1.8rem;
	font-weight: normal;
	z-index: 99;
	padding: 1.5rem 1.5rem;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.comment_list .comment_list_item .comment_list_item_tip_more ul li{
	font-size: 1.6rem;
	cursor: pointer;
	padding: 0.8rem 0;
}
.comment_list .comment_list_item .comment_list_item_tip_more ul li a{
	display: block;
	width: 100%;
}
.comment_list .comment_list_item .comment_list_item_tip_more ul li:hover{
	color: #009ada;
}

.comment_list .comment_list_item .comment_list_item_tip_more:hover ul {
	opacity: 1;
	visibility: initial;
}

.comment_list .comment_list_item .comment_list_item_scrappy .scrappy_top {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.2rem;
	margin: 0.8rem 0;
}
.comment_list .comment_list_item .comment_list_item_scrappy .scrappy_top .tiem{
	font-size: 1.4rem;
}

.comment_list .comment_list_item .comment_list_item_scrappy .statr img {
	width: 1.2rem;
	margin-right: 0;
}

.comment_list .comment_list_item .comment_list_item_scrappy .user_interactive {
	display: flex;
	align-items: center;
	gap:0.8rem;
	font-size: 1.4rem;
}

.comment_list .comment_list_item .item_des {
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 3.5rem 0 1.5rem;
}
.comment_list .comment_list_item .item_des img{
	width: 33%;
}

.comment_list .comment_list_item .item_btns {
	display: flex;
	gap: 1.4rem;
}

.comment_list .comment_list_item .item_btns>div {
	border-radius: 0.3rem;
	border: 0.1rem solid #c9c9c9;
	padding: 0.3rem 0.8rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	overflow: hidden;
}
.comment_list .comment_list_item .item_btns .but img{
	width: 1.5rem;
}

.comment_list .comment_list_item .item_btns .btn.active {
	background-color: #009ada;
	color: #fff;
	border-color: #009ada;
}

.comment_list .comment_list_item .item_btns .btn.active img {
	filter: drop-shadow(10rem 0 0 #fff);
	transform: translateX(-10rem);
}

.comment_list .more_btn {
	font-size: 1.8rem;
	color: transparent;
	background: linear-gradient(45deg, #90c5ed, #92abee);
	background-clip: text;
	-webkit-background-clip: text;
	margin-top: 5rem;
	display: block;
}

.show_content_zda .cjwt {
	font-size: 1.6rem;
	line-height: 2.5;
}

.zda .show_content_common_section {
	padding: 6.5rem 0 0;
	width: 100%;
	border-bottom: none;
}

.show_content_zda .zdaBox8 {
	width: 100%;
}

.show_content_zda .zdaBox8 strong {
	display: block;
}

.show_content_zda .cjwt .row>div:last-child {
	margin-top: 8rem;
}

.show_right_content>div {
	border: 0.1rem solid #e3e3e3;
	padding: 2.5rem;
}

.show_right_content h3 {
	font-size: 2.4rem;
	color: #009ada;
	margin-bottom: 1.5rem;
}

.show_right_content .des {
	color: #666;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.show_right_content .answer a,
.ry.sxCon .rymore {
	width: 100%;
	font-size: 1.8rem;
	color: #fff;
	background: linear-gradient(45deg, #91c6ec, #91b0ec);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	height: 5rem;
	margin: 2rem 0 4rem;
}

.ry.sxCon .rymore {
	margin: 1.5rem 0 0;
	cursor: pointer;
	height: 4rem;
}

.show_right_content .answer a:hover,
.ry.sxCon .rymore:hover {
	color: #fff;
	box-shadow: 0.3rem 0.4rem 0.8rem #ddd;
}

.show_right_content .answer a img {
	margin-right: 0.8rem;
}

.ry .ym {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-top: 1rem;
}

.ry .ym>span {
	margin-left: 0.5rem;
}

.show_right_content .answer ul li {
	border-top: 0.1rem solid #e3e3e3;
	padding: 1.5rem 0;

}
.show_right_content .answer ul li:last-child{
	padding-bottom: 0!important;
}

.show_right_content .answer ul li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.7rem;
	color: #333333;
}
.show_right_content .answer ul li .top img{
	width: 2.2rem;
}
.show_right_content .answer ul li .bottom{
	font-size: 1.4rem;
	color: #666666;
	margin-top: 1.8rem;
}

.show_right_content .chart {
	margin-top: 2rem;
}

.show_right_content .chart .num_show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.show_right_content .chart .num_show li {
	width: calc((100% - 1rem) / 2);
	background-color: #f7f7fc;
	min-height: 7rem;
	text-align: center;
	padding: 0.6rem 0;
	color: #009ada;
}

.show_right_content .chart .num_show li p {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

.show_right_content .chart .num_show li span {
	font-size: 1.8rem;
}

.show_right_content .chart .chart_content {
	width: 100%;
	height: 22rem;
	margin-top: 4rem;
}


@media only screen and (max-width:992px) {
	.show_content {
		padding: 0 3rem;
	}

	.comment_list .comment_list_item .comment_list_item_tip_more ul {
		right: 1rem;
	}

	.show_content .layout .left,
	.show_content .layout .right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.show_content .left .top_lr .ry {
		padding-left: 35px;
	}

	.show_content .left .top_lr .title {
		font-size: 30px;
	}

	.show_content .left .top_lr .statr {
		flex-wrap: wrap;
	}

	.show_content .left .top_lr .statr .des {
		margin-top: 10px;
	}

	.show_content_zpysp_album .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 3rem;
	}

	.show_content_ddhsj .ddhsj_row {
		flex-wrap: wrap;
	}

	.show_content_ddhsj .ddhsj_row>div {
		width: 100%;
	}

	.show_content_ddhsj .ddhsj_row img {
		width: 100%;
	}

	.show_content_ddhsj .ddhsj_row .ddhsj_right {
		padding-left: 0;
		padding-top: 40px;
	}

	.comment_list .comment_list_search .search_select select {
		width: 100%;
	}

	.show_content_zda .zdaBox6 .cont .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width:768px) {
	.show_content .left .top_lr .lz {
		width: 100%;
	}

	.show_content .left .top_lr .ry {
		padding-left: 0;
		padding-top: 30px;
	}

	.show_content .left .top_lr .statr .des {
		margin-top: 0;
	}

	.show_content .left .label a {
		font-size: 15px;
	}

}


@media only screen and (max-width:640px) {
	.show_content .mk1_content {
		padding: 40px 0 20px;
	}

	.show_content {
		padding: 0 15px;
	}

	.show_content .left .top_lr .title {
		font-size: 2.4rem;
	}

	.show_content .left .top_lr .statr .des {
		font-size: 1.6rem;
		margin-left: 0;
	}

	.show_content .left .top_lr .bq span {
		font-size: 1.6rem;
		margin-top: 5px;
	}

	.show_content .left .top_lr .time {
		margin-top: 20px;
	}

	.show_content .left .label {
		flex-wrap: wrap;
	}

	.show_content .left .label a {
		padding: 0 18px;
		width: 46%;
		margin-bottom: 15px;
	}

	.show_content .mk1_content .news_ban .nr_lr {
		flex-wrap: wrap;
	}

	.show_content .mk1_content .news_ban .nr_lr .left_1 {
		width: 100%;
	}

	.show_content_link {
		flex-wrap: wrap;
	}

	.show_content_link .title {
		margin: 0;
		margin-left: 10px;
	}

	.show_content_link a {
		margin-top: 20px;
	}

	.show_content_ywld {
		padding: 45px 0 35px;
	}

	.show_content_ywld ul li {
		width: 32.6%;
		margin-bottom: 20px;
		min-height: 65px;
	}

	.show_content_hgld .hgld_list li {
		align-items: flex-start;
	}

	.show_content_hgld .hgld_list .des {
		font-size: 1.4rem;
	}

	.show_content_common_section {
		padding: 50px 0 35px;
	}

	.show_content_ddhsj .ddhsj_row .ddhsj_right,
	.show_content_ddhsj .ddhsj_row .map_text {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.show_content_ddhsj .ddhsj_row .ddhsj_right li {
		margin-bottom: 1rem;
	}

	.show_content_tjpl .tjpl_ad {
		padding: 22px 10px 22px 13px;
		font-size: 15px;
		align-items: flex-start;
	}

	.show_content_tjpl .tjpl_ad .close {
		font-size: 30px;
	}

	.show_content_tjpl .tjpl_comment {
		flex-wrap: wrap;
		padding: 25px 25px;
	}

	.show_content_tjpl .user_info {
		margin-bottom: 20px;
	}

	.show_content_tjpl .tjpl_all_comment {
		flex-wrap: wrap;
	}

	.show_content_tjpl .tjpl_all_comment>div {
		width: 100%;
	}

	.show_content_tjpl .tjpl_all_comment .tjpl_all_left {
		margin-bottom: 20px;
	}

	.comment_list .comment_list_search {
		flex-wrap: wrap;
		justify-content: center;
	}

	.comment_list .comment_list_search .search_select {
		width: 140px;
	}

	.comment_list .comment_list_search label {
		margin-top: 14px;
	}

	.comment_list_item_tip .user_info {
		margin-bottom: 0;
	}

	.comment_list .comment_list_item .item_des {
		font-size: 1.6rem;
	}

	.comment_list .comment_list_item .item_des img {
		margin: 0 auto 10px;
	}

	.zda .show_content_common_section {
		padding: 50px 0 35px;
	}

	.show_content_zda .zdaBox6 .cont .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.show_content_zda .cjwt h1 {
		line-height: 1.5;
	}

	.show_content .mk1_content .title {
		font-size: 2rem;
	}

	.show_content .show_common_title {
		font-size: 2rem;
	}

	.show_content .mk1_content .title .hover .kuang {
		font-size: 1.6rem;
		padding: 10px;
	}

	.show_content_zpysp .show_content_zpysp_tip {
		align-items: flex-start;
	}

	.show_content_zpysp .show_content_zpysp_tip a {
		font-size: 1.4rem;
	}

	.show_content_sshgd .sshgd_content ul li {
		font-size: 1.6rem;
	}

	.yyfw .cont .text h1 {
		font-size: 1.6rem;
	}
}

/* --------------------------------------show--------------------------------- */


.tjpl_comment_click .star_grades i{
	width: 3rem;
	height: 3rem;
}
.tjpl_comment_click .star_grades i.star_on{
	width: 3rem;
}
.praise_nylist{
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.xq_itemny_left{
	width: 30rem;
	position: relative;
}

.xq_itemny_right{
	position: relative;
	width: 73rem;
}

.question_qa{
	font-size: 1.8rem;
}
.question_qa i{
	font-weight: 600;
}
.fs_pg{
	font-size: 1.6rem;
}
.search_select_bj span{
	width: 100%;
	background: url("../image/s_jt.png") right  center no-repeat;
	background-size: 1rem;
}
.item_btns_hf{
	width: 90%;
	margin-top: 5rem;
	padding-left: 5rem;
}

@media only screen and (max-width: 1199px){
	.show_content_ddhsj .ddhsj_row .ddhsj_right{
		width: auto;
	}

}

@media only screen and (max-width: 1024px){
	.show_content {
		padding-top: 5rem;
	}
	.show_content .left .top_lr .lz{
		width: 30rem;
	}
	.show_content .left .top_lr .ry{
		padding-left: 2rem;
	}
	.show_content .left .top_lr .title{
		font-size: 2rem;
	}
	.show_content .left .top_lr .statr{
		margin-top: 1rem;
	}
	.show_content .left .top_lr .statr .des{
		font-size: 1.6rem;
	}
	.show_content .left .top_lr .bq span{
		font-size: 1.4rem;
		padding: 0.4rem 1rem;
		margin-top: 1rem;
	}
	.show_content .left .top_lr .time{
		margin-top: 1.5rem;
		font-size: 1.6rem;
	}
	.show_content .left .label a{
		font-size: 1.4rem;
	}
	.show_content .mk1_content .title .hover .kuang{
		font-size: 1.5rem;
	}
	.show_right_content h3{
		font-size: 2rem;
	}
	.show_right_content .des{
		font-size: 1.4rem;
	}
	.show_right_content .answer a, .ry.sxCon .rymore{
		font-size: 1.4rem;
		height: 4rem;
	}
	.show_right_content .answer ul li .top{
		font-size: 1.5rem;
	}
	.show_right_content .chart .num_show li span{
		font-size: 1.6rem;
	}
	.show_content .mk1_content .news_ban .nr_lr{
		display: inline-block;
		overflow: hidden;
	}
	.show_content .mk1_content .news_ban .nr_lr .left_1{
		width: 100%;
		height: 20rem;
		overflow: hidden;
	}
	.show_content .mk1_content .news_ban .nr_lr .right_1{
		width: 100%;
	}
	.show_content_link .title h5{
		font-size: 2.2rem;
	}
	.show_content_link a{
		font-size: 1.6rem;
	}
	.show_content .show_common_title{
		font-size: 2.2rem;
	}
	.show_content_ywld ul li p{
		font-size: 1.6rem;
	}
	.show_content_zpysp .show_content_zpysp_tip a{
		font-size: 1.6rem;
	}
	.show_content_tgdfw .catListJy .jyItem span{
		font-size: 1.6rem;
	}
	.show_content_hgld .hgld_list .des{
		font-size: 1.5rem;
	}
	.show_content_ddhsj .ddhsj_row .map_text{
		font-size: 1.6rem;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_right{
		margin-left: 3rem;
		font-size: 1.6rem;
		width: 28rem;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_right li p:first-child{
		margin-right: 1rem;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_left{
		width: 42rem;
	}
	.show_content_sshgd .sshgd_content ul li{
		font-size: 1.6rem;
	}
	.show_content_sshgd .sshgd_content a{
		font-size: 1.6rem;
	}
	.xq_itemny_left{
		width: 26rem;
	}
	.xq_itemny_right{
		width: 70rem;
	}
	.show_content_xwsq a{
		font-size: 1.6rem;
	}
	.show_content_tjpl .tjpl_ad{
		font-size: 1.6rem;
	}
	.show_content_tjpl .statr img{
		width: 2.2rem;
	}
	.comment_list .comment_list_item .item_des{
		font-size: 1.6rem;
	}
	.show_content .layout .left{
		width: 100% !important;
	}
	.cjwt h1{
		font-size: 2.2rem;
	}
	.cjwt .text p a{
		font-size: 1.4rem;
	}
	.cjwt .text{
		font-size: 1.4rem;
	}
	.show_content .layout .right{
		width: 100% !important;
	}
	.show_content .layout{
		max-width: none;
	}
}
@media only screen and (max-width: 800px) {
	.show_content .left .top_lr .ry{
		padding-top: 1rem;
	}
	.show_content .left .top_lr .lz{
		width: 50%;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_left{
		width: 100%;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_right{
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-left: 0;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_right li{
		width: 50%;
	}
	.xq_itemny_right{
		width: 40rem;
	}
	.comment_list .comment_list_item .item_des img{
		display: inline-block;
		width: 30%;
		margin: 0 auto 20px;
	}

}
@media only screen and (max-width: 600px){
	.show_content .layout{
		padding: 0 !important;
	}
	.show_content .left .top_lr .lz{
		width: 100%;
	}
	.show_content .left .top_lr .ry{
		padding-left: 0;
	}
	.show_content_link a{
		width: 100%;
	}
	.show_content .show_common_title{
		margin-bottom: 0;
	}
	.show_content_tgdfw .catListJy{
		margin-top: 2rem;
	}
	.show_content_hgld .hgld_list{
		margin-top: 1rem;
	}
	.show_content_ddhsj .ddhsj_row{
		margin-top: 1rem;
	}
	.show_content_ddhsj .ddhsj_row .ddhsj_right{
		font-size: 1.4rem;
	}
	.show_content .sshgd_content{
		margin-top: 1rem;
	}
	.show_content_sshgd .sshgd_content ul li{
		font-size: 1.4rem;
	}
	.show_content_sshgd .sshgd_content a{
		width: 100%;
	}
	.xq_itemny_left{
		width: 100%;
	}
	.xq_itemny_right{
		width: 100%;
		margin-top: 1rem;
	}
	.xq_itemny_right .star_grades{
		margin-top: 1rem;
	}
	.show_content_xwsq p{
		margin-top: 20px;
	}
	.show_content_xwsq a{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.show_content_tjpl .tjpl_ad{
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	.tjpl_comment_click .star_grades i{
		width: 2rem;
		height: 2rem;
	}
	.tjpl_comment_click .star_grades i.star_on{
		width: 2rem;
		height: 2rem;
	}
	.show_content_tjpl .tjpl_comment{
		padding: 20px 16px;
	}
	.show_content_tjpl .tjpl_comment_click{
		width: 100%;
	}
	.show_content_tjpl .tjpl_comment_click .theme_color{
		margin-top: 15px;
	}
	.show_content .mk1_content .title .hover .kuang{
		width: 30rem;
		left: 5rem;
	}
	.comment_list .comment_list_item .item_btns{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.comment_list .comment_list_item .item_btns>div{
		width: 30%;
	}
	.comment_list .comment_list_item{
		margin-top: 20px;
	}
	.user_info h5{
		font-size: 1.6rem;
	}
	.show_content_tjpl .user_info .site{
		font-size: 1.4rem;
	}


}