﻿body{background: #f7f7f7;}
.head{background:white;}
/*标题*/
.tittleN h3{background: #b70900;padding: 20px 48px;color: white;margin-top:50px}
.meetingM p{width:50%;padding:5px 0;line-height:26px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.meetingM{width:100%;display:flex;flex-wrap:wrap;padding:10px 0;}

.meetingM img{margin-right:4px;float:left;width:26px;height:26px;}
/*线*/
.longLine{margin:20px 0px 50px;position:relative;}
.longLine p{border:1px solid #dedede;float:left;position:absolute;z-index:-1;width:100%;}
.longLine .jwrap{padding-right:20px;}
.longLine span{width:10px;height:10px;border-radius: 50%;background:#dedede;float:right;margin-top:-5px;}
.longLine ul{float:right;margin-top:-10px;overflow:hidden;background:#f7f7f7;}
.longLine ul li{float:left;margin: 0 15px;}
.longLine ul li a:hover{color:#b70900;}

.longLine ul img{float:left;margin-top: 4px;}

/*中间新闻详情部分*/
/*中间新闻详情部分--左*/
.newsMainLeft{width:70%;float:left;background: #ffffff;}
.newsMainLeft ul{padding-bottom:50px;}
.newsMainLeft ul li{float:left;padding:0 3%;}
.newsMainLeft ul li:first-of-type{padding-left:0;}
.newsMainLeft ul li:last-of-type{border-right:none;padding-right:0;}
.newsMainLeft ul li:last-of-type a{width:13%;float:left;display: block;height:20px;}
.newsMainLeft ul li:last-of-type a:first-of-type{margin-left:-11%;}
.newsMainLeft ul span{float:left;padding:0 3%;}
.longLine ul li a:hover{color:#b70900;}
.newsMainLeftM table{width:100%;}
.newsMainLeftM img{max-width:100%;}
.newsMainText h4{color:#8f8f8f;font-size:15px;padding: 15px 0 10px;}
.newsMainText p{color:#8f8f8f;margin-bottom:30px;}
.newsMainText2 p{margin-top:10px;}

/*下边的两根线*/
.fanyeLine {padding-top:30px;padding-bottom:20px;}
.fanyeLine div{float:left;width:50%;}
.fanyeLine p{display:block;width:100%;float:left;border:2px solid #dedede;}
.fanyeLine div a{display:block;padding: 30px 0 60px;}
.fanyeLine div a:hover{color:#a60200;}
.fanyeLine div:last-of-type a{text-align:right;}



/*中间新闻详情部分--右*/
.newsMainRight{width:28%;float:right;margin-top:1px;border:3px solid #e5e5e5;}
.newsMainRight p{border-bottom: 1px dashed #e5e5e5;
    padding: 5% 8%;
    color: #f8e6e6;
    background: #b70900;
    font-weight: 600;
    font-size: 25px;}
.newsMainRight ul{background:white;}
.newsMainRight ul li{border-bottom:1px dashed #e5e5e5;padding: 5% 8%;color:black;}
.newsMainRight ul li:hover{background:#b70900;color:white;}
.newsMainRight ul li:hover a{color:white;}
.newsMainRight ul li:hover span{color:white;}


.newsMainRight ul li span{color:#9e9e9e;font-size:12px;display:block;}
.newsMainRight ul li:nth-of-type(3) span{color:white;font-size:12px;}
.findMore{border-bottom:none;text-align:center;padding:30px 0;}
.findMore{color:#b70900;font-weight: 600;text-align:center;display:block;background: white;}
.findMore img{width:23px;}

.footer_box{clear:both;}
.newsMainLeftM{overflow:hidden;background:white;padding: 20px 2%;line-height: 3;}

/*点击报名*/
.djbm{background: #b70900;padding: 20px;width: 20%;position: fixed;bottom: 0;z-index: 1000;color:white;border-radius: 0 50px 50px 0;}
.djbm h3{text-align: center;}
.djbm a{color:white;}
/*适配*/
@media screen and (max-width:680px){
	.newsMainLeft{width:100%;}
	.newsMainRight{display:none;}

	.tittleN h3{padding-top: 35px;}
	.meetingM p{width:100%;}
	.longLine ul li{margin:0 2px;}
	.newsMainLeft ul li:last-of-type{width:100%;}
	.newsMainLeft ul li:first-of-type,.newsMainLeft ul li:nth-of-type(2){width:50%;}
	.newsMainLeft ul li:nth-of-type(2){border-right:none;    text-align: right;padding-bottom:10px;}
	.newsMainLeft ul span{padding-left:0;width:15%;}
	.newsMainLeft ul li:last-of-type{width:85%;margin-bottom:15px;}
	.newsMainLeft ul li:last-of-type a:first-of-type{margin-left:-6%;}
	.newsMainText p{margin-bottom:20px;}
	.fanyeLine{padding-top:20px;}
	.newsMainLeftM img{max-width:100%;}
}
@media screen and (max-width:375px){


	.newsMainLeft ul li:last-of-type a:nth-of-type(4){width:15%;}
}
@media screen and (max-width:360px){

	.newsMainLeft ul li:last-of-type a:nth-of-type(3){width:13%;}
	.newsMainLeft ul li:last-of-type a:nth-of-type(4){width:13%;}
	.newsMainLeft ul li:last-of-type a:last-of-type{width:19%;}
	.newsMainLeft ul li:last-of-type{width:90%;}
	.newsMainLeft ul li:last-of-type a:first-of-type{left:0%;}
	.newsMainLeft ul li:last-of-type a:last-of-type{width:15%;}

}
