#hd {
    padding-top: 200px;
    padding-left: 0;
    background: url(https://zt.gaoxiaojob.com/cqdwjmxy2101.jpg) no-repeat;
}

/* 背景颜色 */
#hd .menu,
#hd .a-nav,
#hd .a-nav li:hover,
#ct .main #BT,
#ct .main .h4b,
#content .content-list p .dot,
.anchor-point a:hover,
#footer {
    background: #30275e;
}

/* 字体颜色 */
#ct .main h4 span,
#content .content-list p .tit {
	color: #30275e;
}

/* 标题下边框颜色 */
#ct .main h4 span{
    border-bottom: 2px solid #30275e;
}

.to-top{
	background:url(../img/top2.png) no-repeat;
}

table,
td {
    border: 0;
}

body{
    background: #fff;
}

.concrete p {
    text-align: center;
}

#content .content-list p .tit {
	width: 40em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#content .content-list p:hover .tit {
	width:100%;
}

#content .content-list p:hover span {
	display: none;
}

.anchor-point {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.anchor-point a {
	height: 28px;
	line-height: 2;
	font-size: 14px;
	padding: 0 20px;
	margin-left: 0px;
	color: #000;
	border: 1px solid rgb(230,230,230);
	border-radius: 14px;
}

.anchor-point a+a {
	margin-left: 10px;
}

.anchor-point a:hover {
	color: #fff;
}