/*返回顶部*/
#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 2%;
	z-index: 9999;
}

#back-to-top img {
	width: 48px;
	height: 48px;
	display: block;
	background-color: #fff;
}

/*头部*/
.head_bg {
	display: flex;
	align-items: center;
	background: url(../images/head_bg.jpg) no-repeat center center;
	height: 240px;
	z-index: 999;
}

.head_cont {
	display: flex;
	align-items: center;
	height: 240px;
}

.logo {
	flex: 1;
	margin-right: 10px;
}

.logo img {
	width: auto;
	display: block;
}

.online {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}
.online .online_top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.online .online_top img {
	height: 28px;
	display: block;
}

.online .online_bot {
	display: flex;
	align-items: center;
}

.online .online_bot .online_bot_l {
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: #fbe6bb;
	border-radius: 8px;
	padding: 3px;
}

.online .online_bot .online_bot_l:last-child {
	margin-right: 0px;
}

.online .online_bot .online_bot_l a {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #88391b;
	padding: 7px 30px;
	border: 1px solid #88391b;
	border-radius: 8px;
}

.online .online_bot .online_bot_l:hover {
	background: #fff;
}

.online .online_bot .online_bot_l img {
	width: 28px;
	height: 36px;
	display: block;
	margin-right: 10px;
}

.qrcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.qrcode img {
	height: 96px;
	display: block;
}

.qrcode .qrcode_tit {
	font-size: 15px;
	color: #fbe6bb;
	margin-top: 10px;
}


/*其他*/
.wp_entry {
    color: #000;
}

.contquyu img {
    max-width: 100%;
}

.wp_paging li {
    margin-top: 0px;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info .Article_Title {
    display: none;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a {
    color: #000;
    font-size: 16px;
    /*height: 40px;
    line-height: 40px;*/
    padding-top: 20px;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a:hover {
    color: #9a0004;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
	border-radius: 16px;
	overflow: hidden;
	-o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.div_piccontenttitle_li .c_pt_12 .c_pic img {
    background: #f5f5f5;
    padding: 0px;
}

.more1 {
	margin: 60px auto 0px auto;
	display: flex;
    justify-content: center;
}

.more1 a {
	background: #df9a57;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    padding: 20px 50px;
    border-radius: 4px;
}

.more1 a:hover {
    background: #eaeaea;
    color: #000;
}

.more2 {
	margin: 30px auto 5px auto;
	display: flex;
    justify-content: center;
}

.more2 a {
	background: #df9a57;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    padding: 20px 50px;
    border-radius: 4px;
}

.more2 a:hover {
    background: #eaeaea;
    color: #000;
}

.more1 a:hover {
    background: #eaeaea;
    color: #000;
}

.more3 {
	margin: 30px auto 0px auto;
	display: flex;
    justify-content: center;
}

.more3 a {
	background: #df9a57;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    padding: 20px 50px;
    border-radius: 4px;
}

.more3 a:hover {
    background: #eaeaea;
    color: #000;
}

.mt-60 {
	margin-top: 60px;
}


.mb-60 {
	margin-bottom: 60px;
}

.bg1 {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0px;
}

.bg2 {
	/*background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;*/
	padding: 70px 0px;
}

.mg0 {
	margin: 0px auto !important;
}

.pc_hidden {
    display: none;
}

.move_hidden {
    display: block;
}

.pc_banner {
	width: 100%;
}

.pc_banner img {
	width: 100%;
	vertical-align: bottom;
}

.move_show {
	display: none;
}

.banner {
	margin-bottom: 0px;
	z-index: 233;
}

.sp_header,
.sjj_nav {
	display: none;
}

.wp_pdf_player {
    border: 0px;
    height: 1244px;
}

.gq_title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
	color: #b51c00;
	letter-spacing: 1px;
}

.gq_right_img {
    margin: 30px auto;
    border-radius: 16px;
    overflow: hidden;
}

.gq_right_img img {
	width: 100%;
	display: block;
}

#wp_news_w6 .wp_article_list {
    display: inline-block;
    width: 100%;
}

#wp_news_w6 .list_item {
    display: inline-flex;
    flex-direction: column;
    height: auto;
    border-bottom: none !important;
    margin-bottom: 10px;
}

#wp_news_w6 .list_item img {
    border-radius: 16px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

#wp_news_w6 .list_item img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

#wp_news_w6 .wp_article_list .list_item .pr_fields {
    order: 2;
    padding: 8px 0px;
    display: none;
    justify-content: center;
    width: 100%;
}

#wp_news_w6 .wp_article_list .list_item .ex_fields {
	order: 1;
	display: flex;
    justify-content: center;
}

#wp_news_w6 .wp_article_list .list_item .Article_Index {
    display: none;
}

#wp_news_w6 .wp_article_list .list_item .Article_Title a:hover {
	color: #793300
}


