/*
*   news左侧样式
*/
.body{
	
}
.body>img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.news{
    margin-top: 2%;
    display: flex;
    width: 72%;
    margin-left: 14%;
    justify-content: space-between;
}
.news_left{
    width: 22%;
    height: 100%;
    margin-top: 2%;
    position: relative;
}
.news_right{
    width: 75%;
    height: 100%;
    /* background-color: rosybrown; */
}
.new_btn,.news_about{
    width: 100%;
    font-family: "微软雅黑";
}
.new_btn>div:not(:first-child){
    color: black;
    font-size: 1.8rem;
    background-color: #eef1f6;
    padding: 6%;
    text-align: center;
    margin: 4% 0;
	cursor: pointer;
}
.new_btn>div:not(:first-child):hover{
	background-color: #C52620;
	color: white;
}
.news_about{
    display: flex;
    flex-direction: column;
    margin-top: 22%;
}
.news_about img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.new_btn>:first-child{
    color: white;
    font-size: 3.6rem;
    background-color: #c52620;
    text-align: center;
    padding: 15%;
}
.news_about>div{
    font-size: 1.6rem;
	white-space: nowrap;  /*强制span不换行*/
	display: inline-block;  /*将span当做块级元素对待*/
	overflow: hidden;  /*超出宽度部分隐藏*/
	text-overflow: ellipsis;  /*超出部分以点号代替*/
}
.news_about>div:not(:first-child){
    border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
    padding: 4% 0% 4% 6%;
}
.news_about>div:nth-child(2){
    font-size: 2.4rem;
}
.btn_active{
    background-color: #c52620 !important;
    color: white !important;
}
.news_about a{
    color: #b64442;
	cursor: pointer;
}
.tips{              /**提示定位 */
    margin-top: 4%;
    margin-bottom: 0%;
    text-align: center;
	font-size: 1.4rem;
}
.tips span{
	color: red;
}
.left_title{
    display: flex;
    position: absolute;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    top: -5%;
    width: 300%;
    align-items: flex-end;
}
.left_title img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.left_title>div:first-child{
    width: 2%;
}


/*
*       新闻内容样式
*/
.news_details{
    border: 1px dashed #bebebe;
    padding: 3%;
    margin-top: 3%;
}
.news_title{
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 2.8rem;
    padding-bottom: 2%;
    margin-top: 2%;
}
.news_information{
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color:#8e8e8e;
}
.news_information>span:nth-child(3),.news_information>span:nth-child(5){
    margin-left: 5%;
}
.news_body{
    margin-top: 3%;
    font-family: "微软雅黑";
    font-size: 1.6rem;
     /*color:#8e8e8e;*/
}
.news_body>div{
    /*width: 80%;*/
    margin: 0 auto;
}
.news_body img{
    /*width: 100%!important;*/
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
}
.news_footer{
    display: flex;
    margin-top: 5%;
    justify-content: space-around;
    width: 100%;
}
.news_footer>div{
    width: 40%;
    display: flex;
}
.news_footer_txt{
    background-color:#bebebe;
    width: 20%;
    padding: 2% 0;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.news_footer_title{
    border: 1px solid #bebebe;
    width: 80%;
    color: #bebebe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    word-break:keep-all;      /* 不换行 */
    white-space:nowrap;       /* 不换行 */
    overflow:hidden;          /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;   /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    color: #000000;
}
.news_footer_title a{
    color: #000000;
}
.news_footer_title a:hover{
    color: #ef011c;
    font-weight: bold;
}
/*
*       广告样式
*/

.gg{
    margin-top: 5%;
    width: 72%;
    margin-left: 14%;
}
.equipment{
    width: 100%;
}
.gg_title{
    font-family: "微软雅黑";
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 5%;
    display: flex;
    align-items: flex-end;
}
.gg_title>div:first-child{
    width: 3%;
}
.gg_title>div:nth-child(2){
    margin-left: 1%;
}
.gg_equipment{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gg_equipment>div{
    width: 24%;
	background-color: #efefef;
	cursor: pointer;
}
.gg_equipment img,.gg_title img{
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	margin: 0 auto;
}
.gg_equipment>div>div{
    background-color: white;
    color: black;
    padding: 2%;
    height: 20%;
    border-radius: 0 0 15px 15px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 0px 0px #d5d7da;
}
.gg_active{
    background-color:#c52620 !important;
    color: white !important;
}
.information{
    margin-top: 8%;
    position: relative;
}
.more{
    position: absolute;
    right: 0;
    top: 3%;
    font-family: "微软雅黑";
    font-size: 1.6rem;
}
.details_news a{
	color: black;
}
.information_list{
	display: flex;
	flex-wrap: wrap;
}
.information_item:nth-child(odd){
	border-left:1px dashed #bebebe;
	border-bottom:1px dashed #bebebe;
}
.information_item:nth-child(even){
	border-left:1px dashed #bebebe;
	border-bottom:1px dashed #bebebe;
	border-right:1px dashed #bebebe;
}
.information_item:nth-child(2){
	border-top:1px dashed #bebebe;
	border-left:1px dashed #bebebe;
	border-right:1px dashed #bebebe;
}
.information_item:nth-child(1){
	border-left:1px dashed #bebebe;
	border-top:1px dashed #bebebe;
}
.information_item{
	width: 50%;
	padding: 2% 1%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.information_item:hover .news_gg_title>span:first-child{
    transform: translateX(3rem);
}
.information_item>div:last-child{
    width: 28%;
}
.information_item>div:last-child img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.item:first-child{
	border:1px dashed #bebebe;
}
.item>div:first-child{
    width: 65%;
}
.item>div:nth-child(2){
    width: 25%;
    height: 100%;
    max-height: 150px;
    overflow: hidden;
}
.item>div:nth-child(2) img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.news_gg_title>span:first-child{
    font-size: 1.8rem;
    font-weight: 900;
    color: black;
	margin-left: 5%;
	white-space: nowrap;  /*强制span不换行*/
	display: inline-block;  /*将span当做块级元素对待*/
	overflow: hidden;  /*超出宽度部分隐藏*/
	text-overflow: ellipsis;  /*超出部分以点号代替*/
	transition: all 0.5s ease 0s;
}
.news_gg_title{
    border-bottom: 1px solid #bebebe;
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.news_gg_title::after{
    content: " ";
    position: absolute;
    top: 16%;
	left:1%;
    width: 2%;
	padding-bottom: 2%;
    background-color: #c52620;
}
.content>span{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #4e4c4c;
}