/* DaTouWang URL: www.datouwang.com */
/* 公共样式表css */

/* 必要布局样式css */

.cation-content1 {
	width: 1260px;
	/* height:164px; */
	margin-top:30px;
	/* background-image: url(../yjImages/dllist1.jpg);
	background-size:170px;
	background-repeat: no-repeat; */
	box-shadow: 0 1px 1px 1px #d0d6d9;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.cation-content {
	width: 1200px;
	/* height:164px; */
	margin: 0 auto;
	padding: 15px;

}

.cation-middle {
    line-height: 48px;
    background: #fff;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
	float: left;
	width: 97px;
	margin-top:8px;
	line-height: 34px;
	text-align:center;
	position: relative;
	font-weight:bold;
	color: #7b7878;
	background-image: url(../yjImages/list1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
     
.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    margin-left: 64px;
    overflow: hidden;
}

.cation-list dd a {
    color: #8d8d91;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    float: left;
    padding: 0 18px;
    margin: 17px 0;
}

.cation-list dd a.on, .cation-list a:hover {
    color: #fc8080;	font-weight:bold;

}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}