/*导航下拉*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
}

.one_ul li {
	width: calc(100% / 8);
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: 100%;
	display: block;
	background-color: #be381f;
}

#cssmenu ul {
	font-size: 0;
	text-align: center;
	display: block !important;
}

#cssmenu ul li {
	float: left;
}

#cssmenu ul li a {
	text-align: center;
	padding: 22px 0px 23px 0px;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul li a:hover {
	color: #fde18e;
	background-color: #b51c00;
}

#cssmenu .has-sub .after_has_a {
	background: url(../images/jiantou.png) no-repeat 154px 27px;
	background-size: 12px 12px;
}

#cssmenu .has-sub .after_has_a:hover {
	background-color: #6f0004;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu .has-sub:hover .show_ul {
	left: auto;
}

#cssmenu .show_ul .has-sub:hover ul {
	left: auto;
}

#cssmenu ul ul ul {
	margin-left: 800%;
	top: 0;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;	
	-o-transition: height .2s ease;
	transition: height .2s ease;
	float: none;
}

#cssmenu ul li:hover ul li {
	height: 50px;
}

#cssmenu ul ul li a {
	text-align: center;
	width: 200px;
	line-height: 50px;
	height: 50px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	background: rgba(135, 0, 4, 0.8);
	text-decoration: none;
	color: #fff;
	border-top: 1px dashed #c54447;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cssmenu ul ul li:hover a,
#cssmenu ul ul li a:hover {
	color: #fff;
	background: rgba(114, 0, 8, 1) !important;
}

#cssmenu ul .show_ul .has-sub .after_has_a {
	background: url(../images/xiangyou.png) no-repeat 140px center, rgba(134, 3, 6, 0.9) ;
}

.active_t {
    background-color: #b51c00 !important;
}

.active_t a {
	color: #fde18e !important;
}

/*导航下拉结束*/

/*生平事迹*/
.sp_box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0px;
}
.sp_left {
	flex: 1;
	margin-right: 2%;
	padding: 30px;
	border-radius: 10px;
	background: url(/_upload/tpl/08/01/2049/template2049/images/zjq_img.png) no-repeat center right, #b66a30;
	background-size: 290px 324px;
	height: 438px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sp_left .sp_left_tit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sp_left .sp_left_cont {
	width:66%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	line-height: 1.8;
	margin: 20px 0px 30px 0px;
}
.sp_left .sp_left_cont p {
	text-indent: 2em;
}
.sp_left .sp_left_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp_left .sp_left_btn a {
	color: #ffd18c;
	border: 1px solid #ffd18c;
	padding: 12px 50px;
	border-radius: 8px;
}
.sp_left .sp_left_btn a:hover {
	color: #b66a30;
	border: 1px solid #ffd18c;
	background: #ffd18c;
}
.gq_right {
	width: 410px;
	height: 438px;
	background: url(/_upload/tpl/08/01/2049/template2049/images/gq_bg.png) no-repeat center center;
	background-size: cover;
}
.gq_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 30px;
	box-sizing: border-box;
}
.gq_right .gq_right_img img {
	display: block;
}
.gq_right .gq_right_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #000;
	line-height: 1.3;
	margin: 20px 0px;
}
.gq_right .gq_right_cont p {
	text-indent: 2em;
}
.gq_right .gq_right_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gq_right .gq_right_btn a {
	color: #fff;
	border: 1px solid #dd2910;
	background: #dd2910;
	padding: 12px 50px;
	border-radius: 8px;
}
.gq_right .gq_right_btn a:hover {
	color: #b66a30;
	border: 1px solid #ffd18c;
	background: #ffd18c;
}

.main1_box {
	width: 1270px;
	margin: 0px auto 70px auto;
	background: url(../images/sp_bg.png) no-repeat center center;
	background-size: cover;
}

.main1_title {
	text-align: center;
	margin-bottom: 40px;
}

.main1_list {
	display: flex;
	align-items: flex-start;
	background: #fff;
	box-shadow: 0px 10px 10px #dfdfdf;
	box-sizing: border-box;
}

.main1_box .main1_list .main1_limg {
	margin: 35px;
}

