/*  */
.web_main{background: #fff;}

.c_location li::after, .side-cate li .icon-cate.icon-cate-up:before, .side-cate li .icon-cate.icon-cate-down:before, .side-cate li li a:before, .sel_item .sel::before, .c_faq_list li .title::before, .more_detail .more:before, .side-cate>li>a::before, .c_ad_btn .more::after, .award_info::before, .sort_tab_mobile .select_tab::before{
	font-family: fontawesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
/* transition */
.c_location li::after, .side-cate li .icon-cate.icon-cate-up:before, .side-cate li .icon-cate.icon-cate-down:before, .side-cate li li a:before, .sel_item .sel::before, .c_faq_list li .title::before, .more_detail .more:before, .innerPro_item .right_icon::before, .side-cate>li>a::before, .c_ad_btn .more::after, .award_info::before{
	font-family: fontawesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
/* transition */
.hoverItem, .hoverItem::before, .hoverItem::after, .hoverItem .title, .hoverItem .brief, .hoverItem .pubPic, .hoverItem .pubPic::before, .pubPic img, .hoverItem .more, .hoverItem .item_icon, .hoverItem .order, .pubMore::before, .pubMore, .pubMoreBg, .hoverPic, .pubMore1, .pubMore1::before, .th_more, .pubMore2, .pubMore2::before{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hoverItem:hover .pubPic img, .hoverPic:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.sitemap-content{padding: 4% 0 0 !important;}
@media only screen and (max-width: 1023px) {
	.sitemap-content{padding: 152px 0 0 !important;}
	.privacy_main{padding: 152px 0 30px !important;}
}
@media only screen and (max-width: 980px) {
	#cont > ul > li > a{font-size: 22px !important;}
	#cont > ul > li > ul > li ul{grid-template-columns: repeat(1, 1fr) !important;}
}

/* pad_top  mar_top */
.pad_top{padding-top: 5.5%;}
.pad_bot{padding-bottom: 5.5%;}
.pad_tb{padding: 5.5% 0;}
.mar_top{margin-top: 5.5%;}
@media only screen and (max-width: 1450px) {
	.pad_top{padding-top: 5%;}
	.pad_bot{padding-bottom: 5%;}
	.pad_tb{padding: 5% 0;}
	.mar_top{margin-top: 5%;}
}
@media only screen and (max-width: 1300px) {
	.pad_top{padding-top: 4.5%;}
	.pad_bot{padding-bottom: 4.5%;}
	.pad_tb{padding: 4.5% 0;}
	.mar_top{margin-top: 4.5%;}
}
@media only screen and (max-width: 980px) {
	.pad_top{padding-top: 30px;}
	.pad_bot{padding-bottom: 30px;}
	.pad_tb{padding: 30px 0;}
	.mar_top{margin-top: 30px;}
}

/* web_th */
.web_th{text-align: center; margin: 0 auto;}
.th_left{text-align: left; margin: 0;}

.web_th .title{font-size: 48px; line-height: 1.15; font-family: 'Archivo Black-Regular'; color: #333; text-transform: capitalize;}
.web_th .title .txt{color: inherit; position: relative;}
.web_th .title a.txt:hover{color: var(--commonColor);}

.web_th .brief{line-height: 1.5; color: #666; margin-top: 12px;}

.web_th_white .title{line-height: 1.5; padding-bottom: 10px;}
.web_th_white .title, .web_th_white .title .txt{color: #fff;}

/* .web_th_white .title .txt{padding-bottom: 15px;}
.web_th_white .title .txt::before{position: absolute; left: 0; width: 120px; bottom: 0; height: 3px; background: #fff; content: '';}
.web_th_white .title a.txt:hover{text-decoration: none;}
.web_th_white .title a.txt:hover:before{background-color: #3256A4;}
.web_th_white .brief{color: #fff;} */

@media only screen and (max-width: 1450px) {
	.web_th .title{font-size: 40px;}
}
@media only screen and (max-width: 1350px) {
	.web_th .title{font-size: 35px;}
}
@media only screen and (max-width: 1200px) {
	.web_th .title{font-size: 30px;}
}
@media only screen and (max-width: 980px) {
	.web_th .title{font-size: 26px;}
}

/* common_ad */
.common_ad{position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 80px 0;}
.common_ad::before{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient( 270deg, #000000 0%, rgba(0,0,0,0.7) 47.12%, rgba(102,102,102,0) 100%); z-index: 0; content: '';}

.common_ad .web_th{width: 43%; margin-left: 57%; text-align: left;}
.common_ad .web_th .title{color: #fff; border: 0; line-height: 1.45; padding-bottom: 0;}
.common_ad .web_th .title::before{display: none;}
.common_ad .web_th .brief{color: #fff; line-height: 28px; margin-top: 10px; display: none;}
.common_ad .more_btn .more{display: inline-block; padding: 14px 40px 12px; border-radius: 8px; color: #fff; background: var(--commonColor); font-weight: bold; font-size: 24px; text-transform: uppercase; line-height: 30px; margin-top: 15px;}
.common_ad .more_btn .more:hover{background: #fff; color: var(--commonColor); margin-left: 0;}

@media only screen and (max-width: 1450px) {
	.common_ad{padding: 70px 0;}
	.common_ad .more_btn .more{font-size: 22px;}
}
@media only screen and (max-width: 1300px) {
	.common_ad .more_btn .more{font-size: 20px;}
}
@media only screen and (max-width: 980px) {
	.common_ad{padding: 40px 0;}
	.common_ad .web_th{width: 80%; margin-left: 20%;}
	.common_ad .web_th .title{font-size: 24px;}
	.common_ad .web_th .brief{font-size: 16px; line-height: 26px; display: block;}
	.common_ad .more_btn .more{font-size: 16px; padding: 10px 26px 8px; line-height: 26px;}
}


/* c_banner */
.c_banner{background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1;}
.c_banner_bg{
	position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.c_banner_bg::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; z-index: -1; background: rgba(0,0,0,0.5);}
.c_banner .layout{z-index: 2; height: 100%;}
.c_banner_txt{text-align: center; width: 100%; min-height: 300px; padding: 12% 0 12%;}
.c_banner_txt .th{font-size: 64px; font-family: 'Archivo Black-Regular'; color: #fff; line-height: 1.2; text-transform: uppercase;}
.c_banner_txt .banner_brief{color: #fff; line-height: 30px; max-width: 1280px; margin: 0 auto;}
.c_banner_btn{text-align: center;}
.c_banner_btn .btn{background: #FAFAFA; display: inline-block; height: 36px; line-height: 36px; width: 136px; text-align: center; color: var(--commonColor); background-repeat: no-repeat; border: 1px solid #fff; margin-top: 20px; font-family: 'MyriadPro-Bold';}
.c_banner_btn .btn_pdf{background-image: url(../img/icon_down_1.png); background-position: 30% 10px; background-size: 20px auto; margin-right: 16px; padding-left: 20px;}
.c_banner_btn .btn:hover{color: #fff; background-color: var(--commonColor);}
.c_banner_btn .btn_pdf:hover{background-image: url(../img/icon_down.png);}

@media only screen and (max-width: 1450px) {
	.c_banner_txt .th{font-size: 56px;}
}
@media only screen and (max-width: 1350px) {
	.c_banner_txt .th{font-size: 48px;}
}
@media only screen and (max-width: 1200px) {
	.c_banner_txt .th{font-size: 42px;}
}
@media only screen and (max-width: 1023px) {
	.c_banner{margin-top: 50px;}
}
@media only screen and (max-width: 950px) {
	.c_banner{margin-bottom: 0;}
	.c_banner_img{min-height: 200px; object-fit: cover;}
	.c_banner_txt{min-height: unset; padding: 40px 0; min-height: 220px;}
	.c_banner_txt .th{font-size: 28px;}
	.c_banner_btn .btn{margin-top: 12px;}
	.c_banner_txt .banner_brief{line-height: 26px;}
	
	.swiper-button-next, .swiper-button-prev{width: 40px; height: 40px; line-height: 38px; margin-top: -20px;}
}

/* c_location */
.c_location{justify-content: center; flex-wrap: wrap; line-height: 24px; overflow: hidden; padding: 15px 0;}
.c_location ul{justify-content: center; flex-wrap: wrap; display: flex;}
.c_location li{position: relative; line-height: 26px; padding-right: 18px; margin-right: 8px; text-align: center; color: #fff; text-transform: uppercase;}
.c_location li:last-child{padding-right: 0; margin-right: 0;}
.c_location li::after{position: absolute; right: 0; content: '\f105'; top: -1px; font-size: 20px;}
.c_location li:last-child::after{content: '';}
.c_location li a, .c_location li span{display: block; color: #fff;}
.c_location li:last-child span{color: var(--commonColor);}
.c_location li a:hover{color: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.c_location{padding: 10px 0;}
}

/* pubMore */
.pubMore{display: inline-block; height: 42px; line-height: 42px; text-align: center; background: var(--commonColor); color: #fff;  position: relative; z-index: 0; border: 2px solid var(--commonColor); border-radius: 22px;}
.pubMore::before, .pubMoreWhite::before{position: absolute; content: ''; left: 50%; top: 50%; width: 0; height: 0; background: #fff; z-index: -1; border-radius: 22px;}
.pubMore:hover{color: var(--commonColor);}
.pubMore:hover::before{width: 100%; height: 100%; left: 0; top: 0;}

.pubMoreWhite{border: 2px solid #fff; color: var(--commonColor); background: #fff;}
.pubMoreWhite::before{background: var(--commonColor);}
.pubMoreWhite:hover{color: #fff; background: none;}
.pubMoreWhite:hover::before{width: 100%; height: 100%; left: 0; top: 0;}

/* c_more_btn */
.more_btn .more{color: var(--commonColor); position: relative; font-family: 'MyriadPro-Semibold'; font-size: 20px;}
.more_btn .more:hover{margin-left: 5px;}

.more_btn_gr .more{color: #355E40;}
.more_btn_gr .more::after{background-image: url(../img/icon_plus.png);}


@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 950px) {
	
}

/* sub_th */
.sub_th{line-height: 26px; padding-bottom: 10px; margin-bottom: 20px; position: relative;}
.sub_th::before{position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--commonColor); content: ''; transform: scaleY(50%);}
.sub_th .th{color: #000; text-transform: uppercase; font-size: 20px;}

/* swiper-prev swiper-next */
.common-next, .common-prev{width: 56px; height: 56px; line-height: 56px; margin-top: -28px; font-size: 32px; display: none;}
.common-prev{left: -70px;}
.common-next{right: -70px;}
.common-prev::before, .common-next::before{display: block; width: 100%; height: 100%;}
.common-prev::before{content: '\f104';}
.common-next::before{content: '\f105';}

.common-pagination{display: none;}

@media only screen and (max-width: 1620px) {
	.common-next, .common-prev{width: 50px; height: 50px; line-height: 50px; margin-top: -25px; font-size: 30px;}
	.common-prev{left: -60px;}
	.common-next{right: -60px;}
}
@media only screen and (max-width: 1024px) {
	.common-next, .common-prev{width: 38px; height: 38px; line-height: 38px; margin-top: -19px; font-size: 28px;}
	.common-prev{left: -30px;}
	.common-next{right: -30px;}
}
@media only screen and (max-width: 980px) {
	.common-next, .common-prev{display: none;}
	.common-pagination{display: block;}
}


/* c_related_video */
.c_related_video{overflow: hidden;}
.related_video_inner{padding: 2% 0 0; position: relative;}
.related_video_inner .swiper-slide{height: auto; width: calc((100% - 48px) / 4); margin-right: 16px;}
.related_video_item{height: 100%; position: relative; border-radius: 12px; overflow: hidden;}
.related_video_item .pic{padding-bottom: 100%; border-radius: 12px;}
.related_video_item .item_icon{position: absolute; width: 62px; height: 62px; background: url(../img/play.png) no-repeat center/100% auto; top: 45%; left: 50%; margin: -31px 0 0 -31px; z-index: 2;}
.related_video_info{padding: 0 24px 20px; position: absolute; left: 0; bottom: 0; z-index: 3; width: 100%;}
.related_video_info::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; z-index: -1; background: linear-gradient(to bottom, rgba(0, 0, 0 ,0) 0%, #000000 100%); border-radius: 12px;}
.related_video_info .title{color: #fff; font-weight: bold; font-size: 22px;}
.related_video_info .brief{color: #fff; line-height: 26px; height: 52px; margin-top: 5px;}
.related_video_item:hover .title{color: var(--commonColor);}
.related_video_item:hover .item_icon{background-image: url(../img/play_b.png);}

@media only screen and (max-width: 1450px) {
	.related_video_info .title{font-size: 20px;}
}
@media only screen and (max-width: 1300px) {
	.related_video_inner .swiper-slide{width: calc((100% - 32px) / 3);}
	.c_related_video .web_th .brief,
	.related_video_inner{zoom: 0.9;}
	.related_video_info .brief{display: none;}
}
@media only screen and (max-width: 980px) {
	.c_related_video .web_th .brief{zoom: 1;}
	.related_video_inner{padding: 15px 0 36px; zoom: 1;}
	.related_video_item .item_icon{width: 60px; height: 60px; margin: -30px 0 0 -30px;}
	.related_video_info{text-align: center;}
	.swiper_related_video .common-next,
	.swiper_related_video .common-prev{display: none !important;}
}


/* c_related_pro */
.c_related_pro{overflow: hidden;}
.related_pro_inner{padding: 2% 0 0; position: relative;}
.related_pro_inner .swiper-slide{height: auto; width: calc((100% - 90px) / 4); margin-right: 30px;}
.related_pro_item{background-color: #fff; height: 100%; text-align: center;}
.related_pro_item .pic{padding-bottom: 100%; border-radius: 12px;}
.related_pro_item .title{font-size: 20px; font-weight: bold; line-height: 1.4; flex: 1; margin: 12px 0 6px; text-transform: capitalize;}
.related_pro_item .brief{color: #666; line-height: 28px; height: 56px;}
.related_pro_item .more{display: inline-block; height: 36px; line-height: 36px; padding: 0 20px; font-weight: bold; text-transform: uppercase; background: var(--commonColor); color: #fff; margin-top: 10px; border-radius: 36px; border: 2px solid transparent;}
.related_pro_item .more:hover{border-color: var(--commonColor); background: #fff; color: var(--commonColor);}

.related_pro_item:hover .title{color: var(--commonColor);}

@media only screen and (max-width: 1450px) {
	.related_pro_inner .swiper-slide{width: calc((100% - 60px) / 4); margin-right: 20px;}
}
@media only screen and (max-width: 1300px) {
	.related_pro_inner .swiper-slide{width: calc((100% - 40px) / 3); margin-right: 20px;}
	.c_related_pro .web_th .brief,
	.related_pro_inner{zoom: 0.9;}
}
@media only screen and (max-width: 980px) {
	.c_related_pro .web_th .brief{zoom: 1;}
	.related_pro_inner{padding: 15px 0 35px; zoom: 1;}
	.related_pro_inner .swiper-slide{width: 100%; margin-right: 16px;}
}


/* c_related_news */
.c_related_news{overflow: hidden;}
.related_news_inner{padding: 3% 0 0; position: relative;}
.related_news_inner .swiper-slide{width: calc((100% - 90px) / 4); margin-right: 30px; height: auto;}

.related_news_item{height: 100%; position: relative; border-bottom: 2px solid transparent; border-radius: 12px;}
.related_news_item>a{height: 100%;}

.related_news_item .pic{padding-bottom: 66%; border-radius: 12px 12px 0 0;}

.related_news_info{padding: 0 20px 22px; flex: 1; align-items: flex-start; border-radius: 0 0 12px 12px; border: 1px solid rgba(0, 0, 0, 0.1); border-top: 0; transition: all 0.5s ease;}
.related_news_info .date{height: 34px; line-height: 34px; background: var(--commonColor); color: #fff; margin-top: -17px; position: relative; z-index: 1; padding: 0 16px; display: inline-block; border-radius: 4px;}
.related_news_info .title{font-weight: bold; font-size: 20px; margin: 15px 0 8px; line-height: 1.35; overflow: hidden; flex: 1; width: 100%; text-transform: capitalize;}
.related_news_info .brief{color: #666; line-height: 28px; height: 56px; overflow: hidden; width: 100%;}
.related_news_info .more{text-transform: uppercase; font-weight: bold; font-size: 18px; border-bottom: 2px solid #333; padding-bottom: 0; line-height: 24px; margin-top: 12px;}

.related_news_item:hover, .related_news_item:hover .related_news_info{border-color: var(--commonColor);}
.related_news_item:hover .related_news_info .more{border-color: var(--commonColor);}

.related_news_inner .common-pagination{display: none;}

@media only screen and (max-width: 1450px) {
	.related_news_inner .swiper-slide{width: calc((100% - 60px) / 4); margin-right: 20px;}
	.related_news_info{padding: 0 16px 20px;}
}
@media only screen and (max-width: 1300px) {
	.related_news_inner .swiper-slide{width: calc((100% - 40px) / 3); margin-right: 20px;}
	.related_news_inner{zoom: 0.9;}
}
@media only screen and (max-width: 980px) {
	.related_news_inner{padding: 20px 0 35px; zoom: 1;}
	.related_news_inner .swiper-slide{width: 100%; margin-right: 16px;}
	.related_news_info .title{font-size: 20px; display: block; margin-bottom: 6px; line-height: 28px;}
	/* .related_news_info .brief{display: none;} */
	.swiper_related_news{padding-bottom: 0;}
	.related_news_inner .common-next{display: none;}
	.related_news_inner .common-prev{display: none;}
	.related_news_inner .common-pagination{display: block;}
}

/*-------------aside-------------*/
.c_category_box{padding: 0;}
.c_category_box .layout{display: flex; justify-content: space-between;}
.aside {width: 24%;  margin-right: 52px; font-family: Arial;}
.c_right_box{flex: 1; width: calc(76% - 52px);}

.side-tit-bar {position: relative; background: var(--commonColor);}
.side-tit-bar .side-tit {position: relative; font-size: 28px; font-weight: bold; line-height: 1.25; padding: 24px 15px; color: #fff; text-align: center; display: block; text-transform: uppercase;}

.side-widget {position: sticky !important; top: 100px !important; margin: 0 0 0;}
.side-widget+.side-widget .side-tit-bar .side-tit {text-transform: none;}
.side-widget .side-div:nth-child(n+2){margin-top: 32px;}
.side-cate {padding: 18px; border: 2px solid #666; border-top: 0;}
.side-cate li {position: relative; line-height: 26px; font-size: 16px;}
.side-cate li li {font-size: 16px; font-weight: normal; border-bottom: none; margin-top: 0;}
.side-cate li a {position: relative; display: block; color: #333; padding: 10px 34px 10px 0; line-height: 1.25;}
.side-cate>li>a{font-size: 22px; color: #000; font-weight: bold;}

.side-cate>li>a.has_child::before{content: '';}
.side-cate ul {display: none; overflow: hidden; padding: 5px 0;}
.side-cate ul ul{padding-left: 6px;}
.side-cate ul li:last-child{border-bottom: none;}
.side-cate li li a{font-size: 18px; font-weight: bold; padding: 8px 34px 8px 0; color: #333;}
.side-cate li li li a {padding: 6px 34px 6px 14px; margin-right: 0; position: relative; color: #666; font-weight: normal; font-size: 16px;}
.side-cate li li li a::before{position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; margin-top: -2px; background: #333; content: '';}
.side-cate li a:hover, .side-cate li.active>a, .side-cate li li a:hover,
.side-cate li li.active>a {color: var(--commonColor);}
.side-cate li li a:hover::before{background: var(--commonColor);}

.side-cate>li.nav-current>a{color: var(--commonColor);}

.side-cate li .icon-cate{position: absolute; right: 0; top: 10px; display: inline-block; width: 30px; height: 30px; line-height: 29px; overflow: hidden; text-align: center; font-size: 16px; cursor: pointer; color: #000; border-radius: 0%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}

.side-cate>li.nav-current>.icon-cate{color: var(--commonColor);}

.side-cate li .icon-cate:before {font-size: 20px; width: 100%; display: block; height: 100%; line-height: 30px;}
.side-cate li .icon-cate.icon-cate-down:before {content: '+'; display: block; font-size: 30px; font-weight: bold;}
.side-cate li .icon-cate.icon-cate-up:before {content: '\f068'; display: block; transform: scale(1, 0.75); font-size: 20px; line-height: 28px;}

.side-cate li .icon-cate.icon-cate-up {transform: rotate(180deg);}
.side-cate li .icon-cate:hover{background: #f5f5f5;}
.side-cate li li .icon-cate{top: 3px;}
.side-cate li li:hover>a, .side-cate li li:hover .icon-cate{color: var(--commonColor);}

/* side-resources */
.side-reso>li>a{font-size: 20px;}


/* side-news */
.side-tit-news{background: #F2F2F2; border: 1px solid rgba(var(--comColorRgb), 0.4); border-bottom: 0; border-top-width: 3px; font-size: 18px; color: var(--commonColor); padding: 12px; text-align: center;}
.side-tit-news .side-tit{padding-bottom: 0;}
.side-news{background: #fff; border: 1px solid rgba(var(--comColorRgb), 0.4); border-top: 0; padding: 20px 10px 2px;}
.side-news li{margin-top: 5px;}
.side-news li:first-child{margin-top: 0;}
.side-news li .side-news-info{padding: 14px 0 18px;}
.side-news li .news_pic{padding-bottom: 82%; border-radius: 10px; overflow: hidden;}
.side-news li .title{line-height: 1.25; font-size: 16px;}
.side-news li .title a{line-height: 1.25;}
.side-news li .brief{color: #999; line-height: 1.5; margin-top: 12px; font-family: 'Poppins-Regular'; }

.side-news li:hover .title{color: var(--commonColor);}
.side-news li:hover .title a{color: var(--commonColor);}


@media only screen and (max-width: 1450px) {
	.side-tit-bar .side-tit{font-size: 26px; padding: 18px 15px;}
	.side-cate>li>a{font-size: 20px;}
}
@media only screen and (max-width: 1300px) {
	.c_category_box{zoom: 0.9;}
	.aside{width: 280px; margin-right: 30px;}
	.c_right_box{width: calc(100% - 310px);}
}
@media only screen and (max-width: 1023px) {
	.c_category_box{zoom: 1;}
	.side-tit-bar .side-tit{font-size: 20px;}
	.aside{width: 100%; float: none; display: none;}
	.c_right_box{width: 100%; float: none; margin-top: 0; padding-top: 0;}
	.side-widget{position: static !important;}
}


/* page_bar */
.page_bar{padding: 4% 0 0; font-size: 16px;}

.page_bar .pagination, .page_bar .pagination .nav-links{display: flex; justify-content: center;}
.pagination .page-numbers{display: block; height: 48px; line-height: 48px; border-radius: 40px; color: #333; text-align: center; min-width: 48px; margin-right: 10px; font-size: 24px; background: #fff; font-weight: bold; background-color: #EEE;}
.pagination .page-numbers:last-child{margin-right: 0;}
.pagination .page-numbers.current{background-color: var(--commonColor); color: #fff;}
.pagination a.page-numbers:hover{background-color: var(--commonColor); color: #fff;}
.pagination a.prev, .pagination a.next{position: relative; font-size: 0; background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: 26px auto;}
.pagination a.prev{background-image: url(../img/icon_left.png);}
.pagination a.next{background-image: url(../img/icon_right.png);}
.pagination a.prev:hover{background-image: url(../img/icon_left_w.png);}
.pagination a.next:hover{background-image: url(../img/icon_right_w.png);}

@media only screen and (max-width: 980px) {
	.page_bar{padding: 24px 0 0;}
	.pagination .page-numbers{min-width: 36px; height: 36px; line-height: 36px; margin-right: 6px; min-width: 36px; font-size: 20px;}
	.pagination a.prev, .pagination a.next{padding: 0 8px; line-height: 32px;}
}


/* innerContent */
.c_share{padding: 15px 0; align-items: center;}
.c_share .date{color: #666; margin-right: 5%;}
.c_share .share_bar{color: #666; justify-content: center; align-items: center;}
.c_share .share_bar .share_btn{display: block; width: 36px; height: 36px; margin-left: 10px; border-radius: 5px; background: var(--commonColor); transition: all 0.3s ease;}
.c_share .share_bar .share_btn img{padding: 6px;}
.c_share .share_bar .share_btn:hover img{transform: rotate(15deg);}

.innerContent{padding: 20px 0 0; line-height: 28px; color: #666;}
.innerContent img{max-width: 100%; margin: 0 auto; border-radius: 2px;}

.innerContent_other{margin-top: 4%; width: 100%; margin: 4% auto 0; max-width: 1160px;}
.innerContent_other .link_prev, .innerContent_other .link_next{position: relative; line-height: 30px; align-items: center; font-size: 18px; width: 48%;}
.innerContent_other .link_next{justify-content: flex-end;}
.innerContent_other .link_btn{line-height: 48px; display: inline-block; background: #fff; border-radius: 2px; min-width: 140px; padding-left: 36px; padding-right: 14px; position: relative; margin-right: 12px; font-size: 20px; border: 1px solid #333; font-weight: bold;}
.innerContent_other .link_title{line-height: 26px; padding: 3px 0; font-weight: bold; font-size: 18px;}
.innerContent_other .link_next .link_btn{order: 3; margin: 0; margin-left: 12px;}
.innerContent_other .link_next .link_title{order: 2;}
.innerContent_other .link_btn::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 0;
	border-right: 8px solid #333;
	position: absolute;
	top: 50%; border-radius: 2px;
	margin-top: -7px; left: 15%; left: 18px;
}
.innerContent_other .link_prev .link_btn::before{
	top: 50%;
}
.innerContent_other .link_next .link_btn::before{
	border-right: 0;
	border-left: 8px solid #333;
}
.innerContent_other .link_btn:hover{background: var(--commonColor); color: #fff; border-color: var(--commonColor);}
.innerContent_other .link_prev .link_btn:hover::before{border-right-color: #fff;}
.innerContent_other .link_next .link_btn:hover::before{border-left-color: #fff;}


@media only screen and (max-width: 1300px) {
	.innerContent_other{flex-direction: column; max-width: unset; zoom: 0.9;}
	.innerContent_other .link_prev, .innerContent_other .link_next{width: 100%;}
	.innerContent_other .link_next{margin-top: 15px; justify-content: flex-start;}
	.innerContent_other .link_btn{line-height: 46px;}
	.innerContent_other .link_next .link_btn{order: 1; margin: 0; margin-right: 12px;}
}
@media only screen and (max-width: 980px) {
	.c_share{flex-wrap: wrap; padding-bottom: 0;}
	.c_share .date{width: 100%;}
	.c_share .share_bar{margin-top: 15px;}

	.innerContent{padding: 20px 0 0;}
	
	.innerContent_other{zoom: 1;}
	.innerContent_other .link_title{padding: 0; font-size: 16px;}
	.innerContent_other .link_btn{padding-left: 25px; min-width: 112px; font-size: 16px; line-height: 42px;}
	.innerContent_other .link_btn::before{left: 12px;}
}
/* 
.innerContent_other{padding-top: 3%;}
.innerContent_other .link_item{max-width: 760px; width: 100%; font-size: 16px; position: relative; line-height: 26px; padding: 20px 0 15px; border-bottom: 1px solid rgba(51, 51, 51, 0.5);}
.innerContent_other .link_txt{margin-right: 10px; font-size: 24px;}
.innerContent_other .link_title{flex: 1;}


@media only screen and (max-width: 1350px) {
	.innerContent_other .link_txt{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.innerContent_other .link_txt{font-size: 20px;}
}
@media only screen and (max-width: 980px) {
	.c_share{flex-wrap: wrap; padding-bottom: 0;}
	.c_share .date{width: 100%;}
	.c_share .share_bar{margin-top: 15px;}
	
	.innerContent_other .link_item{max-width: 100%; padding: 12px 0 8px;}
	.innerContent_other .link_txt{font-size: 18px; margin-right: 2px;}
	
} */