/* 新闻详情页 */
.btn-outline-success{background: #ff7700 !important; border: 1px solid #ccc !important; color: #fff !important;}
.btn-outline-success:hover{background: #ff0000 !important;}
.news_xq .col-lg-9{padding-left: calc(var(--bs-gutter-x) * 0);}
.news_xq .col-lg-3{padding-right: calc(var(--bs-gutter-x) * 0);}
.gkong_news_mulu{padding: 10px 15px 5px; background: #fafafa;}
.gkong_news_mulu a{color: #333;}
.gkong_news_mulu a:hover{color: #ff7700; text-decoration: underline;}
.news_xq{margin: 15px 0px;}
.gkong_news_left h4{text-align: center; border-bottom: 1px solid #e1e1e1; padding-bottom: 10px;}
.gkong_news_left_laiy{text-align: center; color: #666; font-size: .8em;}
.gkong_news_left p{font-size: 1em; font-weight: 300;overflow: hidden;}
.gkong_news_right01{background: #fafafa; border-radius: 5px;}
.gkong_news_right01_h5{border-bottom: 1px solid #e1e1e1; padding: 10px 15px 10px; position: relative;}
.gkong_news_right01_h5:after{position: absolute;content: "";width: 110px;bottom: -1px;z-index: 1;height: 2px;background: #ff7700;left: 0;}
.gkong_news_right01 ul{padding: 0px 10px 15px;}
.gkong_news_right01 li{list-style: none; display: block;}
.gkong_news_right01 a{font-size: 1em; color: #333;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 1.8rem;height: 1.8rem;padding: 0px 5px;font-weight: 300;}
.gkong_news_right01 a:hover{color: #ff0000; display: block; background: #fff6ea; border: 1px solid #fcdeb5; border-radius: 3px;min-width: 300px;}
.gkong_news_right02{background: #fafafa; border-radius: 5px; margin-bottom: 15px;}
.gkong_news_right02_h5{border-bottom: 1px solid #e1e1e1; padding: 10px 15px 10px; position: relative;}
.gkong_news_right02_h5:after{position: absolute;content: "";width: 2px;top: 13px;z-index: 1;height: 18px;background: #ff7700;left: 2px;}
.gkong_news_right02_pic{padding: 0px 10px; overflow: hidden;}
.gkong_news_right02_pic img{display: block; width: 70px; height: 90px; float: left; margin-right: 10px;}
.gkong_news_right02_pic a{color: #333;}
.gkong_news_right02_pic a:hover .gkong_news_right02_text h6{color: #ff7700;}
.gkong_news_right02_text{overflow: hidden;}
.gkong_news_right02_text h6{font-size: 1em; color: #333; padding: 0px !important;}
.gkong_news_right02_text p{font-size: .8em; color: #333; font-weight: 300; width: 180px; float: left;}
.gkong_news_right02 h6{padding: 0px 15px;}
.gkong_news_sjian{overflow: hidden;}
.gkong_news_sjian ul{padding: 0px 15px 20px;}
.gkong_news_sjian li{list-style: none; width: 32%; margin-right: 2%; float: left;}
.gkong_news_sjian li:nth-child(3n){margin-right: 0;}
.gkong_news_sjian a{font-size: .8em; font-weight: 300; color: #333;}
.gkong_news_sjian a:hover{color: #ff0000; text-decoration: underline;}
.gkong_news_shouc{background: #fafafa; border: 1px solid #e1e1e1; padding: 10px; text-align: center;}
.gkong_news_shouc a{padding: 0px 30px; color: #333;}
.gkong_news_shouc a:hover{color: #ff7700; text-decoration: underline;}
.gkong_news_more{background: #fafafa; border-radius: 5px; margin-top: 20px; border: 1px solid #e1e1e1;}
.gkong_news_more h6{border-bottom: 1px solid #ff7700; padding: 10px 15px 10px; /* position: relative; */}
.gkong_news_more h6 a{color: #ff0000;}
.gkong_news_more h6 a:hover{color: #ff7700; text-decoration: underline;}
/* .gkong_news_more h6:after{position: absolute;content: "";width: 110px;bottom: -1px;z-index: 1;height: 2px;background: #ff7700;left: 0;} */
.gkong_news_more ul{padding: 0px 10px 15px; overflow: hidden;}
.gkong_news_more li{list-style: none; width: 50%; float: left;}
.gkong_news_more li a{font-size: 1em; color: #333;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 1.8rem;height: 1.8rem;padding: 0px 10px;font-weight: 300;}
.gkong_news_more li a:hover{color: #ff7700; text-decoration: underline;}






@media (max-width: 768px){
/* 新闻详情页 */
.news_xq .col-lg-9{padding-right: calc(var(--bs-gutter-x) * 0);padding-left: calc(var(--bs-gutter-x) * 0);}
.news_xq .col-lg-3{padding-right: calc(var(--bs-gutter-x) * 0); padding-left: calc(var(--bs-gutter-x) * 0);}
.gkong_news_right02_text p{font-size: .8em; color: #333; font-weight: 300; width: auto; float: none;}
.gkong_news_more li{list-style: none; width: 100%; float: none;}
.gkong_news_more{margin-bottom: 20px;}
}