td{color:black;}
.nav_news{
    box-sizing: border-box;
    width: 100%;
    height:65px;
    background-color: #e4e4e4;
    border: 1px solid #d6d6d6;
}
.nav_news ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav_news ul li{
    float: left;
}
.nav_news ul li a{
    display: block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 65px;
    border-right: 1px solid #d6d6d6;
}
.nav_news ul li a:hover{background-color: white;}
.nav_newsCheck{background-color: white;}
.main{
    width: 1240px;
    margin: 60px auto;
}
.main_head{
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: black;
}
.main_title{overflow: hidden;}
.main_title a{
    color: #575757;
    font-size: 14px;
}
.main_title img{margin: 0 5px;}
.main_conent{
	width:100%;
	height:auto;
	min-height:300px;
	margin:40px auto;
	overflow-y:hidden;
}
.list table th{
	font-size:16px;
	font-weight:bold;
}
.list table td{
	font-size:14px;
}

.list table tbody tr:nth-child(odd){
	background: #fbfafa !important;
}
.list table tbody tr:nth-child(even){
	background: #f5f3f3 !important;
}

.clickh{
    color: #fff !important;
    text-decoration: underline;
    font-weight: 600;
    background: #970101;
    padding: 0.51rem;
	margin:1rem;
}