@font-face {
	font-family: 'Impact';
	src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Impact.woff') format('woff'),
		url('../fonts/Impact.woff2') format('woff2'),
		url('../fonts/Impact.ttf') format('truetype'),
		url('../fonts/Impact.svg#Impact') format('svg');
	font-weight:normal;
}

/* 页码 */
.pages {padding: 0;color:#999;font-size: 0;text-align:center;}
.pages:after,.pages:before{content:" "; display:table}
.pages>a:first-child{}
.pages>a,.pages>span{display:inline-block;*display: inline;*zoom:1;cursor: pointer;width: 46px;height: 46px;line-height: 46px;position:relative;text-align: center;vertical-align: top;font-size: 16px;transition: all 0.35s ease-in-out;margin: 0 10px;color: #333;font-weight: normal;border-radius: 30px;border: 1px solid #eee;background: #fff;}

.pages .next,.pages .prev{}
.pages .prev{background: url(../../images/zizhan/pages_prev1.png) center no-repeat #fff;}
.pages .next{background: url(../../images/zizhan/pages_next1.png) center no-repeat #fff;}
.pages .prev:hover{background: url(../../images/zizhan/pages_prev2.png) center no-repeat #9a0000;}
.pages .next:hover{background: url(../../images/zizhan/pages_next2.png) center no-repeat #9a0000;}
.pages > a:hover ,.pages > a.on_page{background-color:#9a0000;color: #fff;border-color: #9a0000;}
.pages > a.on_page{}

.pages .select_page{display: inline-block;*display: inline;*zoom:1;margin: 0 10px;vertical-align: top;}
/* .select_page span{font-size: 14px;display: inline-block;*display: inline;*zoom:1;line-height: 30px;vertical-align: middle;padding: 0 10px;color: #333;} */
.pages .select_link{display: inline-block;*display: inline;*zoom:1;width: 119px;height: 46px;vertical-align: middle;background: #fff;position: relative;border: 1px solid #d7dfdc;border-radius: 24px;}
.pages .select_link.on{border-radius: 0 0 24px 24px;background: #870101;border-color: #870101;}
.pages .select_link.on > a{color: #fff;}
.pages .select_link .arrow{width: 30px;height: 29px;position: absolute;right: 9px;bottom: 8px;background: url(../../images/zizhan/select_arrow.png) center center no-repeat;transition: all ease-in-out 0.2s;-ms-transition: all ease-in-out 0.2s;-moz-transition: all ease-in-out 0.2s;-webkit-transition: all ease-in-out 0.2s;-o-transition: all ease-in-out 0.2s;cursor: pointer;}
.pages .select_link .arrow.on{/* transform: rotate(180deg); */background: url(../../images/zizhan/select_arrow2.png) center center no-repeat;}
.pages .select_link > a{display: block;font-size: 14px;color: #666;line-height: 46px;text-align: left;padding: 0 0 0 29px;}
.pages .select_link .alert_box{height: 0;position: absolute;left: -1px;bottom: 100%;background: #870101;right: -1px;border-radius: 24px 24px 0 0;padding: 6px 0 0;overflow: hidden;border: 0;opacity: 0;transition: all ease-in-out 0.2s;-ms-transition: all ease-in-out 0.2s;-moz-transition: all ease-in-out 0.2s;-webkit-transition: all ease-in-out 0.2s;-o-transition: all ease-in-out 0.2s;}
.pages .select_link .alert_box.on{opacity: 1;height: auto;}
.pages .select_link .alert_box a{display: block;font-size: 14px;color: #fff;line-height: 1.5;padding: 6px 0;}
.pages .select_link .alert_box a:hover{background: rgba(255,255,255,0.2);}

@media screen and (max-width:767px){
	.pages>a, .pages>span{width: 36px;height: 36px;line-height: 36px;}
	.pages a,.pages .select_page{display: none;}
	.pages a.start,.pages a.prev,.pages a.on_page,.pages a.next,.pages a.end{display: inline-block;*display: inline;*zoom:1;}
	.pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{margin: 0 5px;}
}
@media screen and (max-width:639px){
	.pages>a, .pages>span{width: 30px;height: 30px;line-height: 30px;}
	.pages .next,.pages .prev{background-size: auto 60% !important;}
}
@media screen and (max-width:413px){
	.pages>a, .pages>span{width: 24px;height: 24px;line-height: 24px;}
}
/* 页码结束 */

/* 文章页还原 */
.article img{display: inline-block;*display: inline;*zoom: 1;}
.article i,.article em{font-style: italic;}
.article strong,.article strong span{font-weight: bold;}
.article table img{max-width: initial;}
.article tbody td,.article tfoot td{border-width:1px;border-style: solid;border-color: #ddd;}
.article ol{list-style:decimal inside none;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 40px;}
.article ul{list-style: disc inside  none;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 40px;}
.article ul li{list-style-type:disc;}
.article ol li{list-style-type:decimal;}
@media screen  and (max-width:767px){
	.article img{width:auto !important;height:auto !important;}
	.article video{width:auto !important;}
	.article table{width:100% !important;max-width: 100% !important;margin:0 !important;table-layout: fixed;word-break:break-all;box-sizing: border-box;}
	.article table td{width:auto !important; }
	.article table tr{height:auto !important;}
}
/* 文章页还原结束 */

/*文章页*/

.article{line-height: 2;}
.articlepage{margin: -7px 0 6px;}
.articlepage .article_title{text-align: center;line-height: 32px;font-weight: bold;margin: 0 0 23px;}
.articlepage .article_title h3{margin: 0 auto;}
.articlepage .author{text-align: center;margin: 0 0 30px;}
.articlepage .author span{color: #999;padding: 0 22px;display: inline-block;*display: inline;*zoom:1;}
.articlepage .article{margin: 0 auto 20px;font-size: 16px;}
.articlepage .article p{}
.articlepage .share{}
.articlepage .annex{margin: 54px auto 0;}
.articlepage .annex .title{background: rgba(0,0,0,0.05);position: relative;line-height: 60px;padding: 0 0 0 108px;border-radius: 30px;}
.articlepage .annex .title::before{content: '';position: absolute;left: 80px;height: 18px;width: 15px;background: url(../../images/zizhan/article_annex.png) center no-repeat;top: 50%;transform: translateY(-50%);}
.articlepage .annex .box{padding: 8px 0 8px 109px;}
.articlepage .annex .box a{display: block;line-height: 2;}

.share{}
.share > span{display: block;line-height: 20px;margin: 0 0 22px;}
.share .bdsharebuttonbox > a.bds_weixin{background: url(../../images/zizhan/share_wechat.png) center no-repeat;/* background-size: 100% 100% !important; */}
.share .bdsharebuttonbox > a.bds_tsina{background: url(../../images/zizhan/share_sina.png) center no-repeat;/* background-size: 100% 100% !important; */}
.share .bdsharebuttonbox > a.bds_qzone{background: url(../../images/zizhan/share_qzone.png) center no-repeat;background-size: 100% 100% !important;}
.share .bdsharebuttonbox > a.bds_more{background: url(../../images/zizhan/share_more.png) center no-repeat;background-size: 100% 100% !important;}
.shareBox {width: 260px;background-color: #fff;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -130px;z-index: 9998;height: 310px;border: 6px solid #8F8F8F;border-radius: 8px;box-shadow: 0 0 7px #aaa;display: none;}
.shareBox { font-size: 14px;}
.shareBox .title {background: #f6f6f6;font-size: 14px;font-weight: bold;padding: 10px 15px !important;}
.shareClose {position: absolute;right: 0;top: 0; cursor: pointer;font-size: 18px;width: 20px;; }
.sharelist {position: static;height: 250px;overflow-y: auto;padding-left: 17px !important;}
.sharelist li {float: left;width: 130px;padding: 2px;margin-left: 6px;_margin-left: 3px;height: 28px;overflow: hidden;list-style: none; }
.sharelist li a {color: #565656;font: 12px 'å®‹ä½“';display: block;text-decoration: none;border: 1px solid #fff;line-height: 18px;width: auto;height: auto;text-indent: 0;}
.weChatBox{width: 260px;height:300px;background-color:#fff;border:solid 1px #d8d8d8;padding:10px;position: fixed;left: 50%;top: 50%;margin:-130px 0 0 -140px;z-index: 9998;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
.weChatBox .w-title{font-size: 12px;font-weight: bold;padding:0 0 10px 0;}
.w-close{width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color:#333;cursor: pointer;}
.qrcode{width: 200px;height: 200px;margin:15px auto;background: #ccc;}
.w-footer{font-size: 12px;line-height: 1.5;color:#999;}
#qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}

.share{overflow: hidden;text-align: right;font-size: 0;position: absolute;right: 18px;bottom: 135px;z-index: 3;}
.share .bdsharebuttonbox > a{margin: 0 0 20px 30px;vertical-align: top;width: 44px;padding: 0;height: 44px;float: none;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;display: inline-block;*display: inline;*zoom:1;}
.share .bdsharebuttonbox > a:hover{opacity: 0.8;}
.share .bdsharebuttonbox > span{line-height: 35px;font-size: 16px;}
.btns{width: 150px;height: 50px;line-height: 50px;text-align: center;color: #fff;background-color: #fcdb68;border:1px solid #870101;border-radius: 5px;margin:25px auto;box-shadow: 0 0 10px rgba(0,0,0,0.2);border:1px solid #870101}
.btns a{color: #fff;}
@media screen  and (max-width:1386px){
	.share{/* position: relative; *//* top: 0; *//* right: 0; *//* margin: 30px 0 0; */}
	.share .bdsharebuttonbox > a{margin: 0 0 0 10px;display: inline-block;*display: inline;*zoom:1;}
	/* .pageArticle{padding: 0;} */
}
@media screen  and (max-width:767px){
	.share{display:none;}
	.share .bdsharebuttonbox > a{width: 32px;height: 32px;}
}
/*文章页结束*/

.subpage_top{margin: 20px 160px 0;position:relative;overflow: hidden;}
.sub_banner{height: 0;background-size: cover !important;position: relative;padding-bottom: calc(90% / 4);z-index: 2;}
.sub_banner::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;padding-bottom: calc(338% / 16);background: url(../../images/zizhan/sub_banner_cover.png) center no-repeat;background-size: cover;z-index: 1;}
.sub_banner p{color: #fff;font-size: 48px;position: absolute;bottom: 33px;left: 50%;transform: translateX(-50%);width: 1400px;line-height: 64px;z-index: 3;font-weight: lighter;}

.bread{line-height: 40px;text-align: right;margin: 5px 3px 0 0;color: #999;float: right;position: relative;z-index: 3;}
.bread img{vertical-align: text-bottom;}
.bread a{padding: 0 8px;color: #999;display: inline-block;*display: inline;*zoom:1;}
.bread a:hover{color: #820000;}

.content{position: relative;z-index: 2;overflow: inherit;padding-bottom: 137px;}
.side_page .content{
    padding-bottom: 70px;
}
.wrap_content{position: relative;background: url(../../images/zizhan/sub_bg.png) bottom center no-repeat;}
.wrap_content.bg15::after{content: '';position: absolute;bottom: -82px;right: 0;width: calc(1012% / 19.2);height: 1935px;background: url(../../images/zizhan/sub_015bg.png) bottom no-repeat;background-size: 100% auto;z-index: 1;}
.wrap_content.bg21::after{content: '';position: absolute;right: 0;width: calc(1109% / 19.2);height: 1506px;background: url(../../images/zizhan/sub_021bg.png) bottom no-repeat;background-size: 100% auto;z-index: 1;top: 50%;transform: translateY(-50%);margin: -260px 0 0;}

.sub_left{width: 190px;float: left;position: relative;z-index: 3;}
/* .sub_left::before{content: '';display: block;width: 15px;position: absolute;left: 0;top: 0;bottom: 110px;background: #0075c4;} */
.sub_left_title{position: relative;font-weight: bold;display: none;}

.full_page .sub_left{padding: 0;}

/* ä¾§æ èœå• */
.sub_menu{box-shadow: 15px 11px #e0dfda;margin: 7px 0 0;}
.sub_menu ul{display: none;}
/* .sub_menu::after{content: '';display: block;border-top: 0;height: 69px;} */
.sub_menu li{position: relative;}
.sub_menu > li > a{display: block;line-height: 36px;padding: 7px 0 7px 51px;background: #fff;position: relative;border-bottom: 1px solid #f6f6f6;letter-spacing: 3.24px;}
/* .sub_menu > li > a::after{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;background: #630000;width: 0;} */
.sub_menu > li > a.current,.sub_menu > li.current > a,.sub_menu > li > a:hover,.sub_menu > li:hover > a,.sub_menu > li.on > a{z-index: 2;background: #9a0000;color: #fff;}
/* .sub_menu > li > a.current::after,.sub_menu > li.current > a::after,.sub_menu > li > a:hover::after,.sub_menu > li:hover > a::after,.sub_menu > li.on > a::after{width: 6px;} */
.sub_menu > li > a::before{content: '';display: block;width: 41px;position: absolute;right: 13px;background: #fff;top: 50%;transform: translateY(-50%);height: 41px;background: url(../../images/zizhan/sub_left_bg.png) center no-repeat;}
/* .sub_menu > li > a.current::before,.sub_menu > li.current > a::before,.sub_menu > li.on > a::before{height: 15px;} */

/* äºŒçº§èœå• */
.sub_menu li.on{}
/* .sub_menu li.on > a::after{left: 40px;} */
.second_menu{}
.second_menu > li > a{display: block;line-height: 35px;color: #444;padding: 10px 0 10px 40px;position: relative;background: #dedede;border-top: 1px solid #fff;}
.second_menu > li > a.current,.second_menu > li.current > a,.second_menu > li > a:hover,.second_menu > li.on > a{background: #6a387e;color: #fff;font-weight: bold;}
.second_menu > li > a::before{content: '';display: block;width: 0;height: 0;position: absolute;right: 20px;background: #fff;top: 50%;transform: translateY(-50%);height: 0;border-radius: 50%;}
.second_menu > li > a.current::before,.second_menu > li.current > a::before,.second_menu > li.on > a::before{width: 4px;height: 4px;}


/* ä¸‰çº§èœå• */
.third_menu > li > a{display: block;line-height: 48px;color: #333;padding: 3px 0 4px 38px;position: relative;border-bottom: 1px solid #ededed;background: #fbfbfb;}
.third_menu > li > a.current,.third_menu > li.current > a,.third_menu > li > a:hover,.third_menu > li.on > a{color: #820000;}

.sub_menu .arrow{width: 24px;height: 24px;position: absolute;right: 14px;top: 20px;background: url(../../images/zizhan/sub_left_open.png) center no-repeat;cursor: pointer;z-index: 3;}
.second_menu .arrow{top: 15px;right: 13px;}
.sub_menu .arrow.on,.sub_menu > li.current > .arrow,.sub_menu > li:hover > .arrow,.sub_menu > li.on > .arrow{background: url(../../images/zizhan/sub_left_close.png) center no-repeat;}

.sub_right{margin: 0 0 0 240px;}
.full_page .sub_right{margin-left: 0;}
.sub_right .page_content{clear: right;}

.page_title{padding: 0 0 0;margin: 0 0 40px;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.page_title h3{padding: 0 0 14px;font-weight: lighter;color: #9a0000;float: left;border-bottom: 2px solid #9a0000;}

.sub_list1{float: left;margin: 11px 0 0 44px;}
.sub_list1 a{display: inline-block;*display: inline;*zoom:1;margin: 0 19px 0 0;padding: 0 0 5px;position: relative;line-height: 40px;}
.sub_list1 a.on{color: #9a0000;}
.sub_list1 a.on::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #9a0000;}

.sub_list2{float: left;margin: 11px 0 0 6px;}
.sub_list2 a{display: inline-block;*display: inline;*zoom:1;margin: 0 0 0 74px;padding: 0 37px;position: relative;line-height: 45px;color: #fff;background: #bda97e;font-weight: lighter;}
.sub_list2 a.on{background: #9a0000;}

.sub_part{margin: 0 0 20px;}
.sub_part_title{margin: 0 0 11px;font-weight: bold;color: #6b397f;border-bottom: 1px solid #eee;line-height: 20px;padding: 0 0 8px;}

.sub_0011 ul{margin: 0 0 0 -40px;padding: 0 0 0;}
.sub_0011 li{width: 33.3%;}
.sub_0011 a{margin: 0 0 0 40px;}
.sub_0011 .img{padding-bottom: calc(248% / 4.4);}
.sub_0011 .bottom_box{padding: 41px 30px 26px;position: relative;background: #fff;}
.sub_0011 .title{margin: 0 0 7px 0;height: 48px;line-height: 24px;text-align: justify;}
.sub_0011 .info{margin: 0 0 0;color: #666;height: 48px;line-height: 24px;}
.sub_0011 .time{position: absolute;left: 27px;top: -34px;background: #9a0000;text-align: center;width: 60px;height: 60px;}
.sub_0011 .day{color: #fff;margin: 6px 0 -2px;line-height: 30px;}
.sub_0011 .month{color: #fff;margin: 0 0 0 0;line-height: 20px;}
.sub_0031 a{margin-bottom: 36px;}

.wrap_sub_0012{background: #fff;padding: 50px 54px;margin: 34px 0 0;}
.sub_0012{}
.sub_0012 ul{margin: 0 0 48px;padding: 0 0 0;border-top: 1px solid #eee;}
.sub_0012 li{width: 100%;}
.sub_0012 a{margin: 0 0 0;line-height: 66px;border-bottom: 1px solid #eee;}
.sub_0012 .title{white-space: nowrap;position: relative;padding: 0 0 0 16px;}
.sub_0012 .title::before{content: '';display: block;width: 4px;height: 4px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #9a0000;border-radius: 50%;}
.sub_0012 .time{color: #666;margin: 0 0 0 16px;float: right;}

.sub_002{}
.sub_002 ul{margin: 11px 0 39px;}
.sub_002 li{width: 100%;margin: 38px 0 0;}
.sub_002 a{display: block;padding: 38px;background: #fff;overflow: hidden;}
.sub_002 li:nth-child(2n+1) a{background: url(../../images/zizhan/sub_002_bg.png) right center no-repeat #fff;background-size: auto 100%;}
.sub_002 .title{white-space: nowrap;position: relative;margin: -2px 0 12px;line-height: 20px;}
.sub_002 .info{line-height: 25px;max-height: 75px;color: #666;margin: 0 0 10px 0;}
.sub_002 .img{padding-bottom: 56.25%;}
.sub_002 .time{color: #9a0000;line-height: 24px;padding: 0 0 0 23px;background: url(../../images/zizhan/sub_002_time1.png) left center no-repeat;}
.sub_002 .img_box{width: 320px;float: left;}
.sub_002 li:nth-child(2n) .img_box{float: right;}
.sub_002 .info_box{margin: 0 0 0 350px;}
.sub_002 li:nth-child(2n) .info_box{margin: 0 350px 0 0;}

.sub_003 ul{margin: 0 0 0 -40px;padding: 0 0 0;}
.sub_003 li{width: 33.3%;}
.sub_003 a{margin: 0 0 40px 40px;}
.sub_003 .img{padding-bottom: calc(248% / 4.4);}
.sub_003 .bottom_box{padding: 13px 50px 19px 30px;background: #fff;}
.sub_003 .title{margin: 0 0 0;height: 48px;line-height: 24px;}

.sub_004 ul{margin: 0 0 0 -40px;}
.sub_004 li{width: 50%;}
.sub_004 a{margin: 0 0 40px 40px;position: relative;}
.sub_004 .img{padding-bottom: calc(383% / 6.8);}
.sub_004 .tip{position: absolute;right: 0;top: 0;color: #fff;z-index: 2;background: #9a0000;border-radius: 0 0 0 10px;line-height: 30px;padding: 0 18px;}

.sub_005 ul{margin: 0 0 0 -40px;padding: 0 0 0;}
.sub_005 li{width: 50%;}
.sub_005 a{margin: 0 0 40px 40px;overflow: hidden;padding: 16px 37px 17px 17px;background: #fff;}
.sub_005 .left{width: 240px;float: left;}
.sub_005 .right{margin: 0 0 0 266px;padding: 0 0 0 0;}
.sub_005 .img{padding-bottom: calc(396% / 2.88);background: #d1cebd;}
.sub_005 .title{margin: 20px 0 22px;max-height: 48px;line-height: 24px;}
.sub_005 .info{margin: 0 0 25px;color: #999;height: 168px;line-height: 24px;}
.sub_005 .tip{color: #fff;line-height: 36px;background: #9a0000;border-radius: 18px;width: 120px;text-align: center;}

.sub_007 ul{margin: -35px 0 40px;}
.sub_007 li{width: 100%;}
.sub_007 a{padding: 0 40px;line-height: 66px;border-bottom: 1px solid #ddd;}
.sub_007 .title{white-space: nowrap;position: relative;padding: 0 0 0 16px;}
.sub_007 .title::before{content: '';display: block;width: 4px;height: 4px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #9a0000;border-radius: 50%;}
.sub_007 .time{color: #999;margin: 0 0 0 16px;float: right;}

.sub_012 .left{width: 296px;float: left;position: relative;padding: 10px 0 0;}
.sub_012 .img{padding-bottom: calc(435% / 2.96);background: #ddd;box-shadow: 14px 14px rgba(0,0,0,0.1);}
.sub_012 .title{position: absolute;left: 0;right: 0;bottom: 16px;text-align: center;color: #fff;line-height: 1.5;}
.sub_012 .article{margin: -10px 0 10px 334px;}

.sub_013 .right{width: 320px;float: right;position: relative;padding: 8px 6px 0 0;margin: 0 0 0 30px;}
.sub_013 .img{padding-bottom: 56.25%;background: #ddd;margin: 0 0 45px;}
.sub_013 .article{margin: -10px 0 10px;float: left;width: calc(100% - 356px);}

.sub_0141 .title{margin: -18px 0 23px;line-height: 1.5;text-align: center;font-weight: lighter;}

.sub_0142{margin: -40px 0 0;}
.sub_0142 ul{margin: 0 0 -137px;padding: 221px 100px 137px 60px;position: relative;}
.sub_0142 ul::after{content: '';position: absolute;top: 0;bottom: 0;width: 10px;background: url(../../images/zizhan/sub_0142_line.png) center no-repeat;background-size: 100% 100%;left: 50%;transform: translateX(-50%);margin: 0 0 0 -20px;}
.sub_0142 li{width: 100%;margin: -122px 0 0 0;position: relative;z-index: 2;}
.sub_0142 .box{margin: 0 calc(50% - 16px) 0 0;}
.sub_0142 .article{padding: 21px 41px 31px;background: #fff;border: 1px solid #ddd;border-radius: 27px;position: relative;margin: 0 60px 50px 0;line-height: 36px;}
.sub_0142 .article::after{content: '';display: block;width: 68px;height: 40px;background: url(../../images/zizhan/sub_0142_arrow1.png) center no-repeat;position: absolute;right: 53px;bottom: -39px;}
.sub_0142 .time{font-size: 48px;line-height: 60px;text-align: right;padding: 0 55px 0 0;font-family: 'Impact';background: url(../../images/zizhan/sub_0142_time1.png) right center no-repeat;}
.sub_0142 li:nth-child(2n) .box{margin: 0 0 0 calc(50% - 16px);}
.sub_0142 li:nth-child(2n) .article{margin: 0 0 50px 60px;}
.sub_0142 li:nth-child(2n) .article::after{background: url(../../images/zizhan/sub_0142_arrow2.png) center no-repeat;right: auto;bottom: -39px;left: 53px;}
.sub_0142 li:nth-child(2n) .time{text-align: left;padding: 0 0 0 55px;background: url(../../images/zizhan/sub_0142_time2.png) left center no-repeat;}

.sub_015 .left{width: calc(75% - 60px);float: left;}
.sub_015 .right{width: calc(25% + 20px);float: right;}
.sub_015 .part{border-bottom: 1px solid #ddd;padding: 0 0 17px;margin: 0 0 46px;font-size: 0;}
.sub_015 .tip{position: relative;width: 50px;height: 120px;background: #bda97e;float: left;}
.sub_015 .tip p{display: block;width: 20px;line-height: 21px;text-align: center;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);color: #fff;}
.sub_015 .img_box{margin: 0 0 0 60px;text-align: center;font-size: 0;}
.sub_015 a{display: inline-block;*display: inline;*zoom:1;width: calc(33.3% - 20px);margin: 0 10px 20px;vertical-align: top;}
.sub_015 .right a{width: calc(100% - 20px);}
.sub_015 .img{padding-bottom: 112.5%;}
.sub_015 .title{margin: 15px auto 0;height: 30px;line-height: 30px;text-align: justify;width: 84px;}
.sub_015 .title::after{content: '';display: inline-block;*display: inline;*zoom:1;width: 100%;}

.sub_016 .top_box{overflow: hidden;line-height: 70px;text-align: center;color: #fff;font-weight: lighter;}
.sub_016 .title1{width: 50%;float: left;background: #9a0000;}
.sub_016 .title2{width: 50%;float: left;background: #bda97e;}
.sub_016 .part{background: #fff;overflow: hidden;position: relative;margin: 30px 0 0;padding: 0 0 25px;}
.sub_016 .part::after{content: '';display: block;position: absolute;top: 0;bottom: 0;left: 50%;width: 1px;background: #eee;}
.sub_016 .part_title{position: absolute;left: 0;top: 0;bottom: 0;width: 80px;background: #fff;z-index: 2;border-right: 1px solid #eee;}
.sub_016 .part_title p{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 30px;color: #9a0000;line-height: 24px;text-align: center;}
.sub_016 .left{width: calc(50% - 112px);float: left;margin: 0 0 0 112px;clear: both;padding: 36px 0 30px;position: relative;}
.sub_016 .left::after{content: '';display: block;position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 2000px;height: 1px;background: #eee;}
.sub_016 .left:nth-child(2)::after{display: none;}
.sub_016 .right{width: calc(50% - 170px);float: right;padding: 36px 0 0;}
.sub_016 .time{margin: 30px 0 31px;}
.sub_016 .time:first-child{margin-top: 0;}
.sub_016 .box{padding: 0 0 24px 120px;font-size: 0;}
.sub_016 .right .box{padding-left: 158px;}
.sub_016 .tip{width: 120px;font-weight: bold;display: inline-block;*display: inline;*zoom:1;margin: 0 0 0 -120px;text-align: right;}
.sub_016 .right .tip{width: 158px;margin: 0 0 0 -158px;}
.sub_016 a{display: inline-block;*display: inline;*zoom:1;min-width: 3em;margin: 0 8px 0 30px;text-align: justify;vertical-align: top;line-height: 24px;height: 24px;overflow: hidden;white-space: nowrap;}
.sub_016 a::after{content: '';display: inline-block;*display: inline;*zoom:1;width: 100%;height: 0;line-height: 0;}

.sub_017{padding: 41px 0 10px;}

.sub_018{padding: 64px 0 10px;}
.sub_018 .bottom_box{padding: 30px 43px 0px;border-top: 1px solid #ddd;font-size: 0;margin: 39px 0 0;}
.sub_018 .box{margin: 0 100px 0 0;display: inline-block;*display: inline;*zoom:1;}
.sub_018 .title{height: 2em;padding: 0 0 0 13px;line-height: 2em;position: relative;}
.sub_018 .title::before{content: '';display: block;width: 4px;height: 4px;position: absolute;top: 50%;transform: translateY(-50%);left: 0;background: #9a0000;border-radius: 50%;}
.sub_018 .info{margin: 0 0 0 13px;color: #333;height: 2em;line-height: 2em;}

.sub_021{overflow: hidden;margin: 0 0 -54px;}
.sub_021 .part{margin: 0 0 65px;}
.sub_021 .top_box{padding: 0 0 0 0;overflow: hidden;border-bottom: 1px solid #ddd;position: relative;}
.sub_021 .top_box .arrow{vertical-align: bottom;width: 30px;height: 30px;border-radius: 2px;border: 1px solid #9a0000;position: absolute;right: 0;bottom: 0;}
.sub_021 .top_box .arrow img{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_021 .top_box .arrow.on img{transform:translateX(-50%) translateY(-50%) rotate(180deg);}
.sub_021 .top_box h3{border-bottom: 2px solid #9a0000;font-weight: lighter;color: #9a0000;float: left;line-height: 40px;padding: 0 0 15px;}
.sub_021 .bottom_box{padding: 0 0 7px;}
.sub_021 .article{padding: 10px 0 15px;}
.sub_021 .sub_022 ul{margin-bottom: -40px;}

.sub_022 ul{margin: 0 0 25px -40px;}
.sub_022 li{width: 20%;}
.sub_022 a{margin: 0 0 40px 40px;text-align: center;padding: 19px 19px 16px 19px;background: #fff;border: 1px solid #eee;}
.sub_022 .img{padding-bottom: calc(112.5%);}
.sub_022 .bottom_box{padding: 0 0 0 0;}
.sub_022 .title{height: 24px;line-height: 24px;margin: 13px 0 8px;}
.sub_022 .info{height: 20px;color: #333;line-height: 20px;padding: 7px 0 0;position: relative;}
.sub_022 .info::before{content: '';display: block;position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 20px;height: 1px;background: #9a0000;}

.sub_023 ul{margin: 0 0 25px -40px;}
.sub_023 li{width: 20%;}
.sub_023 a{margin: 0 0 40px 40px;text-align: center;padding: 0px 19px 16px;background: #fff;border: 1px solid #eee;}
.sub_023 .tip{display: inline-block;*display: inline;*zoom:1;line-height: 28px;border-radius: 0 0 14px 14px;padding: 0 16px;background: #9a0000;color: #fff;margin: 0 0 19px;}
.sub_023 .img{padding-bottom: calc(112.5%);}
.sub_023 .bottom_box{padding: 0 0 0 0;}
.sub_023 .title{height: 24px;line-height: 24px;margin: 13px 0 8px;}

.sub_024{overflow: hidden;margin: 0 0 45px;}
.sub_024 .part{overflow: hidden;margin: 0 0 65px;}
.sub_024 .tip{font-size: 72px;line-height: 90px;color: #fff;float: left;font-family: 'Impact';text-shadow: #9a0000 1px 0 0, #9a0000 0 1px 0, #9a0000 -1px 0 0, #9a0000 0 -1px 0, 0 4px rgba(154,0,0,0.4);}
.sub_024 .right{margin: 0 0 -65px 189px;position: relative;overflow: hidden;padding: 15px 0 0 50px;}
.sub_024 .right::before{content: '';display: block;width: 4px;height: 59px;background: #bda97e;position: absolute;left: 0;top: 16px;z-index: 2;}
.sub_024 .right::after{content: '';display: block;width: 1px;background: #ddd;position: absolute;left: 3px;top: 18px;bottom: 0;z-index: 1;}
.sub_024 .sub_022 li{width: 25%;}

.sub_025{padding: 0 0 120px;position: relative;overflow: hidden;}
.sub_025 .img_box{width: 240px;float: left;}
.sub_025 .part{margin: 0 0 70px 300px;min-height: 100px;}
.sub_025 .part_title{color: #9a0000;line-height: 24px;margin: 0 0 20px;}
.sub_025 .left,.sub_025 .right{width: 40%;float: left;margin: 0 2.5% -14px 0;line-height: 32px;}
.sub_025 .left p,.sub_025 .right p{padding: 0 0 14px;}
.sub_025 .box{overflow: hidden;position: relative;padding: 0 0 0 60px;}
.sub_025 .box::before{content: '';width: 1px;display: block;position: absolute;top: 0;bottom: 6px;left: 30px;background: #ddd;}
.sub_025 .tip{display: inline-block;*display: inline;*zoom:1;line-height: 30px;padding: 0 15px;border-radius: 15px;background: #9a0000;color: #fff;margin: 8px 0 11px;}
.sub_025 .article{margin: 0 0 45px;}
.sub_025 .article:last-child{margin: 0;}

.sub_061{}
.sub_061 ul{margin: 38px 0 -50px;}
.sub_061 li{width: 100%;margin: 0 0 60px;}
.sub_061 a{display: block;overflow: hidden;padding: 0 0 27px 0;position: relative;}
.sub_061 .title{white-space: nowrap;position: relative;margin: 63px 0 10px;line-height: 40px;color: #fff;font-weight: lighter;border-bottom: 1px solid rgba(255,255,255,0.2);background: url(../../images/zizhan/sub_061_more.png) right 7px no-repeat;}
.sub_061 li:nth-child(2n) .title{color: #9a0000;border-bottom: 1px solid #ddd;background: url(../../images/zizhan/sub_061_more2.png) right 7px no-repeat;}
.sub_061 .title p{display: inline-block;*display: inline;*zoom:1;padding: 0 0 15px;border-bottom: 2px solid #fff;}
.sub_061 li:nth-child(2n) .title p{border-bottom: 2px solid #9a0000;}
.sub_061 .info{line-height: 32px;max-height: 256px;color: #fff;}
.sub_061 li:nth-child(2n) .info{color: #333;}
.sub_061 .img{padding-bottom: 56.25%;}
.sub_061 .img_box{width: 800px;float: left;position: relative;z-index: 2;}
.sub_061 li:nth-child(2n) .img_box{float: right;}
.sub_061 .info_box{margin: 0 40px 0 840px;position: relative;z-index: 2;}
.sub_061 li:nth-child(2n) .info_box{margin: 0 840px 0 40px;}
.sub_061 .bg{position: absolute;left: 85px;top: 30px;right: 0;bottom: 0;background: url(../../images/zizhan/sub_061_bg.png) right bottom no-repeat #9a0000;z-index: 1;}
.sub_061 li:nth-child(2n) .bg{right: 85px;left: 0;background: #fff;}




/* 小首页 */
.sub_0111{padding: 28px 0 39px;border-bottom: 1px solid #ddd;background: url(../../images/zizhan/sub_111_bg.png) right bottom no-repeat;}
.wrap_sub_0112{padding: calc(167% / 19.2) 0 calc(143% / 19.2);background: url(../../images/zizhan/sub_112_bg.png) center no-repeat;margin: 64px 0 0;background-size: cover;/* height: 320px; */position: relative;}
.wrap_sub_0112::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 0;background: url(../../images/zizhan/sub_112_cover1.png) top center no-repeat;padding-bottom: calc(113% / 19.2);background-size: 100% auto;}
.wrap_sub_0112::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 0;background: url(../../images/zizhan/sub_112_cover2.png) top center no-repeat;padding-bottom: calc(75% / 19.2);background-size: 100% auto;}
.sub_0112 ul{margin: 0 0 0 -40px;}
.sub_0112 li{width: calc(25% - 42px);padding-bottom: calc(25% - 42px);border: 1px dashed rgba(255,255,255,0.3);margin: 0 0 0 40px;position: relative;border-radius: 50%;height: 0;}
.sub_0112 a{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_0112 svg{width: 102px;fill: #fff;}
.sub_0112 .title{margin: 11px 0;height: 42px;line-height: 42px;color: #fff;font-weight: lighter;white-space: nowrap;}
.sub_0113{position: relative;overflow: hidden;margin-top: 92px;margin-bottom: 0;}
.sub_0113 .left{width: calc(100% - 600px);height: 450px;background: url(../../images/zizhan/sub_113_img.png) center no-repeat;background-size: cover;}
.sub_0113 .right{width: 680px;position: absolute;right: 0;top: 35px;bottom: 35px;z-index: 2;background: #fff;}
.sub_0113 .right::before{content: '';position: absolute;left: 80px;top: 0;right: 0;height: 2px;background: #bda97e;}
.sub_0113 .right::after{content: '';position: absolute;left: 80px;bottom: 0;right: 0;height: 2px;background: #bda97e;}
.sub_0113 .tip{position: absolute;left: 0;top: 0;bottom: 0;width: 80px;background: #bda97e;}
.sub_0113 .tip p{width: 32px;line-height: 32px;font-weight: lighter;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);color: #fff;}

.sub_01131 ul{margin: 18px -7px 0 77px;position: relative;}
.sub_01131 ul::before{content: '';position: absolute;background: #eee;height: 1px;width: 520px;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_01131 ul::after{content: '';position: absolute;background: #eee;width: 1px;height: 300px;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_01131 li{width: 50%;}
.sub_01131 a{padding: 32px 0 20px;}
.sub_01131 svg{height: 79px;margin: 0 auto 6px;display: block;}
.sub_01131 .title{margin: 0 0 0;height: 30px;line-height: 30px;text-align: center;}

.sub_0114{position: relative;overflow: hidden;margin-top: 80px;margin-bottom: 0;}
.sub_0114 .right{width: calc(100% - 600px);height: 450px;background: url(../../images/zizhan/sub_114_img.png) center no-repeat;background-size: cover;float: right;display: block;}
.sub_0114 .left{width: 680px;position: absolute;left: 0;top: 35px;bottom: 35px;z-index: 2;background: url(../../images/zizhan/sub_114_bg.png) center no-repeat;background-size: cover;}
.sub_0114 .left::before{content: '';position: absolute;right: 80px;top: 0;left: 0;height: 2px;background: #9a0000;}
.sub_0114 .left::after{content: '';position: absolute;right: 80px;bottom: 0;left: 0;height: 2px;background: #9a0000;}
.sub_0114 .tip{position: absolute;right: 0;top: 0;bottom: 0;width: 80px;background: #9a0000;}
.sub_0114 .tip p{width: 32px;line-height: 32px;font-weight: lighter;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);color: #fff;}

.sub_0114 .top_box{padding: 51px 0 10px 60px;position: relative;max-width: 320px;}
.sub_0114 .top_box::after{content: '';display: block;height: 1px;position: absolute;left: 6px0;bottom: 0;background: #f5e5e5;width: 247px;}
.sub_0114 .box{margin: 0 56px 24px 0;display: inline-block;*display: inline;*zoom:1;}
.sub_0114 .title{height: 2em;padding: 0 0 0 13px;line-height: 2em;position: relative;}
.sub_0114 .title::before{content: '';display: block;width: 4px;height: 4px;position: absolute;top: 50%;transform: translateY(-50%);left: 0;background: #9a0000;border-radius: 50%;}
.sub_0114 .info{margin: 0 0 0 13px;color: #333;height: 2em;line-height: 2em;}
.sub_0114 .share{position: static;text-align: left;margin-left: 60px;}
.sub_0114 .share .bdsharebuttonbox > a{margin: 43px 30px 0 0;}

.sub_0311{background: url(../../images/zizhan/sub_311_bg.png) right top no-repeat #777;padding: 60px 0 58px;margin-top: 13px;overflow: hidden;}
.sub_0311 .left_title{margin: 0 40px 0 58px;float: left;width: 50px;border-right: 1px solid #a0a0a0;height: 297px;background: url(../../images/zizhan/sub_061_more.png) left bottom no-repeat;}
.sub_0311 .left_title h3{line-height: 32px;font-weight: lighter;border-right: 1px solid #a0a0a0;color: #fff;width: 32px;padding: 0 17px 0 0;}
.sub_0311 .left{width: 377px;float: left;display: block;}
.sub_0311 .left .img{padding-bottom: calc(212% / 3.77);}
.sub_0311 .left .title{margin: 11px 11px 9px 0;height: 48px;line-height: 24px;color: #fff;}
.sub_0311 .left .time{padding: 0 0 0 26px;color: #fff;background: url(../../images/zizhan/mode031time.png) left center no-repeat;}

.sub_03111{margin: 0 158px 0 600px;}
.sub_03111 ul{margin: -29px 0 0;padding: 0 0 0;}
.sub_03111 li{width: 100%;}
.sub_03111 a{margin: 0 0 0;line-height: 76px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.sub_03111 .title{white-space: nowrap;position: relative;padding: 0 0 0 21px;background: url(../../images/zizhan/sub_311_title.png) left center no-repeat;color: #fff;}
.sub_03111 .time{color: #fff;margin: 0 0 0 16px;float: right;}

.wrap_sub_0312{padding: calc(182% / 19.2) 0 calc(268% / 19.2);background: url(../../images/zizhan/sub_312_bg.png) center no-repeat;margin: 91px 0 0;background-size: cover;/* height: 320px; */position: relative;}
.wrap_sub_0312::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 0;background: url(../../images/zizhan/sub_312_cover1.png) top center no-repeat;padding-bottom: calc(88% / 19.2);background-size: 100% auto;}
.wrap_sub_0312::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 0;background: url(../../images/zizhan/sub_312_cover2.png) top center no-repeat;padding-bottom: calc(183% / 19.2);background-size: 100% auto;}
.sub_0312 ul{margin: 0 0 0 -40px;}
.sub_0312 li{width: calc(25% - 42px);border: 1px dashed rgba(255,255,255,0.3);margin: 0 0 0 40px;position: relative;border-radius: 90px;height: 180px;white-space: nowrap;}
.sub_0312 a{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.sub_0312 svg{width: 80px;fill: #fff;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.sub_0312 .title{height: 42px;line-height: 42px;margin: 0 0 0 18px;color: #fff;font-weight: lighter;white-space: nowrap;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}

.sub_0313{background: #fff;padding: 60px 0 58px;margin-top: 73px;overflow: hidden;}
.sub_0313 .left_title{margin: 0 40px 0 58px;float: left;width: 50px;border-right: 1px solid #eee;height: 397px;background: url(../../images/zizhan/sub_061_more.png) left bottom no-repeat;}
.sub_0313 .left_title h3{line-height: 32px;font-weight: lighter;border-right: 2px solid #9a0000;color: #333;width: 32px;padding: 0 17px 0 0;}

.sub_0313 .part{margin: 0 0 26px 153px;}
.sub_0313 .part:last-child{margin-bottom: -12px;}
.sub_0313 .part_title{color: #9a0000;line-height: 24px;display: inline-block;*display: inline;*zoom:1;margin: 0 0 15px;}
.sub_03131 ul{margin: 0 48px 0 20px;}
.sub_03131 li{width: 33.3%;}
.sub_03131 a{margin: 0 0 12px;}
.sub_03131 .title{height: 24px;line-height: 24px;padding: 0 0 0 15px;background: url(../../images/zizhan/sub_313_title.png) left center no-repeat;white-space: nowrap;}

.sub_0511 .top_title{display: block;border-bottom: 1px solid #ddd;text-align: center;margin: 0 0 40px;}
.sub_0511 .top_title h3{border-bottom: 2px solid #9a0000;line-height: 40px;padding: 0 0 15px;font-weight: lighter;display: inline-block;*display: inline;*zoom:1;color: #9a0000;}
.sub_05111 .slick-list a{display: block;position: relative;margin: 0 20px;}
.sub_05111 .img{padding-bottom: calc(518% / 9.2);background: #000;}
.sub_05111 .img img{opacity: 0.8;}
.sub_05111 .title{margin: 0 0 0;height: 72px;line-height: 72px;color: #fff;position: absolute;left: 0;right: 0;bottom: -72px;text-align: center;background: rgba(0,0,0,0.5);transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
.sub_05111 .slick-current .img img{opacity: 1;}
.sub_05111 .slick-current .title{bottom: 0;}
.sub_05111 .slick-dots{width: auto;bottom: -24px;left: 50%;transform: translateX(-50%);}
.sub_05111 .slick-dots li{width: 10px;height: 10px;margin: 0 5px;background: #920000;opacity: 0.3;border-radius: 50%;}
.sub_05111 .slick-dots li button{display: none;}
.sub_05111 .slick-dots li.slick-active{opacity: 1;}


.wrap_sub_0512{padding: calc(118% / 19.2) 0 calc(137% / 19.2);background: url(../../images/zizhan/sub_512_bg.png) center no-repeat;margin: 77px 0 68px;background-size: cover;/* height: 320px; */position: relative;}
.wrap_sub_0512::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 0;background: url(../../images/zizhan/sub_512_cover1.png) top center no-repeat;padding-bottom: calc(88% / 19.2);background-size: 100% auto;}
.wrap_sub_0512::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 0;background: url(../../images/zizhan/sub_512_cover2.png) top center no-repeat;padding-bottom: calc(86% / 19.2);background-size: 100% auto;}
.sub_0512 .top_title,.sub_0513 .lf .top_title{display: block;border-bottom: 1px solid rgba(255,255,255,0.2);text-align: center;margin: 0 0 39px;}
.sub_0512 .top_title h3,.sub_0513 .lf .top_title h3{border-bottom: 2px solid #fff;line-height: 40px;padding: 0 0 15px;font-weight: lighter;display: inline-block;*display: inline;*zoom:1;color: #fff;}

.sub_05121 ul{margin: 0 0 0 -40px;padding: 0 0 0;}
.sub_05121 li{width: 50%;}
.sub_05121 a{margin: 0 0 20px 40px;overflow: hidden;background: #fff;}
.sub_05121 .left{width: 320px;float: left;}
.sub_05121 .img{padding-bottom: 56.25%;}
.sub_05121 .right{margin: 0 0 0 320px;padding: 25px 40px 0 30px;}
.sub_05121 .title{margin: 0 0 18px;max-height: 72px;line-height: 24px;}
.sub_05121 .line{width: 30px;height: 1px;background: #9a0000;margin: 0 0 17px;}
.sub_05121 .time{padding: 0 0 0 22px;background: url(../../images/zizhan/sub_512_time.png) left center no-repeat;line-height: 20px;}

.sub_05122{background: #fff;clear: both;margin: 20px 0 40px;}
.sub_05122 ul{padding: 8px 12px;}
.sub_05122 li{width: 33.3%;}
.sub_05122 a{overflow: hidden;margin: 0 31px;}
.sub_05122 li:last-child a{border: none;}
.sub_05122 .left{width: 60px;float: left;height: 83px;position: relative;}
.sub_05122 .time{text-align: right;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.sub_05122 .day{color: #9a0000;margin: -7px 0 -3px;line-height: 36px;}
.sub_05122 .month{color: #333;line-height: 16px;}
.sub_05122 .right{margin: 0 0 0 62px;height: 84px;position: relative;}
.sub_05122 .right::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 40px;background: #ddd;}
.sub_05122 .title{max-height: 48px;line-height: 24px;position: absolute;left: 16px;top: 50%;transform: translateY(-50%);}

.sub_0512 .more,.sub_0513 .lf .more{width: 28px;height: 28px;margin: 0 auto 0;display: block;background: url(../../images/zizhan/sub_061_more.png) center no-repeat;}
.sub_0513 .lf{background: #bda97e;width: calc(50% - 80px);float: left;padding: 44px 30px 51px;}
.sub_0513 .rt{background: url(../../images/zizhan/sub_513_bg.png) center no-repeat #777;width: calc(50% - 20px);float: right;background-size: cover;}

.sub_05131 ul{margin: -37px 0 21px;}
.sub_05131 li{width: 100%;}
.sub_05131 a{margin: 0 0 0;line-height: 56px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub_05131 .title{white-space: nowrap;position: relative;padding: 0 0 0 20px;color: #fff;margin: 0 0 0 114px;}
.sub_05131 .title::before{content: '';display: block;width: 1px;height: 13px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: rgba(255,255,255,0.2);}
.sub_05131 .time{color: #fff;margin: 0 0 0 8px;float: left;}

.sub_05132 ul{margin: 118px 80px 118px 60px;}
.sub_05132 li{width: 50%;}
.sub_05132 a{margin: 0 0 0 20px;background: #fff;padding: 52px 0 48px;}
.sub_05132 svg{height: 98px;margin: 0 auto 0;display: block;}
.sub_05132 .title{margin: 18px 0 0;height: 36px;line-height: 36px;white-space: nowrap;text-align: center;}

.sub_0711{position: relative;overflow: hidden;margin-top: 7px;margin-bottom: 0;}
.sub_0711 .left{width: calc(100% - 480px);height: 518px;background: url(../../images/zizhan/sub_711_img.png) center no-repeat;background-size: cover;}
.sub_0711 .right{width: 880px;position: absolute;right: 0;top: 50px;bottom: 50px;z-index: 2;background: url(../../images/zizhan/sub_711_bg.png) center no-repeat #bda97e;background-size: contain;}
.sub_0711 ul{margin: 132px 48px 0 44px;}
.sub_0711 li{width: 25%;}
.sub_0711 a{margin: 0 0 0;}
.sub_0711 svg{fill: #fff;width: 90px;margin: 0 auto;display: block;}
.sub_0711 .title{margin: 26px 0 0;height: 30px;line-height: 30px;text-align: center;color: #fff;}

.wrap_sub_0712{padding: calc(139% / 19.2) 0 30px;margin: 89px 0 48px;background-size: cover;/* height: 320px; */position: relative;}
.wrap_sub_0712 .bg{position: absolute;left: 0;right: 0;top: 0;padding-bottom: 500px;background: url(../../images/zizhan/sub_712_bg.png) center no-repeat;z-index: 1;height: 0;}
.wrap_sub_0712 .bg::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 0;background: url(../../images/zizhan/sub_712_cover1.png) top center no-repeat;padding-bottom: calc(88% / 19.2);background-size: 100% auto;}
.wrap_sub_0712 .bg::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 0;background: url(../../images/zizhan/sub_712_cover2.png) top center no-repeat;padding-bottom: calc(126% / 19.2);background-size: 100% auto;}
.sub_0712{position: relative;z-index: 2;}
.sub_0712 .top_title{white-space: nowrap;position: relative;margin: 0 0 20px;line-height: 40px;color: #fff;font-weight: lighter;border-bottom: 1px solid rgba(255,255,255,0.2);background: url(../../images/zizhan/sub_061_more.png) right 7px no-repeat;display: block;}
.sub_0712 .top_title p{display: inline-block;*display: inline;*zoom:1;padding: 0 0 15px;border-bottom: 2px solid #fff;}
.sub_0712 ul{margin: 0 0 0 -40px;padding: 0 0 0;}
.sub_0712 li{width: 25%;}
.sub_0712 a{margin: 0 0 0 40px;}
.sub_0712 .img{padding-bottom: 56.25%;}
.sub_0712 .bottom_box{padding: 20px 20px 29px 25px;background: #fff;}
.sub_0712 .title{margin: 0 0 7px;height: 48px;line-height: 24px;}
.sub_0712 .info{margin: 0 0 9px;color: #999;height: 48px;line-height: 24px;}
.sub_0712 .time{color: #9a0000;padding: 0 0 0 22px;background: url(../../images/zizhan/sub_712_time.png) left center no-repeat;}

.sub_0713{position: relative;overflow: hidden;margin-top: 7px;margin-bottom: 0;}
.sub_0713 .right{width: calc(100% - 480px);height: 518px;background: url(../../images/zizhan/sub_713_img.png) center no-repeat;background-size: cover;float: right;}
.sub_0713 .left{width: 680px;position: absolute;left: 0;top: 50px;bottom: 50px;z-index: 2;background: url(../../images/zizhan/sub_713_bg.png) center no-repeat #bda97e;background-size: contain;}
.sub_0713 ul{margin: 136px 48px 0 50px;}
.sub_0713 li{width: 33.3%;}
.sub_0713 a{margin: 0 0 0;}
.sub_0713 svg{fill: #fff;width: 90px;margin: 0 auto;display: block;}
.sub_0713 .title{margin: 32px 0 0;height: 30px;line-height: 30px;text-align: center;color: #fff;}


@media screen  and (min-width:1024px){
	.sub_right *, .sub_03111 .title,.sub_05121 a,.sub_05122 a,.sub_05131 .title,.sub_05132 a,.sub_0711 a,.sub_0712 a,.sub_0713 a{transform: translateY(0);transition: all ease-in-out 0.2s;-ms-transition: all ease-in-out 0.2s;-moz-transition: all ease-in-out 0.2s;-webkit-transition: all ease-in-out 0.2s;-o-transition: all ease-in-out 0.2s;}
	.sub_right li a:hover .title{color: #9A0000;}
	
	.sub_0011 a:hover,.sub_002 a:hover,.sub_003 a:hover,.sub_022 a:hover,.sub_023 a:hover,.sub_01131 a:hover,.sub_0311 .left:hover,.sub_05121 a:hover,.sub_05132 a:hover,.sub_0711 a:hover,.sub_0712 a:hover,.sub_0713 a:hover{transform: translateY(-10px);}
	.sub_0011 a:hover .title,.sub_0012 a:hover .title,.sub_007 a:hover .title,.sub_03111 a:hover .title,.sub_05131 a:hover .title{text-indent: 12px;}
	.sub_002 a:hover{box-shadow: 0 20px 60px rgba(154,0,0,0.2);}
	.sub_0112 a:hover,.sub_0312 a:hover{margin-top: -10px;}
	.sub_01131 a:hover svg{fill: #9A0000;}
		
	.sub_05122 a:hover{transform: translateX(6px);}
		
}
@media screen  and (max-width:1720px){
	.subpage_top{max-width: 1400px;margin: 0 auto;}
	.sub_banner p{width: 1360px;}
}

@media screen  and (max-width:1480px) {
	.subpage_top{width: 1200px;}
	.sub_banner p{transform: none;left: 10px;right: 10px;width: auto;font-size: 36px;line-height: 1.2;bottom: 20px;}
	
	.sub_0031 li{width: 50%;}
	.sub_0031 a{margin-bottom: 30px;}
	
	.sub_0142 ul{padding: 160px 40px 137px;}
	.sub_0142 ul::after{margin: 0;}
	
	.sub_016 .right{width: calc(50% - 40px);}
	
	.sub_022 ul,.sub_023 ul{margin: 0 0 25px -30px;}
	.sub_022 a{margin: 0 0 30px 30px;padding: 12px 12px 8px;}
	.sub_023 a{margin: 0 0 30px 30px;padding: 0px 12px 8px;}
	
	.sub_024 .right{margin-bottom: -55px;}
	
	.sub_025 .img_box{width: 200px;}
	.sub_025 .part{margin-left: 260px;margin-bottom: 45px;}
	
	.sub_0112 svg{width: 80px;display: block;margin: 0 auto;}
	
	.sub_061 .img_box{width: 700px;}
	.sub_061 .info_box{margin: 0 40px 0 740px;}
	.sub_061 li:nth-child(2n) .info_box{margin: 0 740px 0 40px;}
	
	.sub_03111{margin: 0 100px 0 570px;}
	
}
@media screen  and (max-width:1240px){
	.subpage_top{width: auto;overflow: hidden;padding-left: 20px;padding-right: 20px;}
	
	.wrap_content{/* border-top: 4px solid #eee; */}
	.bread{margin: 0;right: 12px;}
	
	.sub_list1{margin-top: 4px;}
	
	.sub_list2{margin-top: 4px;}
	.sub_list2 a{margin: 0 0 0 30px;padding: 0 20px;}
	
	.sub_003 .bottom_box{padding: 13px 20px 19px;}
	
	.sub_005 .left{width: 180px;}
	.sub_005 .right{margin: 0 0 0 200px;}
	.sub_005 .info{height: 96px;}
	.sub_005 .tip{line-height: 30px;width: 100px;}
	
	.sub_012 .left{width: 240px;}
	.sub_012 .article{margin: -10px 0 10px 280px;}
	
	.sub_0142 ul{padding: 160px 0px 137px;}
	.sub_0142 .article{line-height: 1.8;}
	
	.sub_022 li,.sub_023 li,.sub_024 .sub_022 li{width: 33.3%;}
	
	.sub_025{padding: 0;}
	.sub_025 .img_box{float: none;margin: 0 auto 20px;}
	.sub_025 .part{margin-left: 0;margin-bottom: 30px;}
	
	.sub_0113 .right{right: 20px;}
	.sub_0114 .left{left: 20px;}
	
	.sub_0311 .left_title{margin: 0 40px 0 20px;}
	.sub_03111{margin: 0 20px 0 520px;}
	
	.sub_0312 li{height: 120px;}
	.sub_0312 svg{width: 42px;}
	.sub_0312 .title{margin: 0 0 0 10px;}
	
	.sub_03131 li{width: 50%;}
	
	.sub_05121 .right{padding: 20px 20px 0 20px;}
	.sub_05111 .slick-list a{margin: 0;}
	.sub_05132 ul{margin: 118px 40px 118px 20px;}
	
	
	.sub_0711 .left,.sub_0713 .right{width: 640px;height: 400px;}
	.sub_0711 .right{right: 20px;width: 700px;}
	.sub_0711 ul{margin: 80px 48px 0 44px;}
	.sub_0711 .title,.sub_0713 .title{margin: 12px 0 0;}
	.sub_0713 .left{left: 20px;width: 560px;}
	.sub_0713 ul{margin: 80px 48px 0 50px;}
	
}

@media screen  and (max-width:992px) {
	.wrap_content{/* padding-top: 10px; */}
	.content{padding-bottom: 60px;}
	.content.on{z-index: 9;}
	.sub_banner{border: 0;}
	
	.sub_banner p::after{content: '';display: inline-block;*display: inline;*zoom:1;width: 30px;height: 30px;vertical-align: middle;background: url(../../images/zizhan/sub_menu_arrow.png) center no-repeat;}
	.sub_banner p.no_list::after{display: none;}
	
	.annexList li{font-size: 14px}
	
	.sub_left{float: none;width: auto;margin: 0;padding: 0;}
	.sub_left.on{}
	.sub_left_title{display: none;margin: -30px 0 6px 10px;width: 32px;}
	
	.full_page .sub_left_title::before{display: none;}
	.sub_left_title.no_list::before{display: none;}
	.sub_left_title::after{display: none;}
	.sub_left_title.on::after{display: block;}
	
	.sub_left_title{width: auto;margin: 0;border: 1px solid #9a0000;background: #f9f8f3;padding: 8px 0;}
	.sub_left_title img{width: 32px;margin: 0 auto;display: block;}
	
	.sub_menu .arrow{top: 12px;}
	.sub_menu{display: none;margin: 0 0 20px;}
	.sub_menu li > a{line-height: 30px;padding: 9px 30px 11px;}
	.sub_menu::after{height: 10px;}
	.second_menu > li > a{/* padding: 0 30px; */line-height: 24px;}
	
	.articlepage .annex .title{padding: 0 0 0 60px;line-height: 40px;}
	.articlepage .annex .title::before{left: 30px;}
	.articlepage .annex .box{padding: 8px 0 8px 60px;}
	
	.sub_list1,.sub_list2{margin-top: 10px;}
	
	.sub_right{margin: 0 0 20px;}
	.sub_right .page_content{padding: 10px 0 0;}
	.bread{line-height: 40px;}
	.page_title h3{padding: 12px 0;}
	
	.wrap_sub_0012{padding: 20px 30px;margin: 24px 0 0;}
	.sub_0012 ul{margin: 0 0 20px;}
	
	.sub_002 li{margin: 30px 0 0;}
	.sub_002 a{padding: 30px;}
	.sub_002 .img_box{width: 320px;float: left;}
	.sub_002 li:nth-child(2n) .img_box{width: 320px;float: right;}
	.sub_002 .info_box{margin: 0 0 0 360px;}
	.sub_002 li:nth-child(2n) .info_box{margin: 0 360px 0 0;}
	.sub_002 .title{margin: 0 0 11px;max-height: initial;white-space: normal;}
	.sub_002 .info{max-height: 50px;}
	.sub_002 .time{line-height: 24px;}
	
	.sub_003 ul,.sub_004 ul,.sub_005 ul{margin: 0 0 0 -30px;}
	.sub_003 li{width: 50%;}
	.sub_003 a,.sub_004 a,.sub_005 a{margin: 0 0 30px 30px;}
	
	.sub_007 a{padding: 0 12px;}
	
	.sub_012 .left{margin: 0 40px 15px 0;}
	.sub_012 .article{margin: -10px 0 10px 0;}
	
	/* .sub_015 a{width: calc(33.3% - 37px);margin: 0 0 16px 20px;} */
	/* .sub_015 .tip{margin: 0 0 0 20px;} */
	
	.sub_021 .top_box h3{padding: 0 0 6px;}
	
	.sub_024 .part{margin: 0 0 40px;}
	.sub_024 .tip{font-size: 48px;}
	.sub_024 .right{margin: 0 0 -55px 140px;padding: 15px 0 0 30px;}
	
	.sub_0111{padding-top: 0;}
	.sub_0112 svg{width: 60px;}
	.sub_0112 .title{margin: 0;height: auto;line-height: 36px;}
	.sub_0113 .left,.sub_0114 .right{width: calc(40% + 60px);}
	.sub_0113 .right{width: 60%;right: 20px;}
	.sub_01131 ul::before{width: auto;left: 20px;right: 20px;top: 50%;transform: translateY(-50%);}
	.sub_0114 .left{width: 60%;left: 20px;}
	.sub_0114 .top_box{padding: 51px 0 10px 40px;}
	.sub_0114 .share{margin-left: 40px;}
	
	.sub_061 ul{margin: 10px 0 0px;}
	.sub_061 li{margin: 0 0 30px;}
	.sub_061 a{padding: 0;}
	.sub_061 .img_box,.sub_061 li:nth-child(2n) .img_box{width: auto;float: none;}
	.sub_061 .info_box{margin: 0;background: url(../../images/zizhan/sub_061_bg.png) right bottom no-repeat #9a0000;overflow: hidden;padding: 20px;}
	.sub_061 li:nth-child(2n) .info_box{margin: 0;background: #fff;}
	.sub_061 .title{margin-top: 0;padding-right: 40px;background-size: 22px !important;}
	.sub_061 .title p{padding-bottom: 6px;}
	.sub_061 .info{max-height: initial;line-height: 1.8;}
	.sub_061 .bg{display: none;}
	
	.sub_0311{padding: 30px 0;}
	.sub_0311 .left_title{width: auto;float: none;display: block;height: auto;border-bottom: 1px solid #a0a0a0;border-right: none;background: url(../../images/zizhan/sub_061_more.png) right 10px no-repeat;margin: 0 0 20px;overflow: hidden;}
	.sub_0311 .left_title h3{width: auto;padding: 0 0 10px;border-bottom: 1px solid #a0a0a0;border-right: none;float: left;}
	.sub_0311 .left{float: none;width: auto;}
	.sub_0311 .left .title{height: auto;}
	.sub_03111{margin: 10px 0 0;}
	.sub_03111 ul{margin: 0;}
	
	.sub_0312 ul{white-space: nowrap;overflow: auto;}
	.sub_0312 li{width: 210px;height: 100px;}
	
	.sub_0313{padding: 30px 0;margin-top: 30px;}
	.sub_0313 .left_title{width: auto;float: none;display: block;height: auto;border-bottom: 1px solid #eee;border-right: none;margin: 0 0 20px;overflow: hidden;}
	.sub_0313 .left_title h3{width: auto;padding: 0 0 10px;border-bottom: 2px solid #9a0000;border-right: none;float: left;}
	.sub_0313 .part{margin: 0 0 20px;}
	
	.sub_0511 .top_title,.sub_0512 .top_title, .sub_0513 .lf .top_title{margin: 0 0 20px;}
	.sub_0511 .top_title h3,.sub_0512 .top_title h3, .sub_0513 .lf .top_title h3{padding: 0 0 6px;}
	
	.sub_05122 {margin-top: 0;}
	.sub_05121 li{width: 100%;}
	.sub_05122 a{margin: 0 10px;}
	
	.sub_0513 .lf{width: auto;float: none;padding: 30px ;}
	.sub_0513 .rt{width: auto;float: none;margin: 30px 0 0;overflow: hidden;}
	.sub_05131 ul{margin-top: -20px;}
	
	.sub_05132 ul{text-align: center;margin: 40px 40px 40px 20px;}
	.sub_05132 li{width: auto;}
	.sub_05132 a{width: 200px;}
	
	.sub_0711 .left, .sub_0713 .right{width: auto;float: none;height: 0;padding-bottom: 56.25%;display: none;}
	.sub_0711 .right,.sub_0713 .left{position: relative;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;width: auto;}
	.sub_0711 ul,.sub_0713 ul{margin: 40px;}
	
	.sub_0712 ul{margin: 0 0 -30px -30px;}
	.sub_0712 li{width: 50%;}
	.sub_0712 a{margin: 0 0 30px 30px;}
	
}
@media screen  and (max-width:800px) {
	.pageArticle{margin: 0;}
	.share .bdsharebuttonbox > span{display: none;}
	
	.sub_0011 li{width: 100%;}
	.sub_0011 a{margin-bottom: 30px;}
	.sub_0011 .title{margin: 0 0 7px;height: auto;}
	
}
@media screen and (max-width: 767px) {
	.content,.side_page .content{padding-bottom: 0;}
	.subpage_top{padding: 0;}
	.page_title h3{padding-top: 0;}
	
	.sub_left_title{width: 24px;}
	.sub_right .page_content{padding: 0 0 20px;}
	.sub_menu dl a{line-height: 30px;}
	
	.sub_banner{padding-bottom: 160px;}
	.sub_banner p{font-size: 30px;}
	
	.sub_list1,.sub_list2{margin-top: 0px;}
	.sub_list1 a{line-height: 34px;}
	.sub_list2 a{line-height: 39px;padding: 0 12px;margin: 0;}
	
	.sub_0012 a{line-height: 48px;}
	
	.sub_002 a{padding: 10px;}
	.sub_002 .img_box{width: 160px;float: left;}
	.sub_002 li:nth-child(2n) .img_box{width: 160px;float: right;}
	.sub_002 .info_box{margin: 0 0 0 180px;}
	.sub_002 li:nth-child(2n) .info_box{margin: 0 180px 0 0;}
	.sub_002 .title{margin: 6px 0 11px;}
	.sub_002 .info{margin:0 0 10px ;}
	
	.sub_003 li,.sub_004 li{width: 100%;}
	
	
	.sub_005 a{padding: 16px;}
	.sub_005 .left{width: 120px;}
	.sub_005 .right{margin: 0 0 0 140px;}
	.sub_005 .title{margin: 0 0 10px;}
	.sub_005 .info{height: 48px;margin: 0 0 12px;}
	
	.sub_007 ul{margin-bottom: 24px;}
	.sub_007 a{padding: 0;line-height: 48px;}
	
	.sub_012 .left{width: 160px;}
	
	.sub_013 .article{width: auto;float: none;}
	.sub_013 .right{width: auto;padding: 0;margin: 0;float: none;}
	.sub_013 .img{margin: 0 0 20px;}
	
	.sub_0142 ul{padding: 40px 0px 137px;}
	.sub_0142 ul::after{transform: none;left: 10px;}
	.sub_0142 li{margin: 0 0 20px;}
	.sub_0142 .box,.sub_0142 li:nth-child(2n) .box{margin: 0}
	.sub_0142 .article,.sub_0142 li:nth-child(2n) .article{margin: 0 0 30px 40px;padding: 20px;}
	.sub_0142 .time{text-align: left;padding: 0 0 0 55px;background: url(../../images/zizhan/sub_0142_time2.png) left center no-repeat;font-size: 30px;}
	.sub_0142 .article::after{background: url(../../images/zizhan/sub_0142_arrow2.png) center no-repeat;right: auto;bottom: -39px;left: 53px;}
	
	.sub_015 .part{overflow: hidden;}
	.sub_015 a,.sub_015 .right a{width: 60%;margin: 0 auto 20px;display: block;}
	.sub_015 .tip{margin: 0;clear: both;float: left;display: block;}
	.sub_015 .title{line-height: 24px;height: 24px;margin-top: 6px;}
	
	.sub_015 .left,.sub_015 .right{width: auto;float: none;}
	
	
	.sub_016 .top_box{display: none;}
	.sub_016 .part_title{position: relative;width: auto;text-align: center;border-bottom: 1px solid #eee;}
	.sub_016 .part_title p{position: relative;width: auto;transform: none;left: 0;top:0;line-height: 48px;}
	.sub_016 .left,.sub_016 .right{width: auto;float: none;margin: 0 0 0 20px;padding: 20px 0 0;}
	.sub_016 .box,.sub_016 .right .box{padding-bottom: 10px;padding-left: 100px;}
	.sub_016 .time{margin-bottom: 16px;margin-top: 10px;}
	.sub_016 .part::after{display: none;}
	.sub_016 .tip,.sub_016 .right .tip{width: 100px;margin: 0 0 0 -100px;}
	
	.sub_017,.sub_018{padding: 0;}
	
	.sub_018 .bottom_box{padding: 16px 24px 0px;}
	
	.sub_021 .top_box h3{padding: 0 0 4px;}
	
	.sub_022 ul,.sub_023 ul{margin: 0 0 25px -20px;}
	.sub_022 a{margin: 0 0 20px 20px;padding: 12px 12px 8px;}
	.sub_023 a{margin: 0 0 20px 20px;padding: 0px 12px 8px;}
	.sub_022 li,.sub_023 li,.sub_024 .sub_022 li{width: 50%;}
	.sub_022 .title,.sub_023 .title{margin-top: 6px;}
	
	.sub_024 .part{margin: 0 0 20px;}
	.sub_024 .tip{line-height: 1.2;float: none;}
	.sub_024 .right{margin: 0;padding: 15px 0 0;}
	.sub_024 .right::before,.sub_024 .right::after{display: none;}
	
	.sub_025 .left, .sub_025 .right{width: auto;float: none;margin: 0;}
	.sub_025 .left p, .sub_025 .right p{padding: 0;}
	.sub_025 .img_box{width: 160px;}
	
	.sub_0114 .share{display: block;}
	.sub_0114 .share .bdsharebuttonbox > a{background-size: 100% auto !important;}
	
	.sub_05121 .left{width: auto;float: none;}
	.sub_05121 .right{margin: 0;padding: 12px;}
	.sub_05121 .title,.sub_05121 .line{margin: 0 0 10px;}
	
	.sub_05122 li{width: 100%;}
	.sub_05122 .right,.sub_05122 .left{height: 60px;}
	
	.sub_0513 .lf{padding: 20px;}
	.sub_05131 .title{margin: 0 0 0 100px;}
	.sub_05132 ul{margin: 20px 0;}
	.sub_05132 a{width: 120px;padding: 20px 0;margin: 0 10px;}
	.sub_05132 svg{height: 60px;}
	.sub_05132 .title{margin: 6px 0 0;}
	
	.wrap_sub_0712{margin: 30px 0 10px;}
	.sub_0711 ul, .sub_0713 ul{margin: 30px;}
	.sub_0711 svg,.sub_0713 svg{width: 60px;}
	
}
@media screen  and (max-width:640px){
	
	.sub_005 li{width: 100%;}
	
	.sub_0112 ul{white-space: nowrap;overflow: auto;}
	.sub_0112 li{width: 180px;padding-bottom: 180px;}
	.sub_0113 .left, .sub_0114 .right{width: 100%;float: none;padding-bottom: 56%;height: 0;}
	.sub_0113 .right{position: relative;left: 0;right: 0;top: 0;bottom: 0;width: auto;margin: -16px 16px 0;}
	.sub_0113 .tip{position: relative;width: auto;}
	.sub_0113 .tip p{position: relative;left: 0;right: 0;top: 0;bottom: 0;transform: none;width: auto;text-align: center;line-height: 40px;}
	.sub_01131 ul{margin: 0;}
	.sub_0114{margin-top: 40px;}
	.sub_0114 .left{position: relative;left: 0;right: 0;top: 0;bottom: 0;width: auto;margin: -16px 16px 0;}
	.sub_0114 .top_box{max-width: initial;padding: 20px 20px 10px;}
	.sub_0114 .tip{position: relative;width: auto;}
	.sub_0114 .tip p{position: relative;left: 0;right: 0;top: 0;bottom: 0;transform: none;width: auto;text-align: center;line-height: 40px;}
	.sub_0114 .box{display: block;margin: 0;}
	.sub_0114 .title,.sub_0114 .info{display: inline-block;*display: inline;*zoom:1;margin: 0;}
	.sub_0114 .share{margin-left: 20px;}
	.sub_0114 .share .bdsharebuttonbox > a{margin: 20px 30px 30px 0;}
	.sub_0113 .right::after,.sub_0114 .left::after{left: 0;right: 0;}
	
	
}
@media screen and (max-width:639px){
	.sub_03131 li {width: 100%;}
	
}
@media screen and (max-width:480px){
	.bread{}
	.page_title h3{}
}
@media screen and (max-width:414px){
	.sub_002 .img_box,.sub_002 li:nth-child(2n) .img_box{float: none;margin: 0 auto 10px;width: 100%;}
	.sub_002 .info_box,.sub_002 li:nth-child(2n) .info_box{margin: 0 ;}
	
	.sub_018 .box{margin: 0;display: block;}
	.sub_018 .title,.sub_018 .info{display: inline-block;*display: inline;*zoom:1;margin: 0;}
	
	.sub_0112 li{width: 140px;padding-bottom: 140px;}
	
}
@media screen and (max-width:413px){
	.wrap_sub_0012{padding: 20px;}
	
	.sub_005 .title{max-height: initial;}
	.sub_005 .info{display: none;}
	
	.sub_0711 li{width: 50%;}
	.sub_0711 .title, .sub_0713 .title{margin: 0 0 10px;}
	.sub_0712 li{width: 100%;}
	.sub_0713 ul{margin: 30px 10px;}
	
}
@media screen and (max-width:320px){
	
}