.head{
	height: 500px;
}

.head .logo{
	padding-top: 40px;
        display:none;
}

.nav{
	background-color: #d80017;
	height: 60px;
}

.nav ul{
	display: flex;
}

.nav ul li{
	height: 60px;
	flex: 1;
	text-align: center;
}

.nav ul li a{
	color: #FFFFFF;
	font-size: 24px;
	display: block;
	line-height: 60px;
}

.nav ul .on{
	background-color: #a10710;
}

.nav ul li:hover{
	background-color: #a10710;
}

.m1{
	margin-top: 30px;
}

.m1 .left {
	width: 600px;
	height: 400px;
}

.m1 .left .bd ul li {
	width: 600px;
	height: 400px;
	position: relative;
}

.m1 .left .bd ul li .text{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 60px;	
	line-height: 60px;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding-left: 20px;
}

.m1 .left .bd ul li .text .t{
	color: #FFFFFF;
	font-size: 20px;
	width: 70%;
}

.m1 .left .news{
	position: relative;
}

.m1 .left .hd{
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    text-align: right;
    z-index: 9;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 20px;
}

.m1 .left .hd .s li {
	text-indent: 1000px;
	overflow: hidden;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	background: rgba(0, 0, 0, 0.18);
}

.m1 .left .hd .s .on{
	background-color: #c01925;
}

.m1 .right{
	width: 600px;
	box-sizing: border-box;
	padding: 25px 30px;
	background-color: #efefef;
	height: 400px;
}

.m1 .right .text{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 15px;
	height: 103px;
	overflow: hidden;
}

.m1 .right .text .t{	
	margin-bottom: 10px;
}

.m1 .right .text .t a{
	color: #D01A1C;
	font-size: 24px;
	font-weight: bold;
}

.m1 .right .text .text_c{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    width: 540px;
}

.m1 .right ul{
	margin-top: 16px;
}

.m1 .right ul li{
	margin-bottom: 11px;
}

.m1 .right ul li:last-child{
	margin-bottom: 0;
}

.m1 .right ul li .t{
	color: #333333;
	font-size: 16px;
	
}

.m1 .right ul li .time{
	color: #999999;
	font-size: 16px;
}

.m1 .right ul li:hover .t{
	color: #D01A1C;
}

.m1 .right ul li:hover .time{
	color: #D01A1C;
}

.title_m {
	display: flex;	
	border-bottom: 1px solid #dddddd;
}

.title_m .name{
	color: #D80017;
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
	position: relative;
	padding-bottom: 10px;
}

.title_m .name i{
	position: absolute;
	display: inline-block;
	width: 140px;
	height: 2px;
	background-color: #d80017;
	bottom: -1px;
	left: 0px;
}

.title_m .more{
	text-align: right;
	flex: 1;
	height: 16px;
	margin-top: 15px;
}

.title_m .more a{
	display: inline-block;
	color: #d80017;
	font-size: 12px;
	padding: 0 20px;
	height: 16px;
	line-height: 16px;
	vertical-align: 5px;
}

.title_m .more em{
	background-color: #d80017;
	display: inline-block;
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	line-height: 8px;
	margin-left: 5px;
}

.m2{
	margin-top: 30px;
}

.m2 .left{
	width: 690px;
}

.m2 .left .hot{
	margin-top: 30px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.m2 .left .hot .t{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.m2 .left .hot .time{
	color: #999999;
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.m2 .left .hot .text{
	color: #333333;
	font-size: 16px;
	  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    height:60px;
}

.m2 .left .hot:hover .t{
	color: #d80017;
}

.m2 .left ul li{
	margin-bottom: 10px;
}

.m2 .left ul li:last-child{
	margin-bottom: 0px;
}

.m2 .left ul li .text{
	color: #333333;
	font-size: 16px;
	width: 600px;
}

.m2 .left ul li .time{
	color: #999999;
	font-size: 16px;
}

.m2 .left ul li:hover .text{
	color: #d80017;
}

.m2 .right{
	width: 480px;
}

.m2 .right .box ul{
	margin-top: 23px;
}

.m2 .right .box ul li{
	margin-bottom: 10px;
}

.m2 .right .box ul li:last-child{
	margin-bottom: 0px;
}

.m2 .right .box ul li .text{
	color: #333333;
	font-size: 16px;
	width: 390px;
}

.m2 .right .box ul li .time{
	color: #999999;
	font-size: 16px;
}

.m2 .right .box ul li:hover .text{
	color: #d80017;
}

.m2 .right .box{
	width: 480px;
}

.m2 .right .box:last-child{
	margin-top: 30px;
}

.m3{
	margin-top: 30px;
	margin-bottom: 40px;
}

.m3 .cont{
	width: 1200px;
	overflow: hidden;
	margin-top: 30px;
}

.m3 .cont .bd ul li{
	margin-right: 20px;
width: 224px !important;
}

.footer{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
    background-color: #d80017;	
    height: 80px;
    line-height: 80px;
}

.m5{
	margin-top: 65px;
	margin-bottom: 50px;
}

.m5 .list{
	margin-top: 40px;
min-height:600px;
}

.m5 .list ul{
	margin-bottom: 70px;
}

.m5 .list ul li{
	    margin-bottom: 15px;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 10px;
}

.m5 .list ul li:nth-child(5n){
	margin-bottom: 70px;
}

.m5 .list ul li .left{
	width: 950px;
	color: #333333;
	font-size: 16px;
}

.m5 .list ul li:hover .left{
	color: #D01A1C;
}

.m5 .list ul li .time{
	color: #999999;
	font-size: 16px;
}

.page {
	text-align: center;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #d01a1c;
	color: #FFFFFF;
}

.page a:hover {
	background: #d01a1c;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.m6{
	margin-top: 65px;
}

.m6 .cont{
	margin-bottom: 50px;
}

.m6 .cont .t{
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
}

.m6 .cont .time{
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding: 9px 0;
	background-color: #EEEEEE;
	margin-top: 25px;
}

.m6 .cont .time em{
	margin-right: 25px;
}

.m6 .cont .text{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 35px;
}

.position{
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
}

.position ul li{
	    color: #333333;
    font-size: 14px;
    margin-right: 10px;
}

.position ul li a{
	  color: #333333;
    font-size: 14px;
}

.position ul li:hover a{
	color: #cf1a1c;
}

.position ul li:last-child em{
	display: none;
}

.m1 .left .bd ul li .img{
   width: 600px;
 height: 400px;
}

.m1 .left .bd ul li .img img{
 width: 100%;
 height: 100%;
}
a{
    color:#333333;
}
