/* subpage start */

.wrap_sub_banner{overflow: hidden;position: relative;box-sizing: border-box;z-index: 1;}
.wrap_sub_banner .bottom{position: absolute;left: 0;right: 0;bottom: 10.8rem;z-index: 2;}
.sub_banner{overflow: hidden;position: relative;background: center;background-size: cover;z-index: 2;padding-bottom: 38rem;}

.bread{line-height: 3.6rem;position: relative;color: rgba(255,255,255,.7);text-align: right;z-index: 10;padding: 0 0 0 3.1rem;margin: 0 -0.5rem 0 0;background: url(../images/bread.png) no-repeat left center/2.2rem;float: right;}
.bread a{padding: 0 .3rem;display: inline-block;vertical-align: top;color: rgba(255,255,255,.7);}
.bread span{padding: 0 .1rem;}
.bread a.on,.bread a:hover{color: #fff;}

.content{position: relative;z-index: 1;padding-bottom: 5rem;}

.sub_menu{position: relative;margin: -7rem 0 5rem;}
.sub_menu_title{padding: 2.2rem 3.8rem 2.4rem;font-weight: bold;color: #fff;position: absolute;top: -12.4rem;left: 50%;transform: translateX(-50%);text-align: center;}
.sub_menu .btn{}
.sub_menu > ul{position: relative;padding: 1.3rem 2rem 3.1rem;text-align: center;background: #0033cc;z-index: 2;}
.sub_menu > ul::before{content: '';display: block;position: absolute;left: 0;bottom: 3rem;width: 100%;height: .1rem;background: rgba(255,255,255,.2);z-index: -1;}
.sub_menu li{position: relative;display: inline-block;vertical-align: top;margin: 0 5.2rem;}
.sub_menu .item{padding: 1.6rem 1.4rem;position: relative;z-index: 2;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;/*min-height: 5.6rem;*/color: #fff;border-bottom: .1rem solid transparent;}
.sub_menu .item::before{content: '';display: block;position: absolute;left: 50%;transform: translateX(-50%); bottom: -1rem;width: 2rem;height: 2rem;border-radius: 50%;border: .6rem solid #0033cc;background: #8099e6;}
.sub_menu .item.cur{color: #68f6f8;border-bottom: .1rem solid #68f6f8;}
.sub_menu .item.cur::before{background: #68f6f8;}

.sub_menu > ul > li.on{z-index: 2;}
.sub_menu .item:hover,.sub_menu li.on > .item{color: #68f6f8;border-bottom: .1rem solid #68f6f8;}
.sub_menu > ul > li > .item.cur{}

.sub_menu .ul2{display: none;position: relative;padding: .4rem 1rem .7rem 0;}
.sub_menu li.on .ul2{display: block;}
.sub_menu .ul2 .item{padding: .6rem 0;position: relative;border-bottom: .1rem dashed #bfa38b;}
.sub_menu .ul2 li:last-child .item{border: none;}
.sub_menu .ul2 .title{color: #733e1b;padding: 0 0 0 1rem;}
.sub_menu .ul2 .item.on .title{font-weight: bold;}
.sub_menu .ul2 .item .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: .2rem;height: .2rem;background: #733e1b;}
.sub_menu .ul2 .item.on .title::before{width: .3rem;height: .3rem;}

.sub_menu .btn2{position: absolute;right: -2.2rem;top: 50%;transform: translateY(-50%);height: 3.6rem;width: 3.6rem;display: block;z-index: 10;cursor: pointer;/*background: rgba(255,255,255,0) url(../images/sub_arrow.png) no-repeat center/1.6rem;border-radius: .8rem;*/}
.sub_menu li.on .btn2{/*background: rgba(255,255,255,.1) url(../images/sub_arrow2.png) no-repeat center/1.6rem;right: 1rem;*/}
.sub_menu .btn2::before,.sub_menu .btn2::after{content: '';display: block;width: .6rem;height: .2rem;background: #733e1b;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_menu li.on .btn2::before,.sub_menu li.on .btn2::after{width: 1rem;height: .1rem;}
.sub_menu li:not(.on) .btn2::after{transform:translateX(-50%) translateY(-50%) rotate(90deg);}

@media screen  and (max-width:996px){
	.wrap_sub_banner{position: relative;padding-top: 0;}
	.sub_banner{padding-bottom: 180px;}
	.wrap_sub_banner .bottom{bottom: 2.4rem;}
	.sub_banner_title{}

	.sub_menu_title{padding: 1.8rem 0;left: 0;transform: none;display: flex;align-items: center;}
	/* .sub_menu > ul::before{display: none;} */

	.content .gp-container{min-height: initial;}

	.bread{bottom: 0;position: relative;margin-bottom: 0;}
	.bread a{}
	.bread a:first-child{}

	.content.article_page .bread{margin-bottom: 20px;}

	.sub_content{padding: 20px 0 0;}
	.content{padding: 20px 0 40px;margin-top: 0;}

	.sub_menu_title i{display: block;float: right;font-weight: normal;margin: 0 0 0 10px;}

	.sub_menu{padding: 1px 0 0;margin: -2rem 0 20px;}
	.sub_menu ul{border: none;display: none;overflow: hidden;}

	.sub_menu .btn2::before,.sub_menu .btn2::after{width: 8px;height: 2px;}
	.sub_menu li.on .btn2::before,.sub_menu li.on .btn2::after{width: 10px;height: 1px;}
	
	
}
@media screen  and (max-width:767px){
	.wrap_sub_banner .bottom{}
	.sub_banner{padding-bottom: 130px;}

	

}

/* subpage end */

/* pages_start */
.pages {padding: 0;text-align:center;margin: 6.5rem 0 0;position: relative;z-index: 100;justify-content: center;line-height: 3.8rem;}
.pages > a{display:block;width: 4rem;position:relative;text-align: center;background: #fff;margin: 0 .5rem;border: .1rem solid #d9d9d9;cursor: pointer;}
.pages .start,.pages .end,.pages .next,.pages .prev{margin: 0 .5rem;padding: 0 1.6rem;width: auto;}

.pages > *:first-child{margin-left: 0;}
.pages > *:last-child{margin-right: 0;}
.pages > a:hover ,.pages > a.on_page{color: #fff;background: #0033cc;}

.pages .select_page{display: block;margin: 0 0 0 1.8rem;background: #fff;}
.pages .select_link{display: inline-block;position: relative;border: .1rem solid #d9d9d9;margin: 0 .4rem;}
.pages .select_link.on{background: #0033cc;border-color: #0033cc;}
.pages .select_link.on > a{color: #fff;}
.pages .select_link .arrow{position: absolute;right: 1.3rem;border-left: .5rem solid #646464;border-top: .4rem solid transparent;border-bottom: .4rem solid transparent; cursor: pointer;transform: rotate(90deg);top: 50%;margin: -0.4rem 0 0;}
.pages .select_link .arrow.on{transform: rotate(-90deg);border-left: .5rem solid #fff;}
.pages .select_link p{display: block;text-align: left;padding: 0 4.3rem 0 1.6rem;cursor: pointer;}
.pages .select_link.on p{color: #fff;}
.pages .select_link .alert_box{height: 0;position: absolute;left: -0.1rem;bottom: 100%;background: #0033cc;right: -0.1rem;border-radius: 0;padding: .6rem 0 0;overflow: hidden;border: 0;opacity: 0;}
.pages .select_link .alert_box.on{opacity: 1;height: auto;max-height: 15rem;overflow: auto;}

.pages .select_link .alert_box::-webkit-scrollbar{width: .6rem;background: rgba(255,255,255,0.2);}
.pages .select_link .alert_box::-webkit-scrollbar-thumb{background: rgba(255,255,255,0.5);}
.pages .select_link .alert_box a{display: block;color: #fff;line-height: 1.5;padding: .6rem 0;}
.pages .select_link .alert_box a:hover{background: rgba(255,255,255,0.2);}

@media screen and (max-width:996px){
	.pages{margin: 20px 0 0;}
	.pages>a{font-size: 13px;width: 30px;height: 30px;line-height: 30px;}
	.pages .select_page span{font-size: 13px;line-height: 28px;}
	.pages .select_link{height: 30px;}
	.pages .select_link p{font-size: 13px;line-height: 30px;}

	.pages .input_page input,.pages span.jumpto{font-size: 13px;height: 30px;line-height: 30px;}

	.pages .select_page{margin: 0 0 0 10px;height: 30px;}
	.pages .select_link .alert_box a{font-size: 12px;line-height: 1.5;}

}
@media screen and (max-width:767px){
	.pages a,.pages > span{display: none;}
	.pages .select_page{}
	.pages > a{margin-bottom: 10px;}
	.pages a.start,.pages a.prev,.pages a.on_page,.pages a.next,.pages a.end,.pages > a.count{display: inline-block;}
	.pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{}
}
@media screen and (max-width:413px){

}
/* pages_end */

/* article start */

.page_article{position: relative;padding: 0;margin: 0 0;}

.page_article_title {}
.page_article_title h3 {line-height: 1.4;color: #333;text-align: center;padding: 4px 0 26px;}

.article_author{padding: 12px 0 30px 20px;line-height: 28px;position: relative;z-index: 2;color: #999;text-align: center;border-top: 1px dashed #e5e5e5;}
.article_author > span{line-height: 28px;display: inline-block;vertical-align: top;margin: 0 25px;}

.article_side{position: relative;float: right;width: 90px;}
.article_side .time{position: relative;color: #fff;line-height: 1.2;background: #ccaf70;display: flex;justify-content: center;height: 90px;flex-wrap: wrap;flex-direction: column;margin: 0 0 20px;}
.article_side .day{padding: 0 4px;border-bottom: 1px solid #e5dac5;margin: 0 12px;}
.article_side .month{padding: 0 16px;}

.page_article .article {position: relative;text-align: justify;margin: 0 150px 0 0;}
.page_article .article p { }
.page_article .article { }

.annex {overflow: hidden;line-height: 24px;margin: 66px 150px 0 0;}
.annex .annex_title{position: relative;color: #000;margin: 0 0 19px;}
.annex .list{width: 100%;}
.annex li{margin: 0 0 10px;}
.annex li:last-child{margin: 0;}
.annex a{position: relative;display: block;color: #333;padding: 10px 22px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;display: block;word-break: break-all;background: #f7f7f7;border: 1px solid transparent;}
.annex a:hover{color: #0033cc;border: 1px solid #0033cc;background: #fff;}

@media screen and (max-width: 1640px){
	
}
@media screen and (max-width: 996px){
	.page_article{margin: 0;padding: 0;}
	.page_article_title{padding: 0 0 10px;}
	.page_article .article{font-size: 15px;line-height: 1.8;}
	.article_author{margin: 0 0 20px;font-size: 12px;}
	.article_author span, .article_author i{font-size: 12px;}
	.annex{margin: 30px 0 0;line-height: 22px;}
	.annex .list{width: calc(100% - 60px);}
}
@media screen and (max-width: 767px) {
	.page_articleTitle{margin: 0 0 16px;padding-bottom: 0;}
	.article_author span{padding:2px 10px;border: 0;font-size: 14px;line-height: 20px;}
	.annex { margin: 20px 0; }
	.annex strong::before { left: 10px; }
	.annex strong{ padding-left: 20px; padding-right: 20px; }
	.annex li { font-size: 14px; }
}

.share_box {line-height: .7rem;text-align: center;color: rgb(1, 88, 156);font-size: 0rem;z-index: 100;position: relative;right: 0;top: 0;}

.share_box .share_title{display: block;text-align: center;color: rgb(51, 51, 51);font-size: 1.4rem;margin: -1.3rem 0 1rem;line-height: 2rem;position: relative;overflow: hidden;}
.share_box .share_title::before{content: '';display: block;border-top: .1rem dashed #e5e5e5;position: absolute;width: 100%;height: 0;top: 50%;left: 0;}
.share_box .share_title span{background: #fff;display: inline-block;position: relative;z-index: 2;padding: 0 1rem;color: #333;}
.share_box .share_btn, .share_box .share_btn.share_more::after{position: relative;width: 9rem;height: 7rem;background-position: center center;background-repeat: no-repeat;background-size: 100%;cursor: pointer;border-radius: 0%;background-color: transparent;display: block;border: .1rem solid #f2e9da;margin-bottom: -0.1rem;}
.share_box .share_btn i{left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);position: absolute;z-index: 2;color: inherit;}
.share_box .share_btn.share_wechat { color: #8fc31f;}
.share_box .share_btn.share_sina {color: #f19149;}
.share_box .share_btn.share_qzone {color: #fecb56;}
/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after { content: ""; position: absolute; border: 0rem; left: 0rem; margin: 0rem; color: #7ecef4;}
.share_box .share_btn.share_twitter { color: #6babe8;}
.share_box .share_btn.share_facebook { color: #415a94;}
.share_box .share_btn.share_linkedin { color: #3d84c2;}
.share_box .share_btn:last-child { }
#qrcode{padding: .5rem;background: #fff;box-shadow: 0 0 .5rem rgba(0,0,0,.2);}
.share_box .share_btn .alert_box {position: absolute;top: 100%;left: 0%;/* padding: .6rem; */display: none;z-index: 2;/* padding: .1rem; */z-index: 10;}
.share_box .share_wechat .alert_box{right: 100%;top: 0;left: auto;}
.sub_right .share_box .share_wechat .alert_box{left: auto;right: 100%;top: 0;}
.share_box canvas { display: block; }
.share_box .share_more .share_btn {/* margin: 0 0 0; *//* border: 0rem; *//* border-radius: 0rem; */}
.share_box .share_btn:hover > .alert_box,.share_box .share_btn.on > .alert_box { display: block; }
@media screen and (max-width: 996px) {
	.share_box {position: relative;left: 0;right: 0;top: 0;bottom: 0;margin: 8px 0 0;width: auto;transform: none;}
	.share_box .share_btn:hover > .alert_box{display: none;}
	.share_box .share_btn.on > .alert_box { display: block; }
	.share_box .share_title{ margin: 0px 0px 6px; display: none;}
	.share_box .share_btn{display: inline-block;}
	.share_box .share_btn .alert_box { left: 0px; top: auto; bottom: 100%; }
	
	.share_wechat .alert_box{left: 50% !important;transform: translateX(-50%) !important;top: auto !important;bottom: 105% !important;right: auto !important;}
}

/* article end */


.sub_01{border-bottom: .1rem solid #dbdbdb;}
.sub_01 ul{margin: 0 0 -1.3rem;padding: 0 0;}
.sub_01 .item{margin: 0 0 5.3rem;border-top: .1rem solid #dbdbdb;padding: 2.4rem 0 0;position: relative;}
.sub_01 .item::before{content: '';display: block;position: absolute;left: 0;top: -0.1rem;width: 5.6rem;height: .3rem;background: #ccaf70;}
.sub_01 .time{position: relative;color: #ccaf70;line-height: 1.2;}
.sub_01 .day{}
.sub_01 .month{}
.sub_01 .info_box{position: relative;width: calc(100% - 11.5rem);}
.sub_01 .title{margin: 0 0 1.5rem;font-weight: bold;}
.sub_01 .summary{margin: 0 0;color: #808080;}

.sub_02 ul{margin: -1.4rem 0 -3rem;padding: 0 0;}
.sub_02 .item{margin: 0 0 3rem;padding: 2.4rem 3rem 2.6rem;position: relative;background: #f2f4fa;}
.sub_02 .item::before{content: '';display: block;position: absolute;left: 3rem;top: 0;width: 4.6rem;height: .3rem;background: #ccaf70;}
.sub_02 .time{position: relative;color: #ccaf70;line-height: 1.2;font-family: 'arial';}
.sub_02 .day{font-weight: bold;margin: -0.5rem 0 .5rem;}
.sub_02 .month{}
.sub_02 .img_box{width: 33.6rem;border-radius: 1rem;overflow: hidden;}
.sub_02 .info_box{position: relative;width: calc(100% - 44.5rem);padding: .7rem 2rem 0 0;}
.sub_02 .title{margin: 0 0 2.4rem;font-weight: bold;}
.sub_02 .summary{margin: 0 0;color: #808080;}




@media screen  and (max-width:996px){
	
	

}
@media screen and (max-width: 767px){
	.sub_02 .info_box{width: 100%;padding: 15px 0 0;}
	.sub_02 .img_box{width: calc(100% - 70px);}



}
@media screen and (max-width:413px){
	


}