*{
	box-sizing: border-box;
}
body{
	margin: 0;
}
.main_top{
	width: 100%;
	height: 81px;
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 198, 251, 1) 0%, rgba(0, 91, 234, 1) 100%);

}
.main_top .top{
	width: 1200px;
	margin: auto;
	display: flex;
	height: 81px;
	line-height: 80px;
}
.main_top h1{
	width: 100%;
	opacity: 1;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	margin: 0;    line-height: 80px;
}
.main_top h1 a{
	width: 100%;
	opacity: 1;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	margin: 0;    line-height: 80px;
}
.main_top h1 a:hover {
	color: rgba(255, 255, 255, 1)!important;
}
.main .main_top .top .tools{
	position: relative;
	margin-left: 20px;
}
.main .main_top .top .tools .index_search_btn {
	width: 13px;
	height: 13px;
	background: url(/images/search_btn.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	position: absolute;
	top: 35px;
	right: 10px;
}
.main .main_top .top .tools .index_search_btn1 {
	width: 13px;
	height: 13px;
	background: url(/images/search_btn.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	position: absolute;
	top: 35px;
	right: 10px;
}
.main .main_top .top .tools .search {
	height: 40px;
	padding: 8px;
	padding-right: 25px;
	width: 200px;
}

.main .main_top .top .tools .down_ul {
	position:absolute;
	top:61px;
	left:0;
	min-height:68px;
	z-index:999;
	background-color:#fff;
	border:1px solid #e6e6e6;
	width:100%;
	display:none;
}
.main .main_top .top .tools .down_ul .down_li {
	padding-left:8px;
	height:34px;
	line-height:34px;
}
.main .main_top .top .tools .down_ul .down_li:hover {
	background-color:#e12d2f;
	color:#fff;
}



.main .list{
	margin: auto;
	width: 1200px;    margin-bottom: 80px;
}
.main .list .title {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32.93px;
	color: rgba(0, 0, 0, 1);
}
.main .list table{
	width: 100%;
	border: 1px solid rgba(199, 199, 199, 1);
	border-spacing: 0;
	text-align: center;
}
.main .list table thead{
	background: rgba(28, 68, 115, 0.4);
}
.main .list table thead tr{height: 56px;line-height: 56px;}
.main .list table thead tr th{border: 1px solid rgba(199, 199, 199, 1); text-align: center;   font-size: 20px;}
.main .list table tbody{}
.main .list table tbody tr{height: 40px;line-height: 40px;}
.main .list table tbody tr td{border: 1px solid rgba(199, 199, 199, 1);    font-size: 16px;}
.main .list table tbody tr:nth-child(2n+1){background: rgba(247, 247, 247, 1);}
.main .list table thead tr th{
		font-weight: 600;
}

.main .list .button{
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: initial;
    text-transform: uppercase;
    color: rgb(110 139 173);
    margin-left: 44%;
}

.main .list .button:hover{
	color:#cb1719 !important;
    cursor: pointer;
}

.none {
    display: none;
}
.block, .none{
	cursor: pointer;
}
@media (max-width: 767px) {
	.main_top {
		height: 96px;
	}.main_top h1{
		line-height: 46px;
		font-size: 16px;
	}.main_top .top{
		width:100%;
		height: 48px;
		line-height: 46px;
		padding: 0 10px;
		display: block;
	}
	.main .main_top .top .tools{
		margin: 0;
		margin-right: 10px;
	}.main .main_top .top .tools .index_search_btn1{
		top: 20px;
	}
	.main .main_top .top .tools .index_search_btn{
		top: 20px;
	}.main .main_top .top .tools .search{
		height: 36px;
	}
	.main .main_top .top .tools .search#js_search_dbrss1{
	width: 150px;
	}
	.main .list .title{
				margin: 10px 0;
font-size: 18px;
line-height: 28px;
	}.main .list{
		padding: 10px 10px 0;
		width: 100%;
		margin-bottom: 20px;
	}.main .list table thead tr th{
		font-size: 16px;
	}.main .list table tbody tr td{
		font-size: 14px;
	}.main_top h1 a {
    width: 100%;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin: 0;
    line-height: 40px;
}
}<!--ºÄÊ±1754957326.7464Ãë-->