﻿body{
	background: linear-gradient(180deg, rgb(251 222 141), rgb(255 255 255));
    background-repeat: no-repeat;
    background-size: 100% 30%;
}
.list{
	width: 1100px;
	margin: 0 auto;
	background-color: white;
	margin-top: 20px;
	border: 1px solid #cccccc;
}
.list>p{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-indent: 30px;
    font-weight: bold;
    border-bottom: 3px solid rgb(225,62,56,0.8);
}
.fenge{
	width: 100%;
	height: 15px;
}
.fenge img{
	width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
}
.tab_list{
	margin-bottom: 30px;
}
.tab_list ul li{
	line-height: 50px;
	margin-left: 25px;
}
.tab_list ul li a{
	cursor: pointer;
	font-size: 16px;
}
.tab_list ul li a:hover{
	color: #DF2E28;
}
.tab_list ul li img{
    width: 10px;
}
.time{
	float: right;
    padding-right: 25px;
}