/*  */
.web_main{background: #fff;}
.title{text-transform: capitalize;}

.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 .title, .hoverItem .brief, .hoverItem .pubPic, .pubPic img, .hoverPic img .hoverItem .more, .hoverItem .item_icon, .hoverItem .order, .pubMore::before, .pubMore{
	-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 img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/* pad_top  mar_top */
.pad_top{padding-top: 5%;}
.pad_tb{padding: 5% 0;}
.mar_top{margin-top: 5%;}
@media only screen and (max-width: 1450px) {
	.pad_top{padding-top: 4.5%;}
	.pad_tb{padding: 4.5% 0;}
	.mar_top{margin-top: 4.5%;}
}
/* @media only screen and (max-width: 1300px) {
	.pad_top_l{padding-top: 4.2%;}
	.pad_bot_l{padding-bottom: 4.2%;}
	.pad_tb_l{padding: 4.2% 0;}
	.mar_top_l{margin-top: 4.2%;}
} */
@media only screen and (max-width: 980px) {
	.pad_top{padding-top: 30px;}
	.pad_tb{padding: 30px 0;}
	.mar_top{margin-top: 30px;}
	/* .pad_top_l{padding-top: 30px;}
	.pad_bot_l{padding-bottom: 30px;}
	.mar_top_l{margin-top: 30px;} */
}

/* web_th */
.web_th{text-align: left;}
.web_th .title{font-size: 50px; line-height: 1.2; font-family: 'Lato-Black'; color: var(--commonColor); text-transform: capitalize;}
.web_th .title .txt{color: inherit; position: relative;}
.web_th .title a.txt{padding-bottom: 2px; position: relative;}
.web_th .title a.txt::before{position: absolute; left: 50%; bottom: 0; content: ''; height: 2px; width: 0; background: var(--commonColor); transform: translateX(-50%);}
.web_th .title a.txt:hover{color: var(--commonColor);}
.web_th .title a.txt:hover::before{width: 100%;}
.web_th .brief{line-height: 1.75; color: #666; margin-top: 15px; font-family: 'Lato-light';}

.th_center{text-align: center;}

.th_large .title{font-size: 60px;}
.th_small .title{font-size: 40px;}

.th_white .title{color: #fff;}
.th_white .title a.txt:hover{color: var(--commonColor);}
.th_white .brief{color: #fff;}

@media only screen and (max-width: 1550px) {
	.web_th .title{font-size: 46px;}
	.th_large .title{font-size: 56px;}
	.th_small .title{font-size: 36px;}
}
@media only screen and (max-width: 1450px) {
	.web_th .title{font-size: 42px;}
	.th_large .title{font-size: 52px;}
	.th_small .title{font-size: 34px;}
}
@media only screen and (max-width: 1350px) {
	.web_th .title{font-size: 36px;}
	.th_large .title{font-size: 48px;}
	.th_small .title{font-size: 32px;}
}
@media only screen and (max-width: 1200px) {
	.web_th .title{font-size: 34px;}
	.th_large .title{font-size: 42px;}
	.th_small .title{font-size: 30px;}
}
@media only screen and (max-width: 980px) {
	.web_th .title{font-size: 28px;}
	.th_large .title{font-size: 28px;}
	.th_small .title{font-size: 26px;}
	.web_th .title br{display: none;}
	.web_th .brief{margin-top: 12px;}
}

/* pubMore */
.pubMore, .pubMoreBg{display: inline-block; line-height: 42px; background: var(--commonColor); color: #fff; padding: 0 30px; position: relative; border: 2px solid var(--commonColor); z-index: 0; cursor: pointer; box-sizing: border-box;}
.pubMore::before{position: absolute; content: ''; left: 50%; top: 50%; width: 0; height: 0; background: #fff; z-index: -1;}
.hoverItem:hover .pubMore,
.pubMore:hover{color: var(--commonColor);}
.hoverItem:hover .pubMore::before,
.pubMore:hover::before{width: 100%; height: 100%; left: 0; top: 0;}

.pubMoreBg{background: #000; border: none;}
.pubMoreBg:hover{background: var(--commonColor); color: #fff;}

/* 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: 980px) {
	.pubMore, .pubMoreBg{line-height: 40px;}
}


/* 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.25);}
.c_banner .layout{z-index: 2; height: 100%;}
.c_banner_txt{text-align: center; width: 100%; min-height: 300px; padding: 14% 0 9%;}
.c_banner_txt .th{font-size: 60px; font-family: 'Lato-Black'; color: #fff; line-height: 1.2;}
.c_banner_txt .brief{font-size: 20px; color: #E5E5E5; margin-top: 15px; display: none;}
.c_banner_btn{text-align: center; margin-top: 30px;}
.c_banner_btn .btn{background: #fff; display: inline-block; height: 46px; line-height: 46px; width: auto; padding: 0 20px 0 52px; color: var(--commonColor); background-repeat: no-repeat; font-size: 18px; background-position: 16px 10px; background-size: 26px auto;}
.c_banner_btn .btn_pdf{background-image: url(../img/icon_down.png); margin-right: 16px;}
.c_banner_btn .btn_video{background-image: url(../img/icon_video.png);}
.c_banner_btn .btn:hover{color: #fff; background-color: var(--commonColor);}
.c_banner_btn .btn_pdf:hover{background-image: url(../img/icon_down_h.png);}
.c_banner_btn .btn_video:hover{background-image: url(../img/icon_video_h.png);}

@media only screen and (max-width: 1550px) {
	.c_banner_txt .th{font-size: 56px;}
}
@media only screen and (max-width: 1450px) {
	.c_banner_txt .th{font-size: 52px;}
}
@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;}
	.c_banner_txt .brief{font-size: 18px;}
}
@media only screen and (max-width: 1023px) {
	.c_banner{margin-top: 62px;}
}
@media only screen and (max-width: 980px) {
	.c_banner{margin-bottom: 0;}
	.c_banner_img{min-height: 200px; object-fit: cover;}
	.c_banner_title{margin-bottom: 10px; font-size: 24px;}
	.c_banner_txt{min-height: unset; padding: 35px 0 40px;}
	.c_banner_txt .th{font-size: 30px;}
	.c_banner_btn{margin-top: 10px;}
	.c_banner_btn .btn{font-size: 16px; padding: 0 15px 0 42px; background-position: 14px 10px; background-size: 22px auto; margin-top: 10px;}
	.c_banner_btn .btn_pdf{margin-right: 10px;}
}


/* c_location */
.c_location{overflow: hidden; padding: 20px 0; font-size: 18px; background: rgba(var(--comColorRgb), 0.2);}
.c_local_bar{}
.c_location li{position: relative; line-height: 28px; padding-right: 28px; margin-right: 10px; text-align: center;}
.c_location li:first-child{padding-left: 35px; background: url(../img/home.webp) no-repeat left center; background-size: 19px auto;}
.c_location li:last-child{padding-right: 0; margin-right: 0;}
.c_location li::after{position: absolute; right: 0; content: '\f178'; top: 5px; content: ''; background: url(../img/icon_right_b.png) no-repeat center; background-size: 12px auto; display: block; width: 20px; height: 20px; transform: scaleY(0.8);}
.c_location li:last-child::after{content: ''; display: none;}
.c_location li a{display: block;}
.c_location li:last-child a{color: var(--commonColor);}
.c_location li:last-child span{color: var(--commonColor); text-decoration: underline;}
.c_location li a:hover{color: var(--commonColor); text-decoration: underline;}

@media only screen and (max-width: 980px) {
	.c_location{padding: 15px 0;}
}


/* swiper-prev swiper-next */
.common-prev, .common-next{width: 32px; height: 56px; line-height: 54px; font-size: 28px; border: 1px solid var(--commonColor); background: #fff; color: var(--commonColor); border-radius: 0; margin-top: -28px; display: none;}
.common-prev{left: -50px;}
.common-next{right: -50px;}
.common-prev:hover, .common-next:hover{color: #fff;}

.common-pagination{display: none;}

@media only screen and (max-width: 980px) {
	.common-prev, .common-next{display: none !important;}
	.common-pagination{display: block;}
}

/* common_products */
.common_products{overflow: hidden;}
.common_pro_item{width: calc((100% - 5px) / 6); margin-right: 1px;}
.common_pro_item:nth-child(6n){margin-right: 0;}
.common_pro_item:nth-child(n+7){margin-top: 1px;}
.common_pro_item .pic{padding-bottom: 100%;}

@media only screen and (max-width: 980px) {
	.common_pro_item{width: calc((100% - 1px) / 2);}
	.common_pro_item:nth-child(2n){margin-right: 0;}
	.common_pro_item:nth-child(n+3){margin-top: 1px;}
}

/* common_tablink */
.common_tablink{margin-bottom: 3.5%;}
.common_tablink a, .common_tablink span{font-size: 19px; margin: 0 6%;}
.common_tablink a:hover,
.common_tablink .current{color: var(--commonColor); text-decoration: underline;}
@media only screen and (max-width: 980px) {
	.common_tablink{margin-bottom: 16px;}
	.common_tablink a, .common_tablink span{font-size: 18px; margin:  0 16px;}
}

/* related_th */
.related_th .title{font-family: 'Lato-Bold';}

/* sub_th */
.sub_th{font-size: 30px; font-family: 'Lato-Bold'; line-height: 1.25;}

@media only screen and (max-width: 1450px) {
	.sub_th{font-size: 26px;}
}
@media only screen and (max-width: 1350px) {
	.sub_th{font-size: 24px;}
}

/* c_related_video */
.c_related_video{overflow: hidden;}
.related_video_inner{padding: 3% 0 0; position: relative;}
.related_video_inner .swiper-slide{height: auto; width: calc(50% - 25px); margin-right: 50px;}

.related_video_item{position: relative; padding-bottom: 56px;}
.related_video_item .pro_pic{padding-bottom: 60%;}
.related_video_item .pro_pic::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: rgba(0, 0, 0, 0.4); z-index: 1; transition: all 0.5s ease;}
.related_video_item .item_icon{position: absolute; width: 60px; height: 60px; background: url(../img/play_b.png) no-repeat center/ 20px auto; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; content: ''; border-radius: 50%;}
.related_video_item .title{font-family: 'Lato-Bold'; margin: 20px 0 12px; line-height: 1.5; font-size: 20px; color: #000;}
.related_video_item .brief{font-family: 'Lato-LIght'; line-height: 28px; height: 56px; position: absolute; left: 0; bottom: 0; width: 100%; color: #666;}
.related_video_item:hover .pro_pic::before{background: rgba(0, 0, 0, 0.25);}
.related_video_item:hover .title{color: var(--commonColor);}
.related_video_item:hover .brief{color: #333;}
.related_video_item:hover .item_icon{background-image: url(../img/play.png); background-color: var(--commonColor);}


@media only screen and (max-width: 1200px) {
	.related_video_item .title{font-size: 19px; margin: 15px 0 8px;}
	.related_video_item .item_icon{width: 52px; height: 52px; background-size: 16px auto;}
}
@media only screen and (max-width: 980px) {
	.related_video_inner .swiper-slide{width: 100%; margin-right: 16px;}
	.related_video_item .title{font-size: 19px; height: auto; display: block;}
	.related_video_inner{padding: 15px 0 36px;}
}


/* c_related_pro */
.c_related_pro{overflow: hidden;}
.related_pro_inner{padding: 3% 0 0; position: relative;}
.related_pro_inner .swiper-slide{height: auto; width: calc((100% - 102px) / 4); margin-right: 34px;}

.related_pro_item .pro_pic{padding-bottom: 122%; overflow: hidden;}
.related_pro_item .item_icon{display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; margin: -18px 0 0 -30px; border-radius: 50%; background: rgba(0, 0, 0, 0.75); background-repeat: no-repeat; background-position: center; background-image: url(../img/icon_plus.png); opacity: 0; background-size: 20px auto;}
.related_pro_item .title{margin: 20px 0 0; font-size: 20px; line-height: 1.3; overflow: hidden; text-transform: capitalize; text-align: center;}
.related_pro_item .brief{color: #666; line-height: 30px; font-family: 'Lato-Light'; height: 90px; overflow: hidden;}
.related_pro_item .brief a{color: inherit;}
.related_pro_item:hover .title{color: var(--commonColor);}
.related_pro_item:hover .brief{color: #333;}
.related_pro_item:hover .item_icon{margin-top: -30px; opacity: 1;}

@media only screen and (max-width: 1450px) {
	.related_pro_inner .swiper-slide{width: calc((100% - 78px) / 4); margin-right: 26px;}
}
@media only screen and (max-width: 1300px) {
	.related_pro_item .title{font-size: 19px;}
}
@media only screen and (max-width: 980px) {
	.related_pro_inner{padding: 15px 0 35px;}
	.related_pro_inner .swiper-slide{width: 100%; margin-right: 16px;}
	.related_pro_item .title{height: auto; display: block; margin: 15px 0 0; line-height: 1.5;}
	.related_pro_item .brief{height: auto; display: block; line-height: 28px; display: none;}
}


/* 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% - 56px) / 3); margin-right: 28px; height: auto;}

.related_news_item{height: 100%; position: relative;}
.related_news_item>a{height: 100%;}

.related_news_item .pic{padding-bottom: 65%;}

.related_news_info{padding: 30px 0 0; flex: 1; position: relative; padding-bottom: 78px; margin-bottom: 24px;}
.related_news_info .date{color: #666; font-family: 'Lato-light';}
.related_news_info .title{font-family: 'Lato-Bold'; font-size: 24px; margin: 8px 0 12px; line-height: 28px; overflow: hidden;}
.related_news_info .brief{color: #666; line-height: 26px; height: 78px; overflow: hidden; font-family: 'Lato-light'; position: absolute; left: 0; bottom: 0; width: 100%;}

.related_news_item:hover .related_news_info .brief{color: #333;}

.relate_news-pagination{display: none;}

@media only screen and (max-width: 1400px) {
	.related_news_info .title{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.related_news_info .title{font-size: 20px;}
}
@media only screen and (max-width: 980px) {
	.related_news_inner{padding: 15px 0 35px;}
	.related_news_inner .swiper-slide{width: 100%; margin-right: 0;}
	.related_news_info{padding: 15px 0 0; margin-bottom: 20px;}
	.related_news_info .title{font-size: 20px; max-height: unset; display: block; height: auto; margin: 8px 0 0;}
	.related_news_info .brief{max-height: unset; display: none;}
}

/* c_related_app */
.c_related_app{overflow: hidden;}
.related_app_inner{position: relative; margin-top: 3%;}
.related_app_inner .swiper-slide{width: calc((100% - 52px) / 3); margin-right: 26px; height: auto; margin-bottom: 10px; overflow: unset;}
.swiper_related_app{padding: 0 10px;}

.related_app_item{height: 100%; position: relative; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);}
.related_app_item>a{height: 100%;}

.related_app_item .pic{padding-bottom: 70%;}

.related_app_info{padding: 16px; flex: 1;}
.related_app_info .title{font-family: 'Lato-Regular'; font-size: 20px; line-height: 1.4; overflow: hidden;}
.related_app_info .brief{color: #666; line-height: 28px; overflow: hidden; position: absolute; left: 0; width: 100%; bottom: 0;}

.related_app_item:hover .related_app_info .brief{color: #333;}
.related_app_item:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);}


@media only screen and (max-width: 980px) {
	.related_app_inner{padding: 0 0 26px; margin-top: 15px; margin-left: -10px; width: calc(100% + 20px);}
	.related_app_inner .swiper-slide{width: 100%; margin-right: 0;}
	.related_app_info{padding: 15px;}
	.related_app_info .title{font-size: 20px; max-height: unset; display: block; height: auto;}
}

/*-------------aside-------------*/
.aside {width: 23.5%;  margin-left: 4%;}
.side-div{font-family: 'Lato-Light'; background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); padding: 20px 30px;}
.c_right_box{flex: 1; width: 72.5%;}


.side-tit-bar {position: relative;}
.side-tit-bar .side-tit {position: relative; font-size: 24px; line-height: 26px; padding: 15px 0 0; font-family: 'Lato-Bold'; text-transform: capitalize; line-height: 1.25;}

.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: 40px;}
.side-cate {padding: 15px 0 10px;}
.side-cate li {position: relative; line-height: 26px; font-size: 20px; font-family: 'Lato-Light'; text-transform: capitalize;}
.side-cate li li {font-size: 16px; font-weight: normal; border-bottom: none; margin-top: 5px; padding-left: 8px;}
.side-cate li a {position: relative; display: block; color: #333; padding: 8px 30px 8px 0; line-height: 1.25;}
.side-cate>li>a{font-size: 20px;}
/* .side-cate>li>a::before{content: '\f105'; display: block; font-size: 20px; margin-right: 5px; position: absolute; right: 5px; top: 50%; transform: translateY(-50%);} */
.side-cate>li>a.has_child::before{content: '';}
.side-cate ul {display: none; overflow: hidden; padding: 3px 0 8px; border-top: 1px solid #999; margin-top: 3px;}
.side-cate ul ul{padding-left: 6px;}
.side-cate ul li:last-child{border-bottom: none;}
.side-cate li li a {padding: 6px 30px 6px 14px; margin-right: 0; position: relative; color: #666;}
.side-cate 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); text-decoration: underline;}
.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: -4px; top: 7px; 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%;}
.side-cate li .icon-cate.icon-cate-down:before {content: '\f107'; display: block;}
.side-cate li .icon-cate.icon-cate-up:before {content: '\f107'; display: block;}

.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: 1px;}
.side-cate li li:hover>a, .side-cate li li:hover .icon-cate{color: var(--commonColor);}

/* side-news */
.side-news{background: #F7F7F7; padding: 20px;}
.side-news li{margin-top: 20px;}
.side-news li:first-child{margin-top: 0;}
.side-news li .side-news-info{padding: 14px 0 0;}
.side-news li .news_pic{padding-bottom: 65%;}
.side-news li .date{color: #666;}
.side-news li .title{line-height: 1.25; font-size: 20px; font-family: 'Lato-Bold'; margin-top: 5px;}
.side-news li:hover .title{color: var(--commonColor);}

@media only screen and (max-width: 1350px) {
	.aside{width: 260px; margin-left: 40px;}
	.c_right_box{width: calc(100% - 300px);}
	.side-div{padding: 20px 20px;}
	.side-cate{padding: 10px 0 5px;}
	.side-widget .side-div:nth-child(n+2){margin-top: 30px;}
	.side-cate>li>a{font-size: 18px;}
}

@media only screen and (max-width: 1100px) {
	.aside{display: none;}
	.c_category_box{width: 100%;}
}
@media only screen and (max-width: 980px) {
	.side-tit-bar .side-tit{font-size: 20px;}
	.aside{width: 100%; float: none; margin-bottom: 20px; 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: 3% 0 0; font-size: 16px;}

.page_bar .pagination, .page_bar .pagination .nav-links{display: flex; justify-content: center;}
.pagination .page-numbers{display: block; height: 40px; line-height: 38px; border-radius: 2px; color: #333; text-align: center; min-width: 40px; border: 1px solid #dcdcdc; margin-right: 8px;}
.pagination .page-numbers:last-child{margin-right: 0;}
.pagination .page-numbers.current{background: var(--commonColor); color: #fff; border-color: var(--commonColor);}
.pagination a.page-numbers:hover{background: var(--commonColor); color: #fff; border-color: var(--commonColor);}
.pagination a.prev, .pagination a.next{position: relative; width: auto; padding: 0 15px;}

@media only screen and (max-width: 980px) {
	.page_bar{padding: 25px 0 0;}
	.pagination .page-numbers{min-width: 34px; height: 36px; line-height: 34px; margin-right: 5px;}
	.pagination a.prev, .pagination a.next{padding: 0 7px;}
}

/* table */
.table_wrap{overflow-x: auto; width: 100%;}
.table_wrap table{border-spacing: 0; border-collapse: collapse; width: 100%; font-family: 'Poppins-Light';}
.table_wrap table tr td, .table_wrap table tr th{border: 1px solid #dcdcdc; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 16px; color: #666;}
.table_wrap table tr th{background: #F5F5F5; color: #333;}

@media only screen and (max-width: 980px) {
	.table_wrap table{max-width: 100%;}
	.table_wrap table tr td, .pro_table tr th{padding: 10px 8px;}
	
	
}

/* innerContent */
.date_share{margin-top: 15px;}
.date_share .date{color: #666; margin-right: 5%;}
.share_bar{padding: 15px 0;}
.date_share .share_bar{padding: 10px 0;}
.share_bar .txt{color: #666; margin-right: 10px; text-transform: capitalize;}

.innerContent{padding: 20px 0 0; color: #666; letter-spacing: 1px; font-family: 'Lato-Regular';}
.innerContent, .innerContent p, .innerContent span{font-size: 16px; line-height: 2;}
.innerContent p{padding-bottom: 0;}
.innerContent p:last-child{padding-bottom: 0;}
.innerContent img{max-width: 100%; margin: 10px auto; border-radius: 2px; display: block;}

.innerContent_other{padding-top: 3%; width: 100%;}
.innerContent_other .link_title{flex: 1;}
.innerContent_other .link_prev, .innerContent_other .link_next{width: 100%; font-size: 16px; position: relative; line-height: 36px;}
.innerContent_other .link_btn{line-height: 36px; display: inline-block; background: #EAEAEA; color: #333; border-radius: 3px; font-size: 16px; width: 120px; position: relative; padding-left: 32px; margin-right: 12px;}
.innerContent_other .link_prev{margin-bottom: 12px;}
.innerContent_other .link_btn::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 0;
	border-right: 8px solid #333;
	position: absolute;
	top: 50%;
	margin-top: -6px; left: 15%; left: 12px;
}
.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;}
.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: 980px) {

	.date_share{flex-direction: column; align-items: flex-start;}
	.date_share .share_bar{padding-bottom: 5;}
	
	.innerContent{padding: 15px 0 0;}
	.innerContent p{padding-bottom: 15px;}
	.innerContent, .innerContent p{line-height: 1.75;}
	
	.innerContent_other{padding: 20px 0 5px;}
	.innerContent_other .link_btn{width: 90px; padding-left: 22px;}
	.innerContent_other .link_btn::before{left: 7px;}
	.innerContent_other .link_next, .innerContent_other .link_prev{line-height: 20px; display: flex; align-items: center; white-space: normal; min-height: 36px;}
	.innerContent_other .link_prev{margin-bottom: 15px;}
	
}
