* {
	margin: 0;
	padding: 0;
}

.container-main {
	height: 1172px;
        font-size: 16px;
        overflow-y: auto;
}

.container-main::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}


.container-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #2d66a5;
    height: 10px;
}

.container-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.container-main .container-main-title {
	height: 35px;
	border-bottom: 2px solid #cdd1d2;
}

.container-main-title span {
	display: inline-block;
	width: 170px;
	height: 100%;
	background-color: #2d66a5;
	color: white;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}

.container-main .container-main-body {
	padding-top: 14px;
	list-style: none;
}

.container-main-body li {
	padding: 0 30px 0 35px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.container-main-body li a {
	text-decoration: none;
	color: #333333;
}

.container-main .container-main-body-time {
	color: #a6a6a6;
        display: inline-block;
}

.container-main .container-main-button {
	margin-top: 20px;
	text-align: center;
}

.container-main-button span {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-color: #e6e6e6;
	line-height: 30px;
	color: #4d4d4d;
}

.container-main-item {
	padding-bottom: 20px;
}