﻿.list_news{
font-size: 16px;
width: 1164px;
/*height: 690px;*/
margin: 0 auto;
color: #ccc;

}
.list_news li{
    height: 51px;
    border-bottom: 1px dashed #ccc;
    line-height: 51px;
    position: relative;
	list-style: none;
}
.list_news li .left{
    margin-right: 5px;
}
.list_news li .right{
    position: absolute;
    right: 20px;
}
.list_news li a{
    margin-right: 300px;
    color: black;
	font-size: 16px;
}
.list_news li a:hover{
    color: #c4161f;
    /*border-bottom: 3px solid #0061ae;*/
}
.button{
    width: 600px;
    margin: 20px auto;
    /*margin-top: 100px;*/
}
.button button{
    margin-left: 60px;
    padding: 10px 30px;
    background-color: #c4161f;
    box-shadow: none;
    border: none;
    color: white;
}
.mains .title {
    font-size: 14px;
    color: #ccc;
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top:20px;
}
.mains .title>span{
    font-size: 24px;
    border-left: 3px solid #c4161f;
    color: #c4161f;
    padding-left: 10px;
}
.mains .title>dl{
    display: flex;
	font-size: 16px;
}


.container .bottom{
    height: 124px;  
    background-color: #044980;
   
}
.bottom .content{
    width: 1391px;
    margin: 0 auto;
    position: relative;
}

.top{
    position: absolute;
    right: 0;
    bottom: 30px;
}
.bottom .content span{
    font-size: 14px;
    color: #fff;
    
}
.contact{
    padding-top: 40PX;
    padding-bottom: 30PX;
    margin-left: 30PX;
}
.contact span{
    display: block;
}
.mains .title>dl a{
    color: #c4161f;
	font-size: 16px;
}

@media (max-width: 767.98px) {
	.mains .title{
		width: 95%;margin:0px 2.5%;padding-top: 20px;
	}
	.mains .title>dl{
		display:none;
	}
	.list_news{
		width: 95%;
		margin: 0px 2.5%;
	}
	.list_news li{
		width: 100%;
	}
	.list_news li .left{
		float: left;
	}
	.list_news li a{
		width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;float: left;display: inline-block;float: left;margin-right: 0px;
	}
	.button{width:100%;}
}