.main1_box .main1_list .main1_limg a img {
    width: auto;
    height: 336px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.main1_box .main1_list .main1_limg a img:hover {
    transform: scale(1.03);
    transition: all 0.4s ease-in-out;
}

.main1_box .main1_list .main1_rcont {
	margin: 35px 35px 35px 0px;
}

.main1_box .main1_list .main1_rcont .spsj_rcont_tit {
	width: 100%;
	height: 56px;
	display: block;
	margin-bottom: 20px;
}

.main1_box .main1_list .main1_rcont .spsj_rcont_info {
	font-size: 19px;
	color: #333;
	line-height: 1.6;
	text-indent: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.main1_box .main1_list .main1_rcont .spsj_rcont_btn {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

.main1_box .main1_list .main1_rcont .spsj_rcont_btn a {
	background: #eaeaea;
	color: #000;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 4px;
}

.main1_box .main1_list .main1_rcont .spsj_rcont_btn a:hover {
	background: #df9a57;
	color: #fff;
}


/*烈士事迹*/
.main2_title {
	background: url(../images/sjxj_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.main2_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
}

.main2_box .main2_list {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.main2_box .main2_list:nth-child(2) {
	margin-right: 0;
}

.main2_box .main2_list .main2_item_video {
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
}

.main2_box .main2_list .main2_item_video a img {
    width: 100%;
    height: 339px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.main2_box .main2_list .main2_item_video a img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.main2_box .main2_list .main2_item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
	border: 1px solid #fbf3e6;
	transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        height: 156px;
}

.main2_box .main2_list .main2_item:hover {
	border: 1px solid #facc7e;
}

.main2_box .main2_list .main2_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	background: linear-gradient(180deg, #ffdca6 0%, #e8b179 100%);
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}

.main2_box .main2_list .main2_item:last-child {
	margin-bottom: 0px;
}

.main2_box .main2_list .main2_item .main2_item_l {
	flex: 1;
}

.main2_box .main2_list .main2_item .main2_item_l_tit {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
        line-height: 1.1;
}

.main2_box .main2_list .main2_item .main2_item_l_speaker {
	font-size: 17px;
	font-weight: normal;
	color: #444;
	margin-left: 12px;
}

.main2_box .main2_list .main2_item .main2_item_r {
	background: #ebebeb;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	overflow: hidden;
}

.main2_box .main2_list .main2_item .main2_item_r a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	color: #333;
}

.main2_box .main2_list .main2_item .main2_item_r:hover {
	background: #df9a57;
}

.main2_box .main2_list .main2_item .main2_item_r:hover a {
	color: #fff;
}

/*军桥精神和媒体聚焦*/
.main3_title {
	background: url(../images/lssj_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.main5_title {
	background: url(../images/mtjj_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.first_box {
	width: 100%;
	box-sizing: border-box;
}

.f_left_box {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.f_right_box {
	float: right;
    width: 49%;
	padding: 0px;
}

/*传承践行*/
.main4_title {
	background: url(../images/ccjx_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.main4_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #b66931;
	padding: 25px;
	box-sizing: border-box;
        border-radius: 12px;
}

.main4_box .main4_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.main4_box .main4_list .main4_list_l {
	width: 43%;
}
.main4_box .main4_list .main4_list_l .list_img img {
	width: 100%;
	height: 282px;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.main4_box .main4_list .main4_list_l .list_txt {
	background: #de8e53;
	padding: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.main4_box .main4_list .main4_list_r {
	flex: 1;
}

/*友情链接*/
.main6_title {
	background: url(../images/yqlj_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.main7_title {
	background: url(../images/yrcc_tit.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	margin-bottom: 40px;
}

.main7_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.main7_list .main7_list_l {
	flex: 1;
}
.main7_list .main7_list_l .list_img img {
	width: 100%;
	height: 282px;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.main7_list .main7_list_l .list_txt {
	background: #de8e53;
	padding: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.main7_list .main7_list_r {
	flex: 1;
}

#wp_news_w7 .wp_article_list {
    display: inline-block;
    width: 100%;
}

#wp_news_w7 .list_item {
    display: inline-flex;
    flex-direction: column;
    height: auto;
    border-bottom: none !important;
    margin-bottom: 10px;
}

#wp_news_w7 .list_item img {
    border-radius: 16px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

#wp_news_w7 .list_item img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

#wp_news_w7 .wp_article_list .list_item .pr_fields {
    order: 2;
    padding: 8px 0px;
    display: none;
    justify-content: center;
    width: 100%;
}

#wp_news_w7 .wp_article_list .list_item .ex_fields {
	order: 1;
	display: flex;
    justify-content: center;
}

#wp_news_w7 .wp_article_list .list_item .Article_Index {
    display: none;
}

#wp_news_w7 .wp_article_list .list_item .Article_Title a:hover {
	color: #793300
}

.link_box {
	width: 100%;
	padding: 0px 0px 30px 0px;
}

.link_box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link_box ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link_box ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
}

.link_box ul li a img {
	width: 100%;
	height: 90px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.link_box ul li a img:hover {
    transform: scale(1.05);
}

/*底部开始*/
.footerbtm {
	display: flex;
    align-items: flex-end;
	height: 227px;
	background: #be381f;
}

.footerbtm .footer_top {
	display: flex;
    align-items: center;
}

.footerbtm .footer_top .footer_top_l {
	display: flex;
    align-items: center;
	flex: 1;
	padding: 40px 40px 40px 0px;
}

.footerbtm .footer_top .footer_top_r {
	display: flex;
    align-items: flex-start;
	flex-direction: column;
	color: #fff;
}

.footerbtm .footer_top .footer_top_r p:nth-child(1) {
	margin-bottom: 10px;
}

.footerbtm .footer_top .footer_top_r p {
	display: flex;
    align-items: center;
	padding: 7px 40px;
}

.footerbtm .footer_top .footer_top_r p img {
	margin-right: 10px;
}

.footerbtm .footer_bot {
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	border-top: 1px solid #e26060;
}

.footerbtm .footer_bot span {
	margin-right: 30px;
	font-size: 15px;
}

.footer_bot a {
	color: #fff;
}
/*底部结束*/

/*栏目页和内容页*/
.mbxnav {
	line-height: 52px;
	height: 52px;
}

.mbxnav a {
	color: #000;
}

.mbxnav .left {
	float: left;
	color: #000;
}

.mbxnav .right {
	float: right;
	color: #000;
}

.neirongbox{
	color: #000;
	background :#ffffff;
	font-size: 16px;
	padding: 30px;
	margin-bottom:30px;
	line-height: 30px;
	box-sizing: border-box;
}

.neirongbox .title{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 36px;
}

.neirongbox .time {
	text-align: center;
	color: #9f9f9f;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
	margin-top: 6px !important;
	margin-bottom: 30px;
}

.contquyu {
	padding: 0px;
}

.wp_paging {
	padding-bottom: 0px !important;
}

.contstart {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.contstart .leftlist {
	float: left;
	width: 25%;
}

.contstart .rightcont {
	float: right;
	width: 71%;
	padding-left: 2%;
	border-left: 1px solid #e6e6e6;
}

.contstart .leftlist ul .bigtit {
    background: #be381f;
    line-height: 70px;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.contstart .leftlist ul .movemargin {
	width: 54%;
	background: #f6f6f6;
	line-height: 46px;
	height: 46px;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 8px;
	margin-left: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.contstart .leftlist ul .movemargin:hover {
	background: #990004;
	color: #fff;
	font-weight: bold;
}

/* 缅怀 */
.mh-box {
	margin-top: -210px;
	position: relative;
	padding: 40px;
	-webkit-box-shadow: 0 10px 10px 10px rgb(0 0 0 / 12%);
    box-shadow: 0 6px 10px 10px rgb(0 0 0 / 12%);
    border-radius: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.mh-box .cont {
	background: url(/_upload/tpl/08/01/2049/template2049/images/mh_cont_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	padding: 80px 50px;
	box-sizing: border-box;
}
.mh-box .cont .cont-info {
	display: flex;
	flex-direction: column;
	margin-bottom: 150px;
}
.mh-box .cont .cont-info .cont-info-top {
	display: flex;
	align-items: flex-start;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-info-item {
	width: 65%;
	padding: 10px 0px;
	line-height: 1.5;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #863808;
	background: linear-gradient(180deg, #ffc076 0%, #fdecd2 50%, #ffc076 100%);
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 2px 3px 5px #c9975c;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-info-item:hover {
	color: #be381f;
	box-shadow: 2px 3px 5px #863808;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-info-item:last-child {
	margin-bottom: 0px;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-img {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.mh-box .cont .cont-info .cont-info-top .cont-info-top-img img {
	width: 424px;
	height: 100%;
	display: block;
}
.mh-box .cont .cont-info .cont-info-cen {
	display: flex;
	align-items: center;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	text-indent: 2em;
	color: #863808;
	background: url(/_upload/tpl/08/01/2049/template2049/images/info_r_bg.png) no-repeat bottom right;
	background-size: 142px 138px;
	margin: 35px auto 60px auto;
	padding-right: 80px;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.mh-box .cont .cont-info .cont-info-bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mh-box .cont .cont-info .cont-info-bot .cont-info-bot-item {
	flex: 0 0 24%;
        overflow: hidden;
        border-radius: 16px;
}
.mh-box .cont .cont-info .cont-info-bot .cont-info-bot-item img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	gap: 20px;
}
.mh-box .cont .cont-info .cont-info-bot .cont-info-bot-item img:hover {
	transform: scale(1.1);
}

@media only screen and (max-width:1400px) {
	.bigbox {
		width: 1300px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1300px;
		margin: 20px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 145px center;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  20px 50px 20px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  20px 50px 20px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 280px;
		height: 200px;
	}
}

@media only screen and (max-width:1300px) {
	.bigbox {
		width: 1200px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1200px;
		margin: 20px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 135px center;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 260px;
		height: 190px;
	}
}

@media only screen and (max-width:1200px) {
	.bigbox {
		width: 1100px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1100px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 130px center;
	}
	.link_box ul li a {
		padding: 20px 10px;
		font-size: 16px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 240px;
		height: 180px;
	}
}

@media only screen and (max-width:1100px) {
	.bigbox {
		width: 1000px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1000px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 120px center;
	}
	.link_box ul li a {
		padding: 15px 5px;
		font-size: 16px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 300px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 260px;
	}
	.contstart .rightcont {
		width: 69%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 215px;
		height: 170px;
	}
        .main7_list {
            flex-direction: column;
            align-items: center;
        }
	#wp_news_w6 table tr {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	#wp_news_w7 table tr {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
}

@media only screen and (max-width:1000px) {
	.bigbox {
		width: 900px;
		margin: 0px auto;
	}
	.mainstart {
		width: 900px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 110px center;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
		width: 180px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 300px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	.link_box ul li a {
		padding: 15px 5px;
        font-size: 14px;
    }
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 94%;
	}
	.contstart .rightcont {
		width: 69%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 190px;
		height: 150px;
	}
}

/*导航结束*/
@media only screen and (max-width:900px) {
	.bigbox {
		width: 820px;
		margin: 0px auto;
	}
	.mainstart {
		width: 820px;
		margin: 15px auto;
	}
	.move_show {
		display: block;
	}
	.pc_show {
		display: none;
	}
	.pc-hidden{
		display:none;
	}
	.wap-hidden{
		display:block !important;
	}
	.select-menu {
		margin-right: 14px;
	}
	.move_show {
		display: block;
	}
	.rightcont ul {
		margin-right: 0;
	}
	#cssmenu {
		display: none;
	}
	.sp_header,
	.nav_show,
	.sjj_nav {
		display: block;
	}
	.leftactive {
		display: none;
	}
	.leftlist {
		display: none;
	}
	.rightcont {
		float: none !important;
		width: 100% !important;
	}
	#wp_news_w5 .wp_article_list li a {
		padding-left: 0px;
		background: none;
	}
        .head_cont {
                height: 70px;
        }
	#wp_news_w5 .wp_article_list .list_item .Article_PublishDate {
		margin-left: 7px;
                margin-right: 10px;
                font-size: 14px;
	}
	#wp_news_w5 .wp_article_list .list_item .Article_Title {
		width: 100% !important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
        .page_jump {
                display: none  !important;
        }
        .contstart .rightcont .wp_paging {
                margin-top: 5px;
        }
        .contquyu {
            padding: 10px  !important;
        }
	.neirongbox {
        	padding: 10px 0px 0px 0px  !important;
		margin-bottom: 10px  !important;
	}
	.neirongbox .time {
    		margin-bottom: 0px  !important;
	}
	.neirongye {
		color: #000;
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 30px;
	}
	.cssmenu {
		display: none;
	}
	.sp_header {
		height: 0;
		background: #fff;
		position: absolute;
		z-index: 10;
		width: 100%;
	}
	.sp_nav {
		width: 100px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: -86px;
	}
	.sp_nav span {
		display: block;
		background: #fff;
		width: 50px;
		height: 5px;
		border-radius: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: absolute;
		z-index: 109;
		width: 100%;
		height: 900px;
		font-size: 14px;
		line-height: 40px;
		top: -2000%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
		background: #fff;
	}
	.nav_show {
		top: 154px;
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}
	.sjj_nav ul li i {
		position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 38px;
        padding: 0px 7px;
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0px 15px;
		position: relative;
		line-height: 48px;
		font-size: 15px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid;
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #000;
		width: 80%
	}
	.sjj_nav ul li ul li a {
		color: #666;
		display: block;
		text-align: left;
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #999;
		margin-bottom: 2px;
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #9a0004;
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px;
	}
	.logo {
		padding-left: 30px;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
		width: 180px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 5px  5px 50px 5px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 260px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 5px  5px 50px 5px;
	}
	.footerbtm .footer_top .footer_top_r p {
		font-size: 15px;
		padding: 5px;
	}
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	.link_box ul li a {
        font-size: 14px;
    }
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		/*width: 74%;*/
	}

	.pc_hidden {
		display: block;
	}
	
	.move_hidden {
		display: none;
	}
}

@media only screen and (max-width:820px) {
	.bigbox {
		width: 750px;
		margin: 0px auto;
	}
	.mainstart {
		width: 750px;
		margin: 15px auto;
	}
	.friendlink span {
		float: left;
		font-size: 22px;
		font-weight: bold;
		margin-right: 0;
		line-height: 32px;
	}
	
	.friendlink img {
		margin-right: 12px;
	}
	.wp_article_list .i7 {
		border-bottom: 0px;
	}
	.mbxnav .right {
		display: none;
	}
	.qrcode {
		display: none;

	}
	.select-menu-div {
		position: relative;
		height: 30px;
		width: 80%;
		line-height: 30px;
	}
	#wp_news_w11 .wp_article_list .i1 {
		display: block;
	}
	.sudynews_rili_1.rili .news_list li.news .news_title {
		height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sudynews_rili_1.rili .news_list li.news .news_text a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.dtjt8_div_img {
		width: 100% !important;
		height: auto !important;
	}
	.first_box {
		margin-bottom: 0;
		border: none;
	}
	.friendlink span {
		float: none;
	}
	.select-menu {
		float: none;
		margin-top: 20px;
	}
	.sp_nav {
		width: 80px !important;
		margin-top: -88px;
	}
	.sp_nav span {
		width: 40px;
	}
	.nav_show {
		top: 153px;
	}
	.logo {
        padding-left: 0px;
    }
	.logo img {
		width: 340px;
		display: block;
	}
	.sign img {
		width: 278px;
		display: block;
	}
	.footerbtm .footer_top {
		display: flex;
		align-items: center;
        flex-direction: column;
	}
	.footerbtm .footer_top .footer_top_l {
		width: 100%;
		display: flex;
        align-items: center;
		justify-content: center;
        padding: 0px;
		margin-bottom: 3px;
    }
	.footerbtm .footer_top .footer_top_r {
		width: 100%;
        padding: 0px;
	}
	.footerbtm .footer_top .footer_top_r p {
		display: flex;
        align-items: center;
		justify-content: center;
		width: 100%;
        font-size: 15px;
        padding: 4px 0px;
		text-align: center;
    }
	.footerbtm .footer_top .footer_top_r p:last-child {
        padding-bottom: 10px;
    }
	.footerbtm .footer_bot {
		font-size: 15px;
	}
	.link_box ul {
		width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
	}
	.link_box ul li {
        margin: 0px 0px 20px 0px !important;
    }
	.link_box ul li:nth-child(4) {
		margin-bottom: 0px !important;
	}
	.link_box ul li {
		width: 100%;
        display: flex;
        align-items: center;
		justify-content: center;
    }
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	 .link_box ul li a {
        font-size: 16px;
    }
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -12px !important;
	}
	.wp_article_list .list_item .pr_fields {
		display: flex;
    	align-items: center;
		float: left;
		/*width: 70%;*/
	}
	.online {
		display: none;
	}
	.sp_box {
		flex-direction: column;
	}
	.bg1 {
		padding: 0px 0px;
	}
	.sp_left {
		margin-right: 0%;
		box-sizing: border-box;
		background: url(../images/zjq_img.png) no-repeat center 100px, #b66a30;
		padding: 20px;
		margin-bottom: 20px;
	}
	.gq_right {
		width: 100%;
		height: auto;
		background-size: 100% 100%;
	}
	.sp_left .sp_left_tit {
		margin-bottom: 350px;
	}
	.sp_left .sp_left_tit img {
		width: 280px;
		height: auto;
		display: block;
	}
	.sp_left .sp_left_cont {
		width: 100%;
		line-height: 1.5;
		margin: 10px 0px 20px 0px;
	}
	.gq_right .gq_right_cont {
		line-height: 1.5;
	}
	.main2_title {
		height: 50px;
		margin: 20px auto;
	}
	.main7_title {
	    height: 50px;
	    margin: 40px auto;
	}
	.main2_box {
		flex-direction: column;
	}
	.main2_box .main2_list {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	.main2_box .main2_list .main2_item_video {
		margin-bottom: 15px;
	}
	.main2_box .main2_list .main2_item .main2_item_r a {
		width: 60px;
		height: 60px;
	}
	.main2_box .main2_list .main2_item {
		padding: 20px;
		margin-bottom: 15px;
                height: 100px;
	}
        #wp_news_w8 .wp_article_list .list_item {
		padding: 20px;
		margin-bottom: 15px;
                height: 100px;
	}
	.main2_box .main2_list .main2_item .main2_item_l_tit {
		font-size: 16px;
	        width: 90%;
	        line-height: 1.3;
	        margin-left: 2%;
	}
#wp_news_w3 .wp_article_list .list_item .Article_Title {
    float: left;
    width: 80%;
}
#wp_news_w8 .wp_article_list .list_item .Article_Title {
    font-size: 16px;
}
	.main2_box .main2_list .main2_item:last-child {
		margin-bottom: 15px;
	}
	.more1 {
		margin: 0px auto;
		padding-bottom: 15px;
	}
	#wp_news_w1 table tr {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#wp_news_w1 table tr td {
		width: 100%;
	}
	.bg2 {
		padding: 15px 0px;
	}
	.main3_title {
		height: 50px;
		margin-bottom: 25px;
	}
	#wp_news_w1 .wp_article_list .list_item, #wp_news_w4 .wp_article_list .list_item {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	#wp_news_w1 .wp_article_list .list_item .Article_Title a, #wp_news_w4 .wp_article_list .list_item .Article_Title a {
		line-height: 1.5;
	    overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#wp_news_w1 .wp_article_list .list_item .Article_Author, #wp_news_w4 .wp_article_list .list_item .Article_Author {
		font-size: 14px;
		margin: 0px 10px;
	}
	#wp_news_w1 .wp_article_list .list_item .Article_PublishDate, #wp_news_w4.wp_article_list .list_item .Article_PublishDate {
		font-size: 14px;
	}
	.main4_title {
		height: 50px;
		margin: 15px auto;
	}
	.main4_box {
		padding: 15px;
	}
	
	.main4_box .main4_list {
		flex-direction: column;
	}
	.main4_box .main4_list .main4_list_l {
		width: 100%;
	}
	.main4_box .main4_list .main4_list_r {
		width: 100%;
	}
	.main4_box .main4_list .main4_list_l>div>div>div {
		width: 100% !important;
		height: 100% !important;
		margin-bottom: 15px;
	}
	.main4_box .main4_list .main4_list_l>div>div>div img {
		width: 100% !important;
		height: auto !important;
	}
	.dtjt9_div_text a:link {
		font-size: 17px;
		line-height: 22px;
	}
	.dtjt9_div_text .dtjt9_div_text_title {
		background: #de8e53;
		text-align: left;
		height: auto;
		padding: 15px;
	}
	#wp_news_w3 .wp_article_list .list_item .Article_Index {
		margin-left: 10px;
	}
	#wp_news_w3 .wp_article_list .list_item .ex_fields {
		display: none;
	}
	.more2 {
		margin: 0px auto;
	}
	#wp_news_w4 table tr {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#wp_news_w4 table tr td {
		width: 100%;
	}
	.main5_title {
		height: 50px;
		margin: 40px auto;
	}
	.main6_title {
		height: 50px;
		margin: 15px auto;
	}
	.footerbtm {
		height: 100%;
		background: #be381f;
		padding-top: 15px;
	}
}

@media only screen and (max-width:768px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.logo {
		margin-right: 20px;
	}
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.bigbox {
        width: 94%;
        margin: 0px auto;
    }
	.mh-box {
		margin-top: 15px;
		padding: 0px;
	}
	.mh-box .cont {
		background: #fef8ec !important;
		padding: 15px 15px 30px 15px !important;
		margin-bottom: 15px;
	}
	.mh-box .cont .mapBox {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		padding: 0px !important;
	}
	.mh-box .cont .mapBox .btn:nth-child(1) {
		margin-bottom: 30px;
	}
	.mh-box .cont .mapBox .btn {
		margin-right: 0px !important;
	}
	.mh-box .cont .cont-info {
		margin-bottom: 15px;
	}
	.mh-box .cont .cont-info .cont-info-top {
		flex-direction: column;
	}
	.mh-box .cont .cont-info .cont-info-top .cont-info-top-info {
		width: 100%;
		padding-top: 0px;
	}
	.mh-box .cont .cont-info .cont-info-top .cont-info-top-info-item {
		width: 100%;
	}
	.mh-box .cont .cont-info .cont-info-top .cont-info-top-img {
		margin-top: 50px;
	}
	.mh-box .cont .cont-info .cont-info-top .cont-info-top-img img {
		width: 100%;
	}
	.mh-box .cont .cont-info .cont-info-cen {
		margin: 30px auto 50px auto;
		letter-spacing: 0px;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 50px;
	}
	.mh-box .cont .cont-info .cont-info-bot {
		flex-wrap: wrap;
		margin: 0px 30px;
	}
	.mh-box .cont .cont-info .cont-info-bot .cont-info-bot-item {
		flex: 0 0 48%;
		margin-bottom: 15px;
	}
	.model {
		background: rgba(0, 0, 0, .85) !important;
	}
	.model .close {
		top: 5px !important;
		right: 5px !important;
	}
	.model .model1 {
		width: 100% !important;
		height: 300px !important;
	}
	.model .model1 .test {
		left: -74px !important;
		bottom: -60px !important;
		font-size: 18px !important;
	}
	.model .model1 .jgImg {
		margin: 300px auto 0 !important;
	}
	.model .model2 {
		width: 100% !important;
		height: 280px !important;
	}
	.model .model2 .test {
		left: -65px !important;
		bottom: -60px !important;
		font-size: 18px !important;
	}
	.model .model2 .jgImg {
		margin: 280px auto 0 !important;
	}
}

@media only screen and (max-width:700px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.logo {
		margin-right: 15px;
	}
	.logo img {
		width: 300px;
		display: block;
	}
	.sign img {
		width: 240px;
		display: block;
	}
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.contstart {
		padding-bottom: 0px;
		background: #fff;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:600px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.logo {
		margin-right: 10px;
	}
	.logo img {
		width: 240px;
		display: block;
	}
	.sign img {
		width: 190px;
		display: block;
	}
}

@media only screen and (max-width:500px) {
	.logo {
		margin-right: 5px;
	}
	.logo img {
		width: 200px;
		display: block;
	}
	.sign img {
		width: 160px;
		display: block;
	}
}

@media only screen and (max-width:430px) {
	.contquyu img {
		max-width: 100%;
	}
	#wp_news_w6 .wp_article_list .list_item .Article_Title {
		width: 88% !important;
	    text-align: center;
	    margin-left: 5px;
	}
	#wp_news_w6 .wp_article_list .list_item .pr_fields {
	    padding: 0px 0px;
	}
	.logo img {
		width: 100%;
	}
	#wp_news_w1 .wp_article_list .list_item .pr_fields{
		display: inline;
		float: left;
                width: 50%;
	}
	#wp_news_w4 .wp_article_list .list_item .pr_fields{
		display: flex;
                align-items: flex-start;
		float: left;
                width: 100%;
	}
	.contstart{
		padding:0px;
	}
	.contstart .rightcont ul {
		padding: 0px!important;
	}
	.contstart .rightcont {
		padding: 10px;
	    box-sizing: border-box;
	    border-left: 0px;
	}
	.contstart {
		margin-bottom: 10px;
	}
	.nav_show {
		top: 70px;
	}
	.sp_nav {
		margin-top: -48px !important;
	}
	.head_bg {
		height: 70px;
		background: #9a0004;
	}
	.banner {
		margin-bottom: 0px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -10px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px !important;
		height: 10px !important;
		margin: 5px !important;
	}
	.logo {
		width: 82%;
		padding-left: 0px;
	}
	.head_bg .bigbox {
        width: 94%;
    }
	.head_cont {
		display: flex;
		/*flex-direction: column;*/
		align-items: center;
		justify-content: flex-start;
	}
	.div_piccontenttitle_li .c_pt_12 .c_txt {
		display: none;
	}
	.f_right_box {
		padding-left: 0;
		width: 100%;
	}
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.mbxnav {
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	.friendlink span {
		margin-bottom: 36px;
	}
	.select-menu-div {
		position: relative;
		height: 30px;
		width: 300px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.footer_bot ul {
		border-top: 1px solid #fff;
	}
	.footer_bot ul li {
		float: left;
		padding-right: 0;
		margin-right: 0;
		border-right: 1px solid #fff;
		width: calc(50% - 1px);
		text-align: center;
		line-height: 32px;
		border-bottom: 1px dashed #fff;
	}
	.footerbtm .bigbox {
		width: 100%;
	}
	.footerbtm .footer_bot {
		width: 100%;
	}
	.footer_bot p,
	.footer_bot ul {
		text-align: center;
		padding: 0px 20px;
	}
	.mbxnav .bigbox {
		width: 100% !important;
	}
	.footerbtm .footer_bot {
		text-align: center;
		color: #fff;
		padding: 10px 0px;
		border-top: 1px solid #e26060;
	}
	.footerbtm .footer_bot span {
		width: 100%;
		display: inline-block;
		margin-right: 0px;
		line-height: 1.8;
	}
	.link_box dl {
		padding-bottom: 5px;
	}
	.logo {
		width: 54%;
		margin-right: 0px;
	}
	.logo img {
		width: 200px;
	}
	.sign {
		width: 40%;
		margin-right: 0px;
	}
	.sign img {
		width: 140px;
	}
	.sp_nav {
        width: 53px !important;
    }
	.sp_nav span {
        width: 30px;
    }
	.first_box {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.f_left_box {
		float: left;
		width: 100%;
		margin-right: 0px;
		padding: 0px;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
        width: 150px;
    }
	.link_box ul li {
        margin: 0px 0px 10px 0px !important;
    }
	#back-to-top {
		bottom: 10px;
	}
	.neirongbox {
		padding: 10px 0px;
	}
	.neirongbox .title {
		font-size: 19px;
	}
	.mainstart dl, .f_right_box dl, .link_box dl {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.wp_article_list .list_item {
		height: 40px;
		line-height: 40px;
	}
	.link_box ul {
		margin-top: 10px;
    }
}

@media only screen and (max-width:320px) {
	.mainstart dl dd, .f_right_box dl dd, .link_box dl dd {
		font-size: 14px;
	}
	.footerbtm .footer_top .footer_top_r p {
        font-size: 14px;
    }
	.footerbtm .footer_bot span {
		margin-right: 0px;
		font-size: 14px;
	}
	.logo {
        width: 50%;
    }
	.logo img {
        width: 150px;
    }
	.sign img {
        width: 120px;
    }
	.sp_nav {
        width: 40px !important;
        margin-top: -88px;
    }
	.sp_nav span {
        width: 25px;
    }
}