body{
    margin: 0 auto;
}
.logo{
    height: 220px;
    width:1197px;
    margin:0 auto;
    padding:0;
    background-size:cover
}
.logo img{
    height:220px;
    width:1196px;
    margin:0 auto;
    
}
.nav{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.daohang{
background: #731414;
height: 35px;
line-height: 35px;
margin: 0 auto;
padding: 0;
text-decoration: none;
}

.ul_1{
height: 35px;
line-height: 35px;
margin: 0 auto;
border: none;
width:1200px;
text-decoration: none;
}

.li_1{
float: left;
width: 171px;
height: 35px;
line-height: 45px;
transition: background 0.4s;
background:#e40114;
position: relative;
text-decoration: none;
}

.li_1:hover{
background: #a4060e;
}

.li_a{
display: block;
height: 35px;
line-height: 35px;
text-align: center;
transition:  box-shadow 0.5s;
text-decoration: none;
color: white;
font-size: 14px;
font-weight:bold;
border-left:1px solid black;
}

.li_a:hover{
    z-index:2000;
}

.li_1:hover .sub_ul{
display: block;
}

.sub_ul{
position:absolute;
width:171px;
display:none;
left: -40px;
z-index:1000;
    top: 35px;
    text-decoration: none;
padding-left: 40px;
}

.sub_li{
z-index:1000;
text-decoration: none;
width:171px;
}

.sub_li_a{
text-align: center;
width: 171px;
background: #de0023;
display: block;
transition: background 0.3s, box-shadow 0.4s;
z-index:1000;
text-decoration: none;
color: #FFF;
font-size:14px;

}

#sub_li_a_spe{
width: 171px;
z-index:1000;
}

.sub_li_a:hover{
background: #a4060e;
z-index:1000;
}
ul{
    list-style: none;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
section{
    width: 1200px;
    margin: 5px auto 0 auto;
}
aside{
	width: 300px;
	margin:0;
        padding:0;
        float: left;
}
.side_ul{
	width:280px;
	display:block;
    list-style: none;
}

.side_li_a{
	text-align: left;
    text-decoration: none;
	width: 280px;
	height: 45px;
	line-height: 45px;
	background: #EEE;
    color: coral;
	display: block;
    border-bottom: 0.1px dotted black;
	font-size: 15px;
}

.side_li_a:hover{
	background: #DDD;
}
.zhuti{
    width: 880px;
    float:left;
    margin:0 auto;
}
.main{
    margin: 0 auto;
    padding: 0 auto;
    float: left;
}
.con_nav{
    width: 600px;
    text-align: left;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    margin-top:5px;
    
}
.con_nav a{
    text-decoration: none;
    color:black;
    font-size:14px;
}
.con_nav a:hover{
    background: #ebebeb;
}
.list{
    margin-top: 1px;
    float: left;
    width: 880px;
    height:300px;
    text-align: left;

}
#list_con_raw{
	width: 880px;
	margin: 2px 2px;
	height: 25px;
	line-height: 25px;
	border-radius: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
        display: block;
        margin:0:
}

#list_con_a{
	transition: color 0.3s, border 0.5s;
	height: 25px;
	line-height: 25px;
	text-overflow: ellipsis;
	width: 880px;
    border-bottom:solid 1px #FFF;
    text-decoration: none;
}

#list_con_a:hover{
	color: #037BA6;
        border-bottom:solid 1px #037BA6;
}
footer{
    text-align: center;
    float:left;
    width:100%;
}
#link{
    margin: 60px auto 0 auto;
    height: 125px;
}

#link_head{
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    background: #DDD;
    text-align: center;
    min-width: 1060px;
}

#link_ul{
    margin: 0 auto;
    width: 1060px;
}

#link_li{
    list-style: none;
    float: left;
    margin: 0 10px 0 10px;
}

#link_li_a{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 245px;
    text-align: center;
    text-decoration: none;
    color: #731111;
}

#link_li_a:hover{
    text-decoration: none;
    color: #731414;
}
#copyright{
	text-align: center;
	margin: 0 auto;
        height:50px;
}
#copyright p{
       line-height:20px;
}